about summary refs log tree commit diff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Whoops, warnings are actually worse; revert previous commitgiraffedata2020-06-071-2/+2
* silence compiler warningsgiraffedata2020-06-071-2/+2
* clean up mallocProduct, reallocProduct codegiraffedata2020-04-251-12/+23
* Use SIZE_MAX instead of UINT_MAX for max size_tgiraffedata2020-04-221-13/+24
* Add pm_string_to_int, pm_string_to_longgiraffedata2020-03-142-22/+68
* Fix typos in comments and messages, whitespacegiraffedata2019-12-293-3/+3
* remove --help from examplesgiraffedata2019-08-181-7/+4
* Make shhopt 'specified' output boolean instead of a countgiraffedata2019-05-262-7/+15
* whitespacegiraffedata2019-05-261-9/+9
* whitespacegiraffedata2019-03-151-17/+17
* Fix handling of floating point imprecision in unnormalizing samplesgiraffedata2019-01-201-5/+7
* Add epsilon before rounding, to take care of fractions that should be exactlygiraffedata2019-01-131-1/+6
* improve commentsgiraffedata2018-11-011-18/+20
* whitespacegiraffedata2018-06-271-4/+4
* whitespacegiraffedata2018-06-271-9/+9
* merge pm_interpret_uint, pm_string_to_uintgiraffedata2018-06-042-57/+23
* fix typo in commentgiraffedata2018-04-261-1/+1
* whitespacegiraffedata2018-04-251-4/+4
* Recognize _XOPEN_SOURCE 500 as another way of requesting strcasecmpgiraffedata2018-04-251-4/+10
* whitespacegiraffedata2018-02-281-29/+29
* Add pm_strnlen because Mac OSX before 10.7, at least, does not have itgiraffedata2018-01-202-0/+17
* whitespacegiraffedata2018-01-201-18/+18
* Fix various incorrect output problemsgiraffedata2017-09-102-21/+49
* add pm_string_to_uint()giraffedata2017-06-092-0/+45
* Remove vestigial wordint facilitygiraffedata2017-04-266-280/+0
* Fix commentgiraffedata2017-04-051-1/+1
* Document OPT_STRINGLISTgiraffedata2017-04-051-6/+19
* Add missing includegiraffedata2017-02-211-0/+1
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-161-0/+1
* Recognize GCC 2.95.3 has stdboolgiraffedata2016-10-021-2/+4
* cleanupgiraffedata2016-05-081-2/+0
* Include initializing of option_def_index in OPTENTRYINIT to make it easier to...giraffedata2016-05-021-1/+4
* cleanup: factor out runlength encodinggiraffedata2015-07-033-0/+426
* Move bitio.h to util/bitio.hgiraffedata2015-06-213-0/+297
* Fix buffer overrungiraffedata2015-05-231-26/+36
* Fix syntax errorgiraffedata2015-01-231-1/+1
* fix typo in commentgiraffedata2015-01-011-2/+3
* Add commentgiraffedata2014-11-221-0/+6
* Fix %g for platform without vasprintf (but scores of %f still exist)giraffedata2014-11-223-4/+24
* cleanupgiraffedata2014-11-211-30/+41
* cleanupgiraffedata2014-11-211-16/+14
* Declare _XOPEN_SOURCE >= 500 to make strdup definedgiraffedata2014-08-241-0/+2
* Remove ambiguous, incorrect use of 'support'giraffedata2014-06-261-2/+0
* Fix: wrong check or no check for asprintf/vasprintf failuregiraffedata2013-11-282-4/+9
* Use SSE stuff with Clang as for GCCgiraffedata2013-10-301-4/+7
* Fix compiler warning on system without vasprintfgiraffedata2013-10-171-3/+6
* Remove redefinition of HAVE_VASPRINTFgiraffedata2013-10-171-6/+0
* whitespacegiraffedata2013-10-171-1/+1
* Fix compile failure for big-endian machinegiraffedata2013-10-061-2/+2
* Add %f capabilitygiraffedata2013-07-261-2/+17