| .. | 
		
		
			
			
			
			
				| alarms | … |  | 
		
			
			
			
			
				| alien | alien.debugger: fix USING: form | 2010-03-17 19:35:12 +13:00 | 
		
			
			
			
			
				| ascii | … |  | 
		
			
			
			
			
				| base64 | Slices over specialized arrays can now be passed to C functions, written to binary output streams, and given to malloc-byte-array | 2010-02-25 04:50:31 +13:00 | 
		
			
			
			
			
				| biassocs | … |  | 
		
			
			
			
			
				| binary-search | generalize stack effects so we can bootstrap with the stricter stack effect checking | 2010-03-08 23:38:10 -08:00 | 
		
			
			
			
			
				| bit-arrays | Specialized arrays, structs and other objects responding to the >c-ptr / byte-length protocol can now be written to binary streams | 2010-02-24 20:18:41 +13:00 | 
		
			
			
			
			
				| bit-sets | Reducing bit-sets performance regression somewhat | 2010-03-17 21:38:06 -04:00 | 
		
			
			
			
			
				| bit-vectors | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| bitstreams | … |  | 
		
			
			
			
			
				| bootstrap | debugger: Untangle some dodgy dependencies that were loading locals before prettyprint, resulting in locals.prettyprint not being loaded | 2010-03-17 19:19:43 +13:00 | 
		
			
			
			
			
				| boxes | … |  | 
		
			
			
			
			
				| byte-arrays/hex | … |  | 
		
			
			
			
			
				| cache | … |  | 
		
			
			
			
			
				| cairo | missed a uchar* in cairo.ffi | 2010-02-23 14:02:55 -08:00 | 
		
			
			
			
			
				| calendar | Use TYPED: in a few places in calendar.format to avoid passing durations instead of timestamps | 2010-03-02 04:31:17 -06:00 | 
		
			
			
			
			
				| channels | … |  | 
		
			
			
			
			
				| checksums | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| circular | generalize stack effects so we can bootstrap with the stricter stack effect checking | 2010-03-08 23:38:10 -08:00 | 
		
			
			
			
			
				| classes/struct | classes.struct: raise an error in STRUCT: if there are duplicate slot names | 2010-02-25 11:52:21 -08:00 | 
		
			
			
			
			
				| cocoa | generalize stack effects so we can bootstrap with the stricter stack effect checking | 2010-03-08 23:38:10 -08:00 | 
		
			
			
			
			
				| colors | … |  | 
		
			
			
			
			
				| columns | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| combinators | Merge branch 'master' of git://github.com/littledan/Factor | 2010-02-09 14:35:30 +13:00 | 
		
			
			
			
			
				| command-line | Fix docs typo | 2010-02-16 03:14:30 -08:00 | 
		
			
			
			
			
				| compiler | factor code duplication in compiler.cfg.intrinsics.simd.backend | 2010-03-20 10:57:04 -07:00 | 
		
			
			
			
			
				| compression | generalize stack effects so we can bootstrap with the stricter stack effect checking | 2010-03-08 23:38:10 -08:00 | 
		
			
			
			
			
				| concurrency | more help-lint | 2010-03-09 21:02:43 -08:00 | 
		
			
			
			
			
				| core-foundation | core-foundation.run-loop: remove unnecessary yields. This fixes a thread starvation issue with game.input | 2010-03-15 19:25:57 +13:00 | 
		
			
			
			
			
				| core-graphics | vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases | 2010-02-20 13:30:49 +13:00 | 
		
			
			
			
			
				| core-text | vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases | 2010-02-20 13:30:49 +13:00 | 
		
			
			
			
			
				| cpu | cpu.ppc: fix string c-type usage | 2010-02-22 13:18:45 +13:00 | 
		
			
			
			
			
				| csv | fix docs for csv | 2010-02-27 13:04:42 -06:00 | 
		
			
			
			
			
				| db | rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char | 2010-02-23 11:42:02 -08:00 | 
		
			
			
			
			
				| debugger | debugger: Untangle some dodgy dependencies that were loading locals before prettyprint, resulting in locals.prettyprint not being loaded | 2010-03-17 19:19:43 +13:00 | 
		
			
			
			
			
				| definitions/icons | … |  | 
		
			
			
			
			
				| delegate | delegate: add BROADCAST: syntax, delegate generic with no outputs to an array of multiple delegates | 2010-03-22 22:32:00 -07:00 | 
		
			
			
			
			
				| deques | … |  | 
		
			
			
			
			
				| disjoint-sets | … |  | 
		
			
			
			
			
				| dlists | generalize stack effects so we can bootstrap with the stricter stack effect checking | 2010-03-08 23:38:10 -08:00 | 
		
			
			
			
			
				| documents | more help-lint | 2010-03-09 21:02:43 -08:00 | 
		
			
			
			
			
				| editors | vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases | 2010-02-20 13:30:49 +13:00 | 
		
			
			
			
			
				| endian | … |  | 
		
			
			
			
			
				| environment | vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases | 2010-02-20 13:30:49 +13:00 | 
		
			
			
			
			
				| eval | A number of documentation fixes and cleanup. | 2010-02-03 00:05:03 -07:00 | 
		
			
			
			
			
				| farkup | Merge branch 'bags' of git://github.com/littledan/Factor | 2010-03-16 13:28:00 -04:00 | 
		
			
			
			
			
				| fonts | … |  | 
		
			
			
			
			
				| formatting | formatting: fix docs | 2010-02-23 21:21:16 +13:00 | 
		
			
			
			
			
				| fry | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| ftp | Rename io.launcher.unix.parser to simple-tokenizer since ftp.server uses it | 2010-02-21 17:48:04 +13:00 | 
		
			
			
			
			
				| functors | functors: make 'final' declarations work in functors | 2010-02-18 03:56:41 +13:00 | 
		
			
			
			
			
				| furnace | Merge branch 'bags' of git://github.com/littledan/Factor | 2010-03-16 13:28:00 -04:00 | 
		
			
			
			
			
				| game/input | needlessly rice game.input backends further by using set/get-global everywhere | 2010-03-02 15:24:47 -08:00 | 
		
			
			
			
			
				| generalizations | clean up now-inappropriate uses of "..." in generalizations stack effects | 2010-03-05 13:58:00 -08:00 | 
		
			
			
			
			
				| glib | … |  | 
		
			
			
			
			
				| globs | fix last globs test on windows | 2010-02-16 22:19:56 -08:00 | 
		
			
			
			
			
				| grouping | grouping: minor cleanup | 2010-03-17 19:13:25 +13:00 | 
		
			
			
			
			
				| half-floats | … |  | 
		
			
			
			
			
				| hash2 | … |  | 
		
			
			
			
			
				| heaps | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| help | Merge branch 'bags' of git://github.com/littledan/Factor | 2010-03-16 13:28:00 -04:00 | 
		
			
			
			
			
				| hints | Merge branch 'new-math-parser' of git://factorcode.org/git/factor into new-math-parser | 2010-02-07 23:28:18 +13:00 | 
		
			
			
			
			
				| html | Update some more 'update' usages to call 'assoc-union!' | 2010-02-04 03:44:24 +13:00 | 
		
			
			
			
			
				| http | http: update docs | 2010-03-15 19:25:20 +13:00 | 
		
			
			
			
			
				| images | sequences: add cartesian-each, cartesian-map, cartesian-product words to eliminate some duplication throughout the codebase | 2010-02-25 20:54:57 +13:00 | 
		
			
			
			
			
				| inspector | Moving new-sets to sets | 2010-02-26 16:01:01 -05:00 | 
		
			
			
			
			
				| interpolate | … |  | 
		
			
			
			
			
				| interval-maps | … |  | 
		
			
			
			
			
				| inverse | inverse: remove unnecessary dependency on debugger | 2010-02-17 00:32:53 +13:00 | 
		
			
			
			
			
				| io | Fixing vocab ambiguities in linux and windows-specific vocabs | 2010-03-17 00:22:48 -04:00 | 
		
			
			
			
			
				| iokit | change back other char/uchar* parameters that don't look like actual string types | 2010-02-23 13:15:16 -08:00 | 
		
			
			
			
			
				| json | Remove math.floats.parser now that its no longer needed | 2010-02-08 16:52:29 +13:00 | 
		
			
			
			
			
				| lcs | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| libc | rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char | 2010-02-23 11:42:02 -08:00 | 
		
			
			
			
			
				| linked-assocs | … |  | 
		
			
			
			
			
				| listener | listener: fix help lint | 2010-02-18 07:02:22 +13:00 | 
		
			
			
			
			
				| lists | more help-lint | 2010-03-09 21:02:43 -08:00 | 
		
			
			
			
			
				| literals | … |  | 
		
			
			
			
			
				| locals | Merge branch 'master' of git://factorcode.org/git/factor into bags | 2010-03-02 17:04:45 -05:00 | 
		
			
			
			
			
				| logging | … |  | 
		
			
			
			
			
				| macros | effects.parser: throw a proper no-word error if effect references an unknown class word | 2010-02-23 23:57:13 +13:00 | 
		
			
			
			
			
				| match | lexer: add "each-token" and "map-tokens", which are equivalent to "parse-token _ each/map" but incremental. update a smattering of parsing words (such as USING:, SYMBOLS:, etc.) to use each-token/map-tokens | 2010-02-28 22:19:43 -08:00 | 
		
			
			
			
			
				| math | Merge branch 'bags' of git://github.com/littledan/Factor | 2010-03-16 13:28:00 -04:00 | 
		
			
			
			
			
				| memoize | effects.parser: throw a proper no-word error if effect references an unknown class word | 2010-02-23 23:57:13 +13:00 | 
		
			
			
			
			
				| mime | http: clean up and fix some content encoding logic | 2010-03-13 22:10:36 +13:00 | 
		
			
			
			
			
				| mirrors | … |  | 
		
			
			
			
			
				| models | stack-checker: add inputs and outputs words, since 'infer (in>>|out>>) length' was coming up a lot | 2010-01-15 08:04:14 +13:00 | 
		
			
			
			
			
				| multiline | … |  | 
		
			
			
			
			
				| nibble-arrays | Specialized arrays, structs and other objects responding to the >c-ptr / byte-length protocol can now be written to binary streams | 2010-02-24 20:18:41 +13:00 | 
		
			
			
			
			
				| nmake | … |  | 
		
			
			
			
			
				| none | … |  | 
		
			
			
			
			
				| opengl | opengl 3.3, 4.0 | 2010-03-16 18:35:46 -07:00 | 
		
			
			
			
			
				| openssl | rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char | 2010-02-23 11:42:02 -08:00 | 
		
			
			
			
			
				| pack | … |  | 
		
			
			
			
			
				| pango | rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char | 2010-02-23 11:42:02 -08:00 | 
		
			
			
			
			
				| peg | Moving new-sets to sets | 2010-02-26 16:01:01 -05:00 | 
		
			
			
			
			
				| persistent | random is generic now -- iota random -> random | 2010-01-14 12:48:57 -06:00 | 
		
			
			
			
			
				| porter-stemmer | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| present | … |  | 
		
			
			
			
			
				| prettyprint | Merge branch 'bags' of git://github.com/littledan/Factor | 2010-03-16 13:28:00 -04:00 | 
		
			
			
			
			
				| promises | effects.parser: throw a proper no-word error if effect references an unknown class word | 2010-02-23 23:57:13 +13:00 | 
		
			
			
			
			
				| quoted-printable | … |  | 
		
			
			
			
			
				| quoting | … |  | 
		
			
			
			
			
				| random | Changing some uses of prune to use members | 2010-02-27 13:14:03 -05:00 | 
		
			
			
			
			
				| refs | … |  | 
		
			
			
			
			
				| regexp | Fixing bug in regexp \P | 2010-03-23 00:30:49 -04:00 | 
		
			
			
			
			
				| roman | Update documentation for new help lint check | 2010-02-19 12:31:52 +13:00 | 
		
			
			
			
			
				| search-deques | … |  | 
		
			
			
			
			
				| see | Fixing bug in see caused by incorrect import | 2010-03-02 19:11:35 -05:00 | 
		
			
			
			
			
				| sequences | Merge branch 'master' of git://factorcode.org/git/factor into row-polymorphism | 2010-03-12 14:36:13 -08:00 | 
		
			
			
			
			
				| serialize | Slices over specialized arrays can now be passed to C functions, written to binary output streams, and given to malloc-byte-array | 2010-02-25 04:50:31 +13:00 | 
		
			
			
			
			
				| shuffle | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| simple-flat-file | Finishing eliminating prune as a synonym of members | 2010-02-27 14:52:24 -05:00 | 
		
			
			
			
			
				| simple-tokenizer | Rename io.launcher.unix.parser to simple-tokenizer since ftp.server uses it | 2010-02-21 17:48:04 +13:00 | 
		
			
			
			
			
				| smtp | Making all of basis and extra unambiguous for sets/namespaces | 2010-02-26 16:28:38 -05:00 | 
		
			
			
			
			
				| sorting | generalize stack effects so we can bootstrap with the stricter stack effect checking | 2010-03-08 23:38:10 -08:00 | 
		
			
			
			
			
				| soundex | … |  | 
		
			
			
			
			
				| specialized-arrays | lexer: add "each-token" and "map-tokens", which are equivalent to "parse-token _ each/map" but incremental. update a smattering of parsing words (such as USING:, SYMBOLS:, etc.) to use each-token/map-tokens | 2010-02-28 22:19:43 -08:00 | 
		
			
			
			
			
				| specialized-vectors | lexer: add "each-token" and "map-tokens", which are equivalent to "parse-token _ each/map" but incremental. update a smattering of parsing words (such as USING:, SYMBOLS:, etc.) to use each-token/map-tokens | 2010-02-28 22:19:43 -08:00 | 
		
			
			
			
			
				| splitting/monotonic | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| stack-checker | Add context-specific special object table, generalizing catchstack_save and current_callback_save fields of context struct | 2010-03-18 22:06:00 +13:00 | 
		
			
			
			
			
				| strings/tables | strings.tables: fix a logic error | 2010-02-03 23:11:31 +13:00 | 
		
			
			
			
			
				| suffix-arrays | Finishing eliminating prune as a synonym of members | 2010-02-27 14:52:24 -05:00 | 
		
			
			
			
			
				| summary | … |  | 
		
			
			
			
			
				| syndication | Remove the http-data word | 2010-03-01 22:32:15 -06:00 | 
		
			
			
			
			
				| system-info | rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char | 2010-02-23 11:42:02 -08:00 | 
		
			
			
			
			
				| threads | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| tools | tools.deploy.windows: got the "com" and "exe" backwards for deploy-console? flag | 2010-03-23 15:32:16 -07:00 | 
		
			
			
			
			
				| tr | Removing integers-as-sequences | 2010-01-15 07:15:33 +13:00 | 
		
			
			
			
			
				| tuple-arrays | tuple-arrays: require that base type be final | 2010-02-18 03:57:02 +13:00 | 
		
			
			
			
			
				| typed | typed: forgetting a final class would throw an error while recompiling typed words depending on it | 2010-03-12 10:22:35 +13:00 | 
		
			
			
			
			
				| ui | tools.deploy: make deploy-console? and deploy-ui? independent config variables, so windows apps can be deployed without a console or the ui | 2010-03-22 16:55:35 -07:00 | 
		
			
			
			
			
				| unicode | Finishing eliminating prune as a synonym of members | 2010-02-27 14:52:24 -05:00 | 
		
			
			
			
			
				| unix | unix.types.freebsd: fix time_t typedef | 2010-03-17 17:39:43 +13:00 | 
		
			
			
			
			
				| unrolled-lists | random is generic now -- iota random -> random | 2010-01-14 12:48:57 -06:00 | 
		
			
			
			
			
				| urls | … |  | 
		
			
			
			
			
				| uuid | … |  | 
		
			
			
			
			
				| validators | Fixing bugs with sets, including adding new within and without words | 2010-03-16 20:17:26 -04:00 | 
		
			
			
			
			
				| values | … |  | 
		
			
			
			
			
				| vectors/functor | … |  | 
		
			
			
			
			
				| vlists | … |  | 
		
			
			
			
			
				| vm | Rename kernel.private:getenv/setenv to special-object/set-special-object to mirror recent renaming on the VM side | 2010-01-13 18:08:18 +13:00 | 
		
			
			
			
			
				| vocabs | Maing vocabs.hierarchy use sets; modifying alias analysis's use of sets | 2010-02-28 22:55:22 -05:00 | 
		
			
			
			
			
				| windows | windows.offscreen: generalize the declared effect of with-memory-dc | 2010-03-12 19:59:21 -08:00 | 
		
			
			
			
			
				| wrap | … |  | 
		
			
			
			
			
				| x11 | move XQueryKeymap binding to x11.xlib | 2010-02-26 18:21:37 -08:00 | 
		
			
			
			
			
				| xml | Merge branch 'bags' of git://github.com/littledan/Factor | 2010-03-16 13:28:00 -04:00 | 
		
			
			
			
			
				| xml-rpc | Update documentation for new help lint check | 2010-02-19 12:31:52 +13:00 | 
		
			
			
			
			
				| xmode | Finishing eliminating prune as a synonym of members | 2010-02-27 14:52:24 -05:00 |