John Benediktsson
|
afdec2de61
|
multiline: fix lexer eof detection.
|
2014-05-19 21:10:31 -07:00 |
John Benediktsson
|
8645b1db49
|
unicode.breaks: change to using constants instead of globals.
|
2014-05-19 20:59:42 -07:00 |
John Benediktsson
|
8089bbaeab
|
regexp.parser: fix for recent unicode.scripts change.
|
2014-05-19 20:51:01 -07:00 |
John Benediktsson
|
a9d1e320d2
|
unicode.script: change to use a constant instead of a global.
|
2014-05-19 14:29:16 -07:00 |
John Benediktsson
|
72ff285bd8
|
help: use effect>string instead of present.
|
2014-05-19 10:18:48 -07:00 |
John Benediktsson
|
ca061f79ff
|
help.lint.checks: temporary fix for $quotation changes.
|
2014-05-19 10:04:39 -07:00 |
John Benediktsson
|
af48be41c8
|
Revert "regexp.compiler: slightly faster with t/f check."
This reverts commit 9dcaa5c7e690bc38e468f355cbbafd3c5b299f90.
|
2014-05-19 10:04:16 -07:00 |
John Benediktsson
|
376121eeed
|
interval-sets: can just check one side or the other.
|
2014-05-19 09:40:51 -07:00 |
John Benediktsson
|
5a5c1b857f
|
interval-sets: a little bit faster by not using slices.
|
2014-05-19 09:28:01 -07:00 |
John Benediktsson
|
97e658fc17
|
unicode.data: using interval-sets.
|
2014-05-18 22:50:03 -07:00 |
John Benediktsson
|
00fbe7dfe9
|
interval-sets: faster find-interval.
|
2014-05-18 22:49:39 -07:00 |
John Benediktsson
|
18a36c334a
|
unicode: some performance improvements to category checking.
|
2014-05-18 20:47:36 -07:00 |
John Benediktsson
|
647b8ffb46
|
regexp.compiler: slightly faster with t/f check.
|
2014-05-18 20:42:02 -07:00 |
John Benediktsson
|
889eb9b2ef
|
interval-maps: some inline.
|
2014-05-18 20:41:51 -07:00 |
John Benediktsson
|
98935b7f15
|
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
|
2014-05-18 20:09:10 -07:00 |
John Benediktsson
|
8e4ce647d3
|
regexp: adding re-replace-with.
|
2014-05-18 13:48:22 -07:00 |
John Benediktsson
|
25ff85331c
|
compile.codegen.relocation: make doc example work on 32-bit.
|
2014-05-11 08:22:01 -07:00 |
Björn Lindqvist
|
e2eebdec4d
|
Docs: mostly fixes for doc errors found by help lint
|
2014-05-10 17:13:49 -07:00 |
Björn Lindqvist
|
5bccede3b6
|
Docs: docs for compiler.* and cpu.* words
|
2014-05-10 17:13:49 -07:00 |
Björn Lindqvist
|
4f9f2b862f
|
Docs: docs for compiler-related vocabs
|
2014-05-10 17:13:49 -07:00 |
Björn Lindqvist
|
ea48d13731
|
Docs: for compiler.cfg and compiler.codegen
|
2014-05-10 17:13:49 -07:00 |
Björn Lindqvist
|
4cd49e56b2
|
Docs: for node and #call tuples
|
2014-05-10 17:13:49 -07:00 |
Björn Lindqvist
|
6626cd24a1
|
Docs: docs for cpu.* vocabs
|
2014-05-10 17:13:48 -07:00 |
Björn Lindqvist
|
0bb3e2397b
|
Docs: more compiler documentation
|
2014-05-10 17:13:48 -07:00 |
Björn Lindqvist
|
d074f1a9c9
|
Docs: for cpu.x86.* words
|
2014-05-10 17:13:48 -07:00 |
Björn Lindqvist
|
6a8336047d
|
Docs: initial docs for the compiler.cfg.* vocabs
|
2014-05-10 17:13:48 -07:00 |
Björn Lindqvist
|
b11e912b44
|
Docs: initial docs for compiler.tree.propagation.* vocabs
|
2014-05-10 17:13:48 -07:00 |
Björn Lindqvist
|
e2fe5ccfe8
|
Docs: stub docs for cpu.architecture
|
2014-05-10 17:13:48 -07:00 |
Björn Lindqvist
|
669bb0a77e
|
Docs: stub docs for some compiler-related words
|
2014-05-10 17:13:48 -07:00 |
Doug Coleman
|
8a084926d1
|
deploy-tests: Bump the sizes to get a Linux32 build.
|
2014-05-07 13:28:31 -07:00 |
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
|
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
|
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
|
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
|
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 |
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
|
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
|
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 |