aboutsummaryrefslogtreecommitdiffstats
path: root/src/zstr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zstr: do not calculate the exact output size, calculate something easierMattias Andrée2016-05-021-9/+5
* Fix possible memory in zstr on failureMattias Andrée2016-04-271-1/+2
* zstr: add new parameter, n: the known limit out the length of the outputMattias Andrée2016-04-271-8/+22
* Add, and use, libzahl_memfailure for conciseness, also fix possible unset errnoMattias Andrée2016-04-261-2/+2
* Fix warnings (that were not turned on by default)Mattias Andrée2016-04-081-11/+11
* Optimise zsqr, zmul, zstr, zdivmod, zpow, and zpowuMattias Andrée2016-03-161-2/+44
* Mostly optimisationsMattias Andrée2016-03-141-4/+4
* Multiple changes:Mattias Andrée2016-03-131-13/+6
* 64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operationsMattias Andrée2016-03-121-11/+11
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-11/+14
* Add makefile and fix errorsMattias Andrée2016-03-041-3/+3
* Cleanup and fix bug in ztruncMattias Andrée2016-03-031-1/+0
* Cleanup and add missing header inclusionsMattias Andrée2016-03-021-0/+3
* Add zsets and zstrMattias Andrée2016-03-021-0/+61