]> gitweb.factorcode.org Git - factor.git/history - core
Replace deprecated words with alternatives.
[factor.git] / core /
2011-07-29 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2011-07-20 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-07-20 Joe Groffstrings: the fast path for set-string-nth was being...
2011-06-13 Joe GroffMerge remote branch 'erikc/master'
2011-06-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-05-24 Erik Charlebois32 and 64 bit Linux PPC support
2011-05-24 Erik CharleboisUse .factor-rc etc on Windows too, files can begin...
2011-05-07 Slava PestovMerge branch 'doc-fixes' of git://github.com/mrjbq7...
2011-05-07 Slava PestovMerge branch 'cleanup' of git://github.com/mrjbq7/factor
2011-05-07 Slava PestovMerge branch 'sorting' of git://github.com/mrjbq7/factor
2011-05-04 John BenediktssonMerge branch 'master' into highlight
2011-05-04 John BenediktssonMerge branch 'master' into sorting
2011-04-13 Slava PestovChange do-callback to register the current thread with...
2011-04-13 John BenediktssonMerge branch 'master' into sorting
2011-04-07 John BenediktssonUpdate code that did ">alist sort-" to just "sort-".
2011-04-07 John Benediktssonsorting: change sort-keys and sort-values to generics.
2011-04-06 Slava PestovMerge branch 'vim' of git://github.com/keitahaga/factor
2011-04-06 Slava PestovMerge branch 'cleanup' of git://github.com/keitahaga...
2011-04-06 Slava PestovMerge commit 'otoburb/master' into merge-otoburb
2011-04-06 Slava PestovMerge branch 'gtk-game-input' of git://github.com/Blei...
2011-04-06 Slava PestovMerge branch 'master' of git://github.com/ex-rzr/factor
2011-04-04 otoburbMerge branch 'master' of git://github.com/slavapestov...
2011-04-04 Slava Pestovio: fix help lint
2011-03-26 otoburbMerge branch 'master' of git://factorcode.org/git/factor
2011-03-26 Slava PestovMerge branch 'master' of git://github.com/mrjbq7/factor
2011-03-26 John Benediktssonio: improve stack effects.
2011-03-25 John Benediktssonio: implement "stream-contents" in terms of "each-strea...
2011-03-25 John Benediktssonio: improve signature of each-block and each-line.
2011-03-24 otoburbTuple subclassing help article: Fixed typo
2011-03-23 otoburbChecksums help article update: Added internet checksums...
2011-03-15 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-03-15 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-03-15 Slava PestovMerge branch 'master' of git://github.com/otoburb/factor
2011-03-15 Slava PestovMerge branch 'vim' of git://github.com/keitahaga/factor
2011-03-15 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2011-03-14 otoburbTypo in "make.factor" documentation
2011-03-07 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-03-07 Joe Groffkernel: add a note to the documentation for "dip" and...
2011-02-28 Slava PestovFix conflict
2011-02-27 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-02-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2011-02-26 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2011-02-26 Slava Pestovcombinators: fix help lint
2011-02-24 Keita Hagadefinitions: remove unused vocabulary in refactored...
2011-02-19 Keita Hagadefinitions: import of make vocab in refactored a.factor
2011-02-15 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-02-09 Keita HagaIn several documentation, remove whitespace before...
2011-02-07 Keita Hagaassocs: fix a few typos in docs
2011-02-07 Keita Hagacontinuations: fix typo in docs
2011-02-07 Keita Hagasyntax: add stack effect declaration to <color> word...
2011-02-04 Keita Hagacombinators: insert a space after a comma in the docume...
2011-02-04 Keita Hagacombinators: minor improvement to usage example of...
2011-02-04 Keita Hagawords: replace the trailing comma with a period in...
2011-02-04 Keita Hagasyntax: trim trailing whitespace to $syntax section...
2011-01-29 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-01-29 Slava Pestovsequences: nths should return a sequence of the same...
2011-01-29 Slava Pestovsets: fix help lint
2011-01-29 Slava Pestovsets: document combine word
2011-01-29 Slava PestovMerge branch 'master' of git://github.com/mrjbq7/factor
2011-01-29 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2011-01-27 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-01-27 John Benediktssonsets: improve stack effect for "combine".
2011-01-26 Keita Hagaclasses.tuple: minor fix to $errors section in the...
2011-01-26 Keita Hagasequences: surround a $example with a $examples to...
2011-01-23 Keita Hagaeffects: add missing right parenthesis in description...
2011-01-17 Keita Hagaassocs: fix description of inputs and outputs values...
2011-01-17 Keita Hagaassocs: correct the class of output value in assoc...
2011-01-16 Keita Hagaassocs: fix sample output in usage example of assoc...
2011-01-16 Keita Hagacombinators: minor improvement in usage example of...
2011-01-16 Keita Hagaassocs, math.bitwise: remove first blank line and usele...
2011-01-16 Keita Hagakernel: add stack effect declaration to usage example...
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-16 Keita Hagasequences: put a period to description of trim-head...
2011-01-14 Keita Hagaio.pathnames: enclose a few example outputs in double...
2011-01-14 Keita Hagaalien: fix a couple of typos in docs
2011-01-14 Keita Hagasequences: enclose some $examples in '$examples'
2011-01-08 Keita Hagamath: fix typo in docs
2011-01-08 Keita Hagasbufs: fix typo in docs
2011-01-08 Keita Hagacontinuations, io.binary: add whitespace between '...
2011-01-06 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2011-01-06 Slava PestovMerge branch 'fast-sets' of git://github.com/mrjbq7...
2011-01-06 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2011-01-06 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 John Benediktssonassocs: use assoc-size to short-circuit equality checks.
2011-01-05 Keita Hagaremove useless whitespace in several documentation
2011-01-05 Keita Hagasequences: fix typos in docs
2011-01-04 Keita Hagasource-files: fix typo to record-checksum word descript...
2011-01-04 Keita Hagaeffects: fix typo in docs
2011-01-04 Keita Hagaclasses.algebra, grouping, parser: replace 'seqence...
2011-01-04 Keita Hagacombinators: fix typo to 'booleans' article and 'case...
2011-01-04 Keita Hagaio: fix typo in docs
2011-01-04 John Benediktssonsets: minor optimization.
2010-12-29 John Benediktssonsets: make intersect, intersects?, and subset? faster.
2010-12-28 Slava Pestovsets, bit-sets: cleanups
2010-12-28 John Benediktssonsets: improving the speed of set=.
2010-12-28 John Benediktssonsets: adding cardinality word.
2010-12-26 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-12-26 Slava PestovFix unit test failures caused by alien.data change
2010-12-22 Keita Hagaio.files.info.unix, sequences: few $examples and $unche...
2010-12-22 Keita Hagasequences, syntax, vocabs.parser: remove useless whites...
next