]> gitweb.factorcode.org Git - factor.git/log
factor.git
13 years agoMerge branch 'master' of git://github.com/slavapestov/factor
John Benediktsson [Tue, 15 Feb 2011 06:19:34 +0000 (22:19 -0800)]
Merge branch 'master' of git://github.com/slavapestov/factor

13 years agoIn several documentation, remove whitespace before or after the colon or period
Keita Haga [Wed, 9 Feb 2011 16:51:13 +0000 (01:51 +0900)]
In several documentation, remove whitespace before or after the colon or period

13 years agoassocs: fix a few typos in docs
Keita Haga [Mon, 7 Feb 2011 15:35:15 +0000 (00:35 +0900)]
assocs: fix a few typos in docs

13 years agocontinuations: fix typo in docs
Keita Haga [Mon, 7 Feb 2011 14:42:44 +0000 (23:42 +0900)]
continuations: fix typo in docs

13 years agosyntax: add stack effect declaration to <color> word definition in usage example...
Keita Haga [Mon, 7 Feb 2011 13:56:50 +0000 (22:56 +0900)]
syntax: add stack effect declaration to <color> word definition in usage example of C: syntax

13 years agoio.sockets: fix a few typos in docs
Keita Haga [Sun, 6 Feb 2011 08:40:03 +0000 (17:40 +0900)]
io.sockets: fix a few typos in docs

13 years agocolors.hex: fix typo in docs
Keita Haga [Sun, 6 Feb 2011 08:05:20 +0000 (17:05 +0900)]
colors.hex: fix typo in docs

13 years agomacros: clean up the usage example of MACRO: syntax
Keita Haga [Fri, 4 Feb 2011 15:00:14 +0000 (00:00 +0900)]
macros: clean up the usage example of MACRO: syntax

13 years agohelp.topics: fix typo in docs
Keita Haga [Fri, 4 Feb 2011 13:53:05 +0000 (22:53 +0900)]
help.topics: fix typo in docs

13 years agocombinators: insert a space after a comma in the documentation
Keita Haga [Fri, 4 Feb 2011 12:04:08 +0000 (21:04 +0900)]
combinators: insert a space after a comma in the documentation

13 years agocombinators: minor improvement to usage example of cond word
Keita Haga [Fri, 4 Feb 2011 08:53:00 +0000 (17:53 +0900)]
combinators: minor improvement to usage example of cond word

13 years agowords: replace the trailing comma with a period in the article of words
Keita Haga [Fri, 4 Feb 2011 07:25:35 +0000 (16:25 +0900)]
words: replace the trailing comma with a period in the article of words

13 years agosyntax: trim trailing whitespace to $syntax section in the HOOK:'s help page
Keita Haga [Fri, 4 Feb 2011 06:56:02 +0000 (15:56 +0900)]
syntax: trim trailing whitespace to $syntax section in the HOOK:'s help page

13 years agoMerge branch 'master' of git://github.com/slavapestov/factor
John Benediktsson [Tue, 1 Feb 2011 08:12:58 +0000 (00:12 -0800)]
Merge branch 'master' of git://github.com/slavapestov/factor

13 years agoio.sockets.secure.unix: fix socket shutdown handling to make http.client work with...
Slava Pestov [Tue, 1 Feb 2011 04:45:45 +0000 (23:45 -0500)]
io.sockets.secure.unix: fix socket shutdown handling to make http.client work with https://www.google.com

13 years agoMerge branch 'master' of git://github.com/slavapestov/factor
John Benediktsson [Sun, 30 Jan 2011 04:52:47 +0000 (20:52 -0800)]
Merge branch 'master' of git://github.com/slavapestov/factor

13 years agoopenssl: remove cacert.pem, since its useless and we should call SSL_CTX_set_default_...
Slava Pestov [Sun, 30 Jan 2011 04:26:29 +0000 (23:26 -0500)]
openssl: remove cacert.pem, since its useless and we should call SSL_CTX_set_default_verify_paths instead

13 years agourls: derive-url resets the port if the new URL specifies a protocol. Fixes HTTP...
Slava Pestov [Sun, 30 Jan 2011 03:50:13 +0000 (22:50 -0500)]
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)

13 years agoMerge branch 'master' of git://github.com/slavapestov/factor
John Benediktsson [Sat, 29 Jan 2011 15:33:17 +0000 (07:33 -0800)]
Merge branch 'master' of git://github.com/slavapestov/factor

13 years agosequences: nths should return a sequence of the same type as the original (reported...
Slava Pestov [Sat, 29 Jan 2011 05:18:36 +0000 (00:18 -0500)]
sequences: nths should return a sequence of the same type as the original (reported by Jon Harper)

13 years agoxml.errors: split off xml.errors.debugger so that deployed apps that use XML are...
Slava Pestov [Sat, 29 Jan 2011 05:09:09 +0000 (00:09 -0500)]
xml.errors: split off xml.errors.debugger so that deployed apps that use XML are ~100kb smaller

13 years agoxml.traversal: remove unused dependency on debugger
Slava Pestov [Sat, 29 Jan 2011 05:07:56 +0000 (00:07 -0500)]
xml.traversal: remove unused dependency on debugger

13 years agotools.deploy: add XML deploy test
Slava Pestov [Sat, 29 Jan 2011 05:07:22 +0000 (00:07 -0500)]
tools.deploy: add XML deploy test

13 years agosets: fix help lint
Slava Pestov [Sat, 29 Jan 2011 05:07:08 +0000 (00:07 -0500)]
sets: fix help lint

13 years agosets: document combine word
Slava Pestov [Sat, 29 Jan 2011 03:56:46 +0000 (22:56 -0500)]
sets: document combine word

13 years agoMerge branch 'master' of git://github.com/mrjbq7/factor
Slava Pestov [Sat, 29 Jan 2011 02:56:18 +0000 (21:56 -0500)]
Merge branch 'master' of git://github.com/mrjbq7/factor

13 years agoMerge branch 'doc-fixes' of git://github.com/keitahaga/factor
Slava Pestov [Sat, 29 Jan 2011 02:36:34 +0000 (21:36 -0500)]
Merge branch 'doc-fixes' of git://github.com/keitahaga/factor

13 years agoimages.http: allow urls to be used with http-image.
John Benediktsson [Fri, 28 Jan 2011 04:00:42 +0000 (20:00 -0800)]
images.http: allow urls to be used with http-image.

13 years agoxml.data: insert a space after a comma in description of contained class
Keita Haga [Fri, 28 Jan 2011 02:48:07 +0000 (11:48 +0900)]
xml.data: insert a space after a comma in description of contained class

13 years agocompression.lzw: fix for gif89a decoding - maximum code size is 12 bits.
John Benediktsson [Thu, 27 Jan 2011 05:06:43 +0000 (21:06 -0800)]
compression.lzw: fix for gif89a decoding - maximum code size is 12 bits.

13 years agoimages.http: use the content type from the http response if provided.
John Benediktsson [Thu, 27 Jan 2011 02:05:02 +0000 (18:05 -0800)]
images.http: use the content type from the http response if provided.

13 years agoMerge branch 'master' of git://github.com/slavapestov/factor
John Benediktsson [Thu, 27 Jan 2011 01:26:48 +0000 (17:26 -0800)]
Merge branch 'master' of git://github.com/slavapestov/factor

13 years agosets: improve stack effect for "combine".
John Benediktsson [Thu, 27 Jan 2011 01:24:55 +0000 (17:24 -0800)]
sets: improve stack effect for "combine".

13 years agoimages.gif: the Graphics Control Block is OPTIONAL in the GIF spec.
John Benediktsson [Thu, 27 Jan 2011 01:23:30 +0000 (17:23 -0800)]
images.gif: the Graphics Control Block is OPTIONAL in the GIF spec.

13 years agoclasses.tuple: minor fix to $errors section in the boa word's help page
Keita Haga [Wed, 26 Jan 2011 12:26:12 +0000 (21:26 +0900)]
classes.tuple: minor fix to $errors section in the boa word's help page

13 years agomemoize: add description of arguments and values to MEMO: syntax in docs
Keita Haga [Wed, 26 Jan 2011 09:53:12 +0000 (18:53 +0900)]
memoize: add description of arguments and values to MEMO: syntax in docs

13 years agosequences: surround a $example with a $examples to the if-empty word's help
Keita Haga [Wed, 26 Jan 2011 06:06:35 +0000 (15:06 +0900)]
sequences: surround a $example with a $examples to the if-empty word's help

13 years agobuild-support/factor.sh: typo was causing make detection to fail on linux
Joe Groff [Tue, 25 Jan 2011 03:42:06 +0000 (22:42 -0500)]
build-support/factor.sh: typo was causing make detection to fail on linux

13 years agobuild-support/factor.sh: use string operators to compare strings
Joe Groff [Mon, 24 Jan 2011 11:20:59 +0000 (16:50 +0530)]
build-support/factor.sh: use string operators to compare strings

13 years agomemoize: correct documentation for MEMO: syntax
Keita Haga [Sun, 23 Jan 2011 19:00:17 +0000 (04:00 +0900)]
memoize: correct documentation for MEMO: syntax

13 years agostack-checker: add a sample output in the last example of inference-recursive-combina...
Keita Haga [Sun, 23 Jan 2011 12:56:19 +0000 (21:56 +0900)]
stack-checker: add a sample output in the last example of inference-recursive-combinators article

13 years agoeffects: add missing right parenthesis in description of stack-effect word
Keita Haga [Sun, 23 Jan 2011 12:51:52 +0000 (21:51 +0900)]
effects: add missing right parenthesis in description of stack-effect word

13 years agodisjoint-sets: fix typo in description of assoc>disjoint-set word
Keita Haga [Fri, 21 Jan 2011 07:13:38 +0000 (16:13 +0900)]
disjoint-sets: fix typo in description of assoc>disjoint-set word

13 years agopeg.ebnf: fix minor typo in docs
Keita Haga [Thu, 20 Jan 2011 14:39:30 +0000 (23:39 +0900)]
peg.ebnf: fix minor typo in docs

13 years agomath.polynomials: fix typo in description of pextend-conv word
Keita Haga [Tue, 18 Jan 2011 14:35:52 +0000 (23:35 +0900)]
math.polynomials: fix typo in description of pextend-conv word

13 years agomath.statistics: in some words, interchanging the positions of the $examples and...
Keita Haga [Tue, 18 Jan 2011 14:19:21 +0000 (23:19 +0900)]
math.statistics: in some words, interchanging the positions of the $examples and a $description

13 years agomath.statistics: fix a few typos in docs
Keita Haga [Tue, 18 Jan 2011 13:30:53 +0000 (22:30 +0900)]
math.statistics: fix a few typos in docs

13 years agomath.intervals: fix some typos in docs
Keita Haga [Tue, 18 Jan 2011 12:18:35 +0000 (21:18 +0900)]
math.intervals: fix some typos in docs

13 years agohelp.tutorial: minor fix
Keita Haga [Tue, 18 Jan 2011 09:35:48 +0000 (18:35 +0900)]
help.tutorial: minor fix

13 years agotools.scaffold: fix a few typos in description of scaffold-undocumented word
Keita Haga [Mon, 17 Jan 2011 22:43:42 +0000 (07:43 +0900)]
tools.scaffold: fix a few typos in description of scaffold-undocumented word

13 years agotools.time: fix typo in docs
Keita Haga [Mon, 17 Jan 2011 22:28:40 +0000 (07:28 +0900)]
tools.time: fix typo in docs

13 years agoxml-rpc: fix a couple of typos in docs
Keita Haga [Mon, 17 Jan 2011 15:49:56 +0000 (00:49 +0900)]
xml-rpc: fix a couple of typos in docs

13 years agosequences.deep: fix typo in description of deep-find word
Keita Haga [Mon, 17 Jan 2011 13:33:39 +0000 (22:33 +0900)]
sequences.deep: fix typo in description of deep-find word

13 years agoassocs: fix description of inputs and outputs values in many words
Keita Haga [Mon, 17 Jan 2011 08:36:54 +0000 (17:36 +0900)]
assocs: fix description of inputs and outputs values in many words

13 years agoassocs: correct the class of output value in assoc-subset? word
Keita Haga [Mon, 17 Jan 2011 08:35:07 +0000 (17:35 +0900)]
assocs: correct the class of output value in assoc-subset? word

13 years agounicode.collation: fix typo in docs
Keita Haga [Mon, 17 Jan 2011 05:36:46 +0000 (14:36 +0900)]
unicode.collation: fix typo in docs

13 years agoassocs: fix sample output in usage example of assoc-map word
Keita Haga [Sun, 16 Jan 2011 20:24:39 +0000 (05:24 +0900)]
assocs: fix sample output in usage example of assoc-map word

13 years agoprettyprint.sections: fix typo in docs
Keita Haga [Sun, 16 Jan 2011 19:23:17 +0000 (04:23 +0900)]
prettyprint.sections: fix typo in docs

13 years agohtml.templates: fix typo in description of template-convert word
Keita Haga [Sun, 16 Jan 2011 16:36:08 +0000 (01:36 +0900)]
html.templates: fix typo in description of template-convert word

13 years agocombinators: minor improvement in usage example of case word
Keita Haga [Sun, 16 Jan 2011 15:25:49 +0000 (00:25 +0900)]
combinators: minor improvement in usage example of case word

13 years agoassocs, math.bitwise: remove first blank line and useless whitespace in a few usage...
Keita Haga [Sun, 16 Jan 2011 15:12:28 +0000 (00:12 +0900)]
assocs, math.bitwise: remove first blank line and useless whitespace in a few usage examples

13 years agoui.gadgets.status-bar: fix typo in docs
Keita Haga [Sun, 16 Jan 2011 12:46:01 +0000 (21:46 +0900)]
ui.gadgets.status-bar: fix typo in docs

13 years agokernel: add stack effect declaration to usage example of object class in docs
Keita Haga [Sun, 16 Jan 2011 08:57:32 +0000 (17:57 +0900)]
kernel: add stack effect declaration to usage example of object class in docs

13 years agomath.libm: add missing right parenthesis in description of fexp word
Keita Haga [Sun, 16 Jan 2011 01:48:06 +0000 (10:48 +0900)]
math.libm: add missing right parenthesis in description of fexp word

13 years agosequences: put a period to description of trim-head-slice word
Keita Haga [Sun, 16 Jan 2011 00:52:34 +0000 (09:52 +0900)]
sequences: put a period to description of trim-head-slice word

13 years agobase64: minor fixes in docs
Keita Haga [Sat, 15 Jan 2011 04:36:42 +0000 (13:36 +0900)]
base64: minor fixes in docs

13 years agohelp.tutorial: updating to 2011
Keita Haga [Sat, 15 Jan 2011 03:50:47 +0000 (12:50 +0900)]
help.tutorial: updating to 2011

13 years agodb: fix a couple of typos in docs
Keita Haga [Fri, 14 Jan 2011 17:03:20 +0000 (02:03 +0900)]
db: fix a couple of typos in docs

13 years agopeg.ebnf: fix a couple of typos in docs
Keita Haga [Fri, 14 Jan 2011 16:11:37 +0000 (01:11 +0900)]
peg.ebnf: fix a couple of typos in docs

13 years agoregexp: fix typos in docs
Keita Haga [Fri, 14 Jan 2011 15:57:32 +0000 (00:57 +0900)]
regexp: fix typos in docs

13 years agocombinators.smart, multiline: few $examples turn into $codes
Keita Haga [Fri, 14 Jan 2011 15:22:29 +0000 (00:22 +0900)]
combinators.smart, multiline: few $examples turn into $codes

13 years agohelp: minor improvement in example usage of 'ARTICLE:'
Keita Haga [Fri, 14 Jan 2011 14:50:54 +0000 (23:50 +0900)]
help: minor improvement in example usage of 'ARTICLE:'

13 years agohelp: clean up to example usage of 'HELP:' in docs
Keita Haga [Fri, 14 Jan 2011 14:05:32 +0000 (23:05 +0900)]
help: clean up to example usage of 'HELP:' in docs

13 years agoxml: fix typo in docs
Keita Haga [Fri, 14 Jan 2011 13:11:08 +0000 (22:11 +0900)]
xml: fix typo in docs

13 years agoio.pathnames: enclose a few example outputs in double quote characters
Keita Haga [Fri, 14 Jan 2011 11:07:10 +0000 (20:07 +0900)]
io.pathnames: enclose a few example outputs in double quote characters

13 years agoalien: fix a couple of typos in docs
Keita Haga [Fri, 14 Jan 2011 10:59:14 +0000 (19:59 +0900)]
alien: fix a couple of typos in docs

13 years agotools.deploy: fix typo in docs
Keita Haga [Fri, 14 Jan 2011 10:52:12 +0000 (19:52 +0900)]
tools.deploy: fix typo in docs

13 years agoio.servers: fix a couple of typos in docs
Keita Haga [Fri, 14 Jan 2011 10:47:52 +0000 (19:47 +0900)]
io.servers: fix a couple of typos in docs

13 years agoui.operations: fix typo in docs
Keita Haga [Fri, 14 Jan 2011 10:39:39 +0000 (19:39 +0900)]
ui.operations: fix typo in docs

13 years agosequences: enclose some $examples in '$examples'
Keita Haga [Fri, 14 Jan 2011 10:24:22 +0000 (19:24 +0900)]
sequences: enclose some $examples in '$examples'

13 years agomath: fix typo in docs
Keita Haga [Sat, 8 Jan 2011 17:29:33 +0000 (02:29 +0900)]
math: fix typo in docs

13 years agoio.launcher: fix typo in docs
Keita Haga [Sat, 8 Jan 2011 14:05:32 +0000 (23:05 +0900)]
io.launcher: fix typo in docs

13 years agoui: add missing right parenthesis in with-ui word notes
Keita Haga [Sat, 8 Jan 2011 13:50:18 +0000 (22:50 +0900)]
ui: add missing right parenthesis in with-ui word notes

13 years agosbufs: fix typo in docs
Keita Haga [Sat, 8 Jan 2011 13:37:58 +0000 (22:37 +0900)]
sbufs: fix typo in docs

13 years agodb.tuples, timers: few $unchecked-examples turn into $codes
Keita Haga [Sat, 8 Jan 2011 13:31:07 +0000 (22:31 +0900)]
db.tuples, timers: few $unchecked-examples turn into $codes

13 years agocontinuations, io.binary: add whitespace between '"' and '{ $snippet' in the document...
Keita Haga [Sat, 8 Jan 2011 13:26:06 +0000 (22:26 +0900)]
continuations, io.binary: add whitespace between '"' and '{ $snippet' in the documentation

13 years agoMerge branch 'doc-fixes' of git://github.com/keitahaga/factor
Slava Pestov [Thu, 6 Jan 2011 04:27:55 +0000 (20:27 -0800)]
Merge branch 'doc-fixes' of git://github.com/keitahaga/factor

13 years agoMerge branch 'fast-sets' of git://github.com/mrjbq7/factor
Slava Pestov [Thu, 6 Jan 2011 04:25:02 +0000 (20:25 -0800)]
Merge branch 'fast-sets' of git://github.com/mrjbq7/factor

13 years agohelp.tutorial: updating to 2011.
John Benediktsson [Thu, 6 Jan 2011 02:37:32 +0000 (18:37 -0800)]
help.tutorial: updating to 2011.

13 years agoMerge branches 'master' and 'cleanup' into cleanup
John Benediktsson [Thu, 6 Jan 2011 02:35:13 +0000 (18:35 -0800)]
Merge branches 'master' and 'cleanup' into cleanup

13 years agoMerge branch 'master' of git://github.com/slavapestov/factor into fast-sets
John Benediktsson [Thu, 6 Jan 2011 01:30:48 +0000 (17:30 -0800)]
Merge branch 'master' of git://github.com/slavapestov/factor into fast-sets

13 years agoassocs: use assoc-size to short-circuit equality checks.
John Benediktsson [Tue, 4 Jan 2011 04:37:17 +0000 (20:37 -0800)]
assocs: use assoc-size to short-circuit equality checks.

13 years agoremove useless whitespace in several documentation
Keita Haga [Wed, 5 Jan 2011 06:55:34 +0000 (15:55 +0900)]
remove useless whitespace in several documentation

13 years agosequences: fix typos in docs
Keita Haga [Wed, 5 Jan 2011 05:01:11 +0000 (14:01 +0900)]
sequences: fix typos in docs

13 years agosource-files: fix typo to record-checksum word description in docs
Keita Haga [Tue, 4 Jan 2011 17:10:19 +0000 (02:10 +0900)]
source-files: fix typo to record-checksum word description in docs

13 years agohttp.client: fix typo in docs
Keita Haga [Tue, 4 Jan 2011 16:00:13 +0000 (01:00 +0900)]
http.client: fix typo in docs

13 years agobiassocs: fix typo to '>biassoc' description and 'biassocs' article in docs
Keita Haga [Tue, 4 Jan 2011 13:34:10 +0000 (22:34 +0900)]
biassocs: fix typo to '>biassoc' description and 'biassocs' article in docs

13 years agounix.users: minor fixes in 'passwd' description
Keita Haga [Tue, 4 Jan 2011 12:51:51 +0000 (21:51 +0900)]
unix.users: minor fixes in 'passwd' description

13 years agoeffects: fix typo in docs
Keita Haga [Tue, 4 Jan 2011 12:30:37 +0000 (21:30 +0900)]
effects: fix typo in docs

13 years agoclasses.algebra, grouping, parser: replace 'seqence' with 'sequence' in docs
Keita Haga [Tue, 4 Jan 2011 12:02:11 +0000 (21:02 +0900)]
classes.algebra, grouping, parser: replace 'seqence' with 'sequence' in docs