factor/basis
Slava Pestov 7be8ab7334 Merge branch 'master' of git://github.com/erikcharlebois/factor 2010-02-02 04:04:29 -06:00
..
alarms
alien missed an alien.fortran test 2010-02-02 00:13:13 -08:00
ascii
base64
biassocs
binary-search
bit-arrays
bit-sets
bit-vectors
bitstreams
bootstrap classes: If a tuple class with subclasses is redefined into something that's not a tuple class, subclasses are changed to inherit from 'tuple' instead of being forgotten. Also, changing the metaclass of a union or intersection member no longer removes it from the union or intersection. Finally, make some internal words private 2010-02-01 02:48:39 +13:00
boxes
byte-arrays/hex
cache
cairo
calendar
channels
checksums
circular
classes/struct classes: If a tuple class with subclasses is redefined into something that's not a tuple class, subclasses are changed to inherit from 'tuple' instead of being forgotten. Also, changing the metaclass of a union or intersection member no longer removes it from the union or intersection. Finally, make some internal words private 2010-02-01 02:48:39 +13:00
cocoa Move compile-call and related words only meant to be used for debugging to compiler.test 2010-01-23 00:39:56 +13:00
colors
columns
combinators Rewrite mnapply to be a combinator instead of a macro. Write nspread* to implement mnapply 2010-01-31 14:48:01 -06:00
command-line command-line: if -e= is passed, don't run main vocab after evaluation ends 2010-01-25 21:05:42 +13:00
compiler Fix ffi-test library to work with Windows SDK. Turns out MINGW has a different ABI for struct returns than MS's compiler; make the MS ABI the default for cdecl on Windows, and add mingw ABI for libraries that use the MINGW ABI 2010-02-02 04:01:12 -06:00
compression Make sure we're not reading 0 bits in the lzw decompression loop -- this causes a hang 2010-01-31 16:29:20 -06:00
concurrency Merge up 2010-01-30 20:39:43 -08:00
core-foundation
core-graphics
core-text
cpu Fix ffi-test library to work with Windows SDK. Turns out MINGW has a different ABI for struct returns than MS's compiler; make the MS ABI the default for cdecl on Windows, and add mingw ABI for libraries that use the MINGW ABI 2010-02-02 04:01:12 -06:00
csv
db Rename accumulator to collector, pusher to selector 2010-01-22 15:00:53 -06:00
debugger classes: more robust code for detecting circular inheritance, move it out of classes.tuple since predicate classes need the same check too 2010-02-01 00:08:18 +13:00
definitions/icons
delegate
deques
disjoint-sets
dlists Rename accumulator to collector, pusher to selector 2010-01-22 15:00:53 -06:00
documents Rename accumulator to collector, pusher to selector 2010-01-22 15:00:53 -06:00
editors
endian
environment Handle EINTR in a lot of cases where it wasn't handled before. Split off unix into unix.ffi and unix. 2010-01-22 12:59:24 -06:00
eval Various documentation improvements 2010-01-26 01:01:12 +13:00
farkup
fonts
formatting
fry
ftp
functors
furnace
game/input Temporary xinput backend for game.input 2010-01-30 20:40:16 -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
grouping grouping: tweak inheritance to make method precedence explicit 2010-01-30 21:14:41 +13:00
half-floats
hash2
heaps
help help.crossref, tools.crossref: improved help cross-referencing 2010-01-26 01:18:10 +13:00
hints Code cleanups 2010-01-30 09:28:56 +13:00
html
http
images Merge up 2010-01-30 20:48:06 -08:00
inspector
interpolate
interval-maps
inverse
io io.launcher.windows: include launch descriptor in error thrown when launching a process fails 2010-02-01 12:39:29 -06:00
iokit
json
lcs
libc
linked-assocs
listener vocabs.parser: The manifest is now a definition observer, and updates itself when compilation units complete. This helps keep listener's search path up to date if vocabularies and words are renamed, defined, and undefined 2010-01-27 20:49:26 +13:00
lists Rename accumulator to collector, pusher to selector 2010-01-22 15:00:53 -06:00
literals
locals more fussing over locals docs grammar 2010-01-24 10:05:56 -08:00
logging
macros Re-work flushed dependencies into new compiler cross-referencing framework 2010-01-30 09:29:00 +13:00
match
math Add [1,b) to math.ranges. Use [1,b] in random.sfmt 2010-01-31 14:48:01 -06:00
memoize
mime
mirrors
models
multiline
nibble-arrays
nmake
none
opengl
openssl
pack
pango
peg
persistent
porter-stemmer
present
prettyprint Various documentation improvements 2010-01-26 01:01:12 +13:00
promises
quoted-printable
quoting
random Add [1,b) to math.ranges. Use [1,b] in random.sfmt 2010-01-31 14:48:01 -06:00
refs
regexp Rename accumulator to collector, pusher to selector 2010-01-22 15:00:53 -06:00
roman Help lint fixes for iota 2010-01-15 17:04:14 +13:00
search-deques
see
sequences Rename accumulator to collector, pusher to selector 2010-01-22 15:00:53 -06:00
serialize
shuffle
simple-flat-file
smtp
sorting
soundex
specialized-arrays Fix using 2010-01-22 13:24:50 -06:00
specialized-vectors inline specialized-vector byte-length 2010-01-24 20:16:10 -08:00
splitting/monotonic
stack-checker stack-checker.dependencies: make conditional dependencies more robust 2010-01-31 01:55:35 +13:00
strings/tables
suffix-arrays
summary
syndication
system-info
threads
tools compiler.crossref: clean up and fix bug with forgotten classes 2010-02-01 17:20:08 +13:00
tr
tuple-arrays
typed typed: update for dependency changes 2010-01-30 10:53:42 +13:00
ui ui.gadgets: make fast-children-on more flexible and take a quotation instead of always calling loc>> on elements of the children array. This enables a bug fix for M\ grid children-on, discovered from UI mis-rendering of '\ blend-mode help' 2010-01-25 21:05:42 +13:00
unicode unicode.case: rename title-word to capitalize and make it public 2010-01-22 15:06:04 -08:00
unix make unix.utilities unportable 2010-01-23 10:12:25 -06:00
unrolled-lists
urls
uuid
validators
values
vectors/functor
vlists
vm
vocabs vocabs.prettyprint: fix error when printing auto-use 2010-01-28 16:46:24 +13:00
windows FFI bindings for Win32 RawInput 2010-01-30 20:40:41 -08:00
wrap
x11
xml
xml-rpc
xmode