]> gitweb.factorcode.org Git - factor.git/history - core/math/parser
websites: remove .page nav style
[factor.git] / core / math / parser /
2022-03-18 John Benediktssonmath.parser: adding >dec alias to number>string
2022-01-20 Doug Colemancore: trim using lists with tool
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-03-02 John Benediktssonmath.parser: fix tests for 0.0 0.0 / platform dependent...
2021-02-25 John Benediktssonmath.parser: some fixes by @jonenst.
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.
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
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.
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-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-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: 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-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-17 Doug Colemanmath.parser.tests: Fix whitespace.
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-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
2015-06-26 Doug Colemanprimitives: Change PRIMITIVE: to check that the word... 1371/head
2015-06-12 John Benediktssonmath.parser: slightly faster ((pow)).
2015-05-13 John Benediktssonminor cleanup to some docs.
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.
2014-06-07 John Benediktssonmath.parser: fix docs for >base and base>.
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: add some tests for errors.
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-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 Groffsyntax: remove BIN: HEX: OCT:
2011-11-24 Joe Groffmath.parser: oops
2011-11-24 Joe Groffuse radix literals
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
next