Doug Coleman
|
e6dc36b073
|
environment: set-os-envs leaks memory on unix systems. provide set-os-envs-pointer in case this is unacceptable.
|
2012-08-25 18:37:50 -07:00 |
Doug Coleman
|
6c4043bb25
|
io: Make stream-contents call stream-contents* and do the disposal in the top-level. Fixes #645.
|
2012-08-25 17:03:51 -07:00 |
Doug Coleman
|
2b9f4668b6
|
images: gdiplus had a resource leak (file descriptor). change stream>image to dispose of the
stream no matter what.
|
2012-08-25 11:44:40 -07:00 |
Doug Coleman
|
d33dc194ca
|
core: in-definition -> with-definition.
|
2012-08-24 16:07:31 -07:00 |
Doug Coleman
|
b06b6a8261
|
core: rename in-word-definition to in-definition
|
2012-08-24 16:04:49 -07:00 |
Doug Coleman
|
84402ccf7e
|
core: Don't allow nested defintions in :, ::, M:, M::. Fixes #469.
|
2012-08-24 15:53:45 -07:00 |
John Benediktsson
|
1455a5fb17
|
xml.tokenize: minor speedups.
|
2012-08-24 15:16:27 -07:00 |
John Benediktsson
|
625da03282
|
unicode.case: slightly faster >title.
|
2012-08-24 15:16:27 -07:00 |
John Benediktsson
|
17008536a6
|
unicode.breaks: removing unused word.
|
2012-08-24 14:58:05 -07:00 |
John Benediktsson
|
eef5aea9a7
|
unicode.breaks: better version of previous patch.
|
2012-08-24 14:57:26 -07:00 |
John Benediktsson
|
0af7e323d6
|
interval-maps: allow interval-at and interval-key? to optimize better...
|
2012-08-24 14:37:46 -07:00 |
John Benediktsson
|
f496a05695
|
interval-maps: first2 is faster.
|
2012-08-24 14:25:19 -07:00 |
John Benediktsson
|
29a11cc21a
|
Revert "unicode.breaks: use find-index-from instead of slices."
This reverts commit 0aeb2174fb .
|
2012-08-24 14:10:19 -07:00 |
John Benediktsson
|
8a872a25b5
|
unicode.breaks: use find-index-from instead of slices.
|
2012-08-24 12:25:40 -07:00 |
John Benediktsson
|
b364bafeff
|
interval-maps: speed up interval-at.
|
2012-08-24 12:25:40 -07:00 |
Doug Coleman
|
27f445d505
|
assocs: Add sift-keys and sift-values. Remove three other implementations
of sift-values and use the new one.
|
2012-08-23 22:36:10 -07:00 |
John Benediktsson
|
2fef140e79
|
xml.name: simpler parse-name makes benchmark 12% faster.
|
2012-08-23 18:07:25 -07:00 |
John Benediktsson
|
4ade5ce82f
|
Revert "memoize: faster memoize for single argument words."
This reverts commit bd06ea47ab .
|
2012-08-23 17:47:23 -07:00 |
John Benediktsson
|
990fdca1fc
|
memoize: faster memoize for single argument words.
|
2012-08-23 17:39:07 -07:00 |
John Benediktsson
|
dd2a5729a7
|
math.primes.erato: bit faster by inlining.
|
2012-08-23 09:35:09 -07:00 |
John Benediktsson
|
465a969b61
|
layouts: defining "fixnum-bits".
|
2012-08-21 18:05:59 -07:00 |
John Benediktsson
|
84e8041a9c
|
bit-arrays: move toggle-bit to bit-arrays.private.
|
2012-08-21 18:05:59 -07:00 |
John Benediktsson
|
1ee1a793de
|
ui.tools.browser: fix stack effect name.
|
2012-08-17 10:13:44 -07:00 |
Doug Coleman
|
afb2a6eabb
|
random: Bump up the random unit tests from 50k to 500k. At 50k, pareto doesn't have enough samples to get the right std. At 500k, it should never fail again..
|
2012-08-16 14:14:08 -07:00 |
Doug Coleman
|
8d6002c765
|
help.tutorial: Explain the workflow before telling the user to edit the code.
|
2012-08-15 08:58:14 -07:00 |
John Benediktsson
|
511ad6d9f3
|
calendar.unix: inline some things.
|
2012-08-15 08:29:46 -07:00 |
John Benediktsson
|
2854ecd4ec
|
command-line: need to check for run differently.
|
2012-08-13 21:06:57 -07:00 |
John Benediktsson
|
2109af55ad
|
command-line: need to check rest of args.
|
2012-08-13 20:57:39 -07:00 |
John Benediktsson
|
2620c64c21
|
combinators.smart: adding smart-with.
|
2012-08-13 19:32:12 -07:00 |
John Benediktsson
|
07e74c0ad8
|
editors.vim: use string as article name.
|
2012-08-13 18:22:14 -07:00 |
John Benediktsson
|
93a2775248
|
ui.tools.operations: fix crash clicking on a model that hasn't been initialized properly.
|
2012-08-13 17:02:39 -07:00 |
John Benediktsson
|
36a4a59efc
|
command-line: if run is specified first non-param starts the command-line.
|
2012-08-13 16:42:56 -07:00 |
John Benediktsson
|
7b2b3f5e9f
|
ui.tools.listener.completion: make sure "IN:<Ctrl-h>" works.
|
2012-08-13 15:16:16 -07:00 |
John Benediktsson
|
17bd952e4a
|
vocabs.cache: bringing back the fry change.
|
2012-08-13 12:44:33 -07:00 |
John Benediktsson
|
750d9e0faf
|
Revert "vocabs.cache: use fry, its cleaner."
This reverts commit 1a8d9f227d .
|
2012-08-13 12:36:06 -07:00 |
John Benediktsson
|
54cfca1f1e
|
Revert "vocabs.cache: oops."
This reverts commit c7c0fd7a46 .
|
2012-08-13 12:36:02 -07:00 |
John Benediktsson
|
1baaa99153
|
vocabs.cache: oops.
|
2012-08-13 12:31:36 -07:00 |
John Benediktsson
|
2e8361fee8
|
vocabs.cache: use fry, its cleaner.
|
2012-08-13 12:30:17 -07:00 |
John Benediktsson
|
df91fa9527
|
help.html: fix test case back to original version.
|
2012-08-13 12:25:08 -07:00 |
John Benediktsson
|
9ac33a06bc
|
vocabs.cache: clear only the vocab that changed from vocab-file-contents.
|
2012-08-13 12:24:14 -07:00 |
John Benediktsson
|
33c4e19ff9
|
vocabs: change vocabs-changed to be vocab-changed and take a vocab argument.
|
2012-08-13 12:05:42 -07:00 |
John Benediktsson
|
0d9c7df8e2
|
memoize: fix invalidate-memoized for 0 args.
|
2012-08-13 12:04:56 -07:00 |
John Benediktsson
|
231b791da1
|
vocabs.hierarchy: much faster using directory entries.
|
2012-08-13 11:12:15 -07:00 |
John Benediktsson
|
d6c60258cf
|
editors: these should understand private.
|
2012-08-13 10:32:27 -07:00 |
John Benediktsson
|
e374f2fa19
|
vocabs: reverting recent private vocab changes.
|
2012-08-13 10:32:14 -07:00 |
John Benediktsson
|
ea25cde2af
|
math.functions: make it clear that 0 = is the more correct zero?.
|
2012-08-13 08:03:54 -07:00 |
Doug Coleman
|
94ad1c236f
|
help.html: Fix unit test.
|
2012-08-12 13:55:53 -07:00 |
Doug Coleman
|
432c114745
|
math.complex: Fix using list.
|
2012-08-12 13:55:36 -07:00 |
John Benediktsson
|
4561cf7684
|
Revert "math.functions: cleaner rect>."
This reverts commit 5ecff652ba .
|
2012-08-11 10:40:41 -07:00 |
John Benediktsson
|
fd94838032
|
vocabs.refresh: skip private vocabs.
|
2012-08-10 19:33:18 -07:00 |