Commit Graph

52 Commits (6ab000cc527c1cc01c772c4b4e95e77597588242)

Author SHA1 Message Date
Slava Pestov 2831cb8d9b Tweaking docs, change stage2 to load less stuff 2008-07-03 01:39:45 -05:00
Slava Pestov 537269447c Move mirrors out of the boot image 2008-07-02 00:20:01 -05:00
Slava Pestov 6e0d35e615 Split up huge parser vocabulary 2008-06-25 03:25:08 -05:00
Joe Groff 9989ad7d80 Merge branch 'master' of git://factorcode.org/git/factor 2008-06-09 18:24:10 -07:00
Slava Pestov 9dd5c9919f Mandatory stack effect annotations 2008-06-08 15:32:55 -05:00
Joe Groff 5bd2ba3aa0 bit-array<>integer conversion functions. ui.backend beep method to ring the system alert sound 2008-06-05 20:06:38 -07:00
Slava Pestov b85096a24d Merge branch 'master' of git://factorcode.org/git/wrunt 2008-05-17 17:21:28 -05:00
Alex Chapman 817019678d sync gl refresh with monitor refresh in macosx 2008-05-17 00:57:27 +10:00
Slava Pestov 0fc4c99eb1 help.lint fixes 2008-05-15 20:07:01 -05:00
Slava Pestov 2148c5eb6c Fix docs 2008-05-08 17:29:53 -05:00
Slava Pestov 2f4571312f UI fix 2008-05-08 17:04:14 -05:00
Doug Coleman b7c1f9dbe8 extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
2008-04-25 23:17:08 -05:00
Slava Pestov 55f6636bc0 FFI string encoding conversion 2008-04-20 05:15:46 -05:00
Doug Coleman 2edd0fefc9 new -> new-sequence
construct-empty -> new
construct-boa -> boa
diff -> assoc-diff
union -> assoc-union
intersect -> assoc-intersect
2008-04-13 22:58:07 -05:00
Doug Coleman 72080fda4a construct-boa -> boa
construct-empty -> new
2008-04-13 15:06:27 -05:00
Slava Pestov b974d7fff6 Merge branch 'master' of git://factorcode.org/git/factor 2008-04-11 14:38:42 -05:00
Doug Coleman 5fa3bd8c74 cond/case 2008-04-11 12:55:57 -05:00
Slava Pestov 8460780f61 Do a runloop so that monitors work in terminal 2008-04-11 12:18:39 -05:00
Slava Pestov 6f1d3d9174 cocoa no longer depends on xml 2008-04-05 08:30:02 -05:00
Slava Pestov b3a41fd796 Merged code-gc, data-gc primitives into a gc primitive 2008-04-05 04:26:46 -05:00
Eduardo Cavazos 6a2ab73938 Fix more add/add* occurances 2008-03-31 20:32:31 -06:00
Slava Pestov c22af5c7a6 Rename 2apply to bi@ 2008-03-29 20:36:58 -05:00
Doug Coleman 3e7940216e swap append to swap append
refactoring path+ to append-path
swap path+ to prepend-path
calendar gmt-offset to duration
2008-03-19 19:15:32 -05:00
Slava Pestov 005de25156 Cocoa UI cleanup 2008-03-19 14:25:53 -05:00
Slava Pestov 33b3f1b3b4 Fixing deploy 2008-03-07 21:28:51 -06:00
Slava Pestov e98cd1fd59 New convention for unit tests 2008-03-01 17:00:45 -05:00
Slava Pestov 64469916a9 New locals syntax; added M:: 2008-02-26 18:40:32 -06:00
Slava Pestov 84016a36c0 Regression fixes 2008-02-25 19:37:43 -06:00
Slava Pestov 9edb5875e3 Less drastic changes 2008-02-18 07:30:16 -06:00
Matthew Willis 122be5b48e Added set-fullscreen? and fullscreen? hooks along with their cocoa implementations. 2008-02-09 00:17:24 -08:00
Joe Groff da5abebcc8 Merge git://factorcode.org/git/factor 2008-02-02 13:45:36 -08:00
Slava Pestov ba6660cabe Fix bootstrap 2008-02-02 15:44:43 -06:00
Joe Groff bcd5ac6bbb Merge git://factorcode.org/git/factor 2008-02-02 13:15:05 -08:00
Slava Pestov 8575bc62e3 Updating extra/ to use flags 2008-02-02 13:29:09 -06:00
Joe Groff ae31bc65d2 Add with-software-renderer combinator to cocoa.views . Hack up shader code in line-art to make it display properly with the Apple software OpenGL implementation 2008-01-29 22:01:06 -08:00
Slava Pestov 1c91a286e5 Updating summary and authors 2008-01-27 01:02:31 -04:00
Slava Pestov c3d286651a Fix erronous stack effect comment 2008-01-24 19:20:27 -04:00
Slava Pestov c8360f5ae5 Rename curry* to with 2008-01-09 17:36:30 -05:00
Slava Pestov 3b311d3cb7 definition observers; move with-compilation-unit and related support to compiler.units 2008-01-09 04:52:08 -05:00
Slava Pestov 005319da1a Load fixes for Mac OS X-related libraries 2008-01-09 01:36:11 -05:00
Slava Pestov e58cbb2cda : spin swap rot ; 2007-12-29 11:36:20 -05:00
Slava Pestov 612b2bf78c Removed <uninterned> 2007-12-26 20:41:02 -05:00
Slava Pestov 1b9e04fdc5 Deferred words are now compound words 2007-12-26 17:28:34 -05:00
Slava Pestov 6814e07f49 Unit test fixes 2007-12-24 19:40:09 -05:00
Slava Pestov 07a4022d62 Parser, definitions, source-files refactoring work in progress 2007-12-21 21:18:24 -05:00
Slava Pestov c17640f982 Cocoa fixes 2007-11-24 16:28:40 -05:00
Slava Pestov 554507cf00 Found another place to use MEMO: in extra/cocoa 2007-10-07 18:16:17 -04:00
Slava Pestov 5fdee1a611 Less consing of quotations 2007-10-06 13:39:59 -04:00
Slava Pestov b5621a8936 extra/cocoa no longer depends on combinators.lib 2007-10-03 17:34:59 -04:00
Slava Pestov 83f552fae8 More inference bug fixes 2007-09-27 16:11:03 -04:00