Doug Coleman
|
8b51ddcbe2
|
sqlite: Fix using.
|
2012-08-26 11:57:24 -07:00 |
Doug Coleman
|
22178a9475
|
db.sqlite: Fix using.
|
2012-08-26 01:20:06 -07:00 |
Doug Coleman
|
bf4d4f73a2
|
db.sqlite: Append layouts:cell to sqlite file test db name. Fixes #647.
|
2012-08-26 00:09:31 -07:00 |
Doug Coleman
|
bcc86baf45
|
io.sockets: Minor cleanup.
|
2012-08-26 00:04:53 -07:00 |
Doug Coleman
|
3adbee3ea0
|
specialized-array: The day of doing everything twice.
|
2012-08-25 22:53:22 -07:00 |
Doug Coleman
|
2354455764
|
environment: Don't depend on unix for docs.
|
2012-08-25 21:36:43 -07:00 |
Doug Coleman
|
7f4ade141c
|
environment: I dont even..
|
2012-08-25 21:17:00 -07:00 |
Doug Coleman
|
dfc5761df4
|
environment: Fix using again.
|
2012-08-25 21:04:00 -07:00 |
Doug Coleman
|
30673f65cf
|
io.ports: More correct memory handling. There are still leaks in the tests...
|
2012-08-25 19:44:22 -07:00 |
Doug Coleman
|
3143222223
|
environment: Fix using lists..
|
2012-08-25 18:51:58 -07:00 |
Doug Coleman
|
b7d16801ff
|
logging.server: Modernize a bit.
|
2012-08-25 18:42:37 -07:00 |
Doug Coleman
|
60beb84774
|
specialized-arrays: Don't leak in unit test.
|
2012-08-25 18:38:44 -07:00 |
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 |
John Benediktsson
|
d62fea3bbc
|
sets: minor improvements to sequence-as-sets.
|
2012-08-24 16:37:01 -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 |
Doug Coleman
|
8637c1c012
|
hashtables: Enforce shape on hashtable literals. Fixes #568.
|
2012-08-24 15:11:03 -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
|
daed497e3d
|
combinators: M\ array hashcode* makes memoize faster.
|
2012-08-23 17:28:27 -07:00 |
John Benediktsson
|
8810576465
|
io.streams.256color: adding support for bold and italic.
|
2012-08-23 15:20:44 -07:00 |
John Benediktsson
|
dd2a5729a7
|
math.primes.erato: bit faster by inlining.
|
2012-08-23 09:35:09 -07:00 |
John Benediktsson
|
42f4193939
|
vm: simplify a bit the fixnum_divmod code.
|
2012-08-23 08:38:18 -07:00 |
John Benediktsson
|
ed8496b583
|
vm: speed up primitive_fixnum_divmod by 10-12%.
|
2012-08-22 21:46:59 -07:00 |
John Benediktsson
|
b541986b4e
|
vm: use tabs instead of spaces in bignum_gcd.
|
2012-08-22 21:31:27 -07:00 |
John Benediktsson
|
54fd95cd81
|
bootstrap.syntax: removed deprecated ((.
|
2012-08-21 20:46:29 -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 |
Doug Coleman
|
17782f45ab
|
xkcd: Print images inline.
|
2012-08-17 16:49:41 -07:00 |
John Benediktsson
|
d7f95a481c
|
mason.release.archive: fix extension name on release binaries.
|
2012-08-17 11:53:51 -07:00 |
John Benediktsson
|
dbfc9441af
|
Factor.app: update copyright.
|
2012-08-17 11:46:20 -07:00 |
Doug Coleman
|
2503984e35
|
xkcd: Typos.
|
2012-08-17 10:42:33 -07:00 |
John Benediktsson
|
1ee1a793de
|
ui.tools.browser: fix stack effect name.
|
2012-08-17 10:13:44 -07:00 |
Doug Coleman
|
8354921226
|
xkcd: XKCD Literals. Duh.
|
2012-08-17 09:48:03 -07:00 |
John Benediktsson
|
0b41fac5e9
|
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 |
John Benediktsson
|
25bdd23829
|
README: minor introduction changes.
|
2012-08-16 20:26:17 -07:00 |