John Benediktsson
|
74c297600e
|
syntax: add docs for \x escape code.
|
2013-10-30 08:10:08 -07:00 |
John Benediktsson
|
04d83f9f48
|
splitting: simplify a bit.
|
2013-10-12 16:41:12 -07:00 |
John Benediktsson
|
6d09b34b94
|
io: default each-block-size is 65536, but add words that allow you to use a different size.
|
2013-09-19 13:46:39 -07:00 |
John Benediktsson
|
0fcb485d80
|
generic.math: rename and add comment.
|
2013-09-06 18:21:38 -07:00 |
John Benediktsson
|
77b5aaa62c
|
generic.math: eliminate a redundant fixnum check, separate out the fixnum dispatch hack.
|
2013-09-06 13:50:00 -07:00 |
John Benediktsson
|
4dca0e6651
|
destructors: s/three slots/two slots/.
|
2013-08-24 13:10:41 -07:00 |
John Benediktsson
|
d44cc17161
|
update docs for help.lint checks.
|
2013-08-24 11:39:31 -07:00 |
John Benediktsson
|
e0bbe0df38
|
destructors: bad $slot documentation.
|
2013-08-24 10:23:43 -07:00 |
John Benediktsson
|
086bba3403
|
sequences: add some tests for repetition.
|
2013-08-05 09:56:44 -07:00 |
John Benediktsson
|
1d5a598929
|
sequences: don't allow negative repetitions.
|
2013-08-05 09:56:44 -07:00 |
John Benediktsson
|
c75fc48f23
|
switch some vocabs to 4 spaces.
|
2013-07-24 14:52:09 -07:00 |
John Benediktsson
|
938a6d68ab
|
strings: faster clone-like when both arguments are strings.
|
2013-06-25 15:39:34 -07:00 |
John Benediktsson
|
a1567bb01c
|
byte-arrays: faster clone-like when both arguments are byte-arrays.
|
2013-06-25 15:39:24 -07:00 |
John Benediktsson
|
6497dd0fe4
|
splitting: cleanup duplicate code.
|
2013-06-25 15:17:44 -07:00 |
Doug Coleman
|
d38fdb4433
|
io.encodings: Add a stream-tell method for decoder streams.
|
2013-06-04 17:53:15 -07:00 |
John Benediktsson
|
bd9f24ac33
|
destructors: more efficient dispose-each (not using make).
|
2013-05-20 16:43:00 -07:00 |
John Benediktsson
|
cee38e1f40
|
sequences: change filter-as to allocate length of seq not exemplar.
|
2013-05-20 16:22:23 -07:00 |
John Benediktsson
|
179f063eb9
|
sequences: fix test case.
|
2013-05-07 06:18:13 -07:00 |
John Benediktsson
|
a5bc30ba42
|
sequences: change binary-reduce not to be row-polymorphic until #879 is fixed.
|
2013-05-06 16:17:57 -07:00 |
John Benediktsson
|
71ad332027
|
sequences: implement sum on iota-tuple.
|
2013-05-06 16:02:49 -07:00 |
John Benediktsson
|
61912f3c73
|
adding some summary.txt files.
|
2013-04-26 17:43:24 -07:00 |
John Benediktsson
|
2b7d53b7d1
|
parser: add invalid-word-name, use it to check for redefining quotes.
|
2013-04-25 15:41:20 -07:00 |
John Benediktsson
|
cead10cfb6
|
strings.parser: use rest-slice.
|
2013-04-22 06:26:36 -07:00 |
John Benediktsson
|
89d4fdfb75
|
sequences: cleanup shared code between supremum-by and infimum-by.
|
2013-04-17 15:29:42 -07:00 |
John Benediktsson
|
21463894e7
|
sequences: faster remove-nth.
|
2013-04-17 09:05:19 -07:00 |
John Benediktsson
|
15c4927c5f
|
words.alias: make aliases to parsing words also parsing words.
|
2013-04-16 11:23:41 -07:00 |
Doug Coleman
|
ee921150c7
|
effests.parser: Oops wrong word.
|
2013-04-14 13:33:48 -07:00 |
Doug Coleman
|
bd3762502f
|
effects.parser: Fix word -> current-word for definition errors.
|
2013-04-14 13:32:15 -07:00 |
John Benediktsson
|
86ad529ed7
|
sequences: fix supremum-by and infimum-by to be row polymorphic.
|
2013-04-10 11:10:01 -07:00 |
John Benediktsson
|
5c225fa09f
|
sequences: moving some words to sequences.extras.
|
2013-04-10 10:49:29 -07:00 |
John Benediktsson
|
17da9e0cff
|
assocs: faster keys/values for enums.
|
2013-04-07 12:44:09 -07:00 |
John Benediktsson
|
e3ea3ac140
|
hashtables: cleanup duplicate code.
|
2013-04-06 21:36:39 -07:00 |
John Benediktsson
|
a58c8ecc03
|
hashtables: faster keys and values on hashtables.
|
2013-04-06 21:20:07 -07:00 |
John Benediktsson
|
9926c205a5
|
assocs: making keys and values generic.
|
2013-04-06 21:19:56 -07:00 |
John Benediktsson
|
c900590f8b
|
use concat instead of join.
|
2013-04-06 17:02:22 -07:00 |
John Benediktsson
|
f13cbb3c4a
|
sequences: adding nths-unsafe.
|
2013-04-06 14:29:47 -07:00 |
John Benediktsson
|
2ca5b739e0
|
splitting: removing split* to extras.
|
2013-04-01 09:14:01 -07:00 |
John Benediktsson
|
ff7793bb90
|
splitting: add another test case to make sure we can access ... args.
|
2013-03-31 18:52:53 -07:00 |
John Benediktsson
|
a96737fc29
|
words.alias: definition is just the def>>.
|
2013-03-31 17:00:31 -07:00 |
John Benediktsson
|
042d86846e
|
splitting: change split* to preserve (separately) the separators.
|
2013-03-31 16:05:30 -07:00 |
John Benediktsson
|
5793229dae
|
math.floats: fix M\ float /mod.
|
2013-03-29 08:48:28 -07:00 |
John Benediktsson
|
37ca02a84e
|
math.floats: adding some tests for M\ float mod.
|
2013-03-29 08:30:56 -07:00 |
John Benediktsson
|
77e8346ec0
|
slots: fix typo, cleanup style a little bit.
|
2013-03-28 20:04:19 -07:00 |
John Benediktsson
|
ff72d10fda
|
math.parser: don't use variables in M\ ratio >base.
|
2013-03-28 14:31:55 -07:00 |
John Benediktsson
|
412382abca
|
math.parser: exactly allocate sbuf for fixnums.
|
2013-03-28 11:55:52 -07:00 |
John Benediktsson
|
bf0f6476f5
|
math.parser: do two digits down until 10.
|
2013-03-27 18:01:59 -07:00 |
John Benediktsson
|
b5b0839426
|
math.parser: faster using byte-arrays.
|
2013-03-27 17:54:24 -07:00 |
John Benediktsson
|
ae4e53fd5b
|
splitting: adding split-slice and split*-slice for completeness.
|
2013-03-27 16:29:13 -07:00 |
John Benediktsson
|
f285d4db3f
|
splitting: add split*-when-slice and change to not use make.
|
2013-03-27 16:19:56 -07:00 |
John Benediktsson
|
6fd25b6668
|
splitting: adding split1-when-slice and split-when-slice.
|
2013-03-27 16:00:16 -07:00 |