about summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* improve commentsgiraffedata2018-11-011-18/+20
* cleanupgiraffedata2018-10-071-1/+2
* add pm_getlinegiraffedata2018-10-072-0/+74
* whitespacegiraffedata2018-10-071-32/+32
* Fix build failure on systems without strndupgiraffedata2018-10-061-1/+1
* cleanupgiraffedata2018-10-028-42/+49
* whitespacegiraffedata2018-10-021-52/+52
* Fix build failure on systems without strndupgiraffedata2018-10-021-1/+1
* cleanupgiraffedata2018-09-251-65/+106
* Fix bugs with invalid BDF font filesgiraffedata2018-09-251-7/+11
* Add pnm_maketuplergbn, pnm_makerowrgbn, and pnm_makearrayrgbngiraffedata2018-09-152-1/+71
* Add Akira's contribution to public domaingiraffedata2018-07-052-4/+7
* 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