summaryrefslogtreecommitdiffstats
path: root/Modules/TestBigEndian.c
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: remove unused CheckTypeSize.c.inAlexander Neundorf2007-08-101-17/+0
| | | | | | | | ENH: change test for endianess from TRY_RUN() to TRY_COMPILE() by testing the binary image of a 16bit integer array, tested on Linux x86, Intel Mac and Sun (big endian) Alex
* ENH: fix tests for non-ansi c on hp and remove warnings for ansi cBill Hoffman2004-04-151-7/+9
|
* ENH: remove warnings from try compilesBill Hoffman2004-04-141-2/+7
|
* BUG: Use return statement instead of exit.Brad King2004-01-211-1/+1
|
* Add test for big endianAndy Cedilnik2002-10-011-0/+10