Commit Graph

24863 Commits (41ba552e97a969a461b58e6f06fe451e4e176ff9)

Author SHA1 Message Date
Doug Coleman 41ba552e97 layours.hpp: Don't need RETAG here. Found by @mrjbq7. Fixes #637. 2013-03-29 17:20:08 -07:00
John Benediktsson 3394abc3b6 ui.backend.cocoa.views: spacing. 2013-03-29 14:47:53 -07:00
John Benediktsson 4b0c6b02e8 cocoa.messages: add super-sender for completeness. 2013-03-29 14:45:41 -07:00
Doug Coleman 117ee0580f Config.macosx: Try to support 10.5. 2013-03-29 14:36:11 -07:00
John Benediktsson b06d1bd16b ui.backend.cocoa.views: simplify and add os version check. 2013-03-29 14:29:41 -07:00
John Benediktsson 747fd7531c ui.backend.cocoa.views: maybe this works on 10.6. 2013-03-29 14:18:57 -07:00
John Benediktsson 37f63443d9 cocoa.messages: some support for runtime message sending. 2013-03-29 14:18:57 -07:00
John Benediktsson 9da523dbbc cocoa.messages: use ERROR:. 2013-03-29 14:18:57 -07:00
Doug Coleman 696aa8cabe gdbm: Change the gdbm test file to have a different name on 32/64 bit. Fixes #673 and the race condition when running two mason instances on 32/64 bit. 2013-03-29 14:17:13 -07:00
John Benediktsson b27056c623 unix: use byte-vectors here. 2013-03-29 11:40:59 -07:00
John Benediktsson c7d69ba296 core-foundation.strings: faster CF>string. 2013-03-29 11:40:59 -07:00
Doug Coleman 258db281f3 environment: Call unset-os-env when passed an ``f``. Fixes #794. 2013-03-29 11:39:11 -07:00
Doug Coleman d6e4657dbd debugger: Try to be more helpful if linux libraries are not installed. Fixes #774. 2013-03-29 10:36:31 -07:00
Doug Coleman e6dd9ca0ec GNUmakefile: Version was still .94, bump it to .96 2013-03-29 10:25:14 -07:00
Doug Coleman 3210525700 Config.linux: Clean up warnings when compiling with clang on Linux. make CC=clang CPP=clang++ 2013-03-29 10:25:14 -07:00
Doug Coleman c1134cff3e cpu.8080: Throw an error not a string. 2013-03-29 09:51:26 -07:00
Doug Coleman 75c244531e asn1: Throw an error not a string. 2013-03-29 09:51:26 -07:00
Doug Coleman d2a730dda8 peg.ebnf: Throw errors not strings. 2013-03-29 09:51:26 -07:00
Doug Coleman ba807daf0c bootstrap.image: Use error syntax. 2013-03-29 09:51:26 -07:00
John Benediktsson ebe1c6d63c math.floats: fix M\ float /mod. 2013-03-29 08:48:28 -07:00
John Benediktsson e55b0906d6 math.ratios: adding some tests for M\ ratio /mod. 2013-03-29 08:32:35 -07:00
John Benediktsson 4d1ad95a2b math.floats: adding some tests for M\ float mod. 2013-03-29 08:30:56 -07:00
John Benediktsson ea959ae570 sequences.extras: faster even-indices and odd-indices. 2013-03-29 07:10:27 -07:00
John Benediktsson e3ac23aef5 xmode.highlight: highlight vocabs and pathnames too. 2013-03-28 21:03:17 -07:00
John Benediktsson 284de58580 grouping: fix circular-slice equal. 2013-03-28 20:05:42 -07:00
John Benediktsson df3de1d0b4 slots: fix typo, cleanup style a little bit. 2013-03-28 20:04:19 -07:00
John Benediktsson a7d52d0b71 math.functions: faster >rect by specializing for complex. 2013-03-28 18:02:55 -07:00
John Benediktsson 7e85d687bf xmode.highlight: enable highlighting of words. 2013-03-28 16:43:22 -07:00
John Benediktsson 0f63bbed68 math.ratios: faster M\ ratio mod. 2013-03-28 15:00:21 -07:00
John Benediktsson 3ef4d46b14 math.ratios: faster M\ ratio /mod. 2013-03-28 14:56:47 -07:00
John Benediktsson a943a81969 math.parser: don't use variables in M\ ratio >base. 2013-03-28 14:31:55 -07:00
John Benediktsson 1e90a49d6d benchmark.parse-ratio: adding a ratio parse benchmark. 2013-03-28 14:31:45 -07:00
John Benediktsson 227c0cf8b1 math.parser: exactly allocate sbuf for fixnums. 2013-03-28 11:55:52 -07:00
John Benediktsson f0fef1820b benchmark.parse-float: add a float parse benchmark. 2013-03-28 11:41:57 -07:00
John Benediktsson 059553b193 math.statistics: adding demean and demedian, cleanup a bit. 2013-03-28 11:40:46 -07:00
John Benediktsson 5608e005a0 benchmark.parse-bignum: adding a bignum parse benchmark. 2013-03-28 06:24:25 -07:00
John Benediktsson 4b64f4c209 benchmark.parse-fixnum: adding a fixnum parse benchmark. 2013-03-28 06:24:15 -07:00
John Benediktsson c8ce3b5332 pdf.wrap: adding some tests. 2013-03-27 19:05:20 -07:00
John Benediktsson 6ca05c4306 stack-checker: make recursive-reduce have same signature as reduce. 2013-03-27 18:56:47 -07:00
John Benediktsson dac598ec7b stack-checker: maybe add a test that tests what the todo said. 2013-03-27 18:44:32 -07:00
John Benediktsson bf92dfecf3 stack-checker: remove a test that is no longer valid, need to replace it with something. 2013-03-27 18:17:49 -07:00
John Benediktsson 72dc0ae49b math.parser: do two digits down until 10. 2013-03-27 18:01:59 -07:00
John Benediktsson 12d90ed9d6 math.parser: faster using byte-arrays. 2013-03-27 17:54:24 -07:00
John Benediktsson 90b5b72e61 splitting: adding split-slice and split*-slice for completeness. 2013-03-27 16:29:13 -07:00
John Benediktsson c67c147165 hints: should hint on split not split, 2013-03-27 16:21:32 -07:00
John Benediktsson 469058688b splitting: add split*-when-slice and change to not use make. 2013-03-27 16:19:56 -07:00
John Benediktsson e15a2ab670 benchmark.splitting: adding a splitting benchmark. 2013-03-27 16:12:08 -07:00
John Benediktsson 80c265ac16 splitting: adding split1-when-slice and split-when-slice. 2013-03-27 16:00:16 -07:00
John Benediktsson 61cbc5ce1c vm: adding bignum_gcd note. 2013-03-27 14:53:56 -07:00
John Benediktsson 6848ba1355 math.parser: faster number>string. 2013-03-27 14:47:46 -07:00