John Benediktsson
|
65846fb5ba
|
Revert "urls: Allow URLs of the form //foo.com, which take on the protocol of the URL they derive from."
This reverts commit e6598fc22fd91309288fbe9840f7872d8fd84438.
|
2014-03-11 20:20:23 -07:00 |
Doug Coleman
|
c6fd2da67f
|
tools.coverage: Add a ``test-coverage-recursively`` word. Not all vocabs can be tested for unit test coverage, so don't make this the default. Fixes #1013.
|
2014-03-11 21:20:34 -05:00 |
John Benediktsson
|
0a2e632d4c
|
io.standard-paths.unix: fix tests on arch linux.
|
2014-03-11 11:37:00 -07:00 |
John Benediktsson
|
b039b6a542
|
io.streams.string: cleanup tests.
|
2014-03-11 11:25:53 -07:00 |
John Benediktsson
|
e0e88895a1
|
loggin: some cleanup, particularly of write-message.
|
2014-03-11 11:22:24 -07:00 |
John Benediktsson
|
ee040a242c
|
io.streams: some more test cases for sequence-read-until.
|
2014-03-10 15:29:11 -07:00 |
John Benediktsson
|
b0b5e6733d
|
Revert "Revert "alien.data: <ref> doesn't need to zero memory.""
This reverts commit 01142121511d4b9338c84286d4efdd3c8d5a4665.
|
2014-03-07 11:19:36 -08:00 |
John Benediktsson
|
985faa7ec7
|
Revert "alien.data: <ref> doesn't need to zero memory."
This reverts commit f9a714b48fc1700431b61f7f1968893d2b2b3ee7.
|
2014-03-07 09:46:13 -08:00 |
Björn Lindqvist
|
39b13b6736
|
io.sockets.secure.openssl: guard against SSL_get_peer_certificate returning null
|
2014-03-06 18:41:37 +01:00 |
John Benediktsson
|
04a4e0ed5c
|
checksums.sha: minor speedup.
|
2014-03-04 10:05:03 -08:00 |
Björn Lindqvist
|
3bbdd067be
|
ui.backend.gtk: connect ui signals before realizing the widget
gtk_widget_add_events() needs to be called before gtk_widget_realize()
otherwise oxygen-gtk will steal all lmb clicks
|
2014-03-02 19:11:55 -08:00 |
John Benediktsson
|
ab5b128192
|
alien.data: <ref> doesn't need to zero memory.
|
2014-02-27 20:53:54 -08:00 |
John Benediktsson
|
e5850f93e0
|
calendar.unix: simplify current-timeval.
|
2014-02-27 15:26:52 -08:00 |
John Benediktsson
|
332fc7bc1a
|
io.files.info.unix.linux: cleanup stack effects.
|
2014-02-27 15:26:38 -08:00 |
John Benediktsson
|
dae32f2d9d
|
checksums.internet: simplify.
|
2014-02-27 14:03:00 -08:00 |
John Benediktsson
|
5e4ac4b698
|
checksums.xxhash: cleanup, faster.
|
2014-02-27 13:59:34 -08:00 |
John Benediktsson
|
0fb0eaa1cf
|
random: simplify using bitwise operations.
|
2014-02-25 15:59:51 -08:00 |
John Benediktsson
|
a05c735731
|
checksums.md5: remove extra "32 bits".
|
2014-02-25 15:59:43 -08:00 |
John Benediktsson
|
212af2d05d
|
checksums.murmur: remove code duplication.
|
2014-02-25 15:56:16 -08:00 |
John Benediktsson
|
5e210e36b9
|
checksums.xxhash: adding xxHash checksum implementation.
|
2014-02-25 15:55:32 -08:00 |
John Benediktsson
|
bf1f4e9aa2
|
io.streams.sequence: cleanup by moving type checks.
|
2014-02-25 09:32:47 -08:00 |
John Benediktsson
|
f243b31ddd
|
io.streams.sequence: rename (stream-seek) to sequence-seek.
|
2014-02-25 07:56:28 -08:00 |
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
|
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 |
Björn Lindqvist
|
dc3c947a5e
|
csv: empty strings and files are valid csv:s
|
2014-02-19 03:37:37 -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 |
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 |
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
|
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
|
9aa160ad91
|
random.mersenne-twister: fix name of stack effect.
|
2014-02-09 11:00:57 -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
|
7d489d5839
|
xml.tokenize: fix cdata parsing problem.
|
2014-02-06 21:12:57 -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
|
986714489d
|
random: 40% faster random-bytes*.
|
2014-02-06 11:05:16 -08:00 |
John Benediktsson
|
517268c18f
|
io.encodings.utf7: add copyright for Björn Lindqvist.
|
2014-01-11 08:55:54 -08:00 |
Björn Lindqvist
|
a47c41e45c
|
io.encodings.utf7: cleaned up vocab per review
1. Tuple is used to hold the decoding buffer instead of a global
2. Fixed problematic sequence type conversions.
|
2014-01-11 08:43:36 -08:00 |
Björn Lindqvist
|
797d73bb8c
|
io.encodings.utf7: documentation and metadata files
|
2014-01-11 08:43:36 -08:00 |
Björn Lindqvist
|
c286d91289
|
io.encodings.utf7: working utf7 decoding with tests
|
2014-01-11 08:43:36 -08:00 |
Björn Lindqvist
|
9a7a2648fd
|
io.encodings.utf7: decoder implementation, doesn't support utf7imap4 yet
|
2014-01-11 08:43:36 -08:00 |
Björn Lindqvist
|
9c90bc0c67
|
io.encodings.utf7: better encoding using the group-by combinator
|
2014-01-11 08:43:36 -08:00 |