factor/basis
Slava Pestov 99a3b3c9f6 furnace: documentation improvements 2010-04-12 18:17:21 -07:00
..
alarms threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
alien Move non-parsing words out of alien.syntax, and use a symbol instead of a string variable to store the current library in alien.parser 2010-04-12 18:09:26 -05: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 sets, hash-sets, bit-sets: fix some typos in the documentation 2010-03-30 01:10:39 -04:00
bit-vectors Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
bitstreams
bootstrap Get green threads working on Windows 2010-04-03 20:24:33 -04:00
boxes Some minor pointless optimizations 2010-04-01 20:09:14 -04:00
byte-arrays/hex
cache
cairo Merge branch 'master' of git://github.com/erikcharlebois/factor 2010-04-10 18:01:19 -07:00
calendar Fix calendar docs 2010-03-31 17:37:22 -05:00
channels threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
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 Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
cocoa Merge branch 'master' of git://github.com/erikcharlebois/factor 2010-04-10 18:01:19 -07: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 vm: actually use context callstacks when running code 2010-03-26 22:44:43 -04:00
compiler compiler.tests.alien: get it passing when VM is compiled with MINGW by disabling certain tests and using the MINGW ABI for others, and fix fastcall alien-indirect tests for name decoration 2010-04-12 18:14:18 -05:00
compression "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
concurrency Some minor pointless optimizations 2010-04-01 20:09:14 -04:00
core-foundation Merge branch 'master' into abi-symbols 2010-04-01 15:28:36 -07:00
core-graphics Change C-ENUM: to always take a type. Use f for anonymous enums. Update all uses. 2010-04-09 23:48:22 -07: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 compiler.codegen: need to do name decoration with fastcall as well 2010-04-12 18:10:25 -05:00
csv fix docs for csv 2010-02-27 13:04:42 -06:00
db "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
debugger debugger: `` '' -> “ ” 2010-04-06 13:56:35 -07: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 threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
disjoint-sets
dlists Some minor pointless optimizations 2010-04-01 20:09:14 -04: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 Factor source files should not be executable 2009-11-21 17:50:43 -06:00
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 furnace: documentation improvements 2010-04-12 18:17:21 -07:00
game/input Added mouse support to game.input on Linux 2010-04-03 08:48:15 -04:00
generalizations clean up now-inappropriate uses of "..." in generalizations stack effects 2010-03-05 13:58:00 -08:00
glib "cdecl" -> cdecl 2010-03-31 19:20:35 -07:00
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 Factor source files should not be executable 2009-11-21 17:50:43 -06:00
hash2
heaps Some minor pointless optimizations 2010-04-01 20:09:14 -04: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 furnace: documentation improvements 2010-04-12 18:17:21 -07:00
http Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
images Fix indentation in read-token 2010-04-12 01:15:49 -07: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 Merge remote branch 'origin/abi-symbols' into fastcall-madness 2010-04-10 00:10:33 -07: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 Document (free), move it out of libc.private and mention it in the "c-strings" help article (reported by Blei) 2010-03-30 17:32:51 -04: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 Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05:00
locals locals: remove some dead code 2010-03-30 21:56:51 -04: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 'master' into abi-symbols 2010-04-01 15:28:36 -07: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 Making more vocabs use require-when 2010-03-18 01:39:30 -04:00
models models.product: fix example (reported by Muzzleflash) 2010-03-30 17:33:08 -04: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 Fixing load errors 2010-04-10 17:24:44 -07:00
openssl Merge branch 'master' into abi-symbols 2010-04-01 15:28:36 -07:00
pack Factor source files should not be executable 2009-11-21 17:50:43 -06:00
pango Merge branch 'master' of git://github.com/erikcharlebois/factor 2010-04-10 18:01:19 -07:00
peg Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04: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 Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05:00
refs Factor source files should not be executable 2009-11-21 17:50:43 -06:00
regexp Merge branch 'master' into conditional 2010-03-28 19:49:32 -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 Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04: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 cpu.x86.32: cleanups and fixes to make fastcall and thiscall callbacks work 2010-04-10 16:54:17 -07: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 Get green threads working on Windows 2010-04-03 20:24:33 -04:00
tools mason.test: forget test vocabs right after each test, instead of at the end 2010-04-12 14:45:43 -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 Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
ui ui.backend.windows: fix icon name 2010-04-11 15:03:38 -05:00
unicode Forget to save some files for enum change 2010-04-10 00:12:59 -07:00
unix Merge branch 'master' into abi-symbols 2010-04-01 15:28:36 -07:00
unrolled-lists random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
urls Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
uuid fix load errors 2009-11-18 18:53:03 -06:00
validators validators: fix v-default (reported by Niklas Waern) 2010-03-30 15:35:36 -04:00
values
vectors/functor
vlists
vm Forget to save some files for enum change 2010-04-10 00:12:59 -07:00
vocabs Maing vocabs.hierarchy use sets; modifying alias analysis's use of sets 2010-02-28 22:55:22 -05:00
windows windows: fix load errors 2010-04-11 15:00:54 -05:00
wrap
x11 Change C-ENUM: to always take a type. Use f for anonymous enums. Update all uses. 2010-04-09 23:48:22 -07:00
xml Making xml literal inverse behavior only load if inverse is loaded 2010-03-18 02:07:47 -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