Commit Graph

10754 Commits (6a7ef7662fbc9ab7f11b1c95af81603924f2808a)

Author SHA1 Message Date
Doug Coleman 6a7ef7662f forestdb.lib: Forestdb currently doesn't compile on Windows x86.
https://groups.google.com/forum/#!topic/forestdb/V9dwLOLCyCg
2015-01-23 19:43:47 -08:00
Björn Lindqvist 71b054cf39 compiler.cfg.stacks.*: updated tests to match 2015-01-22 12:17:21 -08:00
John Benediktsson d732195dad sequences.extras: removing contains? (probably a bad name or a bad definition). 2015-01-17 10:27:39 -08:00
Doug Coleman f015d3d6f6 forestdb: Remove unix only forestdb. Fix segfault for fdb-get-kv. 2015-01-08 19:26:28 -06:00
John Benediktsson ee8be0a8dd mason.git: fix status check. 2014-12-30 19:29:05 -08:00
John Benediktsson 9fd568267d io.launcher: add versions of with-process that preserve process and status. 2014-12-30 14:51:23 -08:00
John Benediktsson cd003fbef9 mason.git: fix use. 2014-12-30 14:48:21 -08:00
John Benediktsson 527177963e mason.git: fix for rename. 2014-12-30 12:51:33 -08:00
John Benediktsson 83f7b31910 io.launcher: cleanup public interface, make some things private or internal. 2014-12-30 10:04:09 -08:00
John Benediktsson e68c0ae8bd gopher: set 1 minute timeout by default. 2014-12-26 19:20:22 -08:00
John Benediktsson b2dec21d3e brainfuck: cleanup tests. 2014-12-26 19:20:11 -08:00
John Benediktsson 28ca2f5275 unix: some using cleanups. 2014-12-24 11:16:11 -08:00
John Benediktsson 3f98ac4a30 python: rename startup/shutdown hooks. 2014-12-24 08:10:52 -08:00
John Benediktsson 592764ded4 math.extras: adding the Möbius function. 2014-12-23 20:08:23 -08:00
John Benediktsson e60c661f72 gopher: use contents now that it works. 2014-12-23 19:22:35 -08:00
John Benediktsson b68174511c gopher: fix bug where empty lines weren't printed properly in menus. 2014-12-21 09:42:54 -08:00
John Benediktsson 9858753c43 gopher: simplify. 2014-12-20 12:27:51 -08:00
John Benediktsson c45e4e1c68 gopher: change gopher-text to use split1. 2014-12-20 12:11:23 -08:00
John Benediktsson ee6ae8a63c io.encodings.detect: simplify prolog-tag. 2014-12-20 12:06:54 -08:00
John Benediktsson 12050a0db9 gopher: add way to get result without converting to objects. 2014-12-20 11:28:23 -08:00
Doug Coleman 7bbf5a65c1 subrip-subtitles: Add parser for .srt files. Kind of ugly. 2014-12-17 16:49:52 -08:00
John Benediktsson 45cf47c290 gml.viewer: fix using. 2014-12-17 14:45:31 -08:00
John Benediktsson 979b3b6ab1 gopher: make default selector the menu. 2014-12-17 14:30:31 -08:00
John Benediktsson ac9c983c93 gopher-ui: remember scroll position in history. 2014-12-17 14:20:18 -08:00
John Benediktsson d93eb719c7 gopher: fix query params for searching. 2014-12-17 14:12:06 -08:00
John Benediktsson cc625546c0 gopher: don't require UI by default. 2014-12-17 13:54:14 -08:00
John Benediktsson a5632a8649 gopher-ui: adding a UI for gopher browsing. 2014-12-17 13:40:11 -08:00
John Benediktsson 9a47d60873 gopher: handle query params, maybe (not tested). 2014-12-17 13:38:29 -08:00
John Benediktsson cba72871c9 gopher: initial commit of gopher lib. 2014-12-17 13:07:15 -08:00
John Benediktsson f6af1da32f ui: use control-value/set-control-value in a few places. 2014-12-17 13:05:00 -08:00
Doug Coleman 9b6133d081 file-picker.windows: Basic file-picker works! 2014-12-16 13:45:31 -08:00
John Benediktsson defd931d21 file-picker.windows: mock up some code for windows. 2014-12-15 15:36:03 -08:00
John Benediktsson 0edddbafd2 file-picker: adding start of cross-platform file-picker. 2014-12-15 15:16:41 -08:00
Björn Lindqvist fd0b0cbf9e tools.gc-decode.tests: another tough test 2014-12-15 20:44:07 +01:00
John Benediktsson 24263299fa math.primes.solovay-strassen: adding Solovay-Strassen primality test. 2014-12-13 16:52:28 -08:00
John Benediktsson f562bc3385 space-invaders: add back run-rom for code reuse. 2014-12-12 14:01:13 -08:00
John Benediktsson 729ad520a8 fix for space-invaders changes. 2014-12-12 13:24:22 -08:00
John Benediktsson b477611142 space-invaders: some cleanup. 2014-12-12 11:00:16 -08:00
John Benediktsson b50286f137 cpu.8080: some cleanup. 2014-12-12 10:59:20 -08:00
John Benediktsson b76503a718 use ">>foo" instead of "over foo<<". 2014-12-11 20:55:04 -08:00
John Benediktsson 26583dbbaa trees: some cleanup. 2014-12-11 20:33:18 -08:00
Doug Coleman 7e35c28bc6 forestdb.lib: fdb_iterator_get() actually calls create_doc and mallocs the memory for you. We use fdb_doc_free to free() it in with-doc later. 2014-12-11 15:28:13 -08:00
Doug Coleman c1e9993665 forestdb.lib: Add back the forestdb each test. 2014-12-11 15:04:18 -08:00
John Benediktsson 4d5f243fd6 compiler.cfg.gvn: fix tests for recent refactor. 2014-12-11 14:56:58 -08:00
Doug Coleman 1f16d1933b forestdb: Update for recent changes. 2014-12-11 14:42:31 -08:00
John Benediktsson 068ddd6c7b compiler: cleanup cfg passes to have stack effect ( cfg -- ) 2014-12-11 12:48:43 -08:00
Björn Lindqvist 33500db79f compiler.cfg.*: help-lint and test case fixes 2014-12-11 15:02:40 +01:00
Björn Lindqvist c85175c10c compiler.cfg.*: new utility word apply-passes to improve the looks of long cleave's where each quotation only contains one word 2014-12-11 14:30:47 +01:00
Björn Lindqvist e5866dfa80 compiler.cfg.*: changed stack effect of needs-predecessors from ( cfg -- cfg') to ( cfg -- ) 2014-12-11 14:30:47 +01:00
Björn Lindqvist 5fe9ce4235 compiler.cfg: fix stack effect of cfg-changed and predecessors changed to ( cfg -- ) 2014-12-11 14:30:46 +01:00