factor/basis
Doug Coleman 7872d6fc66 Forgot a using in system-info.windows 2011-09-08 16:22:03 -07:00
..
alarms
alien alien.c-types: fill out the higher-order stack effect of if-void 2011-09-03 11:10:08 -07: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 Fixes #35 - -1 <bit-array> should throw an error 2011-08-27 16:44:48 -07:00
bit-sets sets, bit-sets: cleanups 2010-12-27 20:10:37 -08:00
bit-vectors
bitstreams
bootstrap parser.notes sets parser-quiet? to t in the global namespace. stage2.factor runs its code in the global namespace, so 1) make it more clear that we're setting the global parser-quiet? and 2) change it back before finishing bootstrap to match parser.notes top-level form 2011-09-07 13:41:18 -05: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
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 Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00
circular
classes/struct Merge classes.struct.packed into classes.struct and remove duplication 2011-08-25 21:02:25 -07:00
cocoa cocoa.subclassing: sometimes, compiled Cocoa method bodies would not be updated when words were redefined. Fixes #66 2011-08-28 22:56:58 -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 Make "quiet" true by default. Disable quiet mode for listener, bootstrap, and deploy tool. 2011-09-06 17:58:12 -07:00
compiler compiler.cfg.dependence: Add ##allot to control dependency chain, so that we don't re-order an allocation and initialization with an alien call. The alien call might GC, exposing uninitialized memory to the GC. Fixes #53, fixes #58, fixes #20. 2011-08-28 21:25:39 -07:00
compression compression.lzw: fix for gif89a decoding - maximum code size is 12 bits. 2011-01-26 21:06:43 -08:00
concurrency Spelling fixes to documentation. 2011-08-26 16:20:31 -07: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 images.cocoa: fix it to work on OS X 10.5 by drawing the image into a CGContext instead of getting image data directly 2011-09-02 18:59:58 -07:00
core-text core-text: rename "render-info" to "rendered-line". Fixes #47. 2011-08-27 17:38:07 -07: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 Only test postgresql on win32 2011-09-07 00:35:26 -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 Spelling fixes to documentation. 2011-08-26 16:20:31 -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 Make "quiet" true by default. Disable quiet mode for listener, bootstrap, and deploy tool. 2011-09-06 17:58:12 -07:00
farkup Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00
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
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 gdk.pixbuf: workaround for an incorrect return-value in .gir for gdk_pixbuf_get_pixels (fixes #61); 2011-08-30 22:12:42 +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 gobject-introspection: don't generate C-TYPEs for boxed types that already exist, fixes #60 2011-08-29 15:11:24 +02:00
globs
gmodule gobject-introspection: rewrite gir files loading and code generation totally 2010-09-29 15:08:31 +06:00
gobject gobject-introspection: don't generate C-TYPEs for boxed types that already exist, fixes #60 2011-08-29 15:11:24 +02:00
gobject-introspection Merge remote branch 'blei/master' 2011-08-30 21:12:35 -07: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
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 Make "quiet" true by default. Disable quiet mode for listener, bootstrap, and deploy tool. 2011-09-06 17:58:12 -07:00
http Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00
images images.cocoa: set premultiplied-alpha? on loaded images 2011-09-03 11:30:27 -07:00
inspector
interpolate
interval-maps
inverse
io Fix windows unit test 2011-09-07 00:35:03 -07: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
linked-assocs
listener Make "quiet" true by default. Disable quiet mode for listener, bootstrap, and deploy tool. 2011-09-06 17:58:12 -07: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 Spelling fixes to documentation. 2011-08-26 16:20:31 -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 Fix models.delay example 2011-08-28 17:52:13 -07:00
multiline parse-here doesn't consume an extra line now, and it checks that once a line has started there are no extra characters 2011-09-03 12:17:30 -05:00
nibble-arrays nibble-arrays: -1 <nibble-array> should throw an error 2011-08-27 16:44:59 -07:00
nmake
none
opengl images.tessel(l)ation: spelling 2011-08-27 17:30:45 -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 Spelling fixes to documentation. 2011-08-26 16:20:31 -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
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 Move some primitives from memory and memory.private to tools.memory.private, add data-heap and code-heap words that wrap the struct for you 2011-09-05 16:47:29 -07:00
strings/tables
suffix-arrays
summary
syndication
system-info Forgot a using in system-info.windows 2011-09-08 16:22:03 -07: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 Fix shaker 2011-09-07 00:34:23 -07:00
tr
tuple-arrays
typed
ui ui.gadgets.tables: don't try to render multi-line strings, since all table rows must have the same height. Fixes #65 2011-09-01 22:41:12 -07:00
unicode Update code that did ">alist sort-" to just "sort-". 2011-04-07 09:01:21 -07:00
unix unix.*, io.directories.unix: remove unnecessary dependency on io.backend.unix 2011-09-01 22:31:45 -07:00
unrolled-lists
urls Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00
uuid
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 Windows bindings for security tokens 2011-09-08 15:47:57 -07: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 xml.*: remove unnecessary dependencies on xml.writer 2011-09-01 22:31:45 -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