factor/basis
Doug Coleman 8d4ba7e2b6 Clean up some duplication in annotate/deep-annotate 2011-08-26 17:11:50 -05:00
..
alarms
alien Create a setter for C-GLOBAL words 2011-05-23 23:36:14 -04:00
ascii ascii: remove ch-lower? and ch-upper? words, since they're the same as letter? and LETTER? 2010-10-08 18:55:37 -07:00
atk On Unix, link VM with GTK libraries instead of loading them dynamically 2011-02-27 20:01:54 -06:00
base64 base64: minor fixes in docs 2011-01-15 13:36:42 +09:00
biassocs biassocs: fix typo to '>biassoc' description and 'biassocs' article in docs 2011-01-04 22:34:46 +09:00
binary-search
bit-arrays
bit-sets sets, bit-sets: cleanups 2010-12-27 20:10:37 -08:00
bit-vectors
bitstreams
bootstrap command-line: interpret "-help" or "--help" and print a brief usage message with the most common options 2011-08-18 19:10:51 -07:00
boxes
byte-arrays/hex
cache cache: add unit tests, make clear-assoc method dispose of all values 2010-10-25 23:52:45 -05:00
cairo cairo.ffi: update to 1.8.10 2010-08-31 23:53:05 +06:00
calendar calendar: make it deploy with threads disabled 2011-02-27 14:38:47 -08:00
channels Squashed commit of the following: 2010-09-27 19:12:33 -05:00
checksums Checksums help article update: Added internet checksums brief description 2011-03-23 03:51:55 +00:00
circular
classes/struct Merge classes.struct.packed into classes.struct and remove duplication 2011-08-25 21:02:25 -07:00
cocoa Update code for brave new world where alien.parser doesn't special-case void, and instead looks it up like any other word 2010-08-15 02:32:13 -07:00
colors colors.hex: fix typo in docs 2011-02-06 17:05:20 +09:00
columns
combinators smart-docs output>array typo fix 2011-03-14 06:07:33 +00:00
command-line command-line: enable "quiet" mode for -e or script modes before .factor-rc is loaded 2011-08-19 17:27:13 -07:00
compiler 32 and 64 bit Linux PPC support 2011-05-23 23:36:14 -04:00
compression compression.lzw: fix for gif89a decoding - maximum code size is 12 bits. 2011-01-26 21:06:43 -08:00
concurrency In several documentation, remove whitespace before or after the colon or period 2011-02-10 01:51:13 +09:00
core-foundation game.input.iokit: deal with Lion's breakage of the IOHID* API 2011-07-29 13:24:10 -07:00
core-graphics Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
core-text alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
cpu cpu.ppc: add 'not loaded' tags so that load-all doesn't break an x86 image 2011-08-24 23:52:02 -07:00
csv
db Merge branch 'master' of git://github.com/slavapestov/factor 2011-03-14 22:47:02 -07:00
debugger Change do-callback to register the current thread with the callback, instead of busy waiting for the current callback to become the right one before returning. Fixes 100% CPU usage issue with system-alert. Thanks to Blei and ex-rzr for doing preliminary analysis of the issue 2011-04-12 21:48:54 -04:00
definitions/icons
delegate Remove stream-peek and stream-peek1, re-implement dns vocab to not need this abstraction 2010-10-08 18:55:13 -07:00
deques
disjoint-sets disjoint-sets: fix typo in description of assoc>disjoint-set word 2011-01-21 16:15:34 +09:00
dlists
documents
editors Run vim synchronously 2011-06-23 01:18:35 -04:00
endian Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
environment environment: add using list to usage example of os-env word 2011-02-20 04:08:45 +09:00
eval eval: fix cad.objects path in example 2010-11-24 05:58:15 +09:00
farkup
fonts
formatting
fry fry: normalize copyright header in test file 2011-04-04 11:10:58 +09:00
ftp Various cleanups for Doug's recent socket addressing change 2010-10-06 23:00:38 -07:00
functors Add a scan-token word which is like scan, except throws an error on EOF; document scan-object word; mention that scan-token/scan-object are preferred over scan/scan-word 2010-07-06 16:20:08 -04:00
furnace furnace.recaptcha: recaptcha was acquired by Google, update URL 2011-08-22 22:48:15 -07:00
game/input game.input.iokit: deal with Lion's breakage of the IOHID* API 2011-07-29 13:24:10 -07:00
gdk On Unix, link VM with GTK libraries instead of loading them dynamically 2011-02-27 20:01:54 -06:00
generalizations
gio On Unix, link VM with GTK libraries instead of loading them dynamically 2011-02-27 20:01:54 -06:00
glib On Unix, link VM with GTK libraries instead of loading them dynamically 2011-02-27 20:01:54 -06:00
globs
gmodule gobject-introspection: rewrite gir files loading and code generation totally 2010-09-29 15:08:31 +06:00
gobject On Unix, link VM with GTK libraries instead of loading them dynamically 2011-02-27 20:01:54 -06:00
gobject-introspection gobject-introspection: fix incorrect resolving of current vocab's path; 2011-03-15 22:38:51 +06:00
grouping classes.algebra, grouping, parser: replace 'seqence' with 'sequence' in docs 2011-01-04 21:02:11 +09:00
gtk On Unix, link VM with GTK libraries instead of loading them dynamically 2011-02-27 20:01:54 -06:00
hash2
hashtables/identity Move hashtables.identity to basis and update serialize vocab to use them 2010-06-21 22:26:01 -04:00
heaps Clean up heaps implementation, test max-heaps. 2011-04-10 12:57:39 -05:00
help Merge branch 'master' into sorting 2011-04-12 18:09:36 -07:00
hints help, hints: remove syntax vocab in few examples 2010-12-04 01:25:14 +09:00
html html.templates: fix typo in description of template-convert word 2011-01-17 01:51:48 +09:00
http http.client-docs: Added documentation for HEAD, TRACE, OPTIONS and DELETE methods 2011-05-24 22:05:27 -04:00
images images.http: use the content type from the http response if provided. 2011-01-26 18:05:02 -08:00
inspector
interpolate
interval-maps
inverse
io Revert "Try to read instead of write from a TCP connection. This gives 'Connection refused' instead of 'Broken pipe', which is much more useful." 2011-08-26 13:55:52 -05:00
iokit game.input.iokit: deal with Lion's breakage of the IOHID* API 2011-07-29 13:24:10 -07:00
json json.writer: Updated docs to mention the dynamic variable jsvar-encode? 2011-07-05 00:07:59 -04:00
lcs
libc libc: make memory= inline just for fun 2010-08-06 00:16:25 -07:00
linked-assocs
listener Modify the listener vocabulary so that readline can hook in. Add the readline-listener listener that provides word completion and readline editing. 2011-05-23 23:36:14 -04:00
lists lists: fix a few typos in docs 2011-02-25 19:59:44 +09:00
literals literals: fix formatting and example error in docs 2010-12-06 05:06:15 +09:00
locals locals: remove trailing whitespace in docs 2011-02-20 09:16:41 +09:00
logging Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
macros macros: clean up the usage example of MACRO: syntax 2011-02-05 00:00:37 +09:00
match Fix MATCH-VARS: and match-cond docs error 2010-09-06 18:32:05 +12:00
math math.functions: make sure zero zero ^ is always nan, regardless of the type of zero 2011-08-01 10:26:53 -07:00
memoize memoize: add description of arguments and values to MEMO: syntax in docs 2011-01-26 18:53:12 +09:00
mime Add webm, ogv and oga to mime types 2010-09-29 10:41:00 +13:00
mirrors
models models.arrow: fix formatting 2010-11-14 15:33:38 -08:00
multiline combinators.smart, multiline: few $examples turn into $codes 2011-01-15 00:22:29 +09:00
nibble-arrays
nmake
none
opengl opengl.gl.extensions: annoying hack to make gpu.* demos work in Lion. opengl 3 entry points such as glGenVertexArrays are available, but they only actually work in core profile contexts which factor doesn't support yet, so favor extension entry points such as glGenVertexArraysAPPLE instead of standard entry points 2011-07-29 14:15:59 -07:00
openssl openssl: remove cacert.pem, since its useless and we should call SSL_CTX_set_default_verify_paths instead 2011-01-29 23:26:29 -05:00
pack
pango On Unix, link VM with GTK libraries instead of loading them dynamically 2011-02-27 20:01:54 -06:00
peg peg.ebnf: add rule~ syntax to discard a matching subrule from the AST; document (grouping) and {grouping} syntax 2011-06-06 16:32:19 -07:00
persistent
porter-stemmer
present
prettyprint prettyprint.sections: fix typo in docs 2011-01-17 04:23:17 +09:00
promises
quoted-printable
quoting
random Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
refs
regexp Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
roman
search-deques
see
sequences sequences.deep: fix typo in description of deep-find word 2011-01-17 22:35:39 +09:00
serialize serialize, io.streams.byte-array: fix unit tests for utf8 encoding strictness 2010-08-25 17:51:44 -07:00
shuffle
simple-flat-file
simple-tokenizer
smtp Use .factor-rc etc on Windows too, files can begin with dots just fine 2011-05-23 23:36:13 -04:00
sorting Fix sorting.human docs 2010-09-21 11:17:39 -05:00
soundex
specialized-arrays Fix unit test failures caused by alien.data change 2010-12-25 22:34:12 -08:00
specialized-vectors
splitting/monotonic
stack-checker 32 and 64 bit Linux PPC support 2011-05-23 23:36:14 -04:00
strings/tables
suffix-arrays Make suffix arrays prune repeated members before construction 2010-08-18 11:35:08 -05:00
summary
syndication
system-info Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
threads Change do-callback to register the current thread with the callback, instead of busy waiting for the current callback to become the right one before returning. Fixes 100% CPU usage issue with system-alert. Thanks to Blei and ex-rzr for doing preliminary analysis of the issue 2011-04-12 21:48:54 -04:00
timers db.tuples, timers: few $unchecked-examples turn into $codes 2011-01-08 22:31:07 +09:00
tools Clean up some duplication in annotate/deep-annotate 2011-08-26 17:11:50 -05:00
tr
tuple-arrays classes.struct: make hashcode and equal? work on structs wrapping null pointers, to fix another obscure issues arising with tuple arrays 2010-08-06 00:15:22 -07:00
typed typed: include value that raised the error in type-mismatch-errors 2010-06-16 16:23:27 -05:00
ui ui.tools.deploy: adjust wording of deploy-help? option ui 2011-08-04 15:49:33 -07:00
unicode Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
unix unix.linux.epoll: epoll_event is a packed struct! Damn... 2011-08-25 21:37:52 -07:00
unrolled-lists
urls urls: derive-url resets the port if the new URL specifies a protocol. Fixes HTTP redirection on some sites, like www.amazon.com (reported by John Benediktsson) 2011-01-29 22:50:13 -05:00
uuid More system-micros elimination 2010-06-22 02:00:19 -05:00
validators
values
vectors/functor
vlists
vm
vocabs io.directories: move directory-tree-files words to io.directories.hierarchy, where all the other *-tree stuff is 2010-09-11 18:43:47 -07:00
windows Update code for alien.data changes 2010-12-26 02:08:57 -06:00
wrap
x11 Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object> 2010-12-25 16:55:36 -08:00
xml Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
xml-rpc xml-rpc: fix a couple of typos in docs 2011-01-18 00:49:56 +09:00
xmode xmode.highlight: a syntax highlighting tool. 2011-04-12 18:05:13 -07:00