Commit Graph

3760 Commits (4823509dfd2c0b0ce153e6d8a497977e0fd7a86e)

Author SHA1 Message Date
Doug Coleman de30882cb1 fix load error 2008-04-02 19:23:37 -05:00
Doug Coleman 0d8a27e5e4 update docs 2008-04-02 19:23:26 -05:00
Doug Coleman a9cd31704d remove win32? and win64? words 2008-04-02 18:53:24 -05:00
Slava Pestov 93ebbfb7e4 Try to fix inotify again 2008-04-02 18:50:42 -05:00
Slava Pestov 7cd21081af Don't JIT inside heap scan loop, too fragile 2008-04-02 18:50:35 -05:00
Slava Pestov 8fde3fb914 More inheritance debugging 2008-04-02 18:50:21 -05:00
Doug Coleman 5db2e8570a change editors.gvim to use the os singletons 2008-04-02 18:30:52 -05:00
Doug Coleman 28d804d2c4 remove calendar-backend and use os 2008-04-02 18:28:55 -05:00
Doug Coleman 393f77715c update everything to use os singletons 2008-04-02 18:25:33 -05:00
Chris Double 90bb54f304 Merge commit 'origin/master' 2008-04-03 11:57:43 +13:00
Doug Coleman 7cb3fdcfec compiler backend now dispatches on the os 2008-04-02 17:07:38 -05:00
Doug Coleman d736a8660d cpu is now a singleton 2008-04-02 16:32:58 -05:00
Doug Coleman 7ec68e0aa7 singleton docs 2008-04-02 16:32:34 -05:00
Doug Coleman 8b22f4436b t is now a singleton 2008-04-02 16:32:10 -05:00
Doug Coleman dd9f20197c Merge branch 'master' of git://factorcode.org/git/factor 2008-04-02 15:45:47 -05:00
Doug Coleman 47b54b1307 add singletons to core 2008-04-02 15:41:29 -05:00
erg c89ee5bfcc add textwrangler binding 2008-04-02 15:11:11 -05:00
Doug Coleman e62c3c323c fix unit test 2008-04-02 13:13:56 -05:00
Doug Coleman 11feb563eb move singletons to core 2008-04-02 13:11:55 -05:00
Slava Pestov 7a596ce004 Debugging inheritancE 2008-04-02 02:44:10 -05:00
Slava Pestov f96a43c42d Getting ready to drop in new dispatch code 2008-04-02 00:45:30 -05:00
Slava Pestov fa8b578370 Rewriting method dispatch to support inheritance 2008-04-02 00:28:07 -05:00
Slava Pestov a2971bd3be Improve walker: step into on an array recursively sets breakpoint on each quotation nested in the array. Useful for cond, case, cleave, ... 2008-04-02 00:03:04 -05:00
erg a861292f60 Merge branch 'master' of git://factorcode.org/git/factor 2008-04-01 22:24:32 -05:00
erg b085ce2f5f fix unit test 2008-04-01 22:24:00 -05:00
Chris Double eac450bdcf Add ebnf rule word 2008-04-02 15:55:18 +13:00
Chris Double 34a1505d95 PL0 whitespace handling improvement 2008-04-02 15:47:30 +13:00
Chris Double bbcc84862f Tweak ast from sequences in ebnf 2008-04-02 15:47:21 +13:00
Doug Coleman 7814d4cbc8 Merge branch 'master' of git://factorcode.org/git/factor 2008-04-01 20:21:03 -05:00
Doug Coleman 6ac0d4692f remove wrap word, add circular to mersenne twister 2008-04-01 20:20:13 -05:00
erg a94e5245a3 fix teh tests FOR GREAT JUSTICE 2008-04-01 20:07:18 -05:00
Eduardo Cavazos b5083a37ef Merge branch 'master' of git://factorcode.org/git/factor 2008-04-01 18:52:55 -06:00
Eduardo Cavazos 8047115746 remove extra/new-effects 2008-04-01 18:52:40 -06:00
Doug Coleman 7b457218ab Merge branch 'master' of git://factorcode.org/git/factor 2008-04-01 19:52:35 -05:00
Doug Coleman 2bad7228a7 rename normalize-pathname to normalize-path
fix windows launcher issue
2008-04-01 19:51:49 -05:00
Chris Double 1b58ba404e Fix peg.pl0 test failures 2008-04-02 13:50:29 +13:00
Eduardo Cavazos 5ecb754cc8 newfx: mutators 2008-04-01 18:18:18 -06:00
Doug Coleman d3da0eb5ca Merge branch 'master' of git://factorcode.org/git/factor 2008-04-01 19:03:52 -05:00
Chris Double 9d0485cd8a Merge commit 'origin/master' 2008-04-02 13:02:47 +13:00
Doug Coleman ae623ff924 normalize-pathname prepends unicode prefix,
(normalize-pathname) does not
2008-04-01 19:00:20 -05:00
Chris Double 6b454eed36 Various peg/ebnf fixes
- Box parsers were broken when involved in left recursion detection
- ebnf no longer implicitly ignores white space between terminates/non-terminals
- ebnf now handles \t and \n in grammars so productions to detect white space work
- reset-delegates is now reset-pegs
2008-04-02 12:59:12 +13:00
Eduardo Cavazos 5b65e02851 Project for a new American stack effect 2008-04-01 17:48:49 -06:00
Doug Coleman a80e95ac2d fix using 2008-04-01 18:02:39 -05:00
Eduardo Cavazos f3e053c5bc Merge branch 'master' of git://factorcode.org/git/factor 2008-04-01 16:23:12 -06:00
Eduardo Cavazos d1c9082cd4 combinators.cleave: Major insurgency assault 2008-04-01 16:22:14 -06:00
Doug Coleman 23768dd482 remove singleton? from sequences.lib
fix bootstrap error
2008-04-01 17:06:36 -05:00
Doug Coleman b4adebb691 update usages of singleton 2008-04-01 16:53:32 -05:00
Doug Coleman 9e32613f5c rename singletons 2008-04-01 16:51:48 -05:00
Doug Coleman 7cb9be06e5 redo singletons 2008-04-01 16:46:22 -05:00
Slava Pestov 92b0451e9b Merge branch 'master' of git://factorcode.org/git/littledan 2008-04-01 14:15:48 -05:00