John Benediktsson
|
cf5627b438
|
sequences: improve change-nth, if nth was successful, set-nth can be unsafe.
|
2012-07-30 11:26:32 -07:00 |
John Benediktsson
|
bf2f776390
|
prettyprint.backend: fix docs.
|
2012-07-29 11:52:36 -07:00 |
John Benediktsson
|
70a594133f
|
make some predicates return t/f instead of something/f.
|
2012-07-29 10:52:46 -07:00 |
John Benediktsson
|
6703616b36
|
prettyprint: print unprintables by hex escaping.
|
2012-07-29 10:14:54 -07:00 |
John Benediktsson
|
7e6d8e528c
|
sequences: slightly faster sequence=.
|
2012-07-27 21:30:03 -07:00 |
John Benediktsson
|
0fe9200839
|
byte-vectors: simplify >byte-vector.
|
2012-07-27 21:29:52 -07:00 |
John Benediktsson
|
35f9ef9e88
|
io.streams.sequence: minor refactor, minor speedup.
|
2012-07-27 21:12:26 -07:00 |
John Benediktsson
|
2ce4b091af
|
sequences: minor docs fixes.
|
2012-07-27 21:04:37 -07:00 |
John Benediktsson
|
aa24973542
|
Revert "bootstrap: words have read-only string names."
This reverts commit 0fa588820f.
|
2012-07-27 19:35:48 -07:00 |
John Benediktsson
|
1d3d6e7427
|
Revert "continuations: add typing."
This reverts commit 34d3f878cd.
|
2012-07-27 19:21:47 -07:00 |
John Benediktsson
|
34d3f878cd
|
continuations: add typing.
|
2012-07-27 19:16:31 -07:00 |
John Benediktsson
|
93624a821b
|
parser: make sure lines is an array.
|
2012-07-27 19:06:22 -07:00 |
John Benediktsson
|
0fa588820f
|
bootstrap: words have read-only string names.
|
2012-07-27 16:44:43 -07:00 |
John Benediktsson
|
5342100e09
|
lexer: typed slots.
|
2012-07-27 16:05:28 -07:00 |
John Benediktsson
|
8668993297
|
benchmark.dispatch4: split into two benchmarks.
|
2012-07-27 15:50:12 -07:00 |
John Benediktsson
|
ca3a297e60
|
benchmark.sum-file: removing dependency on random.
|
2012-07-27 15:44:38 -07:00 |
John Benediktsson
|
70d4690289
|
tools.scaffold: rename scaffold-help to scaffold-docs.
|
2012-07-27 15:24:30 -07:00 |
John Benediktsson
|
09ee82e56d
|
see: more information on built-in classes.
|
2012-07-27 14:59:49 -07:00 |
John Benediktsson
|
de77e604e6
|
ui.tools.operations: allow watch on non-annotated words, reset on annotated ones.
|
2012-07-27 14:06:52 -07:00 |
John Benediktsson
|
e288cf970b
|
tools.annotations: add a predicate class for annotated words.
|
2012-07-27 14:06:38 -07:00 |
John Benediktsson
|
d44b977941
|
csv: bit faster writing csv.
|
2012-07-27 13:47:15 -07:00 |
John Benediktsson
|
7ce64bb7db
|
http: only parse expires if non-empty.
|
2012-07-27 13:46:45 -07:00 |
John Benediktsson
|
567bbad2fe
|
csv: bit faster, simpler.
|
2012-07-27 13:22:32 -07:00 |
John Benediktsson
|
c80de1abc9
|
math.extras: more maths functions.
|
2012-07-27 12:44:51 -07:00 |
John Benediktsson
|
30dfa700ba
|
sequences: slightly faster ?last.
|
2012-07-27 09:12:29 -07:00 |
John Benediktsson
|
fd65ad3ee8
|
ui.tools.listener.completion: make sure "USE: vocab <TAB>" works right.
|
2012-07-27 08:47:57 -07:00 |
John Benediktsson
|
5f32368380
|
misc: support new escapes in vim.
|
2012-07-26 19:24:52 -07:00 |
John Benediktsson
|
ddb9bcfe14
|
strings.parser: support "\x" ascii hex escapes.
|
2012-07-26 19:24:25 -07:00 |
John Benediktsson
|
4575bdaa4a
|
io.streams.256color: use "\e" escape.
|
2012-07-26 19:15:27 -07:00 |
John Benediktsson
|
7265114b6a
|
ui.tools.listener.completion: fix complete-vocab? check (also its faster now).
|
2012-07-26 18:58:21 -07:00 |
Doug Coleman
|
f0b492d898
|
random: More leeway for pareto unit test. Python's pareto distribution behaves the same, with a wide variance. Maybe both are busted, or is that just expected from pareto? Fixes #564.
|
2012-07-26 12:19:21 -07:00 |
Doug Coleman
|
93af1ad172
|
tools.profiler: Make the unit tests do more work so there's something to sample. Fixes #563.
|
2012-07-26 12:05:48 -07:00 |
John Benediktsson
|
1a06804a50
|
tools.deploy.test: include arch in test.image file name.
|
2012-07-26 08:01:57 -07:00 |
Doug Coleman
|
d630fa056e
|
command-line: Remove -securegc from docs.
|
2012-07-25 23:54:31 -07:00 |
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 |