Commit Graph

26194 Commits (59c5373263819af73092f7bae0ba96c770b15e93)

Author SHA1 Message Date
Doug Coleman ffed1387ab concurrency: Rename wait-timeout to timed-out-error for clarity. Add the timer that timed out to the error tuple. 2014-06-06 10:10:09 -07:00
John Benediktsson ee9b803252 tools.ps.macosx: fix for recent change to system-info.macosx. 2014-06-05 21:01:57 -07:00
John Benediktsson 41fe0673c7 contributors: simplify using histogram. 2014-06-05 21:01:57 -07:00
John Benediktsson c696d51edb editors: adding some summary.txt. 2014-06-05 21:01:57 -07:00
Doug Coleman 40a79766af alien.libraries: Change <library> to be just a constructor. Replace with make-library and try-make-library so that we throw better errors. 2014-06-05 14:28:37 -07:00
John Benediktsson 96884eab2a math.ratios: faster abs and neg? on ratios. 2014-06-05 10:53:02 -07:00
John Benediktsson 05c35ebda3 kernel: change errors to be in kernel.private. 2014-06-04 14:33:02 -07:00
Björn Lindqvist 6627a3327b kernel: symbolic constants for the various kernel errors 2014-06-04 23:16:40 +02:00
John Benediktsson 7bde6a53da math.transforms.fft: hah, once-power-of-2, always-power-of-2. 2014-06-04 12:28:59 -07:00
John Benediktsson d2c6bc41ce fftw: fix for ifft1d. 2014-06-04 12:16:11 -07:00
John Benediktsson a735761574 fftw: adding some bindings to fftw3. 2014-06-04 12:10:18 -07:00
John Benediktsson e260edc32b math.transforms.fft: fix Cooley-Tukey only works for powers of two. 2014-06-04 12:06:45 -07:00
John Benediktsson 6bf3470e62 listener: extract a loaded-vocab? word. 2014-06-04 09:52:51 -07:00
John Benediktsson 7082246447 io: change stream-bl to use write1. 2014-06-04 09:13:21 -07:00
John Benediktsson 5f1c6151dc extra: use bl when possible instead of ``" " write``. 2014-06-04 09:10:36 -07:00
John Benediktsson 27d929b8e5 lint: some more trivial-defs. 2014-06-04 09:10:23 -07:00
John Benediktsson c04db38570 debugger: switch to using dispatch. 2014-06-04 08:41:41 -07:00
John Benediktsson e351d63bbe debugger: change vm-errors to use nth instead of at. 2014-06-04 08:35:31 -07:00
John Benediktsson 82486a5f51 prettyprint.backend: fix pprint for new escape codes. 2014-06-04 06:55:34 -07:00
John Benediktsson f02a059c78 strings.parser: simplify parse-string. 2014-06-03 21:05:36 -07:00
John Benediktsson f61bdd0bb4 strings.parser: simplify next-escape. 2014-06-03 21:04:05 -07:00
John Benediktsson ac6aa3221b ini-file: use new escape codes. 2014-06-03 18:15:47 -07:00
John Benediktsson 27c86672eb tools.coverage: change test-coverage to not test recursively. 2014-06-03 18:11:26 -07:00
John Benediktsson a4aa9a9688 misc: fix syntax highlighting for new escape codes. 2014-06-03 18:05:06 -07:00
John Benediktsson 5bc1567c05 syntax: adding \b \v and \f escape codes. 2014-06-03 18:04:51 -07:00
John Benediktsson 256b135aa9 basis: use <vocab-link> in a couple places. 2014-06-03 10:14:03 -07:00
John Benediktsson 2b4844e753 sets.extras: adding mapped-set. 2014-06-03 10:13:51 -07:00
John Benediktsson bdb2d476c1 vocabs.hierarchy: a little bit cleaner. 2014-06-03 09:45:22 -07:00
John Benediktsson 7190ea5dc8 vocabs.hierarchy: simplify vocab-subdirs. 2014-06-03 09:05:03 -07:00
John Benediktsson 980fba617d io.binary.fast: remove duplication. 2014-06-02 17:18:20 -07:00
John Benediktsson d7775b150e io.binary.fast: use alien technique for faster le> and be>. 2014-06-02 17:13:52 -07:00
John Benediktsson ece22caa43 hints: specialize le> and be> for byte-array. 2014-06-02 17:10:16 -07:00
John Benediktsson 285c0c64b9 alien.endian: use "c:" convention. 2014-06-02 17:07:32 -07:00
John Benediktsson 48c6bba132 io.binary.fast: adding fast alien version of >le and >be. 2014-06-02 16:30:12 -07:00
John Benediktsson 714d986326 system-info.macosx: use int-arrays. 2014-06-02 15:57:15 -07:00
John Benediktsson 3d5dda504f system-info.macosx: simplify gestalt. 2014-06-02 15:11:09 -07:00
John Benediktsson 7aee629845 system-info.macosx: adding OSX 10.10 code name "Yosemite" 2014-06-02 14:49:55 -07:00
John Benediktsson 763110ebb2 sorting.extras: add some docs. 2014-06-02 14:27:50 -07:00
John Benediktsson 1b085c55b7 cursors: adding hash-set-cursor. 2014-06-02 14:01:25 -07:00
John Benediktsson 0a93877d4b sequences: make sum-lengths generic. 2014-06-02 08:40:38 -07:00
John Benediktsson 6e834cd0de benchmark.tuple-arrays: cleanup, assert result. 2014-06-02 08:40:05 -07:00
John Benediktsson fd1dc5ce01 vm: formatting of sign_mask. 2014-06-02 07:54:01 -07:00
John Benediktsson c2c6225955 vm: fix tabs-to-spaces. 2014-06-02 07:24:14 -07:00
John Benediktsson cf287f4144 vm: faster foo_to_bignum for common case of one bignum digit. 2014-06-02 07:16:43 -07:00
Jon Harper 278fe4830f calendar.format: allow space or tabs in rfc3339 2014-06-01 16:47:04 +02:00
John Benediktsson 5d17cfd385 bitcoin.client: fix doc usings. 2014-05-27 05:35:40 -07:00
John Benediktsson cea47b896d more doc types. 2014-05-26 07:51:19 -07:00
John Benediktsson 02ac0662e7 more doc type fixes. 2014-05-24 17:16:26 -07:00
John Benediktsson ddea3286d9 basis: fix some doc usings. 2014-05-24 06:59:54 -07:00
John Benediktsson 57f9d78892 improve help by linking to types directly. 2014-05-23 20:20:15 -07:00