Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | giraffedata | 2007-12-01 | 2 | -4/+4 |
* | Put missing 'do' in REALLOCARRAY | giraffedata | 2007-11-21 | 1 | -1/+1 |
* | Add some const | giraffedata | 2007-11-11 | 3 | -7/+10 |
* | replace ARGS definition | giraffedata | 2007-11-01 | 1 | -0/+24 |
* | Fix includes | giraffedata | 2007-11-01 | 1 | -1/+1 |
* | Undo type screwup from ARGS change | giraffedata | 2007-11-01 | 3 | -6/+6 |
* | Fix compile bug | giraffedata | 2007-11-01 | 1 | -1/+1 |
* | Get rid of ARGS | giraffedata | 2007-11-01 | 6 | -35/+44 |
* | Rename header files from <xxx.h> to <netpbm/xxx.h> | giraffedata | 2007-10-21 | 11 | -19/+21 |
* | Declare ppmdraw.h and ppmdfont.h external | giraffedata | 2007-10-12 | 1 | -1/+1 |
* | fix prototype mismatch | giraffedata | 2007-10-11 | 1 | -2/+2 |
* | Change type of generic row buffer from char * to void * | giraffedata | 2007-09-29 | 1 | -2/+2 |
* | cleanup | giraffedata | 2007-09-29 | 3 | -3/+3 |
* | cleanup | giraffedata | 2007-09-29 | 11 | -12/+4 |
* | Make pbm_readpbminit() and pgm_readpgminit() recognize other Netpbm formats a... | giraffedata | 2007-09-09 | 2 | -22/+44 |
* | cleanup | giraffedata | 2007-09-08 | 1 | -24/+24 |
* | remove dead code | giraffedata | 2007-09-08 | 3 | -63/+0 |
* | cleanup | giraffedata | 2007-09-08 | 1 | -1/+2 |
* | Remove redundant ppm.h from INTERFACE_HEADERS | giraffedata | 2007-09-06 | 1 | -1/+1 |
* | fix pmdrain() to use the supplied limit | giraffedata | 2007-09-05 | 1 | -1/+1 |
* | make REALLOCARRAY free memory if it fails | giraffedata | 2007-09-04 | 1 | -2/+13 |
* | Fix multi-line TUPLTYPE concatenation | giraffedata | 2007-09-03 | 1 | -10/+13 |
* | Fix streq to strneq so it compiles | giraffedata | 2007-08-31 | 1 | -2/+2 |
* | Change PBM-as-PPM maxval from 1 to 255 | giraffedata | 2007-08-29 | 1 | -1/+2 |
* | Add missing streq() | giraffedata | 2007-08-28 | 2 | -7/+18 |
* | Replace macros with inline functions | giraffedata | 2007-08-26 | 2 | -14/+30 |
* | Add pm_system_lp(), pm_system_vp() | giraffedata | 2007-08-25 | 2 | -80/+179 |
* | Fix unitialized variable in pnm_allocpamrown() | giraffedata | 2007-06-28 | 1 | -0/+1 |
* | add const | giraffedata | 2007-06-25 | 2 | -6/+8 |
* | cleanup | giraffedata | 2007-06-25 | 1 | -12/+9 |
* | Privatize mk_argvn(), now that picttoppm.c no longer uses it | giraffedata | 2007-05-24 | 2 | -4/+1 |
* | PAM_STRUCT_SIZE: cast pointer to ulong instead of uint | giraffedata | 2007-05-21 | 1 | -1/+6 |
* | Fix type mismatch warning | giraffedata | 2007-05-19 | 1 | -2/+4 |
* | Restore mk_argvn as external so picttoppm will build | giraffedata | 2007-05-12 | 2 | -1/+4 |
* | Replace STREQ() with streq() | giraffedata | 2007-05-10 | 1 | -1/+1 |
* | don't use 'uint' | giraffedata | 2007-05-04 | 1 | -4/+4 |
* | cleanup | giraffedata | 2007-05-03 | 2 | -155/+390 |
* | clean up, improve error messages | giraffedata | 2007-04-28 | 2 | -106/+205 |
* | Exploit .DELETE_ON_ERROR feature of GNU Make | giraffedata | 2007-04-11 | 1 | -1/+1 |
* | Add ROUNDUP, ROUNDDN | giraffedata | 2007-03-30 | 1 | -0/+8 |
* | Add pm_drain() | giraffedata | 2007-03-29 | 2 | -0/+34 |
* | Add missing stdio.h | giraffedata | 2007-03-24 | 2 | -3/+5 |
* | Fix unsigned arithmetic bug | giraffedata | 2007-02-28 | 1 | -2/+3 |
* | shhopt rejects signed value for OPT_UINT option | giraffedata | 2007-02-25 | 1 | -3/+7 |
* | When user gives invalid option, tell him what options are valid | giraffedata | 2007-02-16 | 1 | -24/+90 |
* | embellish bad magic number error message | giraffedata | 2007-01-20 | 1 | -1/+2 |
* | Fix negative unsigned integer problem | giraffedata | 2007-01-12 | 1 | -13/+19 |
* | Fix crash with PAM read as PNM | giraffedata | 2006-12-31 | 1 | -4/+4 |
* | Add pnm_colorname() | giraffedata | 2006-12-24 | 3 | -7/+43 |
* | proper struct pam length checking on writepaminit() | giraffedata | 2006-12-24 | 1 | -3/+9 |