factor/basis
Joe Groff 75e2a5098e if any typedef in the chain has a pointer-c-type, use it 2010-02-23 08:09:33 -08:00
..
alarms
alien if any typedef in the chain has a pointer-c-type, use it 2010-02-23 08:09:33 -08:00
ascii
base64
biassocs
binary-search binary-search: improve docs 2010-02-03 23:11:32 +13:00
bit-arrays random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
bit-sets
bit-vectors
bitstreams
bootstrap 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
boxes
byte-arrays/hex
cache
cairo cairo.ffi: update references to pointer types in alien-callbacks 2010-02-22 21:57:56 -08:00
calendar scrub memory>struct calls made redundant 2010-02-22 12:22:29 -08:00
channels
checksums
circular
classes/struct classes.struct: reader-quot was checking struct-slot-spec for array-ness, not the type! derp 2010-02-22 23:57:10 -08:00
cocoa cocoa.messages: fix 2010-02-22 13:17:46 +13:00
colors
columns
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 stack-checker.alien: now that C types are words, the compiler can add dependencies on them when compiling alien words. This triggers the necessary recompilation when C types are redefined 2010-02-22 21:32:41 +13:00
compression Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
concurrency Merge up 2010-02-20 00:24:37 -08:00
core-foundation core-foundation.fsevents: use CALLBACK: type to define master-event-source-callback 2010-02-21 11:17:25 -08: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
db db.sqlite.ffi: replace some TYPEDEF: void* foo* with C-TYPE: foo 2010-02-22 19:36:14 -08:00
debugger 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
definitions/icons
delegate generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
deques
disjoint-sets
dlists Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
documents Rename accumulator to collector, pusher to selector 2010-01-22 15:00:53 -06: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 random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
fonts
formatting
fry
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.asides: end-aside-post didn't set the params variable. Fixes a bug introduced by commit fa4a10b328 way back in August 2009 2010-02-10 19:32:38 +13:00
game/input scrub memory>struct calls made redundant 2010-02-22 12:22:29 -08:00
generalizations Rewrite mnapply to be a combinator instead of a macro. Write nspread* to implement mnapply 2010-01-31 14:48:01 -06:00
glib
globs fix last globs test on windows 2010-02-16 22:19:56 -08:00
grouping grouping: tweak inheritance to make method precedence explicit 2010-01-30 21:14:41 +13:00
half-floats
hash2
heaps
help help.lint.checks: you can't have duplicate names in $values anymore 2010-02-19 12:32:03 +13: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
images Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
inspector
interpolate
interval-maps
inverse inverse: remove unnecessary dependency on debugger 2010-02-17 00:32:53 +13:00
io missed a dead memory>struct in io.sockets 2010-02-22 19:09:03 -08:00
iokit 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
json Remove math.floats.parser now that its no longer needed 2010-02-08 16:52:29 +13:00
lcs
libc Allow setting errno instead of just clearing it 2010-02-03 17:20:24 -06:00
linked-assocs
listener listener: fix help lint 2010-02-18 07:02:22 +13:00
lists Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
literals
locals generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
logging
macros macros: handle compile-time stack effect check of macro body more elegantly than previous attempt 2010-02-03 23:11:31 +13:00
match
math math.blas: update string c-types 2010-02-21 16:49:58 -08:00
memoize
mime
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
nmake
none
opengl opengl.gl: TYPEDEF: void* GLvoid* => C-TYPE: GLvoid 2010-02-21 23:13:56 -08:00
openssl openssl: replace some TYPEDEF: void* foo* (which won't work anymore) with C-TYPE: foo 2010-02-21 23:12:28 -08:00
pack
pango
peg
persistent random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
porter-stemmer
present
prettyprint prettyprint.config: set some output limits by default. Use the new without-limits combinator to get the old behavior 2010-02-20 12:18:16 +13:00
promises
quoted-printable
quoting
random 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
refs
regexp Update some more 'update' usages to call 'assoc-union!' 2010-02-04 03:44:24 +13:00
roman Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
search-deques
see see: show final declaration on tuples 2010-02-18 03:01:26 +13:00
sequences Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
serialize Update some more 'update' usages to call 'assoc-union!' 2010-02-04 03:44:24 +13:00
shuffle
simple-flat-file
simple-tokenizer Rename io.launcher.unix.parser to simple-tokenizer since ftp.server uses it 2010-02-21 17:48:04 +13:00
smtp
sorting Don't rely on integers as sequences for unit tests 2010-01-15 07:15:36 +13:00
soundex
specialized-arrays scrub memory>struct calls made redundant 2010-02-22 12:22:29 -08:00
specialized-vectors specialized-vectors: fix byte-length to return byte-length of the vector rather than of its underlying capacity 2010-02-07 15:24:39 -08:00
splitting/monotonic
stack-checker Merge branch 'master' into new-alien-pointers 2010-02-22 10:32:59 -08:00
strings/tables strings.tables: fix a logic error 2010-02-03 23:11:31 +13:00
suffix-arrays
summary
syndication
system-info 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
threads
tools Make scaffolding use set-file-lines so that generated text files end with a newline. 2010-02-22 20:39:45 -08:00
tr
tuple-arrays tuple-arrays: require that base type be final 2010-02-18 03:57:02 +13:00
typed typed: update documentation 2010-02-18 04:13:21 +13:00
ui scrub memory>struct calls made redundant 2010-02-22 12:22:29 -08:00
unicode Minor updates to string documentation 2010-02-03 23:07:53 +13:00
unix _DARWIN_MAXNAMELEN+1 should actually be _DARWIN_MAXNAMELEN + 1 2010-02-22 23:55:52 -08:00
unrolled-lists random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
urls
uuid
validators
values
vectors/functor
vlists
vm
vocabs Merge branch 'master' of git://github.com/slavapestov/factor 2010-02-21 03:36:54 -08:00
windows add opaque C-TYPEs for sundry interfaces to windows.com 2010-02-23 00:03:18 -08:00
wrap
x11 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
xml Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
xml-rpc Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
xmode Update some more 'update' usages to call 'assoc-union!' 2010-02-04 03:44:24 +13:00