Commit Graph

25470 Commits (152ccf4b272bb8252fdaf03a8ca3bef99e8eb80f)

Author SHA1 Message Date
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
Samuel Tardieu 13389a8400 FUEL: unmask `fuel-refresh-all`
`fuel-refresh-all` is documented as mapped onto "\C-c\C-r", but this was
masked by an undocumented mapping for `fuel-eval-region` (which is
already bound to "\C-c\C-e\C-r").
2013-06-07 00:11:21 +02:00
Doug Coleman 10bbc244d3 unix.utmpx: Fix bootstrap on linux, add platform-specific structs. 2013-06-04 18:09:52 -07:00
Doug Coleman 2c6accb084 unix.utmpx: Support utmpx on linux and fix on macosx. Add a unit test. 2013-06-04 17:53:15 -07:00
Doug Coleman d38fdb4433 io.encodings: Add a stream-tell method for decoder streams. 2013-06-04 17:53:15 -07:00
Doug Coleman 3e3ce269de opengl.gl: Fix opengl loading for Windows. 2013-06-04 09:10:37 -07:00
John Benediktsson a022352951 gtk: add library references. 2013-06-03 17:23:20 -07:00
Doug Coleman 9442bbb738 factor.sh: Change deps-linux to deps-apt-get. Add deps-pacman 2013-06-03 17:04:18 -07:00
John Benediktsson 5e25b8b49f sequences.extra: >resizable can't be inline for some reason... 2013-05-30 15:01:34 -07:00
John Benediktsson f628e2a7ad sequences.extras: fix map-concat row-polymorphic problem. 2013-05-30 14:54:29 -07:00
John Benediktsson eaea33b28e tools.disassembler.udis: no longer need these tests. 2013-05-28 14:15:48 -07:00
John Benediktsson 0f8b890748 tools.disassembler.udis: 1k ought to be enough for anybody.
(Work around change in struct sizes from 1.7 to 1.7.1).
2013-05-28 12:11:12 -07:00
John Benediktsson a0d8abc962 sequences.extras: clarify docs for subseq*. 2013-05-24 11:44:35 -07:00
John Benediktsson 84b5e3828f sequences.extras: adding subseq* and safe-subseq. 2013-05-24 11:19:27 -07:00
John Benediktsson 61c6b37e5e spelling: fix splits and sorting of corrections, other cleanup. 2013-05-22 11:02:36 -07:00
John Benediktsson 3394b6e727 units.imperial: fix minims. 2013-05-21 12:48:56 -07:00
John Benediktsson b96a1ab87f units.imperial: adding more units. 2013-05-21 10:38:54 -07:00
John Benediktsson 2a846cfff9 sequences.extras: adding index-selector. 2013-05-20 17:43:26 -07:00
John Benediktsson 3ac3c69ab4 sequences.extras: similarly improve map-filter and filter-map. 2013-05-20 17:09:14 -07:00
John Benediktsson 9e2a999af3 sequences.extras: change filter-index to use length of seq not exemplar. 2013-05-20 16:59:03 -07:00
John Benediktsson 6cf79efb47 twitter: adding verify-credentials. 2013-05-20 16:47:23 -07:00
John Benediktsson bd9f24ac33 destructors: more efficient dispose-each (not using make). 2013-05-20 16:43:00 -07:00
John Benediktsson cee38e1f40 sequences: change filter-as to allocate length of seq not exemplar. 2013-05-20 16:22:23 -07:00
Doug Coleman 1136ed9c19 io.launcher: Fix bug -- if dispose fails, still call dispose on the other
resource.
2013-05-19 10:22:07 -07:00
Doug Coleman 7c1caacc35 io.launcher: Fix two potential bugs.
1) If first (pipe) succeeds but second one fails, first pipe leaks.
2) out>> dispose fails, then in>> dispose is never called and leaks.
2013-05-19 10:18:14 -07:00