about summary refs log tree commit diff
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2018-09-011-17/+22
* Fix bug from recent modificationsgiraffedata2018-09-011-1/+2
* remove erroneous includegiraffedata2018-09-011-1/+0
* fix miscellaneous bugs introduced in recent editsgiraffedata2018-09-011-2/+2
* cleanup: right->rgth so things line up with leftgiraffedata2018-08-291-57/+57
* fix null pointer dereferencegiraffedata2018-08-291-4/+4
* fix crash when out of memorygiraffedata2018-08-291-1/+7
* cleanupgiraffedata2018-08-285-104/+131
* cleanupgiraffedata2018-08-281-3/+1
* fix memory leakgiraffedata2018-08-281-29/+36
* cleanupgiraffedata2018-08-281-3/+4
* remove single-character mode from messagegiraffedata2018-08-281-2/+2
* Make function declarations match definitionsgiraffedata2018-08-146-62/+63
* Declare function formal parameters constantgiraffedata2018-08-149-184/+191
* split common.h into separate interface header filesgiraffedata2018-08-1215-494/+553
* Add Pamtrisgiraffedata2018-08-129-0/+2378
* Rewrite font processing for proper memory management; make built-in fonts wor...giraffedata2018-07-041-62/+23
* whitespacegiraffedata2018-06-041-8/+8
* Fix bug in previous commitgiraffedata2018-05-171-5/+16
* fix compiler warning about passing int to fabsgiraffedata2018-04-281-9/+9
* whitespacegiraffedata2018-04-281-9/+12
* Switch from _BSD_SOURCE to _XOPEN_SOURCE 500 to get strdup(), because the com...giraffedata2018-04-261-3/+2
* whitespacegiraffedata2018-04-261-26/+26
* Fix comments about the mess when the input file contains NULgiraffedata2018-04-041-8/+28
* Distinguish EOF from read errorgiraffedata2018-04-011-55/+125
* fix commentgiraffedata2018-03-231-2/+1
* Add wide character capability to Pbmtextgiraffedata2018-03-231-176/+355
* whitespacegiraffedata2018-02-171-62/+62
* Add -text-dump optiongiraffedata2018-02-171-2/+46
* improve error messagegiraffedata2018-02-071-1/+1
* Add ppmrainbow: to error messages, like other programsgiraffedata2018-02-071-1/+1
* Fix bug: -camo, -anticamo without -color assertion failure because of incorrectgiraffedata2018-01-051-1/+2
* whitespacegiraffedata2018-01-051-48/+48
* Add context to error message when can't load font from filegiraffedata2017-08-291-1/+34
* Fix buffer overflow in font routines, recognize width=0, height=0 glyphs as v...giraffedata2017-08-111-16/+20
* cleanupgiraffedata2017-07-081-0/+1
* Fix lazy parsing of gray level argumentgiraffedata2017-07-031-11/+37
* cleanupgiraffedata2017-07-031-8/+14
* Fix cleanup corruption causing incorrect outputgiraffedata2017-05-271-1/+1
* Add -maximize, -oversample . Oversample by default with small sigmagiraffedata2017-05-181-60/+203
* Upgrade to _XOPEN_SOURCE 500 to get M_PIgiraffedata2017-04-303-3/+3
* cleanupgiraffedata2017-03-031-5/+14
* Handle memory allocation failuregiraffedata2017-03-031-1/+5
* Add -argyle1, -argyle2, -colorgiraffedata2017-03-031-74/+422
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-162-0/+2
* Add -leftmargin, etc., -ascent, -descent, -pad, -crop, -dump-ps; use asciihex...giraffedata2016-06-121-122/+432
* cleanup, small functional changesgiraffedata2016-05-211-223/+123
* Don't try to build pbmtextps on system without Unix process management (ergo ...giraffedata2016-05-101-1/+4
* cleanup - don't use shell to run Ghostscript and Pnmcropgiraffedata2016-05-071-80/+141
* Fix -version code from a few days agogiraffedata2016-04-301-6/+1