about summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve error message for purported image that ends in the middle of the magi...giraffedata2017-04-161-4/+11
* Fix commentgiraffedata2017-04-051-1/+1
* Document OPT_STRINGLISTgiraffedata2017-04-051-6/+19
* Use SOURCE_DATE_EPOCHgiraffedata2017-03-181-4/+42
* Add missing includegiraffedata2017-02-211-0/+1
* Add path buildergiraffedata2017-02-192-12/+208
* Remove debug tracegiraffedata2017-02-151-2/+0
* Remove debug tracegiraffedata2017-02-151-2/+0
* fix typos in commentsgiraffedata2017-02-152-4/+3
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-168-0/+8
* Recognize GCC 2.95.3 has stdboolgiraffedata2016-10-021-2/+4
* Add workaround for libc problem with termination status macros, so they work ...giraffedata2016-06-161-1/+13
* cleanupgiraffedata2016-05-081-2/+0
* Add pm_system2(), pm_system2_lp(), pm_system2_vp()giraffedata2016-05-072-46/+260
* Add commentsgiraffedata2016-05-061-1/+4
* Include initializing of option_def_index in OPTENTRYINIT to make it easier to...giraffedata2016-05-021-1/+4
* Fix some corruption from merge 3 days agogiraffedata2016-04-201-2/+7
* Add genfontc, replacing former -dump option on pbmtextgiraffedata2016-04-174-10/+28
* Add -dry-run, -dump-sheet, render directly in raw PBMgiraffedata2016-04-175-766/+756