factor/extra
Slava Pestov c5a511788a Merge branch 'master' of git://projects.elasticdog.com/git/factor 2009-04-02 13:14:03 -05:00
..
4DNav adsoda, 4DNav: fix compile errors exposed by stronger static checking 2009-03-22 21:38:36 -05:00
24-game Fixing compile errors, test failures and help lint failures 2009-03-23 17:12:41 -05:00
adsoda adsoda, 4DNav: fix compile errors exposed by stronger static checking 2009-03-22 21:38:36 -05:00
advice Fixing unit tests for syntax change 2009-03-23 00:34:02 -05:00
animations Fixing compile errors, test failures and help lint failures 2009-03-23 17:12:41 -05:00
annotations Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
asn1 use CONSTANT: 2009-02-22 17:58:14 -06:00
assoc-heaps move assoc-heaps to extra 2009-04-01 17:29:58 -05:00
backtrack
bank fix compile error 2009-03-29 21:39:21 -05:00
benchmark Crank down spectral-norm parameter so that it doesn't take way too long on non-SSE2 machines 2009-03-20 16:26:13 -05:00
boolean-expr
bunny Various load-everything fixes 2009-03-07 01:22:21 -06:00
c check in more test cases for later 2009-04-02 12:25:41 -05:00
cap Implement image tesselation in image.tesselation. This is used by opengl.textures to break up large bitmaps into multiple smaller textures. The gl-rect and gl-fill-rect words have different stack effects now, so usages were updated. 2009-03-27 18:31:25 -05:00
chess960 chess960 buddy 2009-02-28 16:16:09 -06:00
chicago-talk fix deployed name in minneapolis-talk, add summary/deploy to chicago talk 2009-04-01 11:11:15 -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
coroutines
crypto use CONSTANT: in extra 2009-02-22 19:08:45 -06:00
ctags Fixing compile errors, test failures and help lint failures 2009-03-23 17:12:41 -05:00
curses update code for usages of add-library 2009-03-25 23:00:19 -05:00
demos Fix up 'demos' vocab 2009-04-02 01:17:55 -05:00
descriptive Better error message printout in extra/descriptive 2009-04-02 13:11:06 -05:00
digraphs
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
ecdsa make ecdsa unportable for now 2009-03-23 20:32:57 -05:00
fjsc Fix compile error in fjsc 2009-03-14 23:00:29 -05:00
freetype update code for usages of add-library 2009-03-25 23:00:19 -05:00
fuel Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page 2009-03-24 04:11:08 -05:00
galois-talk Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page 2009-03-24 04:11:08 -05:00
game-input Fix game-input test to not run if the UI is not running on Windows 2009-03-27 18:34:06 -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 Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page 2009-03-24 04:11:08 -05:00
graph-theory Remove the tail argument from do/until/while 2009-02-18 02:41:14 +01:00
hello-ui
hello-unicode Fix hello-unicode for deployment 2009-03-25 11:10:25 -05:00
hello-world
html use unicode instead of ascii again 2009-04-02 01:18:53 -05:00
icfp/2006
id3 full docs for id3 and minor refactoring 2009-03-28 16:35:08 -05:00
images/viewer images.viewer can now display some un-normalized images 2009-03-10 16:58:35 -05:00
infix Fixing unit tests for syntax change 2009-03-23 00:34:02 -05:00
io/serial serial library works with the null modem -- add some standard ports for future reference 2009-03-17 15:03:01 -05:00
iokit Merge OneEyed's patch 2009-02-28 17:06:55 -06:00
irc fix a few compile errors 2009-03-29 21:35:57 -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
lcd Various load-everything fixes 2009-03-07 01:22:21 -06:00
lint Fixing unit tests for syntax change 2009-03-23 00:34:02 -05:00
lisppaste Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
literals Fixing compile errors, test failures and help lint failures 2009-03-23 17:12:41 -05:00
log-viewer
mason delete factor/ every time after a build is finished. you can easily check it out by knowing the git-id 2009-03-23 19:00:23 -05:00
math Implement image tesselation in image.tesselation. This is used by opengl.textures to break up large bitmaps into multiple smaller textures. The gl-rect and gl-fill-rect words have different stack effects now, so usages were updated. 2009-03-27 18:31:25 -05:00
maze Various load-everything fixes 2009-03-07 01:22:21 -06:00
method-chains Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
minneapolis-talk fix deployed name in minneapolis-talk, add summary/deploy to chicago talk 2009-04-01 11:11:15 -05:00
monads Move call( and execute( to core 2009-03-16 20:11:36 -05:00
money Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
msxml-to-csv Moving XML vocabularies around 2009-02-05 21:17:03 -06:00
multi-methods make multimethods tests pass 2009-03-23 20:36:44 -05:00
nehe Various load-everything fixes 2009-03-07 01:22:21 -06:00
newfx Fixing compile errors, test failures and help lint failures 2009-03-23 17:12:41 -05:00
numbers-game
opengl/demo-support Update 4DNav for new_ui 2009-03-07 03:20:47 -06:00
otug-talk Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page 2009-03-24 04:11:08 -05:00
parser-combinators Remove parser-combinators.regexp since regexp supercedes it 2009-03-13 19:46:16 -05:00
partial-continuations
peg FUEL: Font lock and no indentation for EBNF: ... ;EBNF forms. 2009-04-01 05:03:28 +02:00
peg-lexer Get more code to load after SYNTAX: change 2009-03-21 03:22:21 -05:00
project-euler Minor typo in solution for PE problem 49 2009-04-02 12:10:51 -04:00
quadtrees Merge branch 'master' of git://factorcode.org/git/factor 2009-03-06 15:23:28 -06:00
random/blum-blum-shub
reports/noise Remove nipd, 3nip, 4nip and tuckd from basis/shuffle 2009-02-09 18:11:42 -06:00
robots a robots.txt parser 2009-03-20 21:56:48 -05:00
rot13
sequences Fixing compile errors, test failures and help lint failures 2009-03-23 17:12:41 -05:00
shell
site-watcher add sms, twitter fields to account. create sitewatcher account when user registers 2009-03-25 11:20:21 -05:00
slides Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
smalltalk Add silly optimization for 'new'; this will be removed when compiler improves 2009-04-01 02:53:30 -05:00
spheres Various load-everything fixes 2009-03-07 01:22:21 -06:00
spider spider - better handling of relative links for frames, dont spider things twice 2009-04-01 11:08:19 -05:00
sudoku
svg Fixing unit tests for syntax change 2009-03-23 00:34:02 -05: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 Implement image tesselation in image.tesselation. This is used by opengl.textures to break up large bitmaps into multiple smaller textures. The gl-rect and gl-fill-rect words have different stack effects now, so usages were updated. 2009-03-27 18:31:25 -05:00
time-server
trees Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
tty-server
turing
twitter Fixing twitter 2009-02-13 20:20:22 -06:00
ui Implement image tesselation in image.tesselation. This is used by opengl.textures to break up large bitmaps into multiple smaller textures. The gl-rect and gl-fill-rect words have different stack effects now, so usages were updated. 2009-03-27 18:31:25 -05:00
units Fixing unit tests for syntax change 2009-03-23 00:34:02 -05: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 Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
vpri-talk Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page 2009-03-24 04:11:08 -05:00
webapps Fix wiki template 2009-03-28 04:25:12 -05:00
webkit-demo Fixing deploy tests 2009-03-18 19:58:05 -05:00
websites/concatenative Add vocab: for vocab-relative paths 2009-02-15 19:53:21 -06:00
wordtimer Fixing the build 2009-03-18 17:01:26 -05:00
yahoo Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00