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 |
Slava Pestov
|
d0edbccf67
|
Fix default main responder
|
2008-06-02 21:59:23 -05:00 |
Matthew Willis
|
d29069ed0b
|
Merge branch 'master' of git://onigirihouse.com/git/yuuki
|
2008-06-02 16:38:43 -07:00 |
Matthew Willis
|
0dbdc78066
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-06-02 16:32:35 -07:00 |
Matthew Willis
|
79a120d770
|
fix bugs and also destroy textures whose refcounts are 0 on ungraft*
|
2008-06-02 16:31:32 -07:00 |
Matthew Willis
|
b5279bde62
|
implemented texture caching for pango-gadgets
|
2008-06-02 16:11:41 -07:00 |
Slava Pestov
|
5127a587ea
|
Yahoo uses URLs now
|
2008-06-02 18:04:21 -05:00 |
Slava Pestov
|
d35f25f334
|
Fix load errors
|
2008-06-02 17:51:06 -05:00 |
Slava Pestov
|
7003b66bab
|
Merge branch 'master' of git://factorcode.org/git/littledan
|
2008-06-02 17:29:06 -05:00 |
Slava Pestov
|
94eebc747b
|
Fix diff
|
2008-06-02 15:50:15 -05:00 |
Slava Pestov
|
52df2a2b47
|
Load fixes
|
2008-06-02 15:38:44 -05:00 |
Slava Pestov
|
897641d2d2
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-06-02 15:33:49 -05:00 |
Slava Pestov
|
13578a780d
|
Clean up wiki a bit
|
2008-06-02 15:33:33 -05:00 |
Slava Pestov
|
442ef1e8f0
|
Add file-extension word
|
2008-06-02 15:00:51 -05:00 |
Slava Pestov
|
bf40d2b8c7
|
Remove obsolete files
|
2008-06-02 15:00:43 -05:00 |
Slava Pestov
|
9bd38767ab
|
Big web framework refactoring
|
2008-06-02 15:00:03 -05:00 |
Slava Pestov
|
81d417f265
|
Improved http.mime, renamed to mime-types
|
2008-06-02 13:43:21 -05:00 |
Slava Pestov
|
ee92cdef0f
|
Add username and password slots to URLs
|
2008-06-02 13:27:00 -05: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 |
Slava Pestov
|
c5c65a4ce4
|
Web framework refactoring work in progress
|
2008-06-01 17:22:39 -05:00 |
Matthew Willis
|
f10d604bce
|
Merge branch 'master' of git://onigirihouse.com/git/yuuki
|
2008-06-01 12:47:19 -07:00 |
Matthew Willis
|
863e3df8e4
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-06-01 12:44:22 -07:00 |
Daniel Ehrenberg
|
94776f6841
|
Collation cleanup and test added
|
2008-06-01 13:50:12 -05:00 |