about summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite font processing for proper memory management; make built-in fonts wor...giraffedata2018-07-0411-1183/+2056
* whitespacegiraffedata2018-06-271-12/+12
* whitespacegiraffedata2018-06-271-4/+4
* whitespacegiraffedata2018-06-271-9/+9
* merge pm_interpret_uint, pm_string_to_uintgiraffedata2018-06-043-59/+25
* Fix missing free from a few days agogiraffedata2018-05-131-0/+1
* whitespacegiraffedata2018-05-121-3/+3
* Add pnm_colorspec_*, pnm_parsecolor2, pnm_allocpamtuplen, pnm_freepamtuplen. ...giraffedata2018-05-124-6/+329
* whitespacegiraffedata2018-05-121-13/+13
* whitespacegiraffedata2018-05-121-23/+23
* Add pnm_parsecolor2, make ppm_parsecolor2 use pnm_parsecolor2giraffedata2018-05-093-368/+133
* whitespacegiraffedata2018-05-091-3/+3
* quiet compiler warninggiraffedata2018-04-281-5/+8
* cleanupgiraffedata2018-04-281-7/+7
* whitespacegiraffedata2018-04-281-40/+40
* Remove _XOPEN_SOURCE because in combination with _BSD_SOURCE, it causes nstri...giraffedata2018-04-261-1/+0
* 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-04-081-24/+24
* whitespacegiraffedata2018-04-081-49/+49
* Add wide character capability to Pbmtextgiraffedata2018-03-232-40/+224
* Improve error message when writing packed PBM row failsgiraffedata2018-03-211-6/+12
* whitespacegiraffedata2018-03-211-42/+42
* add commentgiraffedata2018-03-131-0/+4
* whitespacegiraffedata2018-03-131-54/+54
* Remove nonsensical tuple type check from pnm_makerowrgbgiraffedata2018-03-101-5/+3
* whitespacegiraffedata2018-03-101-91/+91
* whitespacegiraffedata2018-03-101-55/+55
* clarify applicable standard, add more precisiongiraffedata2018-03-052-9/+17
* whitespacegiraffedata2018-03-051-37/+37
* whitespacegiraffedata2018-02-281-5/+5
* 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
* Improve commentgiraffedata2017-08-121-3/+8
* Fix buffer overflow in font routines, recognize width=0, height=0 glyphs as v...giraffedata2017-08-111-16/+53
* Fix incorrect use of setjmp/longjmpgiraffedata2017-08-111-5/+4
* Fix typo in commentgiraffedata2017-08-111-1/+1
* cleanupgiraffedata2017-07-131-71/+58
* Fix parsing of rgb:hh/hh/hh color specificationgiraffedata2017-07-081-5/+10
* Fix whitespacegiraffedata2017-06-281-1/+1
* Add pnm_parsecolorngiraffedata2017-06-285-39/+338
* add pm_string_to_uint()giraffedata2017-06-092-0/+45
* Remove vestigial wordint facilitygiraffedata2017-04-266-280/+0
* Don't close inherited Standard Inputgiraffedata2017-04-231-6/+18
* Remove standard.ppmdfont as dependency of standardppmdfont.cgiraffedata2017-04-221-5/+8
* cleanupgiraffedata2017-04-201-3/+11
* Fix silent failure of pm_system_lp, pm_system_vp on Windowsgiraffedata2017-04-201-2/+14