Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | take byte order from gcc if gcc has defined it | Rich Felker | 2012-05-06 | 1 | -0/+4 |
| | | | | | | | this only works with gcc 4.6 and later, but it allows us to support non-default endianness on archs like arm, mips, ppc, etc. that can do both without having separate header sets for both variants, and it saves one #include even on fixed-endianness archs like x86. | ||||
* | uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi | Rich Felker | 2012-05-03 | 1 | -3/+12 |
| | |||||
* | fix breakage in endian.h | Rich Felker | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | add some ugly byte swapping cruft in endian.h | Rich Felker | 2012-04-22 | 1 | -0/+59 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+17 |