about summary refs log tree commit diff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* fix commentgiraffedata2022-07-281-3/+3
* Replace vestigial uses of MEMEQ macro with memeq inline functiongiraffedata2022-06-081-2/+0
* Fix MEMSEQgiraffedata2022-06-081-1/+1
* improve commentgiraffedata2022-06-081-0/+1
* cleanupgiraffedata2022-05-201-18/+16
* Add recent enhancements to list of changes; add warnings about sloppy use of ...giraffedata2022-02-261-4/+14
* Add pm_rand32giraffedata2021-12-182-5/+43
* Change description of license per Martinec's current offer of GPL for this codegiraffedata2021-05-011-18/+10
* Use 'rand' instead of 'random' on Windowsgiraffedata2021-04-031-0/+5
* Add missing includesgiraffedata2021-03-272-0/+10
* Use Mersenee Twister instead of libc rand for random numbersgiraffedata2021-03-066-0/+633
* 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