]> gitweb.factorcode.org Git - factor.git/history - basis/math/bitwise
calendar.format: make duration>human-readable more human readable
[factor.git] / basis / math / bitwise /
2023-09-19 John Benediktssonmath.functions: merge integer-sqrt and integer-log...
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-05-01 John Benediktssonmath: adding assert-positive and assert-negative
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemancore: rename ensure-non-negative to assert-non-negative
2023-02-26 Doug Colemansequences: add ensure-non-negative word
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-01-28 Doug Colemanfactor: trim using lists
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-08-05 John Benediktssonmath.bitwise: remove duplicate logic in bitfield.
2020-06-13 Doug Colemanmath.bitwise: Fix example for bitfield*
2020-06-13 Doug Colemanmath.bitwise: I can't implement ``bitfield*`` as `...
2020-05-02 John Benediktssonmath.bitwise: some docs cleanup.
2020-05-02 Doug Colemanmath.bitwise: Add some more docs to find bits form...
2020-05-02 Doug Colemanmath.bitwise: Add an in-order bitfield word called...
2020-04-19 Doug Colemanmath.bitwise: Fix shift "right" to shift "left" for...
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2018-01-23 John Benediktssonmath.bitwise: add >signed to docs next to >even, >odd.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-03-31 Doug Colemanprettyprint: Print .b .o .h with prefixes so it's not...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-07-19 Doug Colemanfactor: Rename MACRO: and MACRO: to have quot as the...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-05-31 John Benediktssonmath.bitwise: bitfield should just use map-reduce.
2015-05-31 John Benediktssonmath.bitwise: change bitfield to reduce from first...
2015-05-31 John Benediktssonmath.bitwise: fix docs for bitfield.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2014-04-30 John Benediktssonmath.bitwise: simplify byte-array-bit-count.
2014-02-09 John Benediktssonmath.bitwise: fix docs for mask and unmask (they don...
2013-11-24 John Benediktssonmath.bitwise: removing bit-clear? since it is just...
2013-11-24 John Benediktssonmath.bitwise: speed up >signed.
2013-10-21 John Benediktssonmath.bitwise: adding bit-length.
2013-10-14 John Benediktssonmath.bitwise: fix mask? to do what the docs say.
2013-03-07 John BenediktssonUse -unsafe words with pair methods.
2012-09-20 Doug Colemanmath.bitwise: Fix bit-range and test it.
2012-09-19 Doug Colemanmath.bitwise: Fix on-bits for negative values, which...
2012-09-19 Doug Colemanmath.bitwise: Inline bit-range
2012-09-19 Doug Colemanmath.bitwise: Add bit-range
2012-08-31 John Benediktssonmath.bitwise: some cleanup of zero handling.
2011-11-24 Joe Groffuse radix literals
2011-11-14 Joe Groffcode beautification
2011-11-14 Joe Groffmath.bitwise: don't count the same bits over&over
2011-11-14 Joe Groffmath.bitwise: hotrod nonintrinsic fixnum-bit-count
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-10-14 John Benediktssonmath.bitwise: bits is clearer this way.
2011-09-26 John Benediktssonspecialized-arrays: performed some cleanup.
2011-09-21 Doug ColemanAdd more unit-tests and docs for math.bitwise. Fix...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-02-28 Slava PestovFix conflict
2011-01-16 Keita Hagaassocs, math.bitwise: remove first blank line and usele...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-15 Daniel EhrenbergMerge branch 'master' into propagation
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-23 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-05-17 Joe GroffMerge branch 'images.viewer' of git://github.com/jonens...
2010-05-15 Joe Groffmath.bitwise: factor M\ fixnum (bit-count) to a separat...
2010-04-05 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-01 Joe GroffMerge branch 'master' into abi-symbols
2010-04-01 Doug ColemanUse flags{ instead of flags all over the place
2010-03-31 Doug ColemanLink a word in math docs
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-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-24 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-02-24 Slava PestovSpecialized arrays, structs and other objects respondin...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-22 Slava PestovMerge branch 'master' of git://projects.elasticdog...
2010-02-20 William SchlieperMerge branch 'master' of git://factorcode.org/git/factor
2010-02-20 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-02-18 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-02-18 Slava PestovUpdate documentation for new help lint check
2010-02-16 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-02-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-02-15 Slava PestovSmall cleanups
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-12-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-03 Slava PestovMerge branch 'simd-cleanup' of git://factorcode.org...
2009-11-27 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-26 Joe Groffremove SIMD:s
2009-11-22 Slava PestovFix conflict
2009-11-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-21 Slava PestovFactor source files should not be executable
2009-10-12 Guillaume Nargeotmerge project-euler.factor
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-09 Slava PestovMerge branch 'disassemble-quot' of git://github.com...
2009-10-09 Slava PestovMerge branch 's3' of git://double.co.nz/git/factor
next