Commit Graph

2191 Commits (d436805e4c6feb48a7228068680e29ef316fb7e1)

Author SHA1 Message Date
Doug Coleman 8e0ff1989b fix load error by making a word windows-file-size independent of the file-size word
add constants
2008-12-16 14:35:37 -06:00
Doug Coleman a92425adef fix launcher tests 2008-12-16 12:53:04 -06:00
Doug Coleman 13b4840893 fix windows file append 2008-12-16 12:49:00 -06:00
Slava Pestov 6c7bd04e14 Use bi instead of dup/swap 2008-12-16 06:12:45 -06:00
Slava Pestov 184de13b57 Some help lint fixes, including a fix for help lint itself 2008-12-16 06:00:45 -06:00
Doug Coleman 564a84b4e1 add using for linux inotify 2008-12-16 02:55:01 -06:00
Doug Coleman 78207c1e94 add using 2008-12-16 02:51:57 -06:00
Doug Coleman e56d18cb56 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-16 02:36:52 -06:00
Doug Coleman 05c5a35378 fix compile error 2008-12-16 02:36:25 -06:00
Slava Pestov 96d417a7c2 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-16 02:33:04 -06:00
Slava Pestov 4dcef7e94f Yet more unix fixes 2008-12-16 02:32:57 -06:00
Doug Coleman 3142d53c0d fix load error 2008-12-16 02:30:47 -06:00
Doug Coleman 7dd4ad44c4 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-16 02:28:21 -06:00
Slava Pestov de75909550 More unix updates 2008-12-16 02:28:05 -06:00
Doug Coleman e909f7b290 fix windows compile errors 2008-12-16 02:28:04 -06:00
Slava Pestov c03a12a885 Add alias to USING: 2008-12-16 02:11:52 -06:00
Slava Pestov 97fd662d61 Clean up PPC backend a bit 2008-12-16 02:03:21 -06:00
Slava Pestov 6537c789fe Merge branch 'master' of git://factorcode.org/git/factor 2008-12-16 02:03:08 -06:00
Slava Pestov 7926cab415 Fix Linux load error 2008-12-16 02:03: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
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
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 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
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
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
Slava Pestov e335059a87 Add meta-data to new I/O vocabularies 2008-12-15 08:15:32 -06:00
Slava Pestov 3726d27718 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-15 03:47:23 -06:00
Slava Pestov b14c49f1a5 Fix windows-time>FILETIME (why was this broken for so long?) 2008-12-15 03:47:13 -06:00
Slava Pestov 89255e08c1 Fix tools.deploy test 2008-12-15 03:46:57 -06:00
Slava Pestov 5cb18d51b3 Fixing test-all and help-lint-all failures 2008-12-15 03:33:04 -06:00
U-SLAVA-DFB8FF805\Slava 53db40ba13 Add more stack declarations 2008-12-13 05:06:28 -06:00
U-SLAVA-DFB8FF805\Slava 25c2d5d0e4 Merge branch 'master' of git://factorcode.org/git/factor 2008-12-13 04:50:18 -06:00
U-SLAVA-DFB8FF805\Slava cccacdaa5a io.backend.windows.nt needs to set io-backend 2008-12-13 04:49:28 -06:00
U-SLAVA-DFB8FF805\Slava df2641a9ee Merge branch 'master' of git://factorcode.org/git/factor 2008-12-13 04:41:58 -06:00
slava 82e452a885 Fix Linux bootstrap 2008-12-15 02:18:59 -06:00