Commit Graph

9443 Commits (5b3e01f20a4abeb8810c1e11c71d03c19d6fb55c)

Author SHA1 Message Date
Doug Coleman 3e93d3599c make a copy of your boot image before deleting it 2008-11-19 17:00:35 -06:00
Doug Coleman 4849636fd7 remove attribute if it's the same as the type 2008-11-19 16:45:13 -06:00
Doug Coleman 1ef21ba2d3 add type to directory-entry on windows 2008-11-19 16:40:50 -06:00
Doug Coleman a62641e469 add .bak to gitignore for factor backups 2008-11-19 16:32:12 -06:00
Doug Coleman c286d24d14 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-19 16:29:20 -06:00
Slava Pestov 57c933f98a Merge branch 'master' of git://factorcode.org/git/factor 2008-11-19 16:28:51 -06:00
Slava Pestov 002563ce44 Add DWIM mode 2008-11-19 16:27:16 -06:00
Doug Coleman e121a0822d make a backup of the factor binary, library, and image before bootstrapping 2008-11-19 16:27:12 -06:00
Doug Coleman 199bdfdbe6 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-19 16:24:23 -06:00
Doug Coleman 25d9fd68fc translate directory-type flags to our factor symbols 2008-11-19 16:22:42 -06:00
Doug Coleman 3ea773fa80 remove UNKNOWN test 2008-11-19 16:10:00 -06:00
Slava Pestov 6085557116 Parser now prints an IN:/USING: form if restarts were invoked; add more restarts for certain errors 2008-11-19 16:03:05 -06:00
Slava Pestov 84d1a91966 limited-completions now gives you the most relevant completions if there are too many, instead of just giving back the empty list 2008-11-19 16:02:43 -06:00
Slava Pestov cdf7436667 Add parallel-cleave, parallel-spread, parallel-napply combinators 2008-11-19 16:01:48 -06:00
Doug Coleman 50e4d009af Merge branch 'master' of git://factorcode.org/git/factor 2008-11-19 14:33:51 -06:00
Doug Coleman 5bf4065314 better fix for deleting the factor library on make clean 2008-11-19 14:28:26 -06:00
Slava Pestov f3911ea09a Merge branch 'master' of git://repo.or.cz/factor/jcg 2008-11-19 13:02:55 -06:00
Slava Pestov 12601b7eb0 Add failing unit test 2008-11-19 13:02:33 -06:00
Jose A. Ortega Ruiz 5df0a0073f Emacs factor-mode: small indentation fixes and cleanups. 2008-11-19 10:37:54 +01:00
Slava Pestov 358f99d7dd Revert "less aggressive make clean"
This reverts commit bcd314aa46.
2008-11-19 01:58:22 -06:00
Slava Pestov fb2523dc81 Revert "disable regexp failing tests for now"
This reverts commit 020a866e42.
2008-11-19 01:57:44 -06:00
Slava Pestov 8819f23312 Replace millis primitive with micros primitive
Add millis as a library word
sleep now takes either a duration or a microsecond count; code using durations doens't need to be updated, code using millisecond counts updated to use durations for the most part
2008-11-19 01:50:05 -06:00
Doug Coleman 020a866e42 disable regexp failing tests for now 2008-11-18 23:56:51 -06:00
Doug Coleman bcd314aa46 less aggressive make clean 2008-11-18 22:54:22 -06:00
Slava Pestov 306e123621 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2008-11-18 22:21:39 -06:00
Slava Pestov d62a6c4b09 Minor core cleanup 2008-11-18 22:08:02 -06:00
Slava Pestov 4f0a92e8b3 Fix conflict 2008-11-18 21:59:11 -06:00
Slava Pestov 7bf450e0f1 Fix typo 2008-11-18 21:58:30 -06:00
Slava Pestov ebd9513020 Fix stray pixel on Linux 2008-11-18 21:57:50 -06:00
U-SLAVA-DFB8FF805\Slava bfc44e68cd Another render test fix; more fuzz 2008-11-18 20:51:45 -06:00
Slava Pestov d441f90122 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-18 20:36:04 -06:00
Slava Pestov db42113bb9 Fix ui.render.test 2008-11-18 20:35:50 -06:00
Slava Pestov 13509fcabe Fix memory corruption in cap 2008-11-18 20:35:41 -06:00
Jose A. Ortega Ruiz dad3a5ead1 Emacs factor-mode: correct indentation for field setters after constructors. 2008-11-19 02:00:00 +01:00
U-SLAVA-DFB8FF805\Slava 2ffecd3acc Fix VM compile on 32-bit Windows 2008-11-18 18:51:52 -06:00
Bruno Deferrari 94a81a50c5 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-18 22:40:46 -02:00
Slava Pestov 7fd0a27c0d VM no longer uses printf since format string directives are not portable between Win64 and everything else... 2008-11-18 18:21:42 -06:00
Jose A. Ortega Ruiz 27bcb413a5 Emacs factor-mode: better font lock: constructors, setters and parent types (with accompanying custom faces). 2008-11-19 00:59:43 +01:00
Slava Pestov 4ab91ee742 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-18 16:16:41 -06:00
Slava Pestov fc1754e4a0 Add two failing tests 2008-11-18 16:16:34 -06:00
Slava Pestov 5f76266a2b Simpler URL regexp 2008-11-18 16:16:24 -06:00
Doug Coleman f5adb971f6 re-enable literal syntax for regexps 2008-11-18 16:09:47 -06:00
Doug Coleman 239bfeafda fix "\\/" <regexp> 2008-11-18 16:06:56 -06:00
Doug Coleman 860bd1923b fix stack effect 2008-11-18 15:59:20 -06:00
Doug Coleman a3601f8ecc Merge branch 'master' of git://factorcode.org/git/factor 2008-11-18 15:58:04 -06:00
Doug Coleman 535a9223bd remove bogus dependency on vars 2008-11-18 15:57:48 -06:00
Doug Coleman 6397a2f789 move state-tables to basis 2008-11-18 15:57:32 -06:00
U-SLAVA-DFB8FF805\Slava 565cd8913b On Windows, white renders as 253 253 253 ?? 2008-11-18 15:45:20 -06:00
U-SLAVA-DFB8FF805\Slava 62f1e88253 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-18 15:44:56 -06:00
U-SLAVA-DFB8FF805\Slava 4350951f14 More rendering fixes 2008-11-18 15:44:26 -06:00