about summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Include LDFLAGS in link of shared librarygiraffedata2023-08-181-5/+5
* conform to recent change of PAM_OVERALL_MAXVAL typegiraffedata2023-08-181-2/+2
* Make PAM_OVERALL_MAXVAL unsigned long, to match 'sample'giraffedata2023-08-051-1/+1
* 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 library minor number 100 + Netpbm minor number so it is higher than prev...giraffedata2022-11-141-2/+24
* 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
* whitespacegiraffedata2022-08-121-1/+1
* Fix for single pixel rowgiraffedata2022-07-281-30/+36
* Add pnm_createWhiteTuple, pnm_backgroundtuplerowgiraffedata2022-07-282-0/+82
* fix commentgiraffedata2022-07-281-3/+3
* 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