aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsetu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mostly optimisationsMattias Andrée2016-03-141-4/+2
* 64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operationsMattias Andrée2016-03-121-5/+2
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-041-2/+1
* Add makefile and fix errorsMattias Andrée2016-03-041-2/+2
* Cleanup and fix bug in ztruncMattias Andrée2016-03-031-6/+2
* Cleanup and add missing header inclusionsMattias Andrée2016-03-021-0/+2
* Add typedef zahl_char_t for internal useMattias Andrée2016-03-011-1/+1
* zsetu: change macro from CHARS_PER_TYPE to SIZE_MULTIPLEMattias Andrée2016-03-011-4/+4
* Add zcmp, zcmpi, zcmpu, zcmpmag, zset, zseti, and zsetuMattias Andrée2016-03-011-0/+24