Commit Graph

25909 Commits (0f52c3e486e1dc1ecbfac950435056ea6878fe13)

Author SHA1 Message Date
John Benediktsson 0f52c3e486 ui.tools.listener.history: cleanup and minor bugfix. 2014-04-30 19:06:36 -07:00
John Benediktsson a0a76469b6 bit-sets: some cleanup, small performance improvement to members. 2014-04-29 22:13:37 -07:00
John Benediktsson 594354e145 math.bitwise: simplify byte-array-bit-count. 2014-04-29 22:11:42 -07:00
John Benediktsson febdca9639 webapps.factorcode: minor cleanup, removing double <table>. 2014-04-29 16:37:01 -07:00
John Benediktsson 3e7e47b9c0 base64: inline the { 3 2 1 0 } [ -6 * ]. 2014-04-29 15:59:48 -07:00
John Benediktsson 568888c277 base64: faster decoding, use an sbuf instead of replicate/filter. 2014-04-29 15:47:15 -07:00
John Benediktsson 4ca5b2ccb3 Revert "unix.ffi: be more explicit about dirent64."
This reverts commit edf456149330d44995b1c8bdf61a1c5d2617ed9c.
2014-04-29 14:02:30 -07:00
John Benediktsson 5dd26a9066 unix.ffi: be more explicit about dirent64. 2014-04-29 13:54:27 -07:00
John Benediktsson 09dec78603 io.directories.unix.linux: fix using. 2014-04-29 13:38:27 -07:00
John Benediktsson 26ff963758 io.directories: faster directory-entries by caching dirent structs. 2014-04-29 13:22:56 -07:00
John Benediktsson 24d345cdd9 source-files: this looks cleaner. 2014-04-29 13:20:33 -07:00
John Benediktsson ca6cf294fc io.streams.memory: use constructor syntax. 2014-04-29 13:20:03 -07:00
John Benediktsson c6f8a84ee4 ui.tools.common: reuse code. 2014-04-28 13:01:18 -07:00
John Benediktsson 1fdc965b34 ui.backend.cocoa.views: clear cache to remove possibly non-retina stuff. 2014-04-28 13:00:20 -07:00
Doug Coleman 9b9bd182ca aline.libraries.finder.linux: Fix spacing. oops 2014-04-28 01:46:33 -07:00
Doug Coleman f1f76dead7 alien.libraries.finder: Linux32 ldconfig has (libc6) or (libc6,x32) as the platform strings. Refactor parsing to not use regular expressions and change the matching from exact to requiring the ldconfig line to be a subset of the supported platforms. 2014-04-28 08:43:34 +00:00
Doug Coleman 72cbd5722c Revert "pcre.ffi: Fix pcre for Arch Linux 32bit on 64bit multilib." Wrong fix.
This reverts commit c6e335f570da9a2c44635a53fdc4ad56ee77f3b4.
2014-04-28 01:25:49 -07:00
Doug Coleman 093a2bbae0 Revert "alien.libraries.finder: Add utiltity word find-first-library to find a shared library from a list of library stem names." Wrong fix.
This reverts commit 8cd883be5119683291c2ee6d7ce4fad228b78e26.
2014-04-28 01:25:27 -07:00
Doug Coleman 5c2737785b pcre.ffi: Fix pcre for Arch Linux 32bit on 64bit multilib. 2014-04-28 00:39:09 -07:00
Doug Coleman ce9db9fb84 alien.libraries.finder: Add utiltity word find-first-library to find a shared library from a list of library stem names. 2014-04-28 00:38:39 -07:00
Doug Coleman 32cd600ffb mason.test: Check the user-init-errors so we get a fixable error. 2014-04-28 00:27:50 -07:00
John Benediktsson 63b5886337 sorting.insertion: faster due to fewer nths. 2014-04-27 22:41:37 -07:00
John Benediktsson 00bd0c52e7 sorting.insertion: skip the zero'th element. 2014-04-27 17:13:26 -07:00
John Benediktsson 72efd16074 yaml: some formatting/cleanup. 2014-04-27 15:41:24 -07:00
John Benediktsson 1d38dce342 Revert "Temporary patch for dlists equality testing"
This reverts commit dbc6c37a37423a1672825b667bf5ca4844d5fc88.
2014-04-27 15:24:26 -07:00
John Benediktsson 2bb483bc5c Revert "Temporary patch for assoc-map on linked-assoc"
This reverts commit b54bffd748815ecbc5ffac11a14e59f73a5a3978.
2014-04-27 15:24:26 -07:00
Jon Harper e6301c4cd2 YAML: expose libyaml's errors 2014-04-27 15:24:26 -07:00
Jon Harper 559f140a93 YAML: handle recursive data and anchors' identity 2014-04-27 15:24:26 -07:00
Jon Harper 8a7b8eb169 YAML: cleanup, don't prettyprint the linked-assoc
It's not useful because it's not homoiconic because of recursivity
2014-04-27 15:24:26 -07:00
Jon Harper 107e67194a YAML: simple error when constructing undefined anchors 2014-04-27 15:24:25 -07:00
Jon Harper 514d3f72f9 YAML: cleanup, remove unreachable code 2014-04-27 15:24:25 -07:00
Jon Harper a9e3d86146 Temporary patch for assoc-map on linked-assoc
Until https://github.com/slavapestov/factor/issues/1028 is resolved
2014-04-27 15:24:25 -07:00
Jon Harper 99c853e3c8 Temporary patch for dlists equality testing
Until https://github.com/slavapestov/factor/issues/1027 is resolved
2014-04-27 15:24:25 -07:00
Jon Harper 3623778d26 YAML: correctly emit f as "!!bool false" 2014-04-27 15:24:25 -07:00
Jon Harper 83347ee964 YAML: docs 2014-04-27 15:24:25 -07:00
Jon Harper 2db5962cc3 YAML: support !!set, !!omap and !!pair 2014-04-27 15:24:24 -07:00
Jon Harper c7613e62a0 YAML: workaround deep-copy structs 2014-04-27 15:24:24 -07:00
Jon Harper 7925686dbc YAML: Add tests for anchors in yaml> 2014-04-27 15:24:24 -07:00
Jon Harper b60d1c86f9 YAML: parse anchors 2014-04-27 15:24:24 -07:00
Jon Harper 11d6c820b0 YAML: cleanup USING: 2014-04-27 15:24:24 -07:00
Jon Harper 18c88d9905 YAML: convert some factor types to/from yaml types 2014-04-27 15:24:24 -07:00
Jon Harper 557e0a3d3e YAML: add some tests from pyyaml test suite. 2014-04-27 15:24:24 -07:00
Jon Harper 679cfd618c YAML: declare function parameters as bools 2014-04-27 15:24:23 -07:00
Jon Harper 5b5a680fb4 YAML: add a debug word to check sizes of structs 2014-04-27 15:24:23 -07:00
Jon Harper 64db12711a YAML: add a debug vocab 2014-04-27 15:24:23 -07:00
Jon Harper eddf2c1ab4 YAML: fix parsing when key is f 2014-04-27 15:24:23 -07:00
Jon Harper 7701e1dace YAML: use factor's c-string in more places 2014-04-27 15:24:23 -07:00
Jon Harper 2a409cdec6 YAML: don't test types on complex key test 2014-04-27 15:24:23 -07:00
Jon Harper adae95bfb4 YAML: ffi, fix default tags 2014-04-27 15:24:23 -07:00
Jon Harper fda21bb74e YAML: ffi typo cleanup 2014-04-27 15:24:22 -07:00