Commit Graph

25572 Commits (066866c539b874d0682754e5effe48b78184b09a)

Author SHA1 Message Date
Björn Lindqvist 066866c539 grouping.extras: new word group-by, like sql GROUP BY but is order-preserving 2013-12-14 21:11:39 +01:00
John Benediktsson 135c0bd5ed random: add help for random-unit. 2013-12-13 10:11:51 -08:00
John Benediktsson 4f34e4dfbc splitting.extras: need to hint split-harvest. 2013-12-12 19:32:58 -08:00
John Benediktsson 0cbf869261 math.bits: fix docs for make-bits to be more clear. 2013-12-12 18:30:49 -08:00
Björn Lindqvist 4db103b91e alien.libraries.tests: compressed USING line.. at least its in alphabetical order 2013-12-12 18:00:25 -08:00
Björn Lindqvist ab7494eef9 alien.libraries: dlopen should handle resource:-paths 2013-12-12 18:00:25 -08:00
Björn Lindqvist d05363e1e8 FUEL: need to catch and handle scan-error that forward-sexp can emit if there is no closing bracket 2013-12-12 08:24:02 -08:00
Björn Lindqvist b1b146e709 FUEL: fixed font-locking of SYMBOLS 2013-12-12 08:24:02 -08:00
John Benediktsson 71ad43c0ab uu: protect from invalid input. 2013-12-10 18:08:55 -08:00
John Benediktsson c68db22281 spider: reuse url ref inside fill-spidered-result. 2013-12-08 09:15:42 -08:00
Doug Coleman b4037edf48 spider: Don't try to parse non-html as html. 2013-12-07 11:43:32 -08:00
Doug Coleman 7fb1fc97ec html.parser.analyzer: Add javascript links. Clean up some code. 2013-12-07 11:43:32 -08:00
Doug Coleman 288ebd6c88 urls: Allow URLs of the form //foo.com, which take on the protocol of the URL they derive from. 2013-12-07 11:43:32 -08:00
John Benediktsson 0dda4fc812 vm: speed up bignum log2. 2013-12-06 14:40:22 -08:00
John Benediktsson 1acf307e15 io.streams: make stream-element-type inline on string-reader and byte-reader. 2013-12-02 17:44:03 -08:00
Björn Lindqvist 4f2cdd070c pcre: pcre_config returns a long for some parameters and int otherwise 2013-12-02 17:07:18 -08:00
Björn Lindqvist 7986d9edc9 pcre: pcre-fullinfo throws on error 2013-12-02 17:07:17 -08:00
Björn Lindqvist 175b00797c pcre: pcre-config throws bad-option on error 2013-12-02 17:07:17 -08:00
Björn Lindqvist 390838d21e pcre.ffi: using find-library to locate shared lib 2013-12-02 17:07:17 -08:00
Björn Lindqvist 084e3e98f1 FUEL: correct font-locking of nested stack effect declarations.
The new matcher function isn't "fooled" by stack effect declarations
like: ( ... seq quot: ( ... elt index -- ... ) i -- ... )
2013-12-01 06:51:48 -08:00
Björn Lindqvist d5568986b2 FUEL: improved font-locking of DESTRUCTOR and FORGET 2013-12-01 06:51:48 -08:00
Björn Lindqvist 0e1d454e66 FUEL: correct highlighting of GENERIC# and MACRO: 2013-12-01 06:51:48 -08:00
Björn Lindqvist d93a444c4c FUEL: improved regexps for setters and getters, now they arent fooled by the parsing words << and >> 2013-12-01 06:51:48 -08:00
Björn Lindqvist 4d56a136a1 FUEL: correct colorizing for FROM and EXCLUDE 2013-12-01 06:51:48 -08:00
Björn Lindqvist 85098e0e49 FUEL: fixed regexp for C-GLOBAL and RENAME 2013-12-01 06:51:48 -08:00
Björn Lindqvist e1bf75cc68 FUEL: colorizing for PROTOCOL and some uncommon parsing words 2013-12-01 06:51:48 -08:00
Björn Lindqvist f21d634a13 FUEL: highlight predicates 2013-12-01 06:51:48 -08:00
Björn Lindqvist a2c7b7c82c FUEL: font-lock ENUMs 2013-12-01 06:51:48 -08:00
Doug Coleman a71e2d8060 io.sockets.secure.openssl: Fix docs. 2013-11-28 12:59:36 -06:00
Doug Coleman 1ad2e058d1 alien.cpp: Add comment about allocation. 2013-11-28 10:59:45 -06:00
John Benediktsson 657144019b msgpack: fix help-lint errors. 2013-11-27 17:36:38 -08:00
John Benediktsson 0c380fe863 pcre: fix help-lint errors. 2013-11-27 17:34:28 -08:00
John Benediktsson 0a3d24d1bb graphviz.render.windows: adding platforms.txt. 2013-11-27 17:31:25 -08:00
Doug Coleman d4ff5a42e6 Merge avondrak's graphviz branch. 2013-11-27 21:39:14 +00:00
John Benediktsson 2922b1a943 tzinfo: simplify magic check. 2013-11-26 14:33:49 -08:00
John Benediktsson 3eced27aee math.text.english: accidentally i's and j's. 2013-11-26 10:20:56 -08:00
John Benediktsson c1bb600335 math.text.english: support ratio, float, complex. 2013-11-26 10:19:15 -08:00
John Benediktsson 2370ed3918 grouping.extras: adding group-as and clump-as. 2013-11-26 08:22:58 -08:00
John Benediktsson 47e6b2e8fe bson: some cleanup. 2013-11-25 17:40:15 -08:00
John Benediktsson 47a0ebcc99 compiler.tree.propagation.transforms: faster H{ } and HS{ } clone. 2013-11-25 16:42:59 -08:00
John Benediktsson 1cfcf39bda Revert "math.functions: make float sqrt a little faster."
This reverts commit 7ae5e9c0c11bbc82ac7854bfa5964723e1cb42d9.
2013-11-25 16:42:52 -08:00
John Benediktsson 76e32e8a5f summary: adding summary of sets. 2013-11-25 16:25:02 -08:00
John Benediktsson 97530d86d4 compiler.tree.propagation.transforms: rename to non-negative-fixnum?. 2013-11-25 12:58:21 -08:00
John Benediktsson 9bb5e34762 compiler.tree.propgation.transforms: make bit? use integer>fixnum. 2013-11-25 12:48:48 -08:00
John Benediktsson fafeecb5fb math.functions: make float sqrt a little faster. 2013-11-25 11:14:51 -08:00
John Benediktsson 8aac272c58 math.floats: shorten definitions using "bit?". 2013-11-25 11:07:06 -08:00
John Benediktsson 344e57a838 benchmark.msgpack: adding msgpack benchmark. 2013-11-25 10:43:42 -08:00
John Benediktsson 39b7aa264e fix some uses of "1 tail" to be "rest". 2013-11-25 09:29:43 -08:00
John Benediktsson e4e349741b fix some uses of "1 head*" to be "but-last". 2013-11-24 20:42:30 -08:00
Doug Coleman f9be1f3055 bootstrap.primitives: Add comment for where "random" "call( -- )" lines come from. 2013-11-24 22:06:57 -06:00