John Benediktsson
|
ee9ead89f8
|
io.streams.sequence: bounds check sequence-read-until.
|
2014-02-25 07:52:07 -08:00 |
John Benediktsson
|
0b04d3f279
|
io.streams.string: faster M\ string-reader stream-readln.
|
2014-02-24 21:47:49 -08:00 |
John Benediktsson
|
dbfa18e8fc
|
io.streams.byte-array: faster M\ byte-reader stream-read-unsafe.
|
2014-02-24 21:40:38 -08:00 |
John Benediktsson
|
dcd8d4ef51
|
pack: add some tests for expand-pack-format.
|
2014-02-24 13:48:11 -08:00 |
John Benediktsson
|
77c122941d
|
pack: support numbered format strings.
|
2014-02-24 11:23:13 -08:00 |
Björn Lindqvist
|
1456e14a09
|
ui.backend.windows: correct wndproc signature so that factor works with vs2012
|
2014-02-21 17:40:43 -08:00 |
John Benediktsson
|
b95536567a
|
continuations: remove seemingly unhelpful comment.
|
2014-02-21 08:36:31 -08:00 |
John Benediktsson
|
d3acf4d482
|
lexer: cleanup a bit.
|
2014-02-21 08:36:31 -08:00 |
John Benediktsson
|
550118e608
|
sequences: require integers for slice and repetition.
|
2014-02-21 08:36:31 -08:00 |
Doug Coleman
|
e259e6830d
|
color-picker: Show the hex value of the color because it's useful.
|
2014-02-20 00:13:34 -08:00 |
Björn Lindqvist
|
dc3c947a5e
|
csv: empty strings and files are valid csv:s
|
2014-02-19 03:37:37 -08:00 |
John Benediktsson
|
ad63d24263
|
ip-parser: allow zeros in IP addresses.
|
2014-02-18 07:33:54 -08:00 |
John Benediktsson
|
6fd68ecb64
|
checksums.md5: more types and inline, lots faster.
|
2014-02-17 18:26:57 -08:00 |
John Benediktsson
|
c3f79c1482
|
checksums.sha: more types, faster.
|
2014-02-17 18:26:17 -08:00 |
John Benediktsson
|
59677102b6
|
checksums: simplify add-checksum-bytes.
|
2014-02-17 18:25:51 -08:00 |
John Benediktsson
|
d732a5f208
|
sorting: simpler check-bounds.
|
2014-02-17 17:50:08 -08:00 |
John Benediktsson
|
6ecb291710
|
html.parser.analyzer: cleanup, fix find-by-class-id-between.
|
2014-02-17 15:17:24 -08:00 |
Björn Lindqvist
|
3c53214b43
|
html.parser.analyzer: when matching on classname, check that the tag has the given class
|
2014-02-15 14:56:56 -08:00 |
Doug Coleman
|
19685f4528
|
vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor heaps.
Add annotations for gc allocating.
|
2014-02-14 20:29:26 -08:00 |
Doug Coleman
|
48562e6e48
|
random.mersenne-twister: Don't use system-random-generator to initialize
Mersenne Twister. If there is no system random generator, startup can
fail.
|
2014-02-14 18:48:25 -08:00 |
John Benediktsson
|
e9e4115de1
|
assocs.extras: adding assoc-sift.
|
2014-02-13 20:08:12 -08:00 |
Doug Coleman
|
5ad200a41a
|
twitter.prettyprint: Add user-profile.
|
2014-02-12 20:13:10 -08:00 |
Doug Coleman
|
bc7680a914
|
twitter: Add user-profile and refactor a bit.
|
2014-02-12 20:13:10 -08:00 |
Doug Coleman
|
8437bf5033
|
oauth: Generate the oauth signature base string the way twitter does it.
|
2014-02-12 20:13:10 -08:00 |
Doug Coleman
|
918cb7bc34
|
twitter: Add mentions timeline.
|
2014-02-12 20:13:10 -08:00 |
Björn Lindqvist
|
3715bb6b9a
|
windows.errors: fix #987
|
2014-02-12 18:08:52 -08:00 |
John Benediktsson
|
2fe03b6711
|
io.streams.string: inline <string-writer> so with-string-writer is faster.
|
2014-02-10 20:46:25 -08:00 |
John Benediktsson
|
4f631c4f8b
|
generalizations: fix docs for nrot and -nrot.
|
2014-02-10 20:40:01 -08:00 |
John Benediktsson
|
6e0a9fdf1f
|
formatting: make printf faster.
|
2014-02-10 20:39:08 -08:00 |
Björn Lindqvist
|
a82dc84f2d
|
formatting: new format specifier for unparsed representation
|
2014-02-09 21:09:24 -08:00 |
John Benediktsson
|
c9badc9dd9
|
ip-parser: prefer a cleaner maybe less fast version.
|
2014-02-09 20:09:39 -08:00 |
John Benediktsson
|
c69005a324
|
ip-parser: faster ntoa and aton.
|
2014-02-09 15:45:28 -08:00 |
John Benediktsson
|
ebbfa17b47
|
math.bitwise: fix docs for mask and unmask (they don't return a boolean).
|
2014-02-09 15:36:49 -08:00 |
John Benediktsson
|
bffeeed589
|
ip-parser: use byte-array in ipv4-aton to force fixnum math.
|
2014-02-09 11:07:31 -08:00 |
John Benediktsson
|
9aa160ad91
|
random.mersenne-twister: fix name of stack effect.
|
2014-02-09 11:00:57 -08:00 |
John Benediktsson
|
c2c89152e3
|
geo-ip: change to use ip-parser for ipv4 lookup.
|
2014-02-09 11:00:38 -08:00 |
John Benediktsson
|
dcf1e6b9f3
|
ip-parser: adding ntoa and aton words.
|
2014-02-09 10:58:47 -08:00 |
John Benediktsson
|
ab4a058b2c
|
sequences: implement sum on repetitions.
|
2014-02-09 08:05:26 -08:00 |
John Benediktsson
|
d9961f5f4a
|
random.mersenne-twister: more complete fix for bias.
|
2014-02-07 11:56:29 -08:00 |
John Benediktsson
|
0110bd49f1
|
random.mersenne-twister: fix non-random bias.
|
2014-02-07 07:31:53 -08:00 |
John Benediktsson
|
fb9c5f9aee
|
hashtables: slightly faster associate and collect-pairs.
|
2014-02-06 22:39:43 -08:00 |
John Benediktsson
|
aeed8b51d4
|
hash-sets: faster members.
|
2014-02-06 22:38:48 -08:00 |
John Benediktsson
|
7d489d5839
|
xml.tokenize: fix cdata parsing problem.
|
2014-02-06 21:12:57 -08:00 |
John Benediktsson
|
64e56f65ef
|
sequences: faster head? and tail?.
|
2014-02-06 20:49:39 -08:00 |
John Benediktsson
|
88f163d28f
|
vocabs: faster child-vocab?.
|
2014-02-06 20:49:29 -08:00 |
John Benediktsson
|
a718127fd1
|
random: some cleanup.
|
2014-02-06 18:17:03 -08:00 |
John Benediktsson
|
c02fc27afc
|
random: faster random-bits, make some things private.
|
2014-02-06 17:54:33 -08:00 |
John Benediktsson
|
ede21dfb56
|
math: fix docs for next-power-of-2 and some tests.
|
2014-02-06 17:23:54 -08:00 |
John Benediktsson
|
986714489d
|
random: 40% faster random-bytes*.
|
2014-02-06 11:05:16 -08:00 |
Doug Coleman
|
03f4ad3943
|
twitter: Add home-timeline and home-timeline.
|
2014-02-05 20:33:12 -08:00 |