Commit Graph

21671 Commits (5d3155bef54f646eae787395bf0e742562178686)

Author SHA1 Message Date
Keita Haga 5d3155bef5 words: replace the trailing comma with a period in the article of words 2011-02-04 16:25:35 +09:00
Keita Haga c9c02e7264 syntax: trim trailing whitespace to $syntax section in the HOOK:'s help page 2011-02-04 15:56:02 +09:00
Slava Pestov c0a3b64c40 io.sockets.secure.unix: fix socket shutdown handling to make http.client work with https://www.google.com 2011-01-31 23:45:45 -05:00
Slava Pestov 5c0150ad97 openssl: remove cacert.pem, since its useless and we should call SSL_CTX_set_default_verify_paths instead 2011-01-29 23:26:29 -05:00
Slava Pestov 0a58caad81 urls: derive-url resets the port if the new URL specifies a protocol. Fixes HTTP redirection on some sites, like www.amazon.com (reported by John Benediktsson) 2011-01-29 22:50:13 -05:00
Slava Pestov 843fc514e3 sequences: nths should return a sequence of the same type as the original (reported by Jon Harper) 2011-01-29 00:18:36 -05:00
Slava Pestov bf81451e00 xml.errors: split off xml.errors.debugger so that deployed apps that use XML are ~100kb smaller 2011-01-29 00:09:09 -05:00
Slava Pestov 61804879fc xml.traversal: remove unused dependency on debugger 2011-01-29 00:07:56 -05:00
Slava Pestov 9af01e5482 tools.deploy: add XML deploy test 2011-01-29 00:07:22 -05:00
Slava Pestov 98b4a5859d sets: fix help lint 2011-01-29 00:07:08 -05:00
Slava Pestov 4fff63036a sets: document combine word 2011-01-28 22:56:46 -05:00
Slava Pestov 247005fe16 Merge branch 'master' of git://github.com/mrjbq7/factor 2011-01-28 21:56:18 -05:00
Slava Pestov c0212ff5c2 Merge branch 'doc-fixes' of git://github.com/keitahaga/factor 2011-01-28 21:36:34 -05:00
Keita Haga 5c9475bfbc xml.data: insert a space after a comma in description of contained class 2011-01-28 11:48:07 +09:00
John Benediktsson fee16b2739 compression.lzw: fix for gif89a decoding - maximum code size is 12 bits. 2011-01-26 21:06:43 -08:00
John Benediktsson 2dc1a52cc7 images.http: use the content type from the http response if provided. 2011-01-26 18:05:02 -08:00
John Benediktsson 60b53d9a4d Merge branch 'master' of git://github.com/slavapestov/factor 2011-01-26 17:26:48 -08:00
John Benediktsson b121795e0f sets: improve stack effect for "combine". 2011-01-26 17:24:55 -08:00
John Benediktsson 5abc730da4 images.gif: the Graphics Control Block is OPTIONAL in the GIF spec. 2011-01-26 17:23:30 -08:00
Keita Haga fee3fc60dd classes.tuple: minor fix to $errors section in the boa word's help page 2011-01-26 21:26:12 +09:00
Keita Haga ee4ff46d05 memoize: add description of arguments and values to MEMO: syntax in docs 2011-01-26 18:53:12 +09:00
Keita Haga 27aba4035e sequences: surround a $example with a $examples to the if-empty word's help 2011-01-26 15:06:35 +09:00
Joe Groff 5cd8718b71 build-support/factor.sh: typo was causing make detection to fail on linux 2011-01-24 22:42:06 -05:00
Joe Groff f522ca6269 build-support/factor.sh: use string operators to compare strings 2011-01-24 16:50:59 +05:30
Keita Haga 53398aa873 memoize: correct documentation for MEMO: syntax 2011-01-24 04:00:17 +09:00
Keita Haga dcb0cae92a stack-checker: add a sample output in the last example of inference-recursive-combinators article 2011-01-23 22:48:41 +09:00
Keita Haga e15076b5e8 effects: add missing right parenthesis in description of stack-effect word 2011-01-23 21:51:52 +09:00
Keita Haga 7e6dae6a73 disjoint-sets: fix typo in description of assoc>disjoint-set word 2011-01-21 16:15:34 +09:00
Keita Haga 0fb40ff3a5 peg.ebnf: fix minor typo in docs 2011-01-20 23:39:30 +09:00
Keita Haga a7e7a6fa32 math.polynomials: fix typo in description of pextend-conv word 2011-01-18 23:35:52 +09:00
Keita Haga f39af49f83 math.statistics: in some words, interchanging the positions of the $examples and a $description 2011-01-18 23:20:06 +09:00
Keita Haga 04af0328d7 math.statistics: fix a few typos in docs 2011-01-18 22:32:45 +09:00
Keita Haga 1692cf6cef math.intervals: fix some typos in docs 2011-01-18 21:18:35 +09:00
Keita Haga 48a4309d60 help.tutorial: minor fix 2011-01-18 18:35:48 +09:00
Keita Haga 5bd5b326dc tools.scaffold: fix a few typos in description of scaffold-undocumented word 2011-01-18 07:45:06 +09:00
Keita Haga d43dbb5c95 tools.time: fix typo in docs 2011-01-18 07:29:55 +09:00
Keita Haga 2d3a576683 xml-rpc: fix a couple of typos in docs 2011-01-18 00:49:56 +09:00
Keita Haga 6538b50af0 sequences.deep: fix typo in description of deep-find word 2011-01-17 22:35:39 +09:00
Keita Haga e8303bc68b assocs: fix description of inputs and outputs values in many words 2011-01-17 18:26:20 +09:00
Keita Haga 4e1a0f662a assocs: correct the class of output value in assoc-subset? word 2011-01-17 17:35:07 +09:00
Keita Haga 59e97fd3ce unicode.collation: fix typo in docs 2011-01-17 14:36:46 +09:00
Keita Haga 75e70b1096 assocs: fix sample output in usage example of assoc-map word 2011-01-17 05:32:08 +09:00
Keita Haga e0cbe556b2 prettyprint.sections: fix typo in docs 2011-01-17 04:23:17 +09:00
Keita Haga 2ae51184a6 html.templates: fix typo in description of template-convert word 2011-01-17 01:51:48 +09:00
Keita Haga 38892d050a combinators: minor improvement in usage example of case word 2011-01-17 00:42:07 +09:00
Keita Haga beca2894a1 assocs, math.bitwise: remove first blank line and useless whitespace in a few usage examples 2011-01-17 00:12:28 +09:00
Keita Haga 6335e3dd3c ui.gadgets.status-bar: fix typo in docs 2011-01-16 21:46:01 +09:00
Keita Haga bce5ee748e kernel: add stack effect declaration to usage example of object class in docs 2011-01-16 17:58:36 +09:00
Keita Haga 433c1a60ee math.libm: add missing right parenthesis in description of fexp word 2011-01-16 10:48:06 +09:00
Keita Haga 5009f89ab6 sequences: put a period to description of trim-head-slice word 2011-01-16 09:59:27 +09:00