John Benediktsson
|
460d19f56c
|
compiler.tree: fewer namespace lookups.
|
2013-03-21 19:36:07 -07:00 |
John Benediktsson
|
7da4a74588
|
compiler: fewer namespace lookups.
|
2013-03-21 19:11:20 -07:00 |
John Benediktsson
|
042a0f26a6
|
disjoint-sets: ahem.
|
2013-03-21 18:13:24 -07:00 |
John Benediktsson
|
d25c144d5c
|
benchmark.lcs: adding lcs benchmark.
|
2013-03-21 18:07:28 -07:00 |
John Benediktsson
|
b398daf472
|
boxes: don't check occupied twice.
|
2013-03-21 17:57:03 -07:00 |
John Benediktsson
|
657bef5818
|
lcs: performance improvements.
|
2013-03-21 17:55:09 -07:00 |
John Benediktsson
|
5b9805fcfd
|
base64: faster encode and decode.
|
2013-03-21 17:46:07 -07:00 |
John Benediktsson
|
a2c241baea
|
io.binary: faster >be.
|
2013-03-21 17:39:34 -07:00 |
John Benediktsson
|
684c2793e7
|
math: some style cleanup.
|
2013-03-21 08:54:14 -07:00 |
John Benediktsson
|
e6db6bb813
|
game.models.util: fix for immutable error.
|
2013-03-21 07:17:45 -07:00 |
Doug Coleman
|
9f3152c409
|
sequences: Keep all arguments for immutable error.
|
2013-03-21 02:46:39 -07:00 |
John Benediktsson
|
8fdef5d585
|
tools.completion: fix test cases.
|
2013-03-20 23:08:00 -07:00 |
John Benediktsson
|
a1df905535
|
readline-listener: fix for tools.completion renames.
|
2013-03-20 23:06:40 -07:00 |
John Benediktsson
|
11e86ec53c
|
hashtables: faster grow-hash by not calling >alist.
|
2013-03-20 23:02:40 -07:00 |
John Benediktsson
|
8890bdc19a
|
hash-sets: faster grow-hash by not calling members.
|
2013-03-20 23:02:28 -07:00 |
Doug Coleman
|
5bf5cb3446
|
math.floats: Fix the output of /mod and add some unit tests. Fixes #803.
|
2013-03-20 17:43:56 -07:00 |
John Benediktsson
|
b981973938
|
benchmark.sort: slow down sorting to test sorting alists.
|
2013-03-20 17:11:54 -07:00 |
John Benediktsson
|
c1cfb50728
|
sorting: speed up sort-keys and sort-values by doing less bounds checking.
|
2013-03-20 17:06:51 -07:00 |
John Benediktsson
|
a440b2a909
|
tools.completion: matching names.
|
2013-03-20 16:51:09 -07:00 |
Doug Coleman
|
ef98b7af53
|
tools, ui.tools: Rename complete-P"? to complete-pathname?
|
2013-03-20 16:18:30 -07:00 |
Doug Coleman
|
07e223564f
|
math.ranges: Stopgap fix for math.ranges unit tests. See issues #803, #800, #508.
|
2013-03-20 15:54:57 -07:00 |
John Benediktsson
|
d5e5991671
|
prettyprint: fix length limit to be 'maximum length before truncation'.
|
2013-03-20 15:30:29 -07:00 |
John Benediktsson
|
da1931317d
|
math.extras: rename to linspace[a,b) and linspace[a,b] and fixes.
|
2013-03-20 15:15:50 -07:00 |
John Benediktsson
|
5e41a50870
|
math.extras: adding ) and ] versions of linspace.
|
2013-03-20 15:09:36 -07:00 |
Doug Coleman
|
5291eec130
|
prettyprint: Don't print ~1 more~ when there is only one element left. Fixes #524.
|
2013-03-20 14:26:05 -07:00 |
Doug Coleman
|
eb136e0f21
|
math.ranges: Add a bunch more tests for empty ranges.
|
2013-03-20 13:52:03 -07:00 |
John Benediktsson
|
da0a123df3
|
math.extras: adding logspace.
|
2013-03-20 13:49:55 -07:00 |
John Benediktsson
|
a21fddc4dc
|
math.extras: adding linspace.
|
2013-03-20 13:44:54 -07:00 |
John Benediktsson
|
94c5cdad3e
|
macho: fix no-types-specified.
|
2013-03-20 13:18:21 -07:00 |
John Benediktsson
|
53a33fada3
|
gpu.framebuffers: fix no-types-specified.
|
2013-03-20 13:17:12 -07:00 |
John Benediktsson
|
9620438ab7
|
math: implement /mod on floats.
|
2013-03-20 13:13:14 -07:00 |
John Benediktsson
|
4d9d980e22
|
math.hashcodes: fix complex number-hashcodes.
|
2013-03-20 12:49:12 -07:00 |
Doug Coleman
|
3b8164da32
|
typed: Add unit test for #778.
|
2013-03-20 11:14:09 -07:00 |
John Benediktsson
|
3fb1cb6d2d
|
typed: prevent TYPED: definitions without types.
|
2013-03-20 11:09:34 -07:00 |
John Benediktsson
|
972281987c
|
compiler.cfg.intrinsics: intrinsics on inline words are not supported.
|
2013-03-20 10:59:45 -07:00 |
John Benediktsson
|
04a7a793d6
|
locals.parser: check for valid locals names.
|
2013-03-20 09:48:55 -07:00 |
John Benediktsson
|
8d3acb68f5
|
zoneinfo: fix for calendar renaming.
|
2013-03-20 09:02:40 -07:00 |
John Benediktsson
|
dc08c22a92
|
math.hashcodes: better test-case.
|
2013-03-19 22:55:50 -07:00 |
John Benediktsson
|
86fcc79628
|
calendar: fix bootstrap problem.
|
2013-03-19 22:40:23 -07:00 |
John Benediktsson
|
480b57029a
|
infix: fixing issue with confusing negative steps.
|
2013-03-19 18:51:21 -07:00 |
Doug Coleman
|
c55c4c4470
|
zoneinfo: Working on parsing raw rules.
|
2013-03-19 17:23:26 -07:00 |
Doug Coleman
|
50485b72c2
|
calendar: Add more utility words for date abbrevations.
|
2013-03-19 17:23:26 -07:00 |
John Benediktsson
|
6308e25f6e
|
math.hashcodes: try and fix tests on 32-bit.
|
2013-03-19 17:22:25 -07:00 |
John Benediktsson
|
e172a081a4
|
infix: adding slice step notation.
|
2013-03-19 16:52:33 -07:00 |
John Benediktsson
|
d7d487dd82
|
sequences.shifted: adding a virtual shifted sequence.
|
2013-03-19 14:56:59 -07:00 |
John Benediktsson
|
06eaac026c
|
csv: cleanup some of the words a bit.
|
2013-03-19 11:03:30 -07:00 |
John Benediktsson
|
67a2b9dc9a
|
io.encodings: speed up ascii and utf8 stream-read-until.
|
2013-03-18 13:35:22 -07:00 |
John Benediktsson
|
f936a1dc65
|
math.hashcodes: better tests.
|
2013-03-16 13:58:29 -07:00 |
John Benediktsson
|
7162bfed57
|
math.hashcodes: consistent number hashing.
|
2013-03-16 13:53:58 -07:00 |
John Benediktsson
|
f27bb01ec8
|
misc/vim: highlight numbers with leading "+" (e.g., "+12").
|
2013-03-16 13:50:09 -07:00 |