factor/extra
Joe Groff 037dcdd735 Merge branch 'master' of git://factorcode.org/git/factor 2010-02-04 19:45:25 -08:00
..
24-game random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
alien/data/map Fix input-classes of /i and mod, and add some regression tests with various reductions of the original test-case from the terrain demo 2010-01-14 18:15:51 +13:00
annotations parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
asn1 Factor source files should not be executable 2009-11-21 17:50:43 -06:00
assoc-heaps docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
audio docs for audio.vorbis 2010-01-25 20:35:36 -08:00
backtrack Factor source files should not be executable 2009-11-21 17:50:43 -06:00
balloon-bomber Fix invaders sound and fix bitrot in balloon-bomber and lunar-rescue 2009-10-16 12:15:10 +13:00
bank eliminate most spins from extra 2009-11-05 15:34:31 -06:00
benchmark Change benchmark.recursive to make less recursions to avoid overflowing the callstack on win64 2010-02-03 00:04:37 -06:00
bloom-filters Change [0,b) usages to iota 2010-01-15 08:05:50 +13:00
brainfuck replace usages of <" with """ 2009-09-20 22:42:40 -05:00
bson some minor bson performance improvements 2010-01-10 18:42:16 +01:00
bunny formatting ocd 2010-01-16 11:46:50 -08:00
c Merge branch 'master' of git://factorcode.org/git/factor 2009-11-05 22:23:21 -06:00
calendar/holidays fix holiday-names word 2009-11-13 14:59:48 -06:00
cap cap: explicitly set the image's component-type 2009-10-09 15:58:34 -04:00
central 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
chess960 chess960 buddy 2009-02-28 16:16:09 -06:00
chicago-talk Factor source files should not be executable 2009-11-21 17:50:43 -06:00
classes vectored struct functor 2009-10-15 14:33:40 -05:00
closures over push -> suffix!, over push-all -> append! 2009-10-28 15:29:01 -05:00
color-picker pry off some ui app boilerplate with a MAIN-WINDOW: syntax 2010-01-15 16:55:43 -08:00
color-table pry off some ui app boilerplate with a MAIN-WINDOW: syntax 2010-01-15 16:55:43 -08:00
combinators/tuple Various documentation improvements 2010-01-26 01:01:12 +13:00
compiler/graphviz Fix test failures in compiler.cfg.linearization.order, compiler.tests.low-level-ir and compiler.graphviz 2009-09-22 05:07:52 -05:00
constructors fix bug in constructor redefinition 2010-01-04 14:24:13 -06:00
contributors Factor source files should not be executable 2009-11-21 17:50:43 -06:00
coroutines 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
couchdb eliminate most spins from extra 2009-11-05 15:34:31 -06:00
cpu/8080 Factor source files should not be executable 2009-11-21 17:50:43 -06:00
crypto Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
ctags docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
curses curses: fix using 2009-11-07 00:07:02 +01:00
cursors 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
db/info parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
decimals random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
demos pry off some ui app boilerplate with a MAIN-WINDOW: syntax 2010-01-15 16:55:43 -08:00
descriptive Factor source files should not be executable 2009-11-21 17:50:43 -06:00
digraphs Factor source files should not be executable 2009-11-21 17:50:43 -06:00
ecdsa nip most uses of tuck from extra 2009-11-05 22:22:21 -06:00
enter simplified main word definition 2009-07-31 11:10:51 -05:00
env docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
fjsc Factor source files should not be executable 2009-11-21 17:50:43 -06:00
fonts/syntax over push -> suffix!, over push-all -> append! 2009-10-28 15:29:01 -05:00
freetype replace all TYPEDEF: void* XXX* with C-TYPE: XXX 2009-09-27 22:21:24 -05:00
fries eliminate most spins from extra 2009-11-05 15:34:31 -06:00
fuel (normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks 2009-10-28 17:25:50 -05:00
furnace/mongodb adjusted USING: - removed unix vocab 2010-01-16 11:46:00 +01:00
galois-talk update existing code for [let change 2009-10-27 22:05:37 -05:00
game Unify obj and collada loading under a common models umbrella loader 2010-02-01 18:44:09 -08:00
geo-ip (normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks 2009-10-28 17:25:50 -05:00
geobytes update more 8bit encoding usages 2009-11-12 18:36:47 -06:00
gesture-logger Factor source files should not be executable 2009-11-21 17:50:43 -06:00
google-tech-talk update existing code for [let change 2009-10-27 22:05:37 -05:00
gpu gpu.shaders: don't attempt to bind vertex attributes that don't exist in the compiled shader 2010-01-28 21:48:41 -08:00
grid-meshes Fix input-classes of /i and mod, and add some regression tests with various reductions of the original test-case from the terrain demo 2010-01-14 18:15:51 +13:00
hashcash Factor source files should not be executable 2009-11-21 17:50:43 -06:00
hello-ui pry off some ui app boilerplate with a MAIN-WINDOW: syntax 2010-01-15 16:55:43 -08:00
hello-unicode pry off some ui app boilerplate with a MAIN-WINDOW: syntax 2010-01-15 16:55:43 -08:00
hello-world Factor source files should not be executable 2009-11-21 17:50:43 -06:00
html Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
icfp/2006 Factor source files should not be executable 2009-11-21 17:50:43 -06:00
id3 Update some more 'update' usages to call 'assoc-union!' 2010-02-04 03:44:24 +13:00
images images.atlas: add "make-atlas-assoc" word to take a name->image assoc and generate a name->texcoord assoc alongside the atlas 2010-02-04 19:43:14 -08:00
infix Fix a few integers-as-sequences in docs 2010-01-14 17:20:43 -06:00
io/serial Factor source files should not be executable 2009-11-21 17:50:43 -06:00
irc Factor source files should not be executable 2009-11-21 17:50:43 -06:00
joystick-demo fix joystick-demo for timer changes 2010-01-05 10:23:11 -08:00
jvm-summit-talk jvm-summit-talk: Slides from talk 2009-09-22 03:23:55 -05:00
key-caps use MAIN-WINDOW: for key-caps 2010-01-16 12:00:00 -08:00
key-handlers nip most uses of tuck from extra 2009-11-05 22:22:21 -06:00
koszul Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
lcd pry off some ui app boilerplate with a MAIN-WINDOW: syntax 2010-01-15 16:55:43 -08:00
lisppaste Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
llvm parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
log-viewer Factor source files should not be executable 2009-11-21 17:50:43 -06:00
lunar-rescue Fix invaders sound and fix bitrot in balloon-bomber and lunar-rescue 2009-10-16 12:15:10 +13:00
managed-server replace usages of <" with """ 2009-09-20 22:42:40 -05:00
mason generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
math quaterion to matrix4 conversion 2010-02-04 11:25:45 -08:00
maze pry off some ui app boilerplate with a MAIN-WINDOW: syntax 2010-01-15 16:55:43 -08:00
memory Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
merger pry off some ui app boilerplate with a MAIN-WINDOW: syntax 2010-01-15 16:55:43 -08:00
method-chains method-chains docs 2010-01-16 23:13:59 -08:00
minneapolis-talk Factor source files should not be executable 2009-11-21 17:50:43 -06:00
model-viewer Move collada viewer to extra/model-viewer 2010-02-01 22:12:22 -08:00
models move models.illusion to basis, and move models.combinators and everything that uses it to unmaintained since it monkey-patches the models vocab which is retarded 2009-11-09 01:18:36 -06:00
monads 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
money parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
mongodb Rename accumulator to collector, pusher to selector 2010-01-22 15:00:53 -06:00
morse parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
msxml-to-csv Moving XML vocabularies around 2009-02-05 21:17:03 -06:00
multi-methods Update some more 'update' usages to call 'assoc-union!' 2010-02-04 03:44:24 +13:00
native-thread-test update vocabs so a load-all on macosx works without parsing c-type strings 2009-09-27 15:11:21 -05:00
nehe pry off some ui app boilerplate with a MAIN-WINDOW: syntax 2010-01-15 16:55:43 -08:00
nested-comments make nested-comments work again with new strings 2009-09-19 14:14:47 -05:00
noise noise: update for iota 2010-01-15 07:15:33 +13:00
numbers-game
nurbs update existing code to use :> ( ) when possible 2009-10-28 16:11:33 -05:00
ogg update vocabs so a load-all on macosx works without parsing c-type strings 2009-09-27 15:11:21 -05:00
openal add DESTRUCTOR:s for alcCloseDevice and alcDestroyContext 2010-01-19 10:28:36 -08:00
opengl Factor source files should not be executable 2009-11-21 17:50:43 -06:00
otug-talk replace usages of <" with """ 2009-09-20 22:42:40 -05:00
pair-methods [ [ ... ] bi@ >=< ] sort => [ ... ] inv-sort-with 2009-08-02 20:14:56 -05:00
pair-rocket parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
pairs pairs: assoc implementation optimized for a single key/value pair 2010-02-04 08:05:01 +13:00
parser-combinators Factor source files should not be executable 2009-11-21 17:50:43 -06:00
partial-continuations Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
peg peg: fix unit test failures 2009-10-19 06:01:20 -05:00
persistency parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
poker fix unit test 2009-12-08 17:05:11 -06:00
pop3 POP3 client library 2009-10-23 12:50:12 +03:00
project-euler Change [0,b) usages to iota 2010-01-15 08:05:50 +13:00
qtkit helper words for qtkit 2009-09-18 13:41:55 -05:00
quadtrees nip most uses of tuck from extra 2009-11-05 22:22:21 -06:00
qw parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
random Factor source files should not be executable 2009-11-21 17:50:43 -06:00
redis update more 8bit encoding usages 2009-11-12 18:36:47 -06:00
reports/noise Factor source files should not be executable 2009-11-21 17:50:43 -06:00
robots allow robot-identifiers to be set for robots.txt 2009-06-19 14:41:48 -05:00
roles replace usages of <" with """ 2009-09-20 22:42:40 -05:00
rot13 nip most uses of tuck from extra 2009-11-05 22:22:21 -06:00
rpn rpn: fix operator order issue (reported by Jason Merrill) 2009-09-23 17:33:03 -05:00
run-desc separated run-desc from launcher 2009-07-22 10:28:27 -05:00
s3 use $subsections instead of $subsection 2009-11-18 16:40:18 -06:00
sequences sequences: rename virtual-seq to virtual-exemplar 2009-11-07 00:06:26 +01:00
set-n eliminate most spins from extra 2009-11-05 15:34:31 -06:00
site-watcher change add-init-hook to add-startup-hook, new add-shutdown-hook word 2009-10-19 22:17:02 -04:00
slides Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
smalltalk Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
space-invaders Factor source files should not be executable 2009-11-21 17:50:43 -06:00
spheres use world-attributes pref-dim instead of world pref-dim* method where applicable 2010-01-16 11:44:58 -08:00
spider spider.unique-deque: fix for stricter stack effect checking 2009-11-09 01:59:22 -06:00
sudoku sudoku: update for iota 2010-01-15 07:15:35 +13:00
svg fix using and tests 2009-09-23 12:54:34 -05:00
synth remove most uses of roll/-roll from extra 2009-10-30 14:14:24 -05:00
tar Factor source files should not be executable 2009-11-21 17:50:43 -06:00
taxes/usa update fica constant 2010-01-04 10:59:00 -05:00
tc-lisp-talk replace usages of <" with """ 2009-09-20 22:42:40 -05:00
terrain game.worlds overhaul: add optional support for integrating audio.engine and make game.input integration optional too. add "tick-game-world" generic for extending game-world's tick* method 2010-01-19 16:07:47 -08:00
tetris tetris.gl: update for iota 2010-01-15 07:15:33 +13:00
time-server change threaded-server and managed-server to take an encoding 2009-05-30 19:15:53 -05:00
tokyo Factor source files should not be executable 2009-11-21 17:50:43 -06:00
trees random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
tty-server change threaded-server and managed-server to take an encoding 2009-05-30 19:15:53 -05:00
turing
twitter Fixing twitter 2009-02-13 20:20:22 -06:00
ui use world-attributes pref-dim instead of world pref-dim* method where applicable 2010-01-16 11:44:58 -08:00
units Factor source files should not be executable 2009-11-21 17:50:43 -06:00
update Making more code infer 2009-04-15 19:03:44 -05:00
usa-cities nip most uses of tuck from extra 2009-11-05 22:22:21 -06:00
variants docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
vars Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
vocabs/git utility to load a chosen revision of a vocab from a git repo, e.g. "USE-REV: xml origin/master" 2009-11-07 23:54:17 -06:00
vpri-talk update existing code for [let change 2009-10-27 22:05:37 -05:00
webapps Factor source files should not be executable 2009-11-21 17:50:43 -06:00
webkit-demo webkit-demo: update for recent <ViewWindow> stack effect change 2009-07-05 21:40:47 -05:00
websites/concatenative vm: replace generations array with individual instance variables referencing zone objects 2009-10-07 11:59:59 -05:00
window-controls-demo Factor source files should not be executable 2009-11-21 17:50:43 -06:00
wordtimer 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
yahoo Factor source files should not be executable 2009-11-21 17:50:43 -06:00
zoneinfo fix load errors 2009-11-18 18:53:03 -06:00