Commit Graph

5239 Commits (8a7dfd76da4dbda2731f63d85efcd514d5106ed7)

Author SHA1 Message Date
James Cash 8a7dfd76da Fixing implementation of leach 2008-06-04 00:02:29 -04:00
James Cash 09d1154641 Lisp now passes all tests using conses 2008-06-03 23:41:05 -04:00
James Cash 138fff1c2b Temporarily removing test for 'list' in lisp-tests, while switching to cons cells 2008-06-03 23:40:30 -04:00
James Cash f63e6f1e35 Fixing some bugs/oddities in lists implementations 2008-06-03 23:39:45 -04:00
James Cash ed0468b8f5 Fixing typo in lists-tests 2008-06-03 23:38:56 -04:00
James Cash 65f9fd9231 Adding more tests for lists 2008-06-03 20:11:45 -04:00
James Cash b3808a08d5 Removing duplicate entries in lists-docs 2008-06-03 20:11:27 -04:00
James Cash b5405f69ae adding map-as, fixing seq>cons 2008-06-03 20:11:03 -04:00
James Cash 0ca627051e Changing vocabs USING: to reflect which words are in lists and lists.lazy 2008-06-03 16:57:29 -04:00
James Cash 53daf5504a Reorganizing docs for lists and lists.lazy to reflect words moving between the vocabs 2008-06-03 16:31:38 -04:00
James Cash 707226859a Renaming map-cons to lmap and lmap to lazy-map 2008-06-03 16:28:02 -04:00
James Cash 10e5c074d9 Fix for changed effect of uncons 2008-06-03 05:18:36 -04:00
James Cash 1bd222228c Making sure that vocabs only have lists or lists.lazy if they need them 2008-06-03 05:06:52 -04:00
James Cash 8d4de9d9ed Some files only need lists.lazy, not lists as well 2008-06-03 04:41:36 -04:00
James Cash 1f570c062a Merge branch 'emacs-mode' into lisp 2008-06-03 04:33:53 -04:00
James Cash 1818a743bd Updating libraries that uses lazy-lists to use lists/lazy 2008-06-03 04:27:25 -04:00
James Cash e4b88c61f3 Moving extra/lazy-lists to extra/lists/lazy 2008-06-03 04:04:20 -04:00
James Cash 847077f770 Changing lisp to reflect moving extra/lisp/conses to extra/lists 2008-06-03 03:46:29 -04:00
James Cash 887bc84d4b Adding 'updated' notice 2008-06-03 03:42:56 -04:00
James Cash 684dde97df Changing indentation from 2 spaces to 4 2008-06-03 03:42:13 -04:00
James Cash 5361928f15 Refactoring lazy-lists to use new accessors 2008-06-03 03:38:56 -04:00
James Cash cfc3381cab Moving extra/lisp/conses to extra/lists 2008-06-03 01:32:49 -04:00
James Cash 25fa024898 Reduce for conses 2008-06-02 14:13:48 -04:00
James Cash c65e299e8c Moving cons stuff into its own sub-vocab 2008-06-02 01:26:10 -04:00
James Cash f0fdac5b7d Starting work on converting lisp.factor to use cons cells 2008-06-02 00:00:06 -04:00
James Cash 27586218e8 Replacing s-exp tuple with cons cells in parser, updating tests 2008-06-02 00:00:06 -04:00
James Cash 99e546ef65 More work on macros 2008-06-02 00:00:06 -04:00
James Cash bf860c8529 Starting work on macros 2008-06-02 00:00:06 -04:00
James Cash 1f9c6d472e Removing map test, poor implementation 2008-06-02 00:00:06 -04:00
James Cash 904bac2808 Don't need bake anymore, using fry instead 2008-06-02 00:00:06 -04:00
James Cash 4b3560d068 Spelling error, more tests 2008-06-02 00:00:05 -04:00
Eduardo Cavazos e8be61ece5 Merge branch 'master' of factorcode.org:/git/factor 2008-06-01 10:48:01 -05:00
Eduardo Cavazos 904f91298e dns.forwarding: Refactor a bit. Add a main. 2008-06-01 10:47:23 -05:00
Eduardo Cavazos 34ba89025b combinators.lib: fix bug 2008-06-01 10:46:38 -05:00
Eduardo Cavazos f0e3008317 Add dns.misc 2008-06-01 10:46:02 -05:00
Slava Pestov 7eca88cdb5 Merge branch 'master' of git://factorcode.org/git/factor 2008-06-01 00:59:55 -05:00
Slava Pestov 9f0b470f73 Improving URL library 2008-06-01 00:59:06 -05:00
Doug Coleman 41a9bb9ac4 Merge branch 'master' of git://factorcode.org/git/factor 2008-06-01 00:02:36 -05:00
Doug Coleman e5b370194d re-enable postgresql tests 2008-06-01 00:02:24 -05:00
Doug Coleman 18f139394e remove throwable conecpt from db 2008-05-31 23:38:10 -05:00
Slava Pestov 3ab71b00a9 URLs library, abstracted out from http.server 2008-05-31 23:20:24 -05:00
Slava Pestov 6f45cf60ce Merge branch 'master' of git://onigirihouse.com/git/yuuki 2008-05-31 17:24:53 -05:00
Matthew Willis 8c686c67f9 pango.fonts: make sure to free arrays with g_free 2008-05-31 13:41:54 -07:00
Slava Pestov b380e3ad35 Merge branch 'master' of git://factorcode.org/git/factor 2008-05-31 15:34:51 -05:00
Slava Pestov ca9efa8b60 Merge branch 'master' of git://repo.or.cz/factor/jcg 2008-05-31 15:03:28 -05:00
Joe Groff 0b4a0f5e4d Adjust json.reader unit tests a bit 2008-05-31 09:10:11 -07:00
Joe Groff b1bc993799 Add a test suite for json.reader. Fix bugs in json.reader: failure to parse when more than one character of whitespace between tokens, failure to parse escape codes in strings, misinterpretation of "e+02" as a negative exponent, failure to handle leading whitespace, and failure to handle "+" as the first character of a number. Change json.reader to parse JSON booleans into Factor t and f, and to parse JSON null into the json-null symbol. 2008-05-31 08:00:43 -07:00
Eduardo Cavazos 0e655a204d dns.cache: minor removal 2008-05-31 08:07:53 -05:00
Eduardo Cavazos f59cc01d9a dns.resolver: cache-message moved to dns. Also some minor cleanups. 2008-05-31 07:42:38 -05:00
Eduardo Cavazos f66fd9a129 dns: move fully-qualified from dns.resolver 2008-05-31 07:39:20 -05:00