]> gitweb.factorcode.org Git - factor.git/history - core/math/parser/parser-tests.factor
Fixes #2966
[factor.git] / core / math / parser / parser-tests.factor
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-11 Giftpflanzemath.parser: Add Dragonbox float representation algorithm 2943/head
2024-02-08 John Benediktssonmath.parser: add a few more tests for number>string
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-03-13 Doug Colemandocs: fix spacing
2021-12-24 John Benediktssonmath.parser: allow _ to separate numbers.
2021-03-02 John Benediktssonmath.parser: fix tests for 0.0 0.0 / platform dependent...
2021-02-25 John Benediktssonmath.parser: some fixes by @jonenst.
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-06-28 Björn Lindqvistmath.parser: fill argument must not be an empty byte...
2017-06-15 John Benediktssonmath.parser: allow 0B, 0O, and 0X number prefixes.
2016-11-12 Björn LindqvistRevert "bootstrap: trying to undo changes from"
2016-11-12 Björn Lindqvistbootstrap: trying to undo changes from
2016-10-08 Björn Lindqvistmath.parser: (format-float) can only be flushable
2016-10-08 Björn Lindqvistmath.parser: (format-float) doesn't need to zero-termin...
2016-03-31 Doug Colemancore: Trim using lists from -tests and clean up a few...
2016-03-30 John Benediktssonmath.parser: add tests for change to not throw zero...
2016-03-16 John Benediktssonmath.parser: adding bytes>hex-string and hex-string...
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: add tests/docs for floats 0b 0x bin> float...
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-17 Doug Colemanmath.parser.tests: Fix whitespace.
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-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2012-06-08 John Benediktssonmath.parser: simplify error types.
2012-06-06 John Benediktssonmath.parser: add some tests for errors.
2011-12-17 Joe Groffmath.parser: hex> etc. shouldn't take radix prefix
2011-11-27 Joe Groffmath.integers: test round-to-even-on-tie behavior
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: test harder
2011-11-24 Joe Groffmath.parser: reject "0x" etc. without any digits
2011-11-24 Joe Groffuse radix literals
2011-11-24 Joe Groffmath.parser: natively support 0b 0o 0x syntax
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: add unit tests to ensure that "1e2" parses...
2010-02-07 Joe Groffmath.parser: fix digit> bug found by Blei
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2009-11-01 Joe Groffnew, faster one-pass number 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-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
2009-09-12 Joe GroffHEX: X.XXXpEEE hexadecimal float literal syntax
2009-09-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-02 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-02 Joe GroffMerge branch 'master' into strong-typing
2009-09-02 Joe Grofflet's not forget about hex literals
2009-09-02 Joe GroffMerge branch 'master' into strong-typing
2009-09-02 Joe Groffrequire numeric literals to begin and end with a digit...
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-23 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-18 Joe GroffMerge branch 'struct-classes' of git://factorcode.org...
2009-08-14 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-10 Joe Groffallow commas in numeric literals
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-01 Sascha MatzkeMerge commit 'mongo-factor-driver/master' into mongo...
2009-04-17 Aaron SchaeferMerge branch 'master' of git://factorcode.org/git/factor
2009-04-16 Doug ColemanMerge git://github.com/Keyholder/factor into keyholder
2009-04-15 Slava PestovMerge branch 'irc' of git://tiodante.com/git/factor
2009-04-15 Slava PestovMerge branch 'master' into trace_tool
2009-04-14 Alex ChapmanMerge branch 'master' into experimental
2009-04-14 Slava PestovMerge branch 'master' into smarter_error_list
2009-04-14 Maxim SavchenkoMerge branch 'master' of git://factorcode.org/git/facto...
2009-04-14 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-04-14 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-04-14 Slava PestovMerge branch 'master' into smarter_error_list
2009-04-14 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
next