Commit Graph

10285 Commits (e909f7b2904f723c343e58c4134bf337a0c1f175)

Author SHA1 Message Date
Doug Coleman e909f7b290 fix windows compile errors 2008-12-16 02:28:04 -06:00
Doug Coleman b796529be4 add unportable tag 2008-12-16 01:54:05 -06:00
Doug Coleman b8406f709e fix load error in ftp, refactor 2008-12-16 01:50:25 -06:00
Doug Coleman 70155c5bdb Merge branch 'master' of git://factorcode.org/git/factor 2008-12-16 01:39:22 -06:00
Doug Coleman 7538928754 game-input doesnt need a backend, now loads dinput or iokit directly 2008-12-16 01:33:51 -06:00
Slava Pestov 1874f045c6 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-16 01:12:46 -06:00
Slava Pestov 63fda570bf Fixing assorted compile errors and help lint warnings 2008-12-16 01:12:36 -06:00
Slava Pestov 034022ec7f Add meta-data 2008-12-16 00:43:32 -06:00
Eduardo Cavazos f01331312c Add 'bubble-chamber.quark-chamber' runnable demo 2008-12-16 00:41:00 -06:00
Eduardo Cavazos 010db8eb77 Merge branch 'master' of http://factorcode.org/git/factor 2008-12-16 00:39:43 -06:00
Eduardo Cavazos ba547ffb98 bubble-chamber: Add quark-chamber 2008-12-16 00:38:34 -06:00
Slava Pestov fea0c80542 Merge branch 'master' of git://projects.elasticdog.com/git/factor 2008-12-15 22:55:59 -06:00
Slava Pestov 5d83236d47 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-15 22:50:03 -06:00
Slava Pestov 732f726c96 Help lint no longer flags symbols as having violations 2008-12-15 22:49:47 -06:00
Slava Pestov c073a8b4f5 Fix more compile errors 2008-12-15 22:49:35 -06:00
Doug Coleman 930f9ac638 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-15 22:44:20 -06:00
Doug Coleman fccf6417b1 fix compile errors on windows 2008-12-15 22:44:01 -06:00
Slava Pestov 0021cde743 Fix more compile errors 2008-12-15 22:21:56 -06:00
Doug Coleman 1e8c0fb372 fix dinput compile errors 2008-12-15 22:08:03 -06:00
Doug Coleman 0655a06a7c use CONSTANT: and fix compile errors 2008-12-15 21:56:44 -06:00
Doug Coleman 1ae5a3e08e use CONSTANT: and fix compile errors 2008-12-15 21:52:53 -06:00
Doug Coleman bc4b8c8dee fix using and in, rename windows -> windows-directory in shell32 2008-12-15 21:45:36 -06:00
Doug Coleman f04e74f78f fix windows editors 2008-12-15 21:45:18 -06:00
Slava Pestov 47c9ad635b Merge branch 'master' of git://factorcode.org/git/factor 2008-12-15 21:44:57 -06:00
Slava Pestov fa3172f78e Fix formatting help-lint 2008-12-15 21:44:48 -06:00
Slava Pestov 3f7706a620 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-15 21:36:22 -06:00
Slava Pestov 400b2a0ccb Add declaration to from-end 2008-12-15 21:34:25 -06:00
unknown d93384bbcd Merge branch 'master' of git://factorcode.org/git/factor 2008-12-15 21:23:36 -06:00
Slava Pestov de3a4f5462 Change some dup ... swap to bi and keep 2008-12-15 21:20:32 -06:00
unknown b5d98e6a1e Fix warning 2008-12-15 21:19:04 -06:00
Slava Pestov 2a2c2ee83e Merge branch 'master' of git://factorcode.org/git/factor 2008-12-15 21:01:46 -06:00
Slava Pestov 5a45119252 Fix jit-dispatch on x86-64; was broken on windows 2008-12-15 20:55:24 -06:00
Aaron Schaefer 3b83db3a06 Fix vim-docs.factor after moving around io words 2008-12-15 21:50:10 -05:00
Aaron Schaefer c9e10e7b4a Update math.english with faster algorithm and new combinators 2008-12-15 21:49:31 -05:00
Slava Pestov 53e3568fa3 Remove >r/r> usage from x11 2008-12-15 20:34:57 -06:00
Slava Pestov 09c60f7e90 Fix some vocabularies for new requirement that inline words have a stack effect declaration 2008-12-15 20:31:55 -06:00
Eduardo Cavazos 59cc36ba52 Add bubble-chamber.small runnable demo 2008-12-15 19:52:33 -06:00
Eduardo Cavazos 8e3d38b2f8 Add bubble-chamber.medium runnable demo 2008-12-15 19:52:14 -06:00
Eduardo Cavazos 277ded8276 Add bubble-chamber.large tags file 2008-12-15 19:51:56 -06:00
Eduardo Cavazos 8ef2add3a1 Add bubble-chamber.large runnable demo 2008-12-15 19:51:33 -06:00
Eduardo Cavazos 5662d5fda6 bubble-chamber: Add small, medium, and large configurations like those on the complexification web site 2008-12-15 19:50:25 -06:00
Slava Pestov febdfd4812 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-15 19:48:50 -06:00
Slava Pestov 394e4388a2 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2008-12-15 19:48:14 -06:00
Doug Coleman 7597f38a08 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-15 19:46:56 -06:00
Slava Pestov ad2a44ddc7 Remove redundant call to normalize-path 2008-12-15 19:46:43 -06:00
Slava Pestov daf2857d7b define-inline now takes an effect parameter
C: now sets the stack effect of the new word to slot names
add new basis/constants vocab; CONSTANT: foo bar is equivalent to : foo bar ; inline
(going to fold CONSTANT:, ALIAS: and qualified into core soon perhaps)
tighten the screws: inline words now need a stack declaration too
update some usages of inline words
2008-12-15 19:44:56 -06:00
Jose A. Ortega Ruiz de10ff8cb4 FUEL: Highlight matched subword in completion buffer; autodoc in listener. 2008-12-16 02:29:24 +01:00
Eduardo Cavazos 6098fb09cb bubble-chamber: Add comment giving credit to J Tarbell 2008-12-15 19:28:34 -06:00
Jose A. Ortega Ruiz 472a8edcc8 FUEL: Word completion in listener, bound to TAB by default. 2008-12-16 02:09:18 +01:00
Eduardo Cavazos 5d20b0e202 Add runnable demo vocabulary 'bubble-chamber.original' 2008-12-15 19:03:55 -06:00