]> gitweb.factorcode.org Git - factor.git/history - basis/alien/endian/endian.factor
factor: trim using lists
[factor.git] / basis / alien / endian / endian.factor
2022-01-20 Doug Colemanfactor: trim using lists
2017-07-04 Doug Colemanalien.endian: Add a couple more types. This vocab needs...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2014-11-17 John Benediktssonalien: cleanup using.
2014-06-03 John Benediktssonalien.endian: use "c:" convention.
2011-11-24 Joe Groffuse radix literals
2011-11-15 Doug Colemanalien.endian: read 64bit numbers of the opposite endian...
2011-10-18 John BenediktssonRevert "Optimize byte-reverse macro in alien.endian...
2011-10-12 Doug ColemanOptimize byte-reverse macro in alien.endian -- it was...
2011-09-22 Doug ColemanAdd STRUCT: syntax to alien.endian. Test and document...
2011-09-21 Doug ColemanAdd c-types in alien.endian for making endian-aware...