about summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* commentsgiraffedata2022-07-261-1/+5
* silence compiler warninggiraffedata2022-06-241-1/+4
* 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
* Add pm_writefilegiraffedata2022-05-222-0/+23
* Add pm_readfilegiraffedata2022-05-212-0/+53
* cleanupgiraffedata2022-05-201-18/+16
* Remove previous commit (4321) -- type coercion doesn't work the way I thought...giraffedata2022-04-161-12/+12
* Clean up type coercionsgiraffedata2022-03-301-12/+12
* cleanupgiraffedata2022-03-081-23/+28
* Add recent enhancements to list of changes; add warnings about sloppy use of ...giraffedata2022-02-261-4/+14
* Fix bogus warning about color not being exactly representablegiraffedata2022-01-311-1/+1
* cleanup - remove unused libppmfloydgiraffedata2022-01-153-383/+1
* Add pnm_formatpamtuples, pnm_writepamrowpartgiraffedata2021-12-205-51/+213
* Add pm_rand32giraffedata2021-12-182-5/+43
* cleanupgiraffedata2021-12-181-37/+47
* whitespacegiraffedata2021-12-181-29/+32
* cleanupgiraffedata2021-11-281-29/+34
* Make it compile with -Wduplicated-condgiraffedata2021-11-201-0/+20
* fix arithmetic overflowsgiraffedata2021-11-071-1/+6
* Add commentgiraffedata2021-11-061-0/+13
* Expand headroom for preventing arithmetic overflow from 2 to 10, to allow for...giraffedata2021-10-163-7/+15
* cleanupgiraffedata2021-09-171-2/+2
* 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-067-0/+637
* Make standard input feeder process close extraneous inherited file descriptorsgiraffedata2021-01-011-5/+15
* cleanupgiraffedata2020-12-271-24/+27
* whitespacegiraffedata2020-12-181-1/+1
* Fix commentsgiraffedata2020-12-131-27/+15
* whitespacegiraffedata2020-12-051-3/+3
* cleanupgiraffedata2020-12-011-101/+142
* whitspacegiraffedata2020-12-011-16/+16
* Fix double-free crash with -fontgiraffedata2020-07-212-5/+4
* add commentsgiraffedata2020-06-081-0/+7
* Whoops, warnings are actually worse; revert previous commitgiraffedata2020-06-071-2/+2
* silence compiler warningsgiraffedata2020-06-071-2/+2
* silence compiler warninggiraffedata2020-06-071-21/+30
* Fix compiler warninggiraffedata2020-06-071-2/+2
* Don't free selector when there isn't one - bug from recent commitgiraffedata2020-06-021-4/+7
* From a BDF font file, load only the characters that are needed instead of the...giraffedata2020-05-285-160/+535
* Fix grammar in commentsgiraffedata2020-05-151-1/+1
* 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
* pm_getline - return correct buffer sizegiraffedata2020-02-161-2/+3
* Fix buffer overrunsgiraffedata2020-01-141-2/+21
* Fix typos in comments and messages, whitespacegiraffedata2019-12-303-7/+7