Commit Graph

23488 Commits (5e6aa80c51a8251f78c9923038307cc19c17230c)

Author SHA1 Message Date
John Benediktsson 11f3e316f2 alien.remote-control: using temp directory. 2012-06-18 12:33:14 -07:00
John Benediktsson 128c92e571 http: using temp directory. 2012-06-18 12:33:07 -07:00
John Benediktsson d053432dcf webapps.help: fixing location of generated html docs. 2012-06-18 12:32:44 -07:00
John Benediktsson f84cc7ed83 mason.docs: fix making and uploading of docs archive. 2012-06-18 12:26:02 -07:00
John Benediktsson 53c54b86ab io.files.temp: adding with-temp-directory and with-cache-directory. 2012-06-18 12:22:59 -07:00
Doug Coleman 73fe611543 tools.ps: Fix ps tool for linux < 3. 2012-06-18 09:51:07 -07:00
Doug Coleman 9d8cc34f6f deploy test 5: use new temp directory. 2012-06-13 11:30:15 -07:00
John Benediktsson 8f8c00c9f5 math.parser: simplify error types. 2012-06-08 07:32:01 -07:00
John Benediktsson 82f4fa723d math.parser: add some tests for errors. 2012-06-06 15:14:52 -07:00
John Benediktsson 530ff420c7 math.parser: better error messages suggested by @erg. 2012-06-06 15:12:33 -07:00
John Benediktsson ab75394ffc math.parser: only allow 10 and 16 base for float>base. 2012-06-06 14:50:07 -07:00
John Benediktsson d1aa58313f core-text: remove unused local. 2012-06-06 14:46:49 -07:00
John Benediktsson f8fa0f5ddd windows.ddk.setupapi: use PACKED-STRUCT (thanks Joe Moschini). 2012-06-04 19:08:46 -07:00
Doug Coleman 6db7576f33 calendar.holidays.us: Donuts too often 2012-06-01 18:03:42 -07:00
John Benediktsson 43f334de3e core-foundation.strings: prevent creating CFString from characters in range 0xd800-0xdfff. 2012-06-01 17:56:34 -07:00
John Benediktsson 12262a500c listener: move pprint error catching to stack. 2012-06-01 17:54:58 -07:00
Doug Coleman bf29ed77f7 calendar.holidays.us: Today is National Donut Day. 2012-06-01 17:19:45 -07:00
John Benediktsson 827dd0127f listener: don't crash if pprint fails. 2012-06-01 17:07:49 -07:00
Doug Coleman 8dc2a16a2d classes.tuple: Better error message for tuples that try to inherit from themselves. Add must-fail tests for tuples that try to inherit from themselves and for inheriting from a generic.
Fixes #412.
2012-06-01 16:59:03 -07:00
John Benediktsson 860845a969 benchmark.busy-loop: make sure fixnum math on 32-bit. 2012-06-01 16:26:46 -07:00
John Benediktsson 0937cd43a9 benchmark.busy-loop: adding a busy-loop "control" benchmark. 2012-06-01 16:18:29 -07:00
Doug Coleman 898534817e io.files.info.unix: When setting access or modified time alone, don't set the other time to 1970.
See #490.
2012-06-01 16:03:41 -07:00
John Benediktsson 5eb5e4e4da debugger: fix error summary for not-found-in-roots. 2012-06-01 16:00:59 -07:00
John Benediktsson 58617f10be prettyprint: document "~1 more~" behavior (funny because it takes as much as room as... 1 more). 2012-06-01 15:15:29 -07:00
John Benediktsson 8f76de9bd7 fastcgi: removing dependency on unix-only. 2012-06-01 14:34:36 -07:00
John Benediktsson e6382af293 math.combinatorics: 100%+ faster combinations. 2012-06-01 14:07:39 -07:00
John Benediktsson d2876bea1d math.functions: implement copysign. 2012-06-01 08:24:35 -07:00
John Benediktsson 98c5ddf2fd sequences.extras: adding sift-as and harvest-as. 2012-05-31 11:01:16 -07:00
John Benediktsson c2e1496374 sequences.extras: even simpler round-robin. 2012-05-31 10:46:42 -07:00
John Benediktsson a62cf7fc68 sequences.extras: simpler round-robin. 2012-05-31 08:17:08 -07:00
John Benediktsson e48cd2e1a0 sequences.extras: adding round-robin. 2012-05-30 17:50:00 -07:00
John Benediktsson c1323fbe5a fix some tests broken by the prepend change. 2012-05-29 16:58:58 -07:00
John Benediktsson 355e140785 sequences: un-inline prepend to fix "cannot call" error. 2012-05-29 15:58:19 -07:00
John Benediktsson f4c7651540 io.sockets: fix stack effect for <broadcast>. 2012-05-29 15:47:15 -07:00
John Benediktsson a63bd9e2ba sequences: change prepend to return type of first sequence to match append. 2012-05-29 11:59:03 -07:00
John Benediktsson d896fb2ee4 io.sockets.windows: get the handle from the handle. 2012-05-29 11:20:55 -07:00
John Benediktsson 95e647fc1e io.sockets: adding "broadcast port", ideally would just be +broadcast+ or something, but this works. 2012-05-29 10:46:19 -07:00
John Benediktsson e722324bac unix.ffi: adding some socket constants. 2012-05-29 10:45:41 -07:00
John Benediktsson 227d861a93 vim: allow sign of exponent to be optional (e.g., "1e10" should be highlighted correctly). 2012-05-29 07:43:09 -07:00
John Benediktsson 8d17af6354 vim: fix float syntax highlighting of "1." 2012-05-28 20:48:15 -07:00
Doug Coleman d3e7f4cff0 compaction: Inifnite headaches--cured! Two compact functions, one was not like the other. 2012-05-27 18:26:03 -07:00
John Benediktsson e8033c9736 math.matrices: adding docs for a few words. 2012-05-25 12:19:23 -07:00
Doug Coleman 3756191a28 math.matrices: Add another test to make sure we calculate kron correctly. 2012-05-24 09:02:47 -07:00
Doug Coleman 7f8d1cf58e math.matrices: Add stitch. Add Kronecker product. 2012-05-24 08:53:47 -07:00
Felix Kaiser 3cdbfe8e42 parser: fix typo in docs 2012-05-20 00:34:51 +02:00
John Benediktsson 37edc8fa8b sequences.extras: move min-by/max-by to math.compare. 2012-05-19 11:26:01 -07:00
John Benediktsson 9a2e425d88 Adding a readme that github can understand. 2012-05-17 11:50:12 -07:00
John Benediktsson 6bc1ab2d57 assocs.extras: more tests for deep-at. 2012-05-17 09:40:43 -07:00
John Benediktsson be3558c55f assocs.extras: adding deep-at. 2012-05-14 17:04:52 -07:00
John Benediktsson 214063400e sequences.extras: adding supremum-by and infimum-by that call the "map" quot once per element. 2012-05-14 16:44:07 -07:00