John Benediktsson
d3324e2d6e
random.blum-blum-shub: fix tests for recent random-integer change.
2011-10-15 10:39:16 -07:00
John Benediktsson
98358ba7c3
bootstrap.image: disable auto-use. Fixes #263 .
2011-10-15 10:34:34 -07:00
John Benediktsson
98d1519874
random: random integers is 90% faster.
2011-10-14 18:52:41 -07:00
John Benediktsson
45af67459f
benchmark.splay: adding a splay-tree benchmark.
2011-10-14 18:10:49 -07:00
John Benediktsson
7024cd3832
trees.splay: fix delete-at.
2011-10-14 17:52:24 -07:00
John Benediktsson
02d749bebe
debugger: remove double namespace using.
2011-10-14 15:45:31 -07:00
John Benediktsson
794671d0ba
webapps.mason: redirect index to dashboard. Fix #178 .
2011-10-14 15:43:38 -07:00
Joe Groff
e7c0bada28
stack-checker: update tests
...
[ bi ] infer now hits the row polymorphism checker before it hits the unknown-macro-input checker because of the effect on keep. Change the test to more directly test that call fails with an unknown input.
2011-10-14 15:35:29 -07:00
Joe Groff
c7dd28b499
continuations: document full effect of cleanup
...
We can't yet apply the effect because of #138 but we can at least document it.
2011-10-14 14:45:21 -07:00
John Benediktsson
e948df41c6
math.bitwise: bits is clearer this way.
2011-10-14 13:54:08 -07:00
John Benediktsson
f638f3db3a
brainfuck: cleanup.
2011-10-14 13:53:55 -07:00
John Benediktsson
a015ed5b4b
Remove trim-whitespace in favor of [ blank? ] trim.
2011-10-14 13:22:28 -07:00
John Benediktsson
eb55f8575c
Cleanup more lint warnings.
2011-10-14 12:31:46 -07:00
Doug Coleman
1e38c6fab6
Remove some duplication in lists
2011-10-14 12:08:48 -07:00
John Benediktsson
f419934d6a
Cleanup lint warnings.
2011-10-14 11:47:24 -07:00
Joe Groff
882d7766f9
kernel: higher-order effects for *keep
2011-10-14 10:45:02 -07:00
Doug Coleman
1152bab4d7
Cleanups found with lint tool
2011-10-14 10:15:13 -07:00
Doug Coleman
41c10fdbf4
Don't report aliases as having a duplicate word definition as the word they alias in lint.
2011-10-14 10:15:13 -07:00
John Benediktsson
419f40f4ed
math.parser: cleanup uses of 16/8/2 >base/base>.
2011-10-14 10:09:12 -07:00
John Benediktsson
f257f30381
Re-commit otoburb's fix for #257 .
2011-10-14 09:40:56 -07:00
Doug Coleman
5829367f1a
Remove bogus test in lint
2011-10-14 09:40:36 -07:00
Doug Coleman
842b414017
Revive the lint tool
2011-10-14 01:39:46 -07:00
John Benediktsson
2b4aefea9d
webapps.help: remove frames. Fixes #242 .
2011-10-13 22:09:30 -07:00
John Benediktsson
d5b27e107f
io.files.info.unix.linux: fix more M: stack effects.
2011-10-13 17:55:30 -07:00
John Benediktsson
1ea0532ab7
io.files.info.unix.linux: fix M: stack effect.
2011-10-13 17:38:30 -07:00
John Benediktsson
54b9b3bf14
namespaces: adding a "with-global" word to replace "global [ ] bind".
2011-10-13 17:21:59 -07:00
John Benediktsson
e08db27bbb
cpu.8080.emulator: use get/set-global.
2011-10-13 17:11:23 -07:00
John Benediktsson
2eccaa5a82
generic.parser: adding tests.
2011-10-13 16:49:54 -07:00
John Benediktsson
d7c3da2fd4
Fix M:: stack effects.
2011-10-13 16:44:30 -07:00
John Benediktsson
f3a70c2a99
Change method parsing to validate stack effects. Fixes #236 .
2011-10-13 16:41:17 -07:00
John Benediktsson
463c7292d1
Fix M: stack effects.
2011-10-13 16:41:17 -07:00
Doug Coleman
ac89b4dffa
Link ?first ?second ?last from an article.
2011-10-13 15:53:31 -07:00
John Benediktsson
f74a66724a
readline: change to create alien at run-time. Fixes #254 .
2011-10-13 13:24:56 -07:00
John Benediktsson
b3f5154cc7
sequences: adding ?last for symmetry.
2011-10-13 13:04:24 -07:00
John Benediktsson
59fe95c9e9
sequences: define ?first and ?second.
2011-10-13 12:53:46 -07:00
Doug Coleman
3934e71444
Fix using list for http.server tests
2011-10-12 23:19:11 -07:00
John Benediktsson
c29edee68e
http.server: ignore preceding whitespace before request lines. Fixes #252 .
2011-10-12 20:21:16 -07:00
John Benediktsson
3dff7664f7
http.client: too aggressive with ?CRLF.
2011-10-12 20:14:21 -07:00
John Benediktsson
099177a8f4
sequences: adding find-index.
2011-10-12 19:41:54 -07:00
John Benediktsson
fb99820ebf
hash2: remove since it is now unused.
2011-10-12 15:18:04 -07:00
John Benediktsson
07c4bf7d20
unicode.data: remove dependency on hash2.
2011-10-12 15:17:56 -07:00
John Benediktsson
9442cb12ea
http: change client/server to support LF and CRLF delimited headers.
2011-10-12 12:51:49 -07:00
John Benediktsson
8744d42d3a
io.crlf: add a word that reads an optional CR.
2011-10-12 12:36:54 -07:00
John Benediktsson
ea072f3945
webapps.benchmark: better main name.
2011-10-12 12:35:34 -07:00
John Benediktsson
d6190e9ef7
unicode.breaks: >words is now 90+% faster.
2011-10-12 11:04:19 -07:00
Doug Coleman
3275ed5c56
benchmark.file-server hit the array-capacity limit, so lower the #bytes sent by one and add a #times parameter
2011-10-12 10:23:16 -07:00
Doug Coleman
1ce9dc08b2
Remove *timesinkbsd from webapps.mason grids
2011-10-12 09:48:23 -07:00
Doug Coleman
00ce7c69f5
Add 2/4/8le>, 2/4/8be> -- 30% faster on the 8-byte versions, slightly less faster on the others.
2011-10-12 09:48:23 -07:00
Doug Coleman
b6d276f988
Rename benchmarks -> benchmark
2011-10-12 03:28:25 -07:00
Doug Coleman
c24e213408
mason.release.archive was testing strings against symbols for choosing the archival method and file extension. This might break win32/64 or it might speed things up.
2011-10-12 01:33:58 -07:00