]> gitweb.factorcode.org Git - factor.git/history - basis/checksums/sha/sha-tests.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / checksums / sha / sha-tests.factor
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-07-09 Doug Colemanchecksums: Ugly fix for incremental checksums. Add...
2016-07-09 Doug Colemanchecksums: Really fix... only add the number of extra...
2016-07-09 Doug Colemanchecksums.common: Checksums was calculating the new...
2016-06-30 John Benediktssonchecksums: fix test using.
2016-03-31 Doug Colemanbasis: Cleaning up tests using lists and IN: forms.
2016-03-22 John Benediktssonchecksums: remove hex-string in favor of math.parser...
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-07-02 Doug Colemanfactor: clean up spaces in -tests files
2009-06-02 Bruno DeferrariMerge branch 'master' into irc
2009-06-01 Doug ColemanMerge branch 'irc' of git://www.tiodante.com/git/factor
2009-05-24 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
2009-05-18 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-18 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-18 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2009-05-17 Doug Colemanadd some unit tests testing get-checksum
2009-05-17 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-17 Doug ColemanMerge branch 'checksums'
2009-05-17 Doug Colemanmove sha1 and sha2 to checksums.sha, update usages