Commit Graph

1415 Commits (80c9fe3c83b5890fe14cc7b499a268299e8b26ca)

Author SHA1 Message Date
Slava Pestov 80c9fe3c83 Add stop-server word 2008-02-11 16:10:03 -06:00
Slava Pestov c6be6bcfdf New sockets benchmark 2008-02-11 15:53:42 -06:00
Slava Pestov 600ae32e29 Merge branch 'master' of git://factorcode.org/git/factor 2008-02-11 14:54:13 -06:00
Slava Pestov 4daa1943d8 Fixing unit tests 2008-02-11 14:19:47 -06:00
Slava Pestov 1598255151 Add Eduardo-style setters 2008-02-11 14:19:36 -06:00
Slava Pestov 98d8621ac1 First class compose, curry is now a tuple class 2008-02-11 13:50:29 -06:00
Doug Coleman 3906f1c9f5 add drop table
fix up unit tests
2008-02-11 13:39:43 -06:00
Eduardo Cavazos 04dc25f87a builder.test: Only extract the vocab names from the result of try-everything 2008-02-11 06:11:00 -06:00
Slava Pestov f2cb5d8f4d Merge branch 'master' of git://onigirihouse.com/git/yuuki 2008-02-11 01:58:30 -06:00
Matthew Willis 55f29c69df Changed set-fullscreen? to take a gadget instead of a world, moved it into the ui vocab.
Moved fullscreen docs into the ui vocab.
2008-02-10 23:53:20 -08:00
Slava Pestov e66e6d70e4 Moved dispatch to sequences.private 2008-02-11 01:19:53 -06:00
Slava Pestov 6c75da20f1 Fix bootstrap.help 2008-02-11 01:18:24 -06:00
Slava Pestov f7b22faf0e Patch from Yoshinori Tahara 2008-02-11 00:41:41 -06:00
Slava Pestov 81ac2f77f7 Fix name clash 2008-02-11 00:17:51 -06:00
Slava Pestov 19154ce6db Don't need this file 2008-02-11 00:15:47 -06:00
Slava Pestov a423ca63f4 Tiny cleanup of combinators.lib and sequences.lib 2008-02-11 00:14:40 -06:00
Slava Pestov 41a5629090 Merge branch 'master' of git://factorcode.org/git/factor 2008-02-10 23:36:22 -06:00
Doug Coleman afa71627ee add db.types, db.tuples and some code in progress
create-sql works for a limited test case in sqlite
2008-02-10 23:11:16 -06:00
Doug Coleman 577e18b854 30% speedup of md5 by moving group -> <groups> 2008-02-10 23:09:13 -06:00
Doug Coleman b6cc47d2b3 slight speedup in base64 2008-02-10 23:07:40 -06:00
Slava Pestov 262e9d3443 Clean up vocabs.loader and add littledan's unit test feature 2008-02-10 23:03:54 -06:00
Slava Pestov a4e5bc11b5 Editor gadget fix for CS+LEFT/RIGHT 2008-02-10 20:32:26 -06:00
Slava Pestov a228072862 Logging parser now parses the timestamps 2008-02-10 20:32:10 -06:00
Slava Pestov 27773588d3 Merge branch 'master' of git://factorcode.org/git/factor 2008-02-10 17:27:04 -06:00
Doug Coleman fcb49a3442 Merge branch 'master' of git://factorcode.org/git/factor 2008-02-10 08:31:52 -06:00
Slava Pestov 3eda26ca0b Fix unit tests 2008-02-10 03:12:44 -06:00
Eduardo Cavazos e7bf56ad57 builder: fix run-or-send-file bug 2008-02-10 03:05:34 -06:00
Eduardo Cavazos 8cc7720c1f Merge git://factorcode.org/git/factor 2008-02-10 03:01:32 -06:00
Eduardo Cavazos ad7ec00c29 builder: use base portion of hostname 2008-02-10 03:01:20 -06:00
Slava Pestov 2ecd1ba127 Improve ratio syntax 2008-02-10 01:40:17 -06:00
Slava Pestov ab63c7254c Improved left/right arrow keys in editor gadget 2008-02-10 01:40:02 -06:00
Slava Pestov 4514971c7b webapps.planet fix 2008-02-10 01:39:48 -06:00
Slava Pestov 619d676af6 logging.server fixes 2008-02-10 01:39:37 -06:00
Slava Pestov b120abcee2 Fix duplex-stream set-timeout 2008-02-10 01:39:21 -06:00
Slava Pestov f052852a27 Fix must-fail-with 2008-02-10 01:38:58 -06:00
Slava Pestov 6bf808172b Add watch-vars 2008-02-10 01:38:51 -06:00
Eduardo Cavazos e0a19714ae builder: refactor 2008-02-10 01:04:14 -06:00
Eduardo Cavazos 230129e7e9 Merge git://factorcode.org/git/factor 2008-02-10 00:35:41 -06:00
Eduardo Cavazos 72313d0b4f io.unix.launcher: Fix io bug which caused problems during bootstrap 2008-02-10 00:35:18 -06:00
Eduardo Cavazos bf2efa3ecc io.launcher: fix segmentation fault bug 2008-02-09 20:47:45 -06:00
sheeple b02f42e0d3 Fix load issue on Unix 2008-02-09 17:18:57 -06:00
Slava Pestov 1347156bd6 Merge branch 'master' of git://factorcode.org/git/factor 2008-02-09 23:27:01 -06:00
Slava Pestov be28fbd45d Document io.timeouts 2008-02-09 22:28:22 -06:00
Slava Pestov dd8e38a7f0 Fixing some issues 2008-02-09 21:56:50 -06:00
Slava Pestov c8f042aef4 Redo timeouts 2008-02-09 21:34:42 -06:00
Slava Pestov ef63333980 Fix another bug with futures 2008-02-09 18:12:07 -06:00
Slava Pestov 0e0a1fb244 Merge git://onigirihouse.com/git/yuuki 2008-02-09 16:00:25 -06:00
Matthew Willis 85e08ab853 Merge branch 'master' of git://factorcode.org/git/factor 2008-02-09 13:52:00 -08:00
Slava Pestov ee912c5996 Walker cleanup 2008-02-09 14:17:40 -06:00
Slava Pestov a21781e380 Concurrency fix 2008-02-09 14:14:37 -06:00