factor/extra
Slava Pestov 15ba74aaf8 Improved disassembler a bit 2008-02-14 20:27:04 -06:00
..
alarms Updating summary and authors 2008-01-27 01:02:31 -04:00
arrays/lib Updating summary and authors 2008-01-27 01:02:31 -04:00
ascii Eliminate core ascii dependency 2008-02-01 17:48:29 -06:00
asn1 Documentation updates, tags updates 2008-02-07 19:51:37 -06:00
assoc-heaps Updating summary and authors 2008-01-27 01:02:31 -04:00
assocs/lib add multi-assocs 2008-02-01 23:47:37 -06:00
automata remove strings.lib from automata 2008-02-02 23:46:56 -06:00
bake Lot's of load-everything fixes. 2008-02-02 00:29:47 -06:00
balloon-bomber Fix other CPU 8080 games 2008-01-17 12:41:44 +13:00
base64 slight speedup in base64 2008-02-10 23:07:40 -06:00
benchmark benchmark.sockets: run more clients 2008-02-14 05:21:02 -06:00
bitfields Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom 2008-02-06 13:47:19 -06:00
boids Update boids.ui for assocs.lib change 2008-01-30 02:47:08 -06:00
bootstrap Fix bootstrap.help 2008-02-11 01:18:24 -06:00
builder builder: fix bug in run-or-bail 2008-02-14 05:20:38 -06:00
bunny Update search paths after combinators.lib -> sequences.lib move 2008-02-12 16:49:53 -05:00
cairo Lot's of load-everything fixes. 2008-02-02 00:29:47 -06:00
cairo-demo Lot's of load-everything fixes. 2008-02-02 00:29:47 -06:00
calendar make rfc822-string print fractional times 2008-02-07 14:17:07 -06:00
cel-shading cel-shading, line-art, and bunny touch their magic rings together and become Super Bunny Demo 2008-02-02 13:14:22 -08:00
cfdg Lot's of load-everything fixes. 2008-02-02 00:29:47 -06:00
channels minor tweaks to make these modules load with load-everything 2008-01-14 11:42:21 -10:00
circular Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom 2008-02-06 13:47:19 -06:00
cocoa Added set-fullscreen? and fullscreen? hooks along with their cocoa implementations. 2008-02-09 00:17:24 -08:00
color-picker Clean up model-changed; no need for auxilliary tuples in editor and interactor 2007-11-16 03:01:45 -05:00
colors Updating summary and authors 2008-01-27 01:02:31 -04:00
combinators Update search paths after combinators.lib -> sequences.lib move 2008-02-12 16:49:53 -05:00
concurrency Fix another bug with futures 2008-02-09 18:12:07 -06:00
contributors Update search paths after combinators.lib -> sequences.lib move 2008-02-12 16:49:53 -05:00
core-foundation Mac OS X monitors load 2008-02-12 02:33:06 -06:00
coroutines Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom 2008-02-06 13:47:19 -06:00
cpu/8080 Moved dispatch to sequences.private 2008-02-11 01:19:53 -06:00
cryptlib Add some tags 2008-02-09 00:16:30 -06:00
crypto 30% speedup of md5 by moving group -> <groups> 2008-02-10 23:09:13 -06:00
db fix a bug in sqlite 2008-02-13 16:51:16 -06:00
delegate Merge branch 'master' into unicode 2008-02-11 18:42:08 -06:00
destructors Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom 2008-02-06 13:47:19 -06:00
documents Load fixes 2008-01-31 23:48:51 -06:00
editors change append to path+ 2008-02-12 12:14:57 -06:00
eval-server Initial import 2007-09-20 18:09:08 -04:00
factory Update search paths after combinators.lib -> sequences.lib move 2008-02-12 16:49:53 -05:00
faq Updating summary and authors 2008-01-27 01:02:31 -04:00
fjsc Lot's of USING: fixes for ascii or unicode 2008-02-01 18:26:32 -06:00
freetype Use FT_New_Memory_Face instead of FT_New_Face because the latter doesn't support non-ASCII path names 2008-01-10 22:37:22 -05:00
furnace Clean up vocabs.loader and add littledan's unit test feature 2008-02-10 23:03:54 -06:00
generic/lib Updating summary and authors 2008-01-27 01:02:31 -04:00
geom Updating summary and authors 2008-01-27 01:02:31 -04:00
gesture-logger Update deploy.factor files for renaming of config flag 2007-11-05 00:47:13 -05:00
globs Lot's of USING: fixes for ascii or unicode 2008-02-01 18:26:32 -06:00
golden-section Fix uses of new math constants 2008-01-24 18:18:12 -05:00
graphics Updating summary and authors 2008-01-27 01:02:31 -04:00
hardware-info Fixing load-everything and unit tests 2008-02-06 19:23:39 -06:00
hash2 Do dynamic lookup of OpenGL 1.2+ functions on all platforms. Use fallback extension names when the official name is not available, e.g., if glUseProgram is missing try glUseProgramObjectARB instead 2008-02-07 22:43:05 -08:00
hello-ui Update deploy.factor files for renaming of config flag 2007-11-05 00:47:13 -05:00
hello-world Fix conflict 2008-01-06 13:30:23 -04:00
help Document io.timeouts 2008-02-09 22:28:22 -06:00
hexdump Update search paths after combinators.lib -> sequences.lib move 2008-02-12 16:49:53 -05:00
hints Initial import 2007-09-20 18:09:08 -04:00
html add query>hash* to html.parser.analyzer 2008-02-11 17:19:27 -06:00
http io.utf8 renamed to io.encodings.utf8 2008-02-13 23:21:04 -06:00
icfp/2006 Use case instead of dispatch 2008-02-14 01:06:27 -06:00
id3 Lot's of USING: fixes for ascii or unicode 2008-02-01 18:26:32 -06:00
inverse Moved dispatch to sequences.private 2008-02-11 01:19:53 -06:00
io Fix +closed+ 2008-02-14 02:20:20 -06:00
irc Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom 2008-02-06 13:47:19 -06:00
jamshred Updating summary and authors 2008-01-27 01:02:31 -04:00
json Fix code for math.parser changes 2008-02-06 21:15:47 -06:00
koszul Lot's of load-everything fixes. 2008-02-02 00:29:47 -06:00
lazy-lists Updating summary and authors 2008-01-27 01:02:31 -04:00
lcd Working on Ruby.mn talk 2008-01-28 18:13:35 -06:00
ldap Add some tags 2008-02-09 00:16:30 -06:00
levenshtein Rename curry* to with 2008-01-09 17:36:30 -05:00
line-art cel-shading, line-art, and bunny touch their magic rings together and become Super Bunny Demo 2008-02-02 13:14:22 -08:00
lint Lot's of USING: fixes for ascii or unicode 2008-02-01 18:26:32 -06:00
lisppaste Initial import 2007-09-20 18:09:08 -04:00
locals Improved locals 2008-02-12 15:54:13 -06:00
log-viewer Rename io.monitor to io.monitors; add log-viewer demo 2008-02-05 18:00:24 -06:00
logging Logging parser now parses the timestamps 2008-02-10 20:32:10 -06:00
lsys Lot's of load-everything fixes. 2008-02-02 00:29:47 -06:00
lunar-rescue Fix other CPU 8080 games 2008-01-17 12:41:44 +13:00
macros Removed obsolete vocabs 2008-02-02 13:09:23 -06:00
mad Updating summary and authors 2008-01-27 01:02:31 -04:00
match Lot's of load-everything fixes. 2008-02-02 00:29:47 -06:00
math Fix load error 2008-02-14 01:06:46 -06:00
maze Rename curry* to with 2008-01-09 17:36:30 -05:00
memoize Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom 2008-02-06 13:47:19 -06:00
minneapolis-talk Final slides for Ruby.mn talk 2008-01-29 00:39:04 -06:00
models Rename curry* to with 2008-01-09 17:36:30 -05:00
money cleanup on aisle DECIMAL: 2008-02-11 16:45:38 -06:00
mortar Mortar defined and used parsing words. Refactor this. 2008-01-14 05:19:00 -06:00
msxml-to-csv Initial import 2007-09-20 18:09:08 -04:00
multi-methods Multi-methods work in progress 2008-02-08 01:08:23 -06:00
multiline Merge branch 'master' of git://factorcode.org/git/factor into unicode 2008-02-13 19:01:44 -06:00
namespaces/lib namespaces.lib: set-assoc-stack 2008-01-29 20:52:58 -06:00
nehe Fixing load-everything and unit tests 2008-02-06 19:23:39 -06:00
network-clipboard Updating summary and authors 2008-01-27 01:02:31 -04:00
new-slots Add Eduardo-style setters 2008-02-11 14:19:36 -06:00
numbers-game Initial import 2007-09-20 18:09:08 -04:00
odbc Fix odbc docs error 2008-01-16 09:02:32 -06:00
ogg Update search paths after combinators.lib -> sequences.lib move 2008-02-12 16:49:53 -05:00
openal Updating summary and authors 2008-01-27 01:02:31 -04:00
opengl On second thought, no point in being clever with glXGetProcAddress. Just always use glXGetProcAddressARB, which should always be available on any GLX implementation with any extension support 2008-02-08 18:18:44 -08:00
openssl Add some tags 2008-02-09 00:16:30 -06:00
optimizer/debugger Better dataflow>quot 2008-02-13 18:43:05 -06:00
oracle Updating summary and authors 2008-01-27 01:02:31 -04:00
ori Lot's of load-everything fixes. 2008-02-02 00:29:47 -06:00
pack New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
parser-combinators Fix code for math.parser changes 2008-02-06 21:15:47 -06:00
partial-apply Add partial-apply 2008-02-03 03:49:19 -06:00
partial-continuations Fixing load-everything and unit tests 2008-02-06 19:23:39 -06:00
pdf Initial import 2007-09-20 18:09:08 -04:00
peg Fix code for math.parser changes 2008-02-06 21:15:47 -06:00
porter-stemmer Use file-lines more 2008-01-10 22:06:29 -05:00
pos Fix ltrim/rtrim, get extra/ to load after number tower changes 2007-10-21 17:37:50 -04:00
project-euler Fix Project Euler solutions using combinators.lib stuff that moved 2008-02-11 15:14:56 -05:00
prolog Lot's of USING: fixes for ascii or unicode 2008-02-01 18:26:32 -06:00
promises Update memoize and promises 2008-01-06 23:36:34 -04:00
qualified Fix circularity 2008-01-05 18:27:15 -04:00
random small cleanups from lint 2008-01-12 07:42:47 -10:00
random-tester Fix code for math.parser changes 2008-02-06 21:15:47 -06:00
random-weighted lint cleanups 2008-01-12 12:23:34 -10:00
raptor New logging framework 2008-02-07 17:07:43 -06:00
regexp Fixing load-everything and unit tests 2008-02-06 19:23:39 -06:00
rewrite-closures Initial import 2007-09-20 18:09:08 -04:00
roman Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom 2008-02-06 13:47:19 -06:00
rot13 Lot's of USING: fixes for ascii or unicode 2008-02-01 18:26:32 -06:00
rss Improved http.client, bootstrap.image.{download,upload} 2008-02-07 17:55:31 -06:00
self Initial import 2007-09-20 18:09:08 -04:00
sequences Merge branch 'master' of git://factorcode.org/git/factor 2008-02-12 16:55:04 -05:00
serialize Fixing load-everything and unit tests 2008-02-06 19:23:39 -06:00
shuffle add 4nip to shuffle 2008-02-12 11:59:50 -06:00
shufflers fix load errors 2008-01-17 12:53:29 -10:00
slides New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
smtp Merge branch 'master' of git://factorcode.org/git/factor 2008-02-14 02:20:45 -06:00
space-invaders Moved dispatch to sequences.private 2008-02-11 01:19:53 -06:00
springies Lot's of load-everything fixes. 2008-02-02 00:29:47 -06:00
state-machine Moved dispatch to sequences.private 2008-02-11 01:19:53 -06:00
state-parser Fixing load-everything and unit tests 2008-02-06 19:23:39 -06:00
structs Updating summary and authors 2008-01-27 01:02:31 -04:00
sudoku Notify definition-observers when words are forgotten 2008-01-09 17:51:55 -04:00
tar add with-file-in docs, update a couple of usages 2008-02-06 20:04:46 -06:00
taxes fix a bug 2008-02-11 18:35:34 -06:00
tetris Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom 2008-02-06 13:47:19 -06:00
timers Rename curry* to with 2008-01-09 17:36:30 -05:00
tools Improved disassembler a bit 2008-02-14 20:27:04 -06:00
trees Fixing stupid splay trees bug 2008-02-02 12:23:51 -06:00
tty-server Initial import 2007-09-20 18:09:08 -04:00
tuple-arrays Get tuple-arrays to load 2008-01-12 04:25:27 -05:00
tuple-syntax Fixing load-everything and unit tests 2008-02-06 19:23:39 -06:00
tuples/lib Documentation fixes 2007-12-11 22:36:40 -05:00
turing Initial import 2007-09-20 18:09:08 -04:00
turtle Initial import 2007-09-20 18:09:08 -04:00
ui io.utf8 renamed to io.encodings.utf8 2008-02-13 23:21:04 -06:00
unicode Unicode upgrade and fix 2008-02-13 19:53:53 -06:00
units Updating summary and authors 2008-01-27 01:02:31 -04:00
unix Add experimental disassembler 2008-02-14 17:56:47 -06:00
vars Fix load error 2008-01-10 09:57:28 -10:00
vocabs/monitor Forgot to invoke callback 2008-02-12 12:19:25 -06:00
webapps webapps.planet fix 2008-02-10 01:39:48 -06:00
windows Move cd and cwd primitives to native I/O, fix Windows normalize-pathname 2008-02-05 13:11:36 -06:00
wrap Bug fix in word wrap 2008-02-01 16:43:12 -06:00
x add using 2008-02-04 16:40:14 -06:00
x11 io.utf8 renamed to io.encodings.utf8 2008-02-13 23:21:04 -06:00
xml Fix name clash 2008-02-11 00:17:51 -06:00
xml-rpc Add some tags 2008-02-09 00:16:30 -06:00
xmode Fixing load-everything and unit tests 2008-02-06 19:23:39 -06:00
yahoo Improved http.client, bootstrap.image.{download,upload} 2008-02-07 17:55:31 -06:00