Commit Graph

10586 Commits (81a84266d39abdee8516cbf16453409e9090ed3c)

Author SHA1 Message Date
John Benediktsson df46b02b08 magic.ffi: look for "magic" (works better on linux). 2014-10-15 18:22:57 -07:00
John Benediktsson e9a4f50394 magic: some minor fixes. 2014-10-15 13:46:47 -07:00
John Benediktsson df1a1fffd0 magic: bindings for libmagic. 2014-10-14 20:50:38 -07:00
Björn Lindqvist 0d6f70cc7c fuel.eval: wrap fuel-pprint in a without-limits so fuel output isn't truncated 2014-10-10 14:01:23 -07:00
Doug Coleman 5091780740 io.streams.peek: Add file position indicator api calls. 2014-10-10 11:55:14 -07:00
Doug Coleman 659572f30a imap-tests: Reset test folder. 2014-10-09 15:40:41 -07:00
Björn Lindqvist c6d419e0fe imap: fix parse-store-mail parsing because it breaks on gmail
gmail responses include lines with the order of UID and FLAGS reversed
to indicate the previous flags for a mail. Just ignore those lines
because they aren't useful and non-standard.
2014-10-07 15:12:02 -07:00
Doug Coleman 61676954d4 tools.gc-decode: Just make sure that the gc-decode tests work. Any answer
is ok.
2014-10-07 13:13:58 -07:00
Björn Lindqvist 527318be63 graphviz.render.windows: need to return with the whole path in case
graphivz directory is not in PATH
2014-10-03 07:12:28 -07:00
Björn Lindqvist 12862dd313 webapps.mason.backend.tests: change db filename to mason-test.db to
avoid interference from other tests
2014-10-03 07:12:28 -07:00
Björn Lindqvist 43dc1ba259 python: docs for python-error 2014-10-02 08:32:39 -07:00
Björn Lindqvist a530a10187 python: tests and plug a reference leak in the exception throwing code 2014-10-02 08:32:39 -07:00
Björn Lindqvist ab75bcb60f python.throwing: new module to support capturing python tracebacks 2014-10-02 08:32:39 -07:00
Doug Coleman 90094dffac build-support: test failed on mac somehow, add a timeout so it fails faster. 2014-09-30 12:42:25 -07:00
Björn Lindqvist 4a96e6163b VM: new primitive (callback-room) for querying the VM about memory usage
The word works exactly like (code-room) except it looks at the memory
usage in the callback heap instead of the code heap.
2014-09-29 07:30:21 -07:00
John Benediktsson 3ca2801d33 mason.report: dos2unix. 2014-09-28 20:31:39 -07:00
Björn Lindqvist 2a7a2b32ff benchmark.reverse-complement.tests,mason.report.tests: fix for the test
cases so they write to temp files instead of in resource:
2014-09-28 20:31:18 -07:00
John Benediktsson 179c60b0a5 help.html: make docs use same completions algorithm as listener. 2014-09-25 21:08:15 -07:00
Doug Coleman ae81a9c426 tools.gc-decode: linux32 is a slow vm and i'm committing from mac and things passed on mac last time. ugh. 2014-09-24 17:20:57 -07:00
Doug Coleman b0179f528e tools.gc-decode: typo.. 2014-09-24 17:15:18 -07:00
Doug Coleman 3aa88dbeea tools.gc-decode: Fix test for linux32. 2014-09-24 17:12:02 -07:00
Björn Lindqvist ab61ba56fc imap.tests: created connections needs to be disposed 2014-09-22 14:30:52 -07:00
Doug Coleman 202254a087 tools.gc-decode: Fix unit tests for 32bit. 2014-09-12 12:07:26 -07:00
Doug Coleman d2ffa127e4 tools.gc-decode: Fix unit test for compiler fix. 2014-09-08 18:08:50 -07:00
Björn Lindqvist 5e1a0e212a tools.gc-decode: update vocab to match gc-map changes 2014-09-08 14:54:18 -07:00
Doug Coleman 1df0cffc8a tools.gc-decode: Fix docs. 2014-08-25 16:40:31 -07:00
Björn Lindqvist 3a6c14765d vm: add the gc-info struct 2014-08-25 14:52:11 -07:00
Björn Lindqvist 9b35de2b10 tools.gc-decode: vocab for reading words gc maps 2014-08-25 14:52:06 -07:00
Björn Lindqvist 4f1762d121 elf: only open file for reading 2014-08-25 14:51:05 -07:00
Björn Lindqvist b5147aa549 curses.ffi: on some linuxes, libncursesw.so is a linker script so find-library is needed to find the real elf file 2014-08-25 14:50:26 -07:00
Doug Coleman a8173daca2 curses: Add some more api calls. Allow a getch that doesn't throw on errors because you need it for window resize. 2014-08-25 14:50:20 -07:00
John Benediktsson 87433a4585 ``swap drop`` is ``nip``. 2014-08-05 10:31:42 -07:00
John Benediktsson 5fd3230b2e curl: slight refactor. 2014-07-22 08:40:06 -07:00
Björn Lindqvist 60ffe0680e kernel: new combinator 2with = with with 2014-07-22 07:40:13 -07:00
John Benediktsson 80be72b6e1 colors.distances: add some tests, refactor locals a little bit. 2014-07-13 08:50:54 -07:00
John Benediktsson 88e2b08514 colors.distances: implement CIE76, CIE94, CIEDE2000, and CMC l:c color difference algorithms. 2014-07-11 17:20:57 -07:00
John Benediktsson 0b40888646 colors.lab: add copyright. 2014-07-11 17:20:57 -07:00
John Benediktsson 4cc811badf pcre: add a comment for future knowledges. 2014-07-10 16:33:20 -07:00
Doug Coleman 452567f7d0 pcre: On at least win64, the pointer is returned as an int and is
negative. Cast it to a uint and everything works. Fixes #1105.
2014-07-10 16:23:34 -07:00
John Benediktsson 6731b0fed4 use "of" in place of "swap at". 2014-07-10 07:53:13 -07:00
Doug Coleman 65ea46efbe fftw.ffi: Find the fftw dll for Windows. 2014-07-09 23:11:49 -05:00
Doug Coleman cc932b1a70 yaml.ffi: Fix library names. (for Windows, it's called libyaml-0-2.dll and
we dont prefix 'lib' in find-library)
2014-07-09 12:11:52 -05:00
John Benediktsson 05182b7a30 yaml.ffi: fix library names. 2014-07-09 09:06:42 -07:00
Jon Harper 902d3b9bcd YAML: allow configuration of !!merge and !!value 2014-07-08 15:53:52 -07:00
Jon Harper 656be0f736 YAML: support !!value in !!map 2014-07-08 15:53:52 -07:00
Jon Harper e1e2519d7a YAML: support !!merge in !!map 2014-07-08 15:53:52 -07:00
Jon Harper 640975bdc2 YAML: support !!timestamp 2014-07-08 15:53:52 -07:00
Doug Coleman 85f5075c83 python.ffi: Use find-library-from-list instead of all that crufty code. 2014-07-08 11:59:07 -07:00
Doug Coleman 987967cf95 gdbm: Enable gdbm on Win64. 2014-07-08 12:50:13 -05:00
Doug Coleman 1e8655c5c0 alien.libraries.finder: More robust finder code that doesn't return f to a
string slot and error out. Use it in yaml.ffi.
2014-07-08 12:40:33 -05:00