]> gitweb.factorcode.org Git - factor.git/history - basis/unicode
functors: inline the parts of interpolate this needs
[factor.git] / basis / unicode /
2014-05-20 John Benediktssonunicode.breaks: change to using constants instead of...
2014-05-19 John Benediktssonunicode.script: change to use a constant instead of...
2014-05-19 John Benediktssonunicode.data: using interval-sets.
2014-05-19 John Benediktssonunicode: some performance improvements to category...
2013-03-23 Doug Colemanassocs: Add of and ?of. Change all the things at once...
2013-03-11 Doug Colemanbasis: End <PRIVATE with PRIVATE>.
2013-02-20 John Benediktssonsequences: define a single "?set-nth" that is used.
2013-02-20 John Benediktssonsequences: fix uses of set-nth-unsafe.
2013-02-20 John Benediktssonsequences: normalize all the "?set-nth" words, probably...
2013-01-04 Doug Colemansequences: Add join-as, which takes an exemplar. Move...
2013-01-03 John Benediktssonunicode.case: fix stack effect for replace.
2012-09-19 John Benediktssonunicode.breaks: inline word-break-classes.
2012-09-12 John Benediktssonunicode.data: inline category#.
2012-08-30 John Benediktssonunicode.case: fix tests for i-dot? and lithuanian?...
2012-08-30 John Benediktssonunicode.case: slightly cleaner locale case handling.
2012-08-24 John Benediktssonunicode.case: slightly faster >title.
2012-08-24 John Benediktssonunicode.breaks: removing unused word.
2012-08-24 John Benediktssonunicode.breaks: better version of previous patch.
2012-08-24 John BenediktssonRevert "unicode.breaks: use find-index-from instead...
2012-08-24 John Benediktssonunicode.breaks: use find-index-from instead of slices.
2012-07-22 John Benediktssonunicode.collation: fix typo in docs.
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-19 John Benediktssonusing the new H{ } make.
2012-07-15 John Benediktssonunicode.data: faster string operations by using constan...
2012-07-14 John Benediktsson"H{ } substitute" is faster than "{ } substitute".
2012-04-26 John Benediktssonusing reverse! when possible.
2011-12-30 John Benediktssonunicode: Fix some $vocab-links in docs.
2011-11-29 Joe Groffremove values vocab
2011-11-24 Joe Groffuse radix literals
2011-10-17 John BenediktssonMore lint cleanups.
2011-10-16 John BenediktssonCleanup more lint warnings.
2011-10-14 Doug ColemanCleanups found with lint tool
2011-10-13 John Benediktssonsequences: adding find-index.
2011-10-12 John Benediktssonunicode.data: remove dependency on hash2.
2011-10-12 John Benediktssonunicode.breaks: >words is now 90+% faster.
2011-09-29 Doug ColemanRefactor the lexer/parser to expose friendlier words...
2011-09-26 John BenediktssonRemoving "to:" syntax from values.
2011-09-25 John BenediktssonRemoving unused private words. See #132.
2011-09-19 Joe Groffslots: pre-create the "at", "nth", and "global" slots...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-06-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
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 sorting
2011-04-13 John BenediktssonMerge branch 'master' into sorting
2011-04-07 John BenediktssonUpdate code that did ">alist sort-" to just "sort-".
2011-02-28 Slava PestovFix conflict
2011-01-17 Keita Hagaunicode.collation: fix typo in docs
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-10-08 Doug ColemanMove ch-upper? from unicode.case to ascii
2010-10-05 Doug ColemanAdd ch-upper? and ch-lower? words
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-21 Doug ColemanUse proper unicode collation for sorting strings, and...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-15 Daniel EhrenbergMerge branch 'master' into propagation
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-23 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-05-21 Doug ColemanUse keys/values where appropriate
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-04-21 Erik CharleboisMerge branch 'dwarf'
2010-04-21 Erik CharleboisMerge branch 'fluids'
2010-04-21 Erik CharleboisMerge branch 'lua'
2010-04-21 Joe GroffMerge branch 'master' of factorcode.org:/git/factor...
2010-04-20 Joe GroffMerge branch 'symbolic-enums' of git://github.com/erikc...
2010-04-20 Erik CharleboisRemove ENUM: f and replace uses with CONSTANTs.
2010-04-20 Joe GroffC-ENUM: -> ENUM:
2010-04-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-13 Joe GroffMerge git://github.com/william42/factor
2010-04-11 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-11 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-04-10 Erik CharleboisForget to save some files for enum change
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-27 Daniel EhrenbergFinishing eliminating prune as a synonym of members
2010-02-26 Daniel EhrenbergMoving new-sets to sets
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-14 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2010-02-09 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-02-05 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-02-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-03 Slava PestovMinor updates to string documentation
2010-02-03 Slava PestovMerge branch 'master' of git://github.com/littledan...
2010-02-02 Daniel EhrenbergUpdating docs to say Unicode 5.2
2010-02-02 Daniel EhrenbergUpdating Unicode to version 5.2
2010-01-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-22 Joe Groffunicode.case: rename title-word to capitalize and make...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
next