about summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unitialized variable in pnm_allocpamrown()giraffedata2007-06-281-0/+1
* add constgiraffedata2007-06-252-6/+8
* cleanupgiraffedata2007-06-251-12/+9
* Privatize mk_argvn(), now that picttoppm.c no longer uses itgiraffedata2007-05-242-4/+1
* PAM_STRUCT_SIZE: cast pointer to ulong instead of uintgiraffedata2007-05-211-1/+6
* Fix type mismatch warninggiraffedata2007-05-191-2/+4
* Restore mk_argvn as external so picttoppm will buildgiraffedata2007-05-122-1/+4
* Replace STREQ() with streq()giraffedata2007-05-101-1/+1
* don't use 'uint'giraffedata2007-05-041-4/+4
* cleanupgiraffedata2007-05-032-155/+390
* clean up, improve error messagesgiraffedata2007-04-282-106/+205
* Exploit .DELETE_ON_ERROR feature of GNU Makegiraffedata2007-04-111-1/+1
* Add ROUNDUP, ROUNDDNgiraffedata2007-03-301-0/+8
* Add pm_drain()giraffedata2007-03-292-0/+34
* Add missing stdio.hgiraffedata2007-03-242-3/+5
* Fix unsigned arithmetic buggiraffedata2007-02-281-2/+3
* shhopt rejects signed value for OPT_UINT optiongiraffedata2007-02-251-3/+7
* When user gives invalid option, tell him what options are validgiraffedata2007-02-161-24/+90
* embellish bad magic number error messagegiraffedata2007-01-201-1/+2
* Fix negative unsigned integer problemgiraffedata2007-01-121-13/+19
* Fix crash with PAM read as PNMgiraffedata2006-12-311-4/+4
* Add pnm_colorname()giraffedata2006-12-243-7/+43
* proper struct pam length checking on writepaminit()giraffedata2006-12-241-3/+9
* Fix transparency optimization on PPM inputgiraffedata2006-11-282-5/+24
* Fix -background with PGM/PBM input - pnmrotate, pnmsheargiraffedata2006-11-283-1/+63
* cleanupgiraffedata2006-11-281-1/+0
* cleanupgiraffedata2006-11-272-33/+33
* Add pnm_computetuplefreqtable3(): depth controlgiraffedata2006-11-222-6/+47
* improve commentsgiraffedata2006-11-221-12/+14
* Fix unitialized value in ppm_parsecolor()giraffedata2006-11-201-1/+2
* Include pm.h in wordaccess_*_le.hgiraffedata2006-11-072-0/+4
* pnm_readpaminit() fail instead of crash with width == 0giraffedata2006-10-231-18/+26
* move include of pm_config.h to main wordaccess.h filegiraffedata2006-10-212-2/+3
* Add missing includegiraffedata2006-10-211-0/+2
* fix typo in commentgiraffedata2006-10-211-1/+1
* Don't hang when shell command doesn't take all of Standard Inputgiraffedata2006-10-181-14/+19
* Eliminate K-R function declarationsgiraffedata2006-10-143-64/+0