Commit Graph

25444 Commits (0236212987548a71dfd16c6cd048360ac726840f)

Author SHA1 Message Date
John Benediktsson 8aae6a68a6 html.parser.printer: prevent negative indentations. 2013-08-05 09:56:44 -07:00
John Benediktsson 1d5a598929 sequences: don't allow negative repetitions. 2013-08-05 09:56:44 -07:00
John Benediktsson 555ea83d89 html.parser.printer: some fixes.
Fix html-text. (may not be perfect, but "works" now)
Don't decrement indentations if we didn't increment them.
2013-08-05 09:56:44 -07:00
Björn Lindqvist 978009e484 html.parser.printer: fixed to use repeated write calls instead of surround 2013-08-05 09:56:44 -07:00
Björn Lindqvist 1ca18b215f html.parser.printer: remove printer symbol 2013-08-05 09:56:44 -07:00
Björn Lindqvist 00f82ae5f0 html.parser.printer: unit tests 2013-08-05 09:56:44 -07:00
Björn Lindqvist aef2e02c0b html.parser.printer: explaining comment 2013-08-05 09:56:43 -07:00
Björn Lindqvist 68381dd571 html.parser.printer: reasonable tree-structured formatting with prettyprint-html 2013-08-05 09:56:43 -07:00
Doug Coleman 490091eb22 reddit: Add a field. 2013-08-03 14:56:35 -07:00
Paul Woolcock 33cc7c45f5 Add hash commands to extra/redis 2013-07-30 14:42:40 -04:00
John Benediktsson f0be8408e6 wikipedia: parsing historical events. 2013-07-29 07:56:14 -07:00
John Benediktsson 155cc44020 wrap.strings: fix using in tests. 2013-07-28 10:57:02 -07:00
John Benediktsson 8198a6f547 wrap.strings: allow wrap-indented-string to have a numbered indent provided. 2013-07-27 21:18:10 -07:00
Doug Coleman 2f2e04ca45 random.windows: Saw in the pastebin that some Windows installs still don't
start with this code. Just set the system and secure RNGs to f, and
calling them will throw an error. The Mersenne Twister is still the
default anyway.
2013-07-27 13:28:20 -07:00
John Benediktsson b63c9154c3 splitting.extras: cleanup using. 2013-07-25 14:16:09 -07:00
John Benediktsson 83ff3b5601 match: fix test syntax. 2013-07-25 07:02:47 -07:00
John Benediktsson 519652d862 math.functions: whoops, back out mistaken commit. 2013-07-24 14:55:13 -07:00
John Benediktsson c75fc48f23 switch some vocabs to 4 spaces. 2013-07-24 14:52:09 -07:00
John Benediktsson 1f5e8f3970 sorting.extras: faster map-sort. 2013-07-24 10:24:47 -07:00
Doug Coleman 232287b3fc arrays.shaped: Inefficient iteration with indices.
Add upper,lower,strict-upper/lower map operations and array constructions.
2013-07-24 10:03:49 -07:00
John Benediktsson 6ca2fec6cd interpolate: adding generalized numbered string interpolate. 2013-07-24 08:44:31 -07:00
John Benediktsson 094e405713 semantic-versioning: maybe this is more forgiving and simpler. 2013-07-16 19:47:07 -07:00
John Benediktsson 896d3fc460 semantic-versioning: upgrade to Semantic Versioning 2.0.0.
Note: the parser is purposefully forgiving to handle more cases
than the specification allows.
2013-07-16 17:58:08 -07:00
Doug Coleman 7ed9365c00 io.monitors.recursive: Fry quotations - do not apply liberally. 2013-07-16 14:43:29 -07:00
Doug Coleman 36a4eb7ee1 io.monitors.recursive: Bug - <recursive-monitor> could fail and leak a file monitor.
Fix - Monitors tests were "leaking" dummy-monitors objects.
2013-07-16 14:30:38 -07:00
Doug Coleman 662e215c7e tools.deploy.test: Bump windows binaries size up a bit. 2013-07-16 11:26:32 -07:00
John Benediktsson 787cc89370 tools.ps.windows: use offset-of instead. 2013-07-15 15:31:59 -07:00
Doug Coleman 18a463bc2f tools.ps.windows: Fix offsets for win64. 2013-07-15 15:19:07 -07:00
John Benediktsson b5484d33ba http.client: support urls without protocols (in addition to strings). 2013-07-15 10:28:28 -07:00
John Benediktsson 0555425861 http.client: default to http:// if not specified. 2013-07-15 09:30:22 -07:00
Björn Lindqvist 1358a9eb55 FUEL: Compatibility functions for Emacs 24.2. 2013-07-13 19:13:39 +02:00
Doug Coleman ec1ecbe549 io.directories.unix: If you mount a .iso, all the file types are +unknown+ according to directory-files.
Fall back to file-info on +unknown+ file types and use with-directory in with-unix-directory so the paths are correct for file-info.
Fixes #911.
2013-07-11 09:46:26 -07:00
John Benediktsson 30c595d048 splitting.extras: adding split-harvest in "core style" (ugh!). 2013-06-25 20:01:58 -07:00
John Benediktsson c9f24cd04f spelling: some performance improvements, and minor fixes. 2013-06-25 15:50:42 -07:00
John Benediktsson aa779eaba8 math.statistics: use >array instead of { } clone-like. 2013-06-25 15:40:33 -07:00
John Benediktsson 938a6d68ab strings: faster clone-like when both arguments are strings. 2013-06-25 15:39:34 -07:00
John Benediktsson a1567bb01c byte-arrays: faster clone-like when both arguments are byte-arrays. 2013-06-25 15:39:24 -07:00
John Benediktsson 6497dd0fe4 splitting: cleanup duplicate code. 2013-06-25 15:17:44 -07:00
Doug Coleman 3040af0514 euler.b-rep: Fix usage of HEX: in unit tests. 2013-06-19 07:01:08 -07:00
Doug Coleman 6a4608ec89 game.loop: Fix docs. 2013-06-19 07:00:58 -07:00
Doug Coleman e270175af0 gml, euler: Initial commit. 2013-06-18 16:42:13 -07:00
Doug Coleman 75dccbe329 game.loop: Fix throwing errors inside game loop. 2013-06-18 16:24:05 -07:00
Doug Coleman 4df945e3db math.statistics: Handle some edge cases.
Remove two unused parameters.
2013-06-17 10:16:28 -07:00
Doug Coleman 49c0b12b33 math.statistics: Add trimean. 2013-06-17 10:16:28 -07:00
John Benediktsson cfb44999a1 math.extras: adding round-away-from-zero. 2013-06-17 10:11:49 -07:00
Doug Coleman d3df35102a math.statistics: [-] Golfed. 2013-06-17 07:36:55 -07:00
Doug Coleman 77abc31e3b math.statistics: Fix out of bounds on quantiles that should return the first element. 2013-06-17 07:21:45 -07:00
John Benediktsson 6c6664b0b8 math.combinatorics: specialized version of nths-unsafe for performance. 2013-06-14 11:27:45 -07:00
John Benediktsson 8262e97309 sets.extras: change non-repeating to use remove-first!. 2013-06-14 11:02:30 -07:00
John Benediktsson 52e5cf6608 system-info.macosx: code name for 10.9. 2013-06-10 10:22:39 -07:00