]> gitweb.factorcode.org Git - factor.git/history - core/math/parser/parser.factor
Fixes #2966
[factor.git] / core / math / parser / parser.factor
2024-03-25 Doug Colemancore: remove ?string>number in favor of ?if
2024-03-24 Doug Colemanmath.parser: add a variant ?string>number for use with...
2024-02-13 John Benediktssonmath.parser: use append! and suffix!
2024-02-13 Giftpflanzemath.parser: Improve performance
2024-02-13 John Benediktssonmath.parser: move (format-float) to formatting.private
2024-02-12 John Benediktssonmath.parser: require hex-string>bytes to have even...
2024-02-12 John Benediktssonmath.parser: fix edge case for float>dec
2024-02-12 John Benediktssonmath.parser: rename some private words
2024-02-12 John Benediktssonmath.parser: tweak dragonbox by not using case/cond
2024-02-11 Giftpflanzemath.parser: Add Dragonbox float representation algorithm 2943/head
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-03-18 John Benediktssonmath.parser: adding >dec alias to number>string
2022-01-03 John BenediktssonRevert "Revert "math.parser: faster hex-string conversi...
2022-01-03 John BenediktssonRevert "math.parser: faster hex-string conversions...
2022-01-03 John Benediktssonmath.parser: faster hex-string conversions with less...
2021-12-30 Doug Colemanfactor: Final rename of ranges words and fix up some...
2021-12-24 John Benediktssonmath.parser: check skip characters in one place.
2021-12-24 John Benediktssonmath.parser: allow _ to separate numbers.
2021-02-25 Jon Harpermath.parser: force sign for nans
2021-02-25 Jon Harperfix math.parser's ?neg for nans
2021-02-25 Jon Harpermath.parser, print NaN signs
2021-02-25 Jon Harpermath.parser: allow '1+1/3.' for symmetry with '1/3.'
2020-12-07 John Benediktssonmath: using until-zero in a few places.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-06-15 John Benediktssonmath.parser: allow 0B, 0O, and 0X number prefixes.
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
next