James Cash
|
6e174706af
|
Re-implementing and renaming several words in lists
|
2008-06-05 04:16:34 -04:00 |
James Cash
|
7372423e4b
|
Working on quasi-quoted forms
|
2008-06-05 04:16:34 -04:00 |
Slava Pestov
|
8199a19571
|
Inference fix
|
2008-06-05 02:42:44 -05:00 |
Slava Pestov
|
4dfa354673
|
Fix wiki links on revision view pages, and remove obsolete templates
|
2008-06-05 02:42:36 -05:00 |
Slava Pestov
|
aec1363400
|
Rename rss to syndication
|
2008-06-05 01:56:06 -05:00 |
Slava Pestov
|
1074bdb330
|
Update wiki, pastebin, planet for new furnace.rss code
|
2008-06-05 01:50:59 -05:00 |
Slava Pestov
|
89feb17f32
|
Add wee-url to website dispatcher
|
2008-06-05 01:50:47 -05:00 |
Slava Pestov
|
465f460834
|
Port old Wee-URL web app to new framework
|
2008-06-05 01:50:26 -05:00 |
Slava Pestov
|
608276fe9a
|
Improve furnace RSS support
|
2008-06-05 01:48:31 -05:00 |
Slava Pestov
|
19044920dc
|
Clean up RSS library
|
2008-06-05 01:12:22 -05:00 |
Slava Pestov
|
99b23348a8
|
Various furnace improvements; add present vocabulary for converting objects to human-readable strings
|
2008-06-05 00:18:36 -05:00 |
Slava Pestov
|
8ef7f4d904
|
Merge branch 'master' of git://factorcode.org/git/jamesnvc
|
2008-06-04 21:54:10 -05:00 |
Slava Pestov
|
9861146d8d
|
Implement flash scopes, improved validation and login page, improved http-post
|
2008-06-04 19:54:05 -05:00 |
Slava Pestov
|
ab5843d831
|
Don't need MEMO: there anymore according to doublec
|
2008-06-04 19:33:43 -05:00 |
Slava Pestov
|
7cc553c4b6
|
Documentation improvements
|
2008-06-04 19:33:30 -05:00 |
Slava Pestov
|
180c7d3178
|
Fix doublec's http.client bugs
|
2008-06-04 19:14:20 -05:00 |
James Cash
|
bb050c9f4c
|
Adding lmap and traverse to extra/lists
|
2008-06-04 01:40:51 -04:00 |
James Cash
|
3ec7d8c20d
|
Changing names of lmap to lmap>array
|
2008-06-04 00:58:02 -04:00 |
James Cash
|
fb24782934
|
Fixing indentation in lists/lazy
|
2008-06-04 00:56:30 -04:00 |
James Cash
|
ed18f7d37b
|
Fixing implementation of nil
|
2008-06-04 00:56:06 -04:00 |
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 |
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 |