factor/basis
Slava Pestov bcbdc9e0c8 Merge branch 'master' of git://factorcode.org/git/factor into improved-aa 2009-10-02 00:21:44 -05:00
..
alarms Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
alien change CALLBACK: to use the ABI of the current LIBRARY: and get rid of STDCALL-CALLBACK: 2009-09-28 19:27:28 -05:00
ascii Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
base64 Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
biassocs Biassocs have special clone method 2009-08-18 12:48:09 -05:00
binary-search Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
bit-arrays alien: improve documentation 2009-09-26 21:28:11 -05:00
bit-sets Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
bit-vectors Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
bitstreams Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
bootstrap vm: ignore 'declare' calls in non-optimizing compiler 2009-09-25 18:08:21 -05:00
boxes Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
byte-arrays/hex Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
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 update structs in cairo.ffi 2009-09-18 17:42:25 -05:00
calendar change all stat, statfs, statvfs and calendar structs 2009-08-30 04:06:41 -05:00
channels Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
checksums Merge branch 'master' of git://factorcode.org/git/factor 2009-10-01 23:14:16 -05:00
circular Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
classes/struct Fixing various test failures caused by C type parser change, and clarify C type docs some more 2009-09-28 08:48:39 -05:00
cocoa add USING:s and rearrange definitions so macosx can compile without parsing c-type strings 2009-09-26 23:14:57 -05:00
colors help.markup: word link stack effect is now clickable 2009-09-28 10:44:46 -04:00
columns Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
combinators replace usages of <" with """ 2009-09-20 22:42:40 -05:00
command-line
compiler Merge branch 'master' of git://factorcode.org/git/factor into improved-aa 2009-10-02 00:21:44 -05:00
compression Merge branch 'gif' of git://github.com/klazuka/factor 2009-09-30 05:15:21 -05:00
concurrency Revert "added send-synchronous-timeout word and tests" 2009-08-30 14:53:50 -05:00
cords Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
core-foundation replace all TYPEDEF: void* XXX* with C-TYPE: XXX 2009-09-27 22:21:24 -05:00
core-graphics add USING:s and rearrange definitions so macosx can compile without parsing c-type strings 2009-09-26 23:14:57 -05:00
core-text add USING:s and rearrange definitions so macosx can compile without parsing c-type strings 2009-09-26 23:14:57 -05:00
cpu Merge branch 'master' of git://factorcode.org/git/factor 2009-10-01 23:14:16 -05:00
csv
db replace all TYPEDEF: void* XXX* with C-TYPE: XXX 2009-09-27 22:21:24 -05:00
debugger Put bad escape code in the bad-escape error 2009-09-23 17:55:54 -05:00
definitions/icons definitions.icons: converted TIFF icons to PNG 2009-09-28 15:53:39 -04:00
delegate replace usages of <" with """ 2009-09-20 22:42:40 -05:00
deques
disjoint-sets Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
dlists
documents replace usages of <" with """ 2009-09-20 22:42:40 -05:00
editors Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
endian
environment add USING:s and rearrange definitions so macosx can compile without parsing c-type strings 2009-09-26 23:14:57 -05:00
eval Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
farkup Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
fonts Removed text shadow support 2009-09-08 14:22:27 -04:00
formatting move if-zero etc to math, remove 1-/1+ from math 2009-08-14 14:27:23 -05:00
fry Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
ftp
functors Merge branch 'master' of git://factorcode.org/git/factor 2009-09-20 23:02:49 -05:00
furnace replace usages of <" with """ 2009-09-20 22:42:40 -05:00
game-input catch a one-in-a-million failure in game-input.dinput backend 2009-09-28 19:53:46 -05:00
generalizations generalizations: make napply work with non-literal quotations 2009-09-29 23:28:43 -05:00
glib update vocabs so a load-all on macosx works without parsing c-type strings 2009-09-27 15:11:21 -05:00
globs Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
grouping docs: updated some docs to use new markup 2009-09-22 15:22:34 -04:00
hash2
heaps Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
help help.markup: fix layout bug for "N more results" link in apropos content 2009-09-30 15:06:29 -04:00
hints hints: fix regression with declarations 2009-09-25 18:50:08 -05:00
html html.streams: change how images work; webapps.help: support definition icons 2009-09-23 20:56:47 -05:00
http replace usages of <" with """ 2009-09-20 22:42:40 -05:00
images Merge branch 'gif' of git://github.com/klazuka/factor 2009-09-30 05:15:21 -05:00
inspector summary: change default summary 2009-09-23 20:22:25 -05:00
interpolate
interval-maps Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
inverse decouple struct parsing/printing from tuple parsing/printing a bit 2009-08-19 18:53:44 -05:00
io Merge branch 'link' of git://github.com/klazuka/factor 2009-09-30 05:11:21 -05:00
iokit update vocabs so a load-all on macosx works without parsing c-type strings 2009-09-27 15:11:21 -05:00
json replace usages of <" with """ 2009-09-20 22:42:40 -05:00
lcs Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
libc move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab 2009-09-17 22:36:05 -05:00
linked-assocs Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
listener Improve destructors docs, fix bug where debug-leaks? wasn't being switched off 2009-08-24 21:44:48 -05:00
lists Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
literals replace usages of <" with """ 2009-09-20 22:42:40 -05:00
locals Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
logging Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
macros
match match: cleanup 2009-09-04 06:11:28 -05:00
math change vector logical words to reuse the input sequence types so that they work as simd fallbacks 2009-10-01 23:49:53 -05:00
memoize Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
mime Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
mirrors make byte-arrays and specialized-arrays reveal their elements through the inspector 2009-09-28 20:34:42 -05:00
models Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
multiline remove <" from multiline tests 2009-09-23 16:24:32 -05:00
nibble-arrays
nmake
none
opengl update windows vocabs to load without c-type strings 2009-09-27 18:19:53 -05:00
openssl replace all TYPEDEF: void* XXX* with C-TYPE: XXX 2009-09-27 22:21:24 -05:00
pack
pango Fixing various test failures caused by C type parser change, and clarify C type docs some more 2009-09-28 08:48:39 -05:00
peg replace usages of <" with """ 2009-09-20 22:42:40 -05:00
persistent Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
porter-stemmer Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
present vocabs.hierarchy: more refactoring, update existing code for new API 2009-07-06 04:55:23 -05:00
prettyprint help.markup: word link stack effect is now clickable 2009-09-28 10:44:46 -04:00
promises
quoted-printable replace usages of <" with """ 2009-09-20 22:42:40 -05:00
quoting
random Merge branch 'master' of git://factorcode.org/git/factor 2009-10-01 23:14:16 -05:00
refs
regexp Fix conflict 2009-09-23 20:52:04 -05:00
roman
search-deques
see see: don't show accessor methods in see-methods 2009-09-08 14:46:36 -05:00
sequences Fix some load errors in various places 2009-09-28 16:33:39 -05:00
serialize Fixing various test failures caused by C type parser change, and clarify C type docs some more 2009-09-28 08:48:39 -05:00
shuffle
simple-flat-file
smtp
sorting trivial factoring 2009-08-17 18:59:03 -05:00
soundex
specialized-arrays specialized-arrays: byte-array>A-array calls >c-ptr 2009-10-01 23:12:53 -05:00
specialized-vectors Fixing various test failures caused by C type parser change, and clarify C type docs some more 2009-09-28 08:48:39 -05:00
splitting/monotonic replace usages of <" with """ 2009-09-20 22:42:40 -05:00
stack-checker Word hashcodes are now computed from the word's name/vocabulary, removing a source of non-determinism 2009-09-27 21:09:11 -05:00
strings/tables
suffix-arrays Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
summary summary: change default summary 2009-09-23 20:22:25 -05:00
syndication
system-info move system-info to basis 2009-09-20 23:24:24 -05:00
threads threads: better error messages 2009-07-07 13:00:58 -05:00
tools add USING:s and rearrange definitions so macosx can compile without parsing c-type strings 2009-09-26 23:14:57 -05:00
tr
tuple-arrays Add inline declarations for various assorted methods 2009-08-17 22:32:21 -05:00
ui fix ui startup 2009-09-28 17:16:16 -05:00
unicode Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
unix Merge branch 'master' of git://factorcode.org/git/factor 2009-10-01 23:14:16 -05:00
unrolled-lists Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
urls urls.encoding: fix for error found by help-lint 2009-09-21 15:42:58 -04:00
uuid
validators
values Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
vectors/functor Add inline declarations for various assorted methods 2009-08-17 22:32:21 -05:00
vlists Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
vm replace all TYPEDEF: void* XXX* with C-TYPE: XXX 2009-09-27 22:21:24 -05:00
vocabs vocabs.generated: if quotation throws an exception, forget the new vocabulary 2009-09-23 20:22:47 -05:00
windows eradicate string C types from windows.com.* 2009-09-30 16:17:50 -05:00
wrap fix using and tests 2009-09-23 12:54:34 -05:00
x11 replace all TYPEDEF: void* XXX* with C-TYPE: XXX 2009-09-27 22:21:24 -05:00
xml xml.syntax: fix help lint 2009-09-23 17:56:19 -05:00
xml-rpc xml-rpc: fix post-rpc 2009-09-13 21:40:58 +02:00
xmode replace usages of <" with """ 2009-09-20 22:42:40 -05:00