Commit Graph

22062 Commits (c68ac20123df12db992086a0afbd482fe5a2774e)

Author SHA1 Message Date
John Benediktsson c68ac20123 brainfuck: some cleanup and make the ebnf simpler. 2011-08-26 18:42:17 -07:00
John Benediktsson 8d18c221fa Adding a webapp for benchmarking the Factor web server. 2011-08-26 18:02:44 -07:00
John Benediktsson da78edf223 benchmark.echo: Update copyright. 2011-08-26 18:02:22 -07:00
John Benediktsson f246ffc623 Adding a UDP echo benchmark. 2011-08-26 17:18:08 -07:00
John Benediktsson 06a43b0b6e Fix docs for 'lunar-rescue'. 2011-08-26 16:33:45 -07:00
John Benediktsson 248b0df6fc Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00
Doug Coleman aba5a729d9 Revert "Try to read instead of write from a TCP connection. This gives 'Connection refused' instead of 'Broken pipe', which is much more useful."
This reverts commit 088c367b77.
2011-08-26 13:55:52 -05:00
Doug Coleman 1eae76b158 Add tools.code-coverage vocab to assist in writing unit tests 2011-08-26 13:37:40 -05:00
Doug Coleman 023f9ea86a Add a deep-annotate word that annotates each quotation in a word definition. 2011-08-26 11:47:37 -05:00
Doug Coleman c909538eb8 Write some more docs for readline and link readline main article to words. 2011-08-26 11:20:58 -05:00
Doug Coleman 088c367b77 Try to read instead of write from a TCP connection. This gives 'Connection refused' instead of 'Broken pipe', which is much more useful. 2011-08-26 11:03:01 -05:00
Slava Pestov f8c3e4de03 unix.linux.epoll: epoll_event is a packed struct! Damn... 2011-08-25 21:37:52 -07:00
Slava Pestov 148cb60966 io.pipes: add unit test for Linux x86-64 epoll() problem 2011-08-25 21:37:26 -07:00
Slava Pestov 953953d0a8 io.thread: if the I/O thread throws an error, call out to the fep immediately instead of going through the normal thread error mechanism, which by that point won't work anyway 2011-08-25 21:36:57 -07:00
Slava Pestov eea41b6d17 Merge classes.struct.packed into classes.struct and remove duplication 2011-08-25 21:02:25 -07:00
Doug Coleman 3f1900e8c7 Fix unit test in strings 2011-08-25 11:10:40 -07:00
Slava Pestov 238fea7b7e cpu.ppc: add 'not loaded' tags so that load-all doesn't break an x86 image 2011-08-24 23:52:02 -07:00
Slava Pestov 4c4f67164b strings: fix broken unit tests introduced by recent commit 2011-08-24 23:42:33 -07:00
Doug Coleman 2f9f2dcbf3 Rearrange sets-tests in order the words are defined, remove duplicate test, add a test. 2011-08-24 17:55:05 -07:00
Jon Harper 9f7e4c0e6a sequences, fix stack effect of (accumulate) 2011-08-25 00:43:37 +02:00
John Benediktsson 45df73a0ca fjsc: display the proper namespace when using set_in. 2011-08-24 15:20:51 -07:00
John Benediktsson 12b54836cf fjsc: change prompt to be "( scratchpad )". 2011-08-24 15:11:33 -07:00
Doug Coleman fa872b6b12 Fix help lint for when*,unless* 2011-08-23 12:28:16 -07:00
Doug Coleman 24b27bd59b Fix help-lint for ini-file 2011-08-23 12:28:09 -07:00
Doug Coleman 451649d919 Fix help-lint for memcached 2011-08-23 12:28:00 -07:00
Doug Coleman c9e6b60f50 Fix help-lint for ntp 2011-08-23 12:27:41 -07:00
Slava Pestov 8506cd067c websites.factorcode: add link to bug tracker 2011-08-22 23:00:04 -07:00
Slava Pestov d48a0afd2c furnace.recaptcha: recaptcha was acquired by Google, update URL 2011-08-22 22:48:15 -07:00
Slava Pestov 9beb7b45fd mason.config: fix for recent changes 2011-08-22 22:17:50 -07:00
Slava Pestov 2d83f49b76 mason.platform: add test 2011-08-22 22:14:38 -07:00
Slava Pestov b4f247a00f webapps.mason.version.files: add SLOT: forward declaration 2011-08-19 19:54:23 -07:00
Slava Pestov 7218227279 websites.factorcode: clean up 2011-08-19 19:53:55 -07:00
John Benediktsson 7db0b48ae5 tnetstrings: vocab to parse "tagged netstrings". 2011-08-19 19:02:29 -07:00
Doug Coleman 2ecd3afdf9 Add google translate vocabulary 2011-08-19 18:33:23 -07:00
Joe Groff ac0ab31a1c command-line: enable "quiet" mode for -e or script modes before .factor-rc is loaded 2011-08-19 17:27:13 -07:00
John Benediktsson 0fb4ac3eb9 Adding 'ntp' client vocab. 2011-08-19 17:25:10 -07:00
John Benediktsson e63c67ffb6 Adding 'ini-file' vocab to parse INI config files. 2011-08-19 17:22:16 -07:00
John Benediktsson f528a3ca4c gestalt vocab for mac. 2011-08-19 16:49:22 -07:00
John Benediktsson a071a081c0 google.charts vocab. 2011-08-19 16:41:50 -07:00
John Benediktsson 8af9ab368d Change fuel.remote to use tty-server. 2011-08-19 15:03:45 -07:00
John Benediktsson 1474ff7e64 Moving io.trash to io.files.trash. 2011-08-19 14:31:19 -07:00
John Benediktsson 7dd75346af Merge remote-tracking branch 'factorcode/master' 2011-08-19 14:27:24 -07:00
John Benediktsson 031c9316a3 io.trash: cross-platform vocab to send files to trash. 2011-08-19 14:26:32 -07:00
Joe Groff ba7eb20c06 Merge branch 'master' of factorcode.org:/git/factor 2011-08-19 14:21:28 -07:00
John Benediktsson 4e11474d34 io.sockets: check ipv4 and ipv6 for valid address strings. 2011-08-19 14:19:09 -07:00
John Benediktsson 3208b88bb3 math.approx: function to approximate rationals. 2011-08-19 13:27:44 -07:00
John Benediktsson 792d7b357a wolfram-alpha: query api for Wolfram Alpha. 2011-08-19 13:17:32 -07:00
John Benediktsson baca5b6a65 hamurabi: adding HAMURABI.BAS game. 2011-08-19 13:16:41 -07:00
John Benediktsson 5210600164 anagrams: words for finding anagrams. 2011-08-19 13:16:03 -07:00
John Benediktsson 90c0fb08e2 classes.struct.packed: adding support for packed structures. 2011-08-19 13:13:34 -07:00