factor/basis
Samuel Tardieu d23286a9ef Do not repeat sanity tests at each iteration 2009-09-09 21:35:24 +02:00
..
alarms
alien Fix conflicts 2009-09-07 23:51:25 -05:00
ascii
base64
biassocs
binary-search
bit-arrays A few inline declarations 2009-08-27 04:09:12 -05:00
bit-sets
bit-vectors
bitstreams
bootstrap Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems 2009-08-24 02:26:13 -05:00
boxes
byte-arrays/hex
cache Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems 2009-08-24 02:26:13 -05:00
cairo
calendar change all stat, statfs, statvfs and calendar structs 2009-08-30 04:06:41 -05:00
channels
checksums Move a few more things over to new disposable protocol 2009-08-24 20:33:27 -05:00
circular
classes/struct Merge branch 'master' into strong-typing 2009-09-08 15:53:20 -05:00
cocoa specialized-arrays.direct is no more; instead, every specialized-array.<foo> vocabulary has a <direct-T-array> constructor 2009-09-04 22:01:55 -05:00
colors Fix some annoying circularity; prettyprinter cannot depend on any vocab that depends on locals or stack-checker 2009-09-08 15:15:36 -05:00
columns
combinators Fix some annoying circularity; prettyprinter cannot depend on any vocab that depends on locals or stack-checker 2009-09-08 15:15:36 -05:00
command-line
compiler Fix the build 2009-09-09 13:44:54 -05:00
compression
concurrency Revert "added send-synchronous-timeout word and tests" 2009-08-30 14:53:50 -05:00
cords
core-foundation specialized-arrays.direct is no more; instead, every specialized-array.<foo> vocabulary has a <direct-T-array> constructor 2009-09-04 22:01:55 -05:00
core-graphics update cocoa and core-foundation stuff to use classes.struct and boxed malloc-arrays 2009-08-29 12:22:55 -05:00
core-text update cocoa and core-foundation stuff to use classes.struct and boxed malloc-arrays 2009-08-29 12:22:55 -05:00
cpu Merge branch 'master' of git://factorcode.org/git/factor 2009-09-09 13:56:20 -05:00
csv
db
debugger Merge branch 'master' of git://factorcode.org/git/factor 2009-09-08 15:48:18 -05:00
definitions/icons
delegate
deques
disjoint-sets
dlists
documents
editors
endian
environment specialized-arrays.direct is no more; instead, every specialized-array.<foo> vocabulary has a <direct-T-array> constructor 2009-09-04 22:01:55 -05:00
eval
farkup
fonts Removed text shadow support 2009-09-08 14:22:27 -04:00
formatting
fry
ftp
functors functors: support private words with DEFINES-PRIVATE; use this to make some words generated by math.vectors.simd.functor private 2009-09-04 01:21:59 -05:00
furnace
game-input fix some things that broke in the windows UI/game-input backends 2009-08-31 12:45:39 -05:00
generalizations
glib
globs
grouping
hash2
heaps
help Factor theme colors are now referenced by name. 2009-09-08 15:25:27 -04:00
hints separate stack effect typing from hints. put it in a "typed" vocab, and have a TYPED: word that adds the type checking directly to the word 2009-09-02 11:45:30 -05:00
html
http
images Better error images for non-baseline JPEGs. 2009-08-30 17:29:40 +09:00
inspector
interpolate
interval-maps
inverse
io make something private 2009-09-08 17:10:19 -05:00
iokit iokit: don't depend on debugger, reduces terrain demo size by a bit 2009-08-22 19:02:40 -05:00
json
lcs
libc bitwise equal? for struct objects 2009-08-26 18:05:38 -05:00
linked-assocs
listener Improve destructors docs, fix bug where debug-leaks? wasn't being switched off 2009-08-24 21:44:48 -05:00
lists
literals
locals
logging
macros
match match: cleanup 2009-09-04 06:11:28 -05:00
math Do not repeat sanity tests at each iteration 2009-09-09 21:35:24 +02:00
memoize
mime
mirrors clean up the bootstrap mess by moving the struct summary and make-mirror methods to classes.struct.prettyprint 2009-08-31 20:32:00 -05:00
models
multiline
nibble-arrays
nmake
none
opengl Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems 2009-08-24 02:26:13 -05:00
openssl
pack
pango update pango for struct 2009-08-31 12:23:08 -05:00
peg
persistent
porter-stemmer
present
prettyprint Applied ui-tweaks patchset. 2009-09-08 13:30:30 -04:00
promises
quoted-printable
quoting
random
refs
regexp
roman
search-deques
see see: don't show accessor methods in see-methods 2009-09-08 14:46:36 -05:00
sequences
serialize
shuffle
simple-flat-file
smtp
sorting
soundex
specialized-arrays Fix various test failures 2009-09-08 19:18:56 -05:00
specialized-vectors associate specialized-arrays vocabs with c-types; add words for requiring vocabs and constructing arrays by C type 2009-08-25 17:56:01 -05:00
splitting/monotonic
stack-checker alien: move code for supporting CONSTANT: foo 123 { "int" foo } C types into one place instead of the old scattershot approach 2009-08-27 21:49:25 -05:00
strings/tables
struct-arrays Fix conflicts 2009-09-07 23:51:25 -05:00
struct-vectors struct-vectors: update unit test to use new structs 2009-09-01 14:47:04 -05:00
suffix-arrays
summary clean up the bootstrap mess by moving the struct summary and make-mirror methods to classes.struct.prettyprint 2009-08-31 20:32:00 -05:00
syndication
threads
tools tools.annotations: document the fact that certain words should not be annotated 2009-09-08 20:49:12 -05:00
tr
tuple-arrays Add inline declarations for various assorted methods 2009-08-17 22:32:21 -05:00
ui Fix various test failures 2009-09-08 19:18:56 -05:00
unicode
unix remove deprecated inotify-event struct 2009-09-08 14:15:25 -05:00
unrolled-lists
urls
uuid
validators
values
vectors/functor
vlists
vocabs Factor theme colors are now referenced by name. 2009-09-08 15:25:27 -04:00
windows Use new-style structs for overlapped struct on Windows 2009-09-05 16:20:58 -05:00
wrap
x11 x11.events, ui.backend.x11: actually make it work 2009-08-31 00:24:25 -04:00
xml
xml-rpc
xmode