]> gitweb.factorcode.org Git - factor.git/history - core/math/parser/parser.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / core / math / parser / parser.factor
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-01-23 Jon Harpercore.math, bignum/f, shift subnormals before rounding...
2017-01-02 Alexander Iljinmath.parser: add missing blank line between words
2016-10-08 Björn Lindqvistmath.parser: (format-float) doesn't need to zero-termin...
2016-03-30 Jon Harpermath.parser: number>string, don't throw zero division...
2016-03-25 Doug Colemancore: rename some double paren words.
2016-03-16 John Benediktssonmath.parser: adding bytes>hex-string and hex-string...
2016-03-08 Jon Harpermath.parser: simplify fix-float (from 16c93c78741)
2016-03-08 Jon Harperprettyprinter, locale independant float printing
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-12 Doug Colemanfactor: Change ERROR: foo ; to define ``throw-foo`...
2015-07-31 John Benediktssonmath.parser: make float-parse:point a fixnum.
2015-07-31 John Benediktssonmath.parser: some inline, some fixnum+fast, some disabl...
2015-07-30 Jon Harpermath.parser: support >bin and >oct for floats
2015-07-30 Jon Harpermath.parser, don't take infinite time to parse huge...
2015-07-30 Jon Harpermath.parser: don't lose precision in make-float-bin...
2015-07-20 John Benediktssonmath.parser: remove digits>integer.
2015-07-20 John Benediktssonmath.parser: simplify fix-float.
2015-07-19 John Benediktssonmath.parser: simplify { integer ratio } >base.
2015-07-19 John Benediktssonmath.parser: re-use number-parse and float-parse objects.
2015-07-16 John Benediktssonmath.parser: simplify using member-eq?.
2015-07-16 John Benediktssonmath.parser: with-radix-char quot shouldn't get called...
2015-07-16 John Benediktssonmath.parser: remove unnecessary with-no-radix, thanks...
2015-07-15 John Benediktssonmath.parser: okay time for sleep, maybe this works...
2015-07-15 John Benediktssonmath.parser: fix a regression.
2015-07-15 John Benediktssonmath.parser: fix ``"-.5" dec>``.
2015-07-15 John Benediktssonmath.parser: fix "most-negative-fixnum number>string...
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-12 John Benediktssonmath.parser: slightly faster ((pow)).
2014-11-29 John Benediktssonmath.parser: simplify store-exponent.
2014-11-29 John Benediktssonmath.parser: whoops, this part shouldn't have been...
2014-11-29 John Benediktssonmath.parser: remove float>string, speedup format-float.
2014-10-31 Doug Colemancore: Remove trailing whitespace.
2013-03-28 John Benediktssonmath.parser: don't use variables in M\ ratio >base.
2013-03-28 John Benediktssonmath.parser: exactly allocate sbuf for fixnums.
2013-03-28 John Benediktssonmath.parser: do two digits down until 10.
2013-03-28 John Benediktssonmath.parser: faster using byte-arrays.
2013-03-27 John Benediktssonmath.parser: faster number>string.
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-06-18 John Benediktssonmath: using if-zero in more places.
2012-06-08 John Benediktssonmath.parser: simplify error types.
2012-06-06 John Benediktssonmath.parser: better error messages suggested by @erg.
2012-06-06 John Benediktssonmath.parser: only allow 10 and 16 base for float>base.
2011-12-17 Joe Groffmath.parser: hex> etc. shouldn't take radix prefix
2011-12-01 Doug Colemancore/basis: trim down using lists
2011-11-26 Joe Groffmath.parser: don't accept hex float without expt
2011-11-24 Joe Groffoops, radix prefixes shouldn't chain
2011-11-24 Joe Groffmath.parser: reject "0x" etc. without any digits
2011-11-24 Joe Groffmath.parser: oops
2011-11-24 Joe Groffmath.parser: natively support 0b 0o 0x syntax
2011-11-11 Joe Groffmath.parser: undo some inlining to shrink size
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-10-14 John Benediktssonmath.parser: cleanup uses of 16/8/2 >base/base>.
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 Pestovmath.parser: expose a format-float primitive for use...
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 Joe Groffmath.parser: support leading + on significand and expon...
2010-02-07 Joe Groffmath.parser: fix digit> bug found by Blei
2010-02-07 Slava Pestovmath.parser: clean up and merge new-math-parser branch
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-11-02 Slava PestovMerge branch 'master' into new_gc
2009-11-01 Joe Groffnew, faster one-pass number parser
2009-11-01 Joe Groffremove dangling PRIVATE> from math.parser
2009-10-30 Slava PestovMerge branch 'master' into new_gc
2009-10-28 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-28 Doug Colemanreverse-here -> reverse!
2009-10-26 Joe Groffadd some math.parser hints that slightly improve number...
2009-10-26 Slava PestovMerge branch 'new_gc' of git://factorcode.org/git/facto...
2009-10-24 Guillaume NargeotMerge branch 'master' of git://factorcode.org/git/factor
2009-10-23 Slava PestovMerge branch 'master' into new_gc
2009-10-23 Joe Grofftighten some screws in math.parser
2009-10-22 Joe Groffspeed up dec>float a little
2009-10-22 Joe Groffinline the trivial words in math.parser
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-06 Doug ColemanMerge branch 'a7a39d3766624227966bca34f0778030592d82c2...
2009-09-24 Slava PestovFix conflict
2009-09-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-09-22 Guillaume NargeotMerge branch 'master' of git://factorcode.org/git/factor
2009-09-21 Slava PestovFix conflict
2009-09-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-20 Joe Groffoops, float>hex didn't preserve leading zeroes in mantissa
2009-09-16 Slava PestovMerge branch 'irc-fix' of git://tiodante.com/git/factor
2009-09-15 Guillaume NargeotMerge branch 'master' of git://factorcode.org/git/factor
2009-09-14 Slava PestovMerge branch 'master' of git://github.com/Blei/factor
2009-09-14 Slava PestovMerge branch 'ui' of git://github.com/klazuka/factor
2009-09-14 Joe Groffadd a number-base configuration variable to prettyprint...
2009-09-12 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-12 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-09-12 Keith LazukaPull in new literals vocab to remove bootstrap circularity
2009-09-12 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
next