about summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix double free crash when memory allocation failsgiraffedata14 days1-2/+0
* add commentsgiraffedata14 days1-0/+11
* Allow color dictionary with more than 1000 colors; Add Resene paint colors to...giraffedata2024-04-013-268/+1708
* Change form of 'Spring Green', 'Lamp Black', and 'light grey' to be consistentgiraffedata2024-03-301-3/+3
* Don't ignore garbage at the end of a color specifiergiraffedata2024-03-282-19/+37
* Add comment about duplicate entriesgiraffedata2024-03-271-0/+4
* cleanupgiraffedata2024-03-273-68/+103
* Add commentsgiraffedata2024-03-121-3/+15
* Add commentsgiraffedata2024-03-081-1/+10
* Use modern types, add 'opt_parseOptions4'giraffedata2024-03-072-349/+307
* cleanupgiraffedata2023-12-161-9/+3
* Add pnm_formattypenmgiraffedata2023-11-302-0/+16
* whitespacegiraffedata2023-11-301-0/+3
* Drop infeasible pm_feed_from_filestream, add pm_feed_from_file, pm_accept_to_...giraffedata2023-11-282-5/+70
* Add pm_feed_from_filestream, pm_accept_to_filestreamgiraffedata2023-11-262-11/+108
* Fix libsystem_dummy so it compiles againgiraffedata2023-11-252-3/+32
* Fix arithmetic overflowgiraffedata2023-10-211-2/+5
* 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