John Benediktsson
|
01d521f1d1
|
Revert "vocabs.cache: use fry, its cleaner."
This reverts commit 1a8d9f227d.
|
2012-08-13 12:36:06 -07:00 |
John Benediktsson
|
f259d10bfe
|
Revert "vocabs.cache: oops."
This reverts commit c7c0fd7a46.
|
2012-08-13 12:36:02 -07:00 |
John Benediktsson
|
c7c0fd7a46
|
vocabs.cache: oops.
|
2012-08-13 12:31:36 -07:00 |
John Benediktsson
|
1a8d9f227d
|
vocabs.cache: use fry, its cleaner.
|
2012-08-13 12:30:17 -07:00 |
John Benediktsson
|
47af22f922
|
help.html: fix test case back to original version.
|
2012-08-13 12:25:08 -07:00 |
John Benediktsson
|
51e08210b3
|
vocabs.cache: clear only the vocab that changed from vocab-file-contents.
|
2012-08-13 12:24:14 -07:00 |
John Benediktsson
|
85cf41e26a
|
vocabs: change vocabs-changed to be vocab-changed and take a vocab argument.
|
2012-08-13 12:05:42 -07:00 |
John Benediktsson
|
eb6b3829ab
|
memoize: fix invalidate-memoized for 0 args.
|
2012-08-13 12:04:56 -07:00 |
John Benediktsson
|
eea3ccbcfd
|
vocabs.hierarchy: much faster using directory entries.
|
2012-08-13 11:12:15 -07:00 |
John Benediktsson
|
3c046fe12a
|
vocabs.loader: early exit for private vocab.
|
2012-08-13 11:11:59 -07:00 |
John Benediktsson
|
689f6ef3da
|
editors: these should understand private.
|
2012-08-13 10:32:27 -07:00 |
John Benediktsson
|
7b3febb4de
|
vocabs: reverting recent private vocab changes.
|
2012-08-13 10:32:14 -07:00 |
John Benediktsson
|
3ff3a2034f
|
math.functions: make it clear that 0 = is the more correct zero?.
|
2012-08-13 08:03:54 -07:00 |
Doug Coleman
|
20c7ad5b3f
|
help.html: Fix unit test.
|
2012-08-12 13:55:53 -07:00 |
Doug Coleman
|
7b88b67b9b
|
math.complex: Fix using list.
|
2012-08-12 13:55:36 -07:00 |
John Benediktsson
|
6710a94d19
|
Revert "math.functions: cleaner rect>."
This reverts commit 5ecff652ba.
|
2012-08-11 10:40:41 -07:00 |
John Benediktsson
|
5aef9ef873
|
vocabs.refresh: skip private vocabs.
|
2012-08-10 19:33:18 -07:00 |
Doug Coleman
|
b36dc93747
|
math.complex: Check C{ } syntax -- can only have two elements in the complex array. Fixes #612.
|
2012-08-10 15:58:04 -07:00 |
John Benediktsson
|
5ecff652ba
|
math.functions: cleaner rect>.
|
2012-08-10 15:51:11 -07:00 |
John Benediktsson
|
527d6121e1
|
tools.time: flush the banner so you can use time in a loop.
|
2012-08-10 15:23:10 -07:00 |
John Benediktsson
|
1ce4c1045c
|
vocabs.loader: adding tests for recent changes.
|
2012-08-10 15:15:38 -07:00 |
John Benediktsson
|
40bb77c915
|
vocabs.loader: simplify.
|
2012-08-10 15:11:42 -07:00 |
John Benediktsson
|
537de726ec
|
vocabs.loader: more private fixes.
|
2012-08-10 15:08:40 -07:00 |
John Benediktsson
|
b9bfd1db40
|
vocabs.loader: better fix for append-vocab-dir.
|
2012-08-10 15:01:37 -07:00 |
John Benediktsson
|
5ba78ff6b8
|
vocabs.loader: vocab-dir should work with private vocabs too.
|
2012-08-10 14:43:59 -07:00 |
John Benediktsson
|
b4825a249d
|
vocabs: make source/docs/tests work for private vocabs.
|
2012-08-10 14:39:53 -07:00 |
John Benediktsson
|
5d8ffbc23b
|
bignum: incorporate some fixes from @slavapestov.
|
2012-08-10 14:28:44 -07:00 |
Doug Coleman
|
0405b6cebb
|
README.md: A few more cleanups suggested by @mrjbq7.
|
2012-08-10 12:14:04 -07:00 |
Doug Coleman
|
e4a2d86e90
|
README.md: Don't assume the user has downloaded Factor yet. Instructions on how to clone git and build the latest Factor.
|
2012-08-10 12:04:45 -07:00 |
John Benediktsson
|
de891028cb
|
sequences.extras: moved 2each-index to extras for now.
|
2012-08-09 16:36:35 -07:00 |
John Benediktsson
|
23a9e05d61
|
sequences.repeating: fix repeat bug.
|
2012-08-09 15:07:45 -07:00 |
John Benediktsson
|
408d4a310a
|
sequences.extras: adding even and odd indices virtual sequences.
|
2012-08-09 12:49:29 -07:00 |
John Benediktsson
|
0bc37232cc
|
math.transforms.fft: bit simpler, faster.
|
2012-08-09 12:34:02 -07:00 |
John Benediktsson
|
2c3b852c8c
|
math.transforms.fft: specify algorithm.
|
2012-08-09 08:56:47 -07:00 |
John Benediktsson
|
5e25b3bd6d
|
math.transforms.fft: using 2map-index to simplify.
|
2012-08-09 08:36:26 -07:00 |
John Benediktsson
|
ca7500365c
|
sequences.extras: adding 2map-index.
|
2012-08-09 08:36:17 -07:00 |
John Benediktsson
|
876360d4a5
|
math.transforms.fft: adding cross-correlation.
|
2012-08-08 21:00:49 -07:00 |
John Benediktsson
|
567b0abdb7
|
sequences.extras: adding 2map!.
|
2012-08-08 20:55:26 -07:00 |
John Benediktsson
|
bb3974ec58
|
sequences.extras: adding 2map-into.
|
2012-08-08 20:35:09 -07:00 |
John Benediktsson
|
fc1103ed2f
|
unmaintained: removing old math.transforms.fft.
|
2012-08-08 20:29:02 -07:00 |
John Benediktsson
|
b40d68017d
|
math.transforms.fft: simple, fairly slow, fft.
|
2012-08-08 20:28:14 -07:00 |
John Benediktsson
|
608198c670
|
sequences: adding 2each-index.
|
2012-08-08 20:08:08 -07:00 |
John Benediktsson
|
b6c01917ab
|
sequences.extras: adding map-index!.
|
2012-08-08 20:07:38 -07:00 |
John Benediktsson
|
caf66c9be5
|
math.matrices: adding the outer product.
|
2012-08-08 17:02:39 -07:00 |
John Benediktsson
|
af1d941938
|
help.stylesheet: missing one style...
|
2012-08-07 14:51:04 -07:00 |
Doug Coleman
|
c44f0ab79d
|
ui.tools.browser: Support resize on + and _.
|
2012-08-07 14:46:09 -07:00 |
John Benediktsson
|
ea3dcde502
|
ui.tools.browser: adding +/- font size commands.
|
2012-08-07 12:28:45 -07:00 |
John Benediktsson
|
0a5cf45f6d
|
help.stylesheet: provide a mechanism to adjust the help fonts.
|
2012-08-07 08:36:16 -07:00 |
John Benediktsson
|
2faea20f49
|
echo-server: change to binary echo.
|
2012-08-06 15:51:52 -07:00 |
John Benediktsson
|
94f8a71180
|
echo-server: switch to utf8.
|
2012-08-06 15:22:18 -07:00 |