about summary refs log tree commit diff
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* Fix double free crash when memory allocation failsgiraffedata2024-04-111-2/+0
* add commentsgiraffedata2024-04-111-0/+11
* Use modern types, add 'opt_parseOptions4'giraffedata2024-03-072-349/+307
* Add 'drand1', 'drand1'giraffedata2023-10-172-24/+56
* Fix compile error -- wrong interface to snprintf -- on systems without asprintfgiraffedata2023-09-281-2/+2
* whitespacegiraffedata2023-09-2014-85/+85
* whitespacegiraffedata2023-08-291-2/+2
* cleanupgiraffedata2023-08-273-81/+12
* Add _C99_SOURCE in an attempt to get it to compile on macOS Ventura Xcode 14.3giraffedata2023-05-181-0/+1
* cleanupgiraffedata2023-02-231-29/+49
* cleanupgiraffedata2023-02-231-19/+28
* Make internal 'snprintf', 'vsnprintf' just wrap libc 'snprintf', 'vsnprintf'giraffedata2022-08-222-682/+29
* Fix commentsgiraffedata2022-08-181-26/+5
* Fix commentsgiraffedata2022-08-181-6/+3
* 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