factor/extra
Slava Pestov e697fe8a90 Remove Farkup caching from Wiki now that Farkup parser is fast 2009-03-16 03:29:29 -05:00
..
4DNav Fix load error in 4DNav after ui.gadgets.labeled refactoring 2009-03-15 17:39:35 -05:00
24-game Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
adsoda Merge branch 'for-slava' of git://git.rfc1149.net/factor 2009-02-28 14:42:56 -06:00
advice Merge qualified, alias, symbols, constants into core 2008-12-17 18:10:01 -06:00
animations dt>seconds -> duration>seconds 2008-09-01 20:09:51 -05:00
annotations Various load-everything fixes 2009-03-07 01:22:21 -06:00
asn1 use CONSTANT: 2009-02-22 17:58:14 -06:00
backtrack Updating code for make and fry changes 2008-09-10 22:11:40 -05:00
bank remove >r r> 2008-12-14 00:48:06 -06:00
benchmark Fix benchmark table output 2009-03-15 23:25:36 -05:00
boolean-expr renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
bunny Various load-everything fixes 2009-03-07 01:22:21 -06:00
cap Move normalize-scanline-order implementation from images.bitmap to images 2009-03-10 16:35:47 -05:00
color-picker Various load-everything fixes 2009-03-07 01:22:21 -06:00
color-table Add tags to color-table 2009-02-19 18:23:02 -06:00
contributors Fixing load-everything for io.files split 2008-12-15 01:13:35 -06:00
coroutines Fixing various test failures and updating some more vocabs for >r/r> removal 2008-12-17 22:29:32 -06:00
crypto use CONSTANT: in extra 2009-02-22 19:08:45 -06:00
ctags Updating code for make and fry changes 2008-09-10 22:11:40 -05:00
curses use CONSTANT: in extra 2009-02-22 19:08:45 -06:00
demos Various load-everything fixes 2009-03-07 01:22:21 -06:00
descriptive Fix unit tests and help lint for 'see' move 2009-03-11 17:33:54 -05:00
digraphs Using inheritance instead of delegation in digraphs 2008-10-01 10:57:15 +10:00
dns Update code not to use combinators.cleave 2009-03-11 08:44:27 -05:00
drills Add unportable tag to drills 2009-03-16 03:17:57 -05:00
fjsc Fix compile error in fjsc 2009-03-14 23:00:29 -05:00
freetype Delete ui.text.freetype, opengl.sprites, and Bitstream Vera fonts; move freetype FFI binding from basis to extra since its no longer used by the UI 2009-03-02 01:17:33 -06:00
fuel Fixing up code after 'see' refactoring 2009-03-11 08:34:25 -05:00
galois-talk Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
game-input Add workaround for game-input crash 2009-03-15 23:11:35 -05:00
geo-ip use CONSTANT: 2009-03-12 23:16:07 -05:00
geobytes support for geobytes city/country/region database 2009-03-12 23:15:42 -05:00
gesture-logger Update gesture-logger for new_ui 2009-03-05 13:38:32 -06:00
google-tech-talk Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
graph-theory Remove the tail argument from do/until/while 2009-02-18 02:41:14 +01:00
hello-ui Update deployment descriptors for deploy-random? removal 2008-11-06 01:40:54 -06:00
hello-unicode <border> now takes a pair instead of an integer 2009-02-02 00:00:45 -06:00
hello-world Don't include threading support with hello-world; this reduces size by ~30kb 2008-12-08 19:18:03 -06:00
html uncomment unit tests and fix parser.state.... 2009-03-15 13:27:36 -05:00
icfp/2006 Update more vocabs for >r/r> removal 2008-12-17 23:36:13 -06:00
id3 add a word to id3ify directories 2009-03-02 19:41:58 -06:00
images/viewer images.viewer can now display some un-normalized images 2009-03-10 16:58:35 -05:00
infix Update infix for locals change 2009-03-07 03:21:03 -06:00
io/serial move serial to io.serial 2009-02-22 17:50:29 -06:00
iokit Merge OneEyed's patch 2009-02-28 17:06:55 -06:00
irc DEFER: now resets word definition, so take out a bogus DEFER: in irc.client 2009-03-09 17:48:04 -05:00
joystick-demo Various load-everything fixes 2009-03-07 01:22:21 -06:00
key-caps Various load-everything fixes 2009-03-07 01:22:21 -06:00
koszul Fixing various test failures and updating some more vocabs for >r/r> removal 2008-12-17 22:29:32 -06:00
lcd Various load-everything fixes 2009-03-07 01:22:21 -06:00
lint Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
lisppaste Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
literals Updating meta-data 2009-03-07 00:57:04 -06:00
log-viewer io.monitors:next-change now outputs a single value instead of a pathname and a sequence 2009-01-26 23:18:57 -06:00
mason Updating deploy tool, mason.child and factor.sh for new Windows DLLs 2009-03-07 19:39:11 -06:00
math Move unused utility libraries to unmaintained 2009-03-11 08:35:48 -05:00
maze Various load-everything fixes 2009-03-07 01:22:21 -06:00
method-chains A little gift for Joe 2009-03-15 21:25:19 -05:00
minneapolis-talk Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
monads Fix monads unit tests 2008-12-09 04:21:50 -06:00
money renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
msxml-to-csv Moving XML vocabularies around 2009-02-05 21:17:03 -06:00
multi-methods Fix unit tests and help lint for 'see' move 2009-03-11 17:33:54 -05:00
nehe Various load-everything fixes 2009-03-07 01:22:21 -06:00
newfx Eliminating usages of combinators/sequences/etc.lib 2008-12-18 00:16:43 -06:00
numbers-game
opengl/demo-support Update 4DNav for new_ui 2009-03-07 03:20:47 -06:00
otug-talk Replace png-gadget in otug-talk with icon gadget usage; convert PNG images to TIFF 2009-03-10 17:00:46 -05:00
parser-combinators Remove parser-combinators.regexp since regexp supercedes it 2009-03-13 19:46:16 -05:00
partial-continuations Fixing eval unit test, and help lint failures from stricter help lint 2009-01-27 15:38:01 -06:00
peg Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
peg-lexer peg-lexer: fix help lint 2009-03-16 03:29:16 -05:00
project-euler produce and produce-as: don't need third quotation either 2009-02-28 15:31:34 -06:00
promises Making lazy lists compile, and using them where applicable 2009-02-08 23:06:03 -06:00
quadtrees Fix conflict 2009-02-05 22:29:15 -06:00
random/blum-blum-shub Clean up some code to not use combinators.lib and sequences.lib 2008-12-17 19:52:47 -06:00
reports/noise Remove nipd, 3nip, 4nip and tuckd from basis/shuffle 2009-02-09 18:11:42 -06:00
rot13
sequences Trying to fix a bad merge... 2009-02-03 00:27:34 -06:00
shell Fixing load-everything for io.files split 2008-12-15 01:13:35 -06:00
site-watcher initial checkin of site-watcher 2009-03-14 10:53:51 -05:00
slides Fix slides for with-ui change 2009-03-16 03:01:56 -05:00
spheres Various load-everything fixes 2009-03-07 01:22:21 -06:00
spider with-logging should not take a DEBUG level 2009-02-18 16:01:53 -06:00
state-machine remove >r r> 2008-12-14 00:52:15 -06:00
sudoku renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
svg Moving XML vocabularies around 2009-02-05 21:17:03 -06:00
system-info decode uname strings as utf8 2009-02-13 15:52:17 -06:00
tar use constant in tar, remove ignore-errors 2009-02-12 16:40:45 -06:00
taxes/usa undo load breakage 2009-02-09 22:05:58 -06:00
tetris Fix tetris rendering 2009-03-10 16:59:48 -05:00
time-server Add time server demo 2008-11-11 13:14:39 -06:00
trees re-enable tree prettyprinting code. trees need refactoring or a rewrite someday 2009-03-04 16:14:16 -06:00
tty-server
turing new accessors 2008-08-30 21:22:29 -05:00
twitter Fixing twitter 2009-02-13 20:20:22 -06:00
ui Updating ui.gadgets.alerts, ui.gadgets.book-extras, ui.utils and drills for new_ui changes 2009-03-16 03:01:32 -05:00
units remove >r r> 2008-12-14 00:41:30 -06:00
update Update code not to use combinators.cleave 2009-03-11 08:44:27 -05:00
usa-cities Clean up some <file-reader> usages to use file-lines, file>csv, and file>xml instead 2009-02-15 20:45:06 -06:00
vars Update more vocabs for >r/r> removal 2008-12-17 23:36:13 -06:00
vpri-talk Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
webapps Remove Farkup caching from Wiki now that Farkup parser is fast 2009-03-16 03:29:29 -05:00
webkit-demo Merge qualified, alias, symbols, constants into core 2008-12-17 18:10:01 -06:00
websites/concatenative Add vocab: for vocab-relative paths 2009-02-15 19:53:21 -06:00
wordtimer Update remaining >r/r> usages 2008-12-18 00:42:12 -06:00
yahoo Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00