John Benediktsson
|
ac4df295f0
|
misc: highlight TYPED: in vim.
|
2012-08-28 16:34:17 -07:00 |
Doug Coleman
|
79355dc8ad
|
sqlite: Fix using.
|
2012-08-26 11:57:24 -07:00 |
Doug Coleman
|
5b20330ac2
|
db.sqlite: Fix using.
|
2012-08-26 01:20:06 -07:00 |
Doug Coleman
|
6169372f06
|
db.sqlite: Append layouts:cell to sqlite file test db name. Fixes #647.
|
2012-08-26 00:09:31 -07:00 |
Doug Coleman
|
424c557841
|
io.sockets: Minor cleanup.
|
2012-08-26 00:04:53 -07:00 |
Doug Coleman
|
3218730092
|
specialized-array: The day of doing everything twice.
|
2012-08-25 22:53:22 -07:00 |
Doug Coleman
|
14a9fa9424
|
environment: Don't depend on unix for docs.
|
2012-08-25 21:36:43 -07:00 |
Doug Coleman
|
2f64c4d32c
|
environment: I dont even..
|
2012-08-25 21:17:00 -07:00 |
Doug Coleman
|
60ef8408bc
|
environment: Fix using again.
|
2012-08-25 21:04:00 -07:00 |
Doug Coleman
|
19e2db2fd9
|
io.ports: More correct memory handling. There are still leaks in the tests...
|
2012-08-25 19:44:22 -07:00 |
Doug Coleman
|
720fd30942
|
environment: Fix using lists..
|
2012-08-25 18:51:58 -07:00 |
Doug Coleman
|
851cb92857
|
logging.server: Modernize a bit.
|
2012-08-25 18:42:37 -07:00 |
Doug Coleman
|
8d4ded66dd
|
specialized-arrays: Don't leak in unit test.
|
2012-08-25 18:38:44 -07:00 |
Doug Coleman
|
e6edd904cf
|
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
|
0dcc62685a
|
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
|
91cefb95eb
|
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 |
John Benediktsson
|
d4af92f933
|
sets: minor improvements to sequence-as-sets.
|
2012-08-24 16:37:01 -07:00 |
Doug Coleman
|
11464e10bd
|
core: in-definition -> with-definition.
|
2012-08-24 16:07:31 -07:00 |
Doug Coleman
|
a335710021
|
core: rename in-word-definition to in-definition
|
2012-08-24 16:04:49 -07:00 |
Doug Coleman
|
1973ca3af1
|
core: Don't allow nested defintions in :, ::, M:, M::. Fixes #469.
|
2012-08-24 15:53:45 -07:00 |
John Benediktsson
|
74857f621d
|
xml.tokenize: minor speedups.
|
2012-08-24 15:16:27 -07:00 |
John Benediktsson
|
d1adbba44e
|
unicode.case: slightly faster >title.
|
2012-08-24 15:16:27 -07:00 |
Doug Coleman
|
7de0c0cb69
|
hashtables: Enforce shape on hashtable literals. Fixes #568.
|
2012-08-24 15:11:03 -07:00 |
John Benediktsson
|
40543746f6
|
unicode.breaks: removing unused word.
|
2012-08-24 14:58:05 -07:00 |
John Benediktsson
|
b33b96fea4
|
unicode.breaks: better version of previous patch.
|
2012-08-24 14:57:26 -07:00 |
John Benediktsson
|
06708f82aa
|
interval-maps: allow interval-at and interval-key? to optimize better...
|
2012-08-24 14:37:46 -07:00 |
John Benediktsson
|
e7835fcc31
|
interval-maps: first2 is faster.
|
2012-08-24 14:25:19 -07:00 |
John Benediktsson
|
d7405a9f78
|
Revert "unicode.breaks: use find-index-from instead of slices."
This reverts commit 0aeb2174fb.
|
2012-08-24 14:10:19 -07:00 |
John Benediktsson
|
0aeb2174fb
|
unicode.breaks: use find-index-from instead of slices.
|
2012-08-24 12:25:40 -07:00 |
John Benediktsson
|
a059f1c9f3
|
interval-maps: speed up interval-at.
|
2012-08-24 12:25:40 -07:00 |
Doug Coleman
|
ba51919e50
|
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
|
f682aefe8b
|
xml.name: simpler parse-name makes benchmark 12% faster.
|
2012-08-23 18:07:25 -07:00 |
John Benediktsson
|
c65dce8047
|
Revert "memoize: faster memoize for single argument words."
This reverts commit bd06ea47ab.
|
2012-08-23 17:47:23 -07:00 |
John Benediktsson
|
bd06ea47ab
|
memoize: faster memoize for single argument words.
|
2012-08-23 17:39:07 -07:00 |
John Benediktsson
|
e4fb87d0f1
|
combinators: M\ array hashcode* makes memoize faster.
|
2012-08-23 17:28:27 -07:00 |
John Benediktsson
|
8790563c48
|
io.streams.256color: adding support for bold and italic.
|
2012-08-23 15:20:44 -07:00 |
John Benediktsson
|
ac2e60e997
|
math.primes.erato: bit faster by inlining.
|
2012-08-23 09:35:09 -07:00 |
John Benediktsson
|
1c7dd3050f
|
vm: simplify a bit the fixnum_divmod code.
|
2012-08-23 08:38:18 -07:00 |
John Benediktsson
|
6527464b70
|
vm: speed up primitive_fixnum_divmod by 10-12%.
|
2012-08-22 21:46:59 -07:00 |
John Benediktsson
|
229bb24f33
|
vm: use tabs instead of spaces in bignum_gcd.
|
2012-08-22 21:31:27 -07:00 |
John Benediktsson
|
8984e624dd
|
bootstrap.syntax: removed deprecated ((.
|
2012-08-21 20:46:29 -07:00 |
John Benediktsson
|
19d31a6fb0
|
layouts: defining "fixnum-bits".
|
2012-08-21 18:05:59 -07:00 |
John Benediktsson
|
9cfff4da7f
|
bit-arrays: move toggle-bit to bit-arrays.private.
|
2012-08-21 18:05:59 -07:00 |
Doug Coleman
|
7280bd33fd
|
xkcd: Print images inline.
|
2012-08-17 16:49:41 -07:00 |
John Benediktsson
|
5dbcd13abc
|
mason.release.archive: fix extension name on release binaries.
|
2012-08-17 11:53:51 -07:00 |
John Benediktsson
|
b59dbf7219
|
Factor.app: update copyright.
|
2012-08-17 11:46:20 -07:00 |
Doug Coleman
|
ad70394473
|
xkcd: Typos.
|
2012-08-17 10:42:33 -07:00 |
John Benediktsson
|
f7c0805628
|
ui.tools.browser: fix stack effect name.
|
2012-08-17 10:13:44 -07:00 |
Doug Coleman
|
ecd7b658cc
|
xkcd: XKCD Literals. Duh.
|
2012-08-17 09:48:03 -07:00 |
John Benediktsson
|
ce79c8f378
|
Factor.app: fix "About Factor" version number. It really is 0.95, this is just chrome on the wheels.
|
2012-08-17 09:09:31 -07:00 |