about summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add 'drand1', 'drand1'giraffedata2023-10-172-24/+56
* cleanupgiraffedata2023-10-131-2/+2
* Add pm_parse_maxvalgiraffedata2023-10-102-0/+27
* Add commentsgiraffedata2023-10-101-0/+7
* whitespacegiraffedata2023-10-101-2/+0
* cleanupgiraffedata2023-10-101-3/+0
* add commentsgiraffedata2023-10-101-0/+5
* cleanupgiraffedata2023-10-092-9/+19
* cleanupgiraffedata2023-09-293-33/+29
* Validate computable image size and maxval in libnetpbm write init functionsgiraffedata2023-09-2911-70/+82
* Fix compile error -- wrong interface to snprintf -- on systems without asprintfgiraffedata2023-09-281-2/+2
* Fix arithmetic overflow when bits per sample is > 16giraffedata2023-09-231-2/+10
* whitespacegiraffedata2023-09-2029-451/+451
* Fix error messagegiraffedata2023-09-161-1/+1
* whitespacegiraffedata2023-08-301-4/+7
* whitespacegiraffedata2023-08-291-2/+2
* cleanupgiraffedata2023-08-273-81/+12
* Add computable size check for maxvalgiraffedata2023-08-194-0/+96
* whitespacegiraffedata2023-08-191-41/+44
* 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