]> gitweb.factorcode.org Git - factor.git/history - basis/formatting/formatting.factor
core: cramp -> bound (was short)
[factor.git] / basis / formatting / formatting.factor
2022-07-31 Doug Colemancore: cramp -> bound (was short)
2022-07-31 Doug Colemanfactor: alien.c-types:short -> cramp
2022-01-10 John Benediktssonformatting: simplify plain-text ebnf rule
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-03-19 John Benediktssonformatting: simplify strftime.
2021-01-29 Doug Colemanfactor: Trimming ``USING:`` lists.
2020-11-21 John Benediktssonformatting: simplify EBNF.
2020-03-24 John Benediktssonformatting: simplify using assoc>map instead of unzip...
2020-03-24 John Benediktssonformatting: support other sequences in printf.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-01-18 John Benediktssonformatting: better error messages for unknown directives.
2017-08-06 Doug Colemanpeg.ebnf: Clean up EBNF: syntax.
2017-07-08 Jon Harperformatting, workaround bug for "%.0e" and "%.0f" on...
2017-07-08 Jon Harperformatting: fix exception when formatting the integer...
2017-06-10 John Benediktssonformatting: revert change to %d, %o, %b, %x for now.
2017-06-08 Jon Harperformatting: fix bug when using %e and the number rounds...
2017-06-08 Jon Harperformatting: change %.0f and %.0e to remove the radix...
2017-06-08 Jon Harperformatting: don't force the presence of ".0" for %f...
2017-06-08 Jon Harperformatting, allow uppercase exponent for bin floats...
2017-06-08 Jon Harperformatting, make %d, %o, %b work for ratios and floats
2017-06-08 Jon Harperformatting, fix %f and %e for ratios and integers
2017-06-08 Jon Harperformatting: fix missing '+' for %+e with negative exponent
2017-01-03 Björn Lindqvistcalendar.english: new vocab for english names for days...
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-08 Jon Harperformatting, format numbers with C locale and document...
2016-03-08 Jon Harperprettyprinter, locale independant float printing
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-07-19 John Benediktssonupdate some more MACRO: effects.
2015-07-19 Doug Colemanfactor: Rename MACRO: and MACRO: to have quot as the...
2015-06-06 John Benediktssonformatting: use nappend-as in sprintf.
2015-04-18 John Benediktssonformatting: support space prefix for numbers.
2014-12-01 John Benediktssonmore minor cleanup.
2014-08-05 John Benediktsson``swap drop`` is ``nip``.
2014-08-05 John Benediktssonformatting: adding octal and binary format directives.
2014-05-20 John Benediktssonformatting: faster strftime and make parse-strftime...
2014-02-11 John Benediktssonformatting: make printf faster.
2014-02-10 Björn Lindqvistformatting: new format specifier for unparsed represent...
2013-05-14 John Benediktssonformatting: adding vprintf by request.
2012-07-20 John Benediktssonformatting: some cleanup, minor performance improvements.
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-04-17 Slava PestovMerge branch 'boyer-moore' of git://github.com/dmsh...
2010-04-17 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-04-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-15 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-15 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-04-14 Slava Pestovformatting: use the new format-float word to fix a...
2010-02-27 Joe GroffMerge branch 'master' of git://github.com/william42...
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-25 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-23 Slava Pestovformatting: fix docs
2009-09-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Marc FauconneauMerge branch 'master' of git@github.com:prunedtree...
2009-08-29 Samuel TardieuMerge branch 'master' of git://factorcode.org/git/factor
2009-08-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Joe GroffMerge branch 'struct-classes' of git://factorcode.org...
2009-08-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-08-14 Doug Colemanmove if-zero etc to math, remove 1-/1+ from math
2009-08-14 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-14 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-14 Doug ColemanDelete empty unit tests files, remove 1- and 1+, reorde...
2009-08-13 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-08-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-11 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-11 Doug Colemanadd 10^ to math.functions and update usages
2009-06-02 Bruno DeferrariMerge branch 'master' into irc
2009-06-01 Doug ColemanMerge branch 'irc' of git://www.tiodante.com/git/factor
2009-05-24 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
2009-05-18 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-16 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-05-16 Doug ColemanMerge branch 'master' into checksums
2009-05-16 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-16 Slava PestovMerge branch 'fix-bloom-filters-test' of git://github...
2009-05-16 Slava PestovFix conflict
2009-05-15 Slava PestovUpdating code in basis and extra for stricter vocab...
2009-05-10 Slava PestovMerge branch 'redis' of git://www.tiodante.com/git...
2009-05-10 Bruno DeferrariMerge branch 'master' into redis
2009-05-10 Bruno DeferrariMerge branch 'master' into irc
2009-05-10 Slava PestovMerge branch 'hashcash' of git://github.com/martind...
2009-05-09 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
2009-05-05 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-04 Sascha MatzkeMerge branch 'master' of git://factorcode.org/git/facto...
2009-05-03 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-03 Doug Colemanuse ${ in a couple of places, use output>array
2009-05-01 Sascha MatzkeMerge commit 'mongo-factor-driver/master' into mongo...
2009-03-12 Alex ChapmanMerge branch 'master' into experimental
2009-03-12 Daniel EhrenbergMerge branch 'master' of git://github.com/bogiebro...
2009-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-03-02 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-03-01 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-03-01 Slava PestovMerge branch 'emacs' of http://git.hacks-galore.org...
2009-03-01 Yun, JonghyoukMerge branch 'master' of git://factorcode.org/git/factor
next