about summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cleanup, add error checking to ppmd_filled_rectangle, add backward compatibil...giraffedata2008-05-142-22/+82
* Handle zero size glyphgiraffedata2008-05-101-1/+1
* Make MMX/SSE work again for Gcc 4.3giraffedata2008-03-281-0/+4
* Fix GCC 4.3 build failuregiraffedata2008-03-281-3/+15
* Add OPTENTINITgiraffedata2008-03-031-0/+2
* update commentgiraffedata2008-03-031-1/+1
* Add constgiraffedata2008-01-276-39/+39
* fix commentsgiraffedata2008-01-277-7/+7
* Fix data typegiraffedata2008-01-151-1/+1
* Change 'true' to 'TRUE'giraffedata2008-01-101-1/+1
* remove recently added dead codegiraffedata2008-01-031-32/+0
* Add sleepN()giraffedata2008-01-014-2/+41
* remove garbage filegiraffedata2008-01-011-8/+0
* Add pm_tmpfile_fd(), pm_make_tmpfile_fd()giraffedata2007-12-312-22/+86
* Mingw32 says it's the GNU C library, but doesn't have all of its facilitiesgiraffedata2007-12-311-1/+1
* Add pm_system_vp() and pm_system_lp() to libsystem_dummy.cgiraffedata2007-12-311-0/+18
* Reject obviously negative number as unsigned numbergiraffedata2007-12-181-1/+4
* Reject 0 height or widthgiraffedata2007-12-181-0/+6
* fix overflow calculationgiraffedata2007-12-095-2/+108
* split pmfileio.c out of libpm.cgiraffedata2007-12-094-940/+959
* cleanupgiraffedata2007-12-091-2/+3
* Validate computable size for PBM, as we do for everything elsegiraffedata2007-12-011-0/+25
* Make pbm_allocrow a function instead of a macro for pm_allocrowgiraffedata2007-12-012-2/+22
* cleanupgiraffedata2007-12-012-4/+4
* Put missing 'do' in REALLOCARRAYgiraffedata2007-11-211-1/+1
* Add some constgiraffedata2007-11-113-7/+10
* replace ARGS definitiongiraffedata2007-11-011-0/+24
* Fix includesgiraffedata2007-11-011-1/+1
* Undo type screwup from ARGS changegiraffedata2007-11-013-6/+6
* Fix compile buggiraffedata2007-11-011-1/+1
* Get rid of ARGSgiraffedata2007-11-016-35/+44
* Rename header files from <xxx.h> to <netpbm/xxx.h>giraffedata2007-10-2111-19/+21
* Declare ppmdraw.h and ppmdfont.h externalgiraffedata2007-10-121-1/+1
* fix prototype mismatchgiraffedata2007-10-111-2/+2
* Change type of generic row buffer from char * to void *giraffedata2007-09-291-2/+2
* cleanupgiraffedata2007-09-293-3/+3
* cleanupgiraffedata2007-09-2911-12/+4
* Make pbm_readpbminit() and pgm_readpgminit() recognize other Netpbm formats a...giraffedata2007-09-092-22/+44
* cleanupgiraffedata2007-09-081-24/+24
* remove dead codegiraffedata2007-09-083-63/+0
* cleanupgiraffedata2007-09-081-1/+2
* Remove redundant ppm.h from INTERFACE_HEADERSgiraffedata2007-09-061-1/+1
* fix pmdrain() to use the supplied limitgiraffedata2007-09-051-1/+1
* make REALLOCARRAY free memory if it failsgiraffedata2007-09-041-2/+13
* Fix multi-line TUPLTYPE concatenationgiraffedata2007-09-031-10/+13
* Fix streq to strneq so it compilesgiraffedata2007-08-311-2/+2
* Change PBM-as-PPM maxval from 1 to 255giraffedata2007-08-291-1/+2
* Add missing streq()giraffedata2007-08-282-7/+18
* Replace macros with inline functionsgiraffedata2007-08-262-14/+30
* Add pm_system_lp(), pm_system_vp()giraffedata2007-08-252-80/+179