factor/basis
Slava Pestov 85f3c69c70 io.monitors.recursive: don't bomb if a dsubordinate monitor is disposed of 2010-04-07 20:40:13 -04:00
..
alarms threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
alien 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
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 missed a uchar* in cairo.ffi 2010-02-23 14:02:55 -08: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 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
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 Get green threads working on Windows 2010-04-03 20:24:33 -04:00
compression generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
concurrency Some minor pointless optimizations 2010-04-01 20:09:14 -04:00
core-foundation Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05:00
core-graphics Fix bootstrap 2010-04-01 15:37:57 -05: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 Store stack bounds in TIB on win64 to make C++ exceptions work 2010-04-05 19:07:10 -04: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: `` '' -> “ ” 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
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 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 Update some more 'update' usages to call 'assoc-union!' 2010-02-04 03:44:24 +13:00
http Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04: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 io.monitors.recursive: don't bomb if a dsubordinate monitor is disposed of 2010-04-07 20:40:13 -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 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 Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05: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 opengl 3.3, 4.0 2010-03-16 18:35:46 -07:00
openssl Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05: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 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
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 vm: pre-allocate context alien 2010-04-02 00:02:21 -04: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 add note to deploy docs that «deploy» creates a bundle directory with all the parts, and «deploy-image-only» deploys only the image 2010-04-01 15:25:08 -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 Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05:00
unicode Finishing eliminating prune as a synonym of members 2010-02-27 14:52:24 -05:00
unix Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05: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
validators validators: fix v-default (reported by Niklas Waern) 2010-03-30 15:35:36 -04:00
values
vectors/functor
vlists
vm vm: re-organize context structure 2010-04-02 15:42:29 -04:00
vocabs Maing vocabs.hierarchy use sets; modifying alias analysis's use of sets 2010-02-28 22:55:22 -05:00
windows Temporary fix for directx bindings until I revert flags{ patch or parsing words get redone 2010-04-05 18:01:25 -05:00
wrap
x11 Fix bootstrap 2010-04-01 15:37:57 -05: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