Commit Graph

23740 Commits (c31d4c262af390827de3aa7a4cf21adc71686cc2)

Author SHA1 Message Date
Doug Coleman c44e48615b docs: vm says to read "command-line" but it was called "cli". change the article title in the docs. 2012-07-25 23:49:19 -07:00
Doug Coleman b0fa245706 io.launcher.windows.tests: dos2unixfy it 2012-07-25 23:18:15 -07:00
Doug Coleman 7e7d884516 io.launcher: Bad usage of if-zero. Fixes #584. 2012-07-25 23:17:46 -07:00
Doug Coleman a6c3ddf691 sequences: Fix tests that broke when nth could only be integers. Undo integer>fixnum in iota nth. See bug #582. 2012-07-25 22:17:24 -07:00
John Benediktsson 82f2daa6ad io: more inlining. 2012-07-25 20:55:01 -07:00
Doug Coleman 92eee23e48 core: Use integer>fixnum instead of >fixnum for ``nth`` and other sequence operations. Fixes #581. 2012-07-25 18:24:43 -07:00
Doug Coleman 6a54d0d0f3 compaction: Less than is the new greater than. Fixes #558. 2012-07-25 17:57:50 -07:00
John Benediktsson 0cbe3db2d9 sequences.extras: adding "unsurround" word. 2012-07-24 17:24:58 -07:00
John Benediktsson 44db34f063 xkcd: rename private words. 2012-07-24 16:00:17 -07:00
John Benediktsson 182d3e5f6f xkcd: having XKCD in a terminal - priceless. 2012-07-24 15:55:04 -07:00
John Benediktsson e09c40ba17 yahoo: fix help-lint. 2012-07-24 15:22:07 -07:00
John Benediktsson a801e7e1a1 couchdb: use CONSTANT:. 2012-07-24 15:04:32 -07:00
John Benediktsson 41d4de60d7 tools.disassembler.gdb: simplify gdb-binary. 2012-07-24 15:04:32 -07:00
John Benediktsson 3746370aca vocabs: enforce sorting of keyed vocabs. 2012-07-24 15:04:32 -07:00
John Benediktsson 1e5e59fb0b dice: implementing randomized dice rolling with EBNF. 2012-07-24 15:04:31 -07:00
John Benediktsson 6d75b2fa15 xkcd: adding a summary.txt. 2012-07-24 15:04:31 -07:00
Doug Coleman 8fc7b329c6 html.elements: Use CONSTANT: 2012-07-24 14:16:17 -07:00
Doug Coleman 2a98c2dcd9 google.search: Add fileFormat slot. Rename http-search to google-search 2012-07-24 14:09:29 -07:00
Doug Coleman c8fa16583e yahoo!: rename search-yahoo to yahoo-search 2012-07-24 14:09:03 -07:00
Doug Coleman 376bc1bdf1 classes.tuple: Save slot name and tuple in no-slot error. 2012-07-24 14:05:58 -07:00
John Benediktsson ca26e036f4 io.streams.256color: adding some tests. 2012-07-24 12:03:22 -07:00
John Benediktsson ac1373d640 google.search: adding simple wrapper for Google Search API. 2012-07-24 11:57:42 -07:00
John Benediktsson 854ad5ca98 classes.tuple: moving get-slot-named and set-slot-named from db.types. 2012-07-24 11:55:16 -07:00
John Benediktsson 654ecca63c xkcd: adding words to view XKCD comics in the listener. 2012-07-24 11:11:42 -07:00
John Benediktsson 444420d6e4 txon: adding reader and writer words for TXON format. 2012-07-24 09:49:45 -07:00
John Benediktsson 0f7e41b7d6 io.streams.256color: fixing grayscale, adding authors and summary files. 2012-07-24 09:47:55 -07:00
John Benediktsson db76e0b022 rename some words to x>sequence and sequence>x. 2012-07-23 21:28:38 -07:00
John Benediktsson ae7c69b3b3 io.streams.256color: adding a "256color-terminal?" word and minor cleanup. 2012-07-23 17:46:27 -07:00
John Benediktsson 2a087c5596 io.streams.256color: adding a xterm-256color style stream. 2012-07-23 14:36:55 -07:00
Doug Coleman 126a3e486f syntax: Clarify that inlined words can also be compiled stand-alone. 2012-07-23 12:18:43 -07:00
John Benediktsson f68ad108c9 ui.tools.listener: adding tests for Ctrl-D. 2012-07-23 12:02:11 -07:00
Doug Coleman 80b7014ae1 modular-arithmetic: Fix unit test. Should expect integer>fixnum, not >fixnum. 2012-07-23 11:51:44 -07:00
John Benediktsson b28a3fd42e ui.tools.listener: adding some tests for interactor read-until. 2012-07-23 11:48:24 -07:00
John Benediktsson 3ce4bc010d ui.tools.listener: fix read-until with Ctrl-D. 2012-07-23 11:07:03 -07:00
John Benediktsson bc814b1df0 editors: better error message when editing 'f', use vocab-tests-path in edit-tests. 2012-07-23 10:02:00 -07:00
John Benediktsson dba24d9337 vocabs.files: adding a 'vocab-tests-path' that doesn't check for existence. 2012-07-23 10:01:48 -07:00
Doug Coleman f37b12e689 math.integers: Bignum hashcode* -- call bignum>fixnum to avoid a dispatch. 2012-07-23 09:38:12 -07:00
John Benediktsson 4762165ed1 editors: allow editing of word docs and tests. 2012-07-23 09:37:46 -07:00
Doug Coleman c25d044788 compiler: Fix bitand on ratios, floats. Fix shift on ratios, floats. Add integer>fixnum. Fixes #500. 2012-07-23 09:31:12 -07:00
John Benediktsson 3433bf0e11 sequence.extras: fix using for tests. 2012-07-23 09:16:10 -07:00
John Benediktsson 80822916a6 misc/vim: updating keywords for core vocabs. 2012-07-23 09:08:41 -07:00
John Benediktsson 031b5f3fdd sequences.extras: fix bug in infimum-by/supremum-by. 2012-07-23 07:52:27 -07:00
John Benediktsson 1611af8708 help.html: fix using. 2012-07-22 22:24:56 -07:00
John Benediktsson b229f3e7aa help.html: adding links to github source files. 2012-07-22 22:12:19 -07:00
John Benediktsson a15988d479 help.vocabs: adding platforms to metadata. 2012-07-22 15:33:21 -07:00
John Benediktsson 8e24e39e6a ui.tools.listener: fix stream-read-until on interactor gadgets. 2012-07-22 15:16:39 -07:00
John Benediktsson 10ec6ec04d ui: change some places to call safe-summary. 2012-07-22 14:37:15 -07:00
John Benediktsson 28dc10908a summary: adding a safe-summary that catches any errors calling summary. 2012-07-22 14:36:51 -07:00
John Benediktsson b01b57b478 help.markup: check the number of arguments to help markup. 2012-07-22 14:05:30 -07:00
John Benediktsson c3bdb8812a unicode.collation: fix typo in docs. 2012-07-22 14:00:55 -07:00