Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | giraffedata | 2023-10-11 | 1 | -79/+154 |
* | cleanup | giraffedata | 2023-10-11 | 1 | -13/+14 |
* | Fix arithmetic overrun | giraffedata | 2023-10-09 | 1 | -44/+52 |
* | fix arithmetic overflow | giraffedata | 2023-10-07 | 1 | -0/+5 |
* | fix arithmetic overflow | giraffedata | 2023-10-07 | 1 | -1/+1 |
* | cleanup | giraffedata | 2023-10-07 | 1 | -24/+24 |
* | cleanup | giraffedata | 2023-10-06 | 1 | -19/+19 |
* | cleanup | giraffedata | 2023-10-06 | 1 | -13/+12 |
* | whitespace | giraffedata | 2023-09-18 | 36 | -804/+799 |
* | remove vestigial ifdef'ed out code | giraffedata | 2023-09-18 | 1 | -23/+0 |
* | cleanup | giraffedata | 2023-08-27 | 1 | -2/+4 |
* | Fix incorrect random number generator (range [0,2) instead of [0,1)) by using... | giraffedata | 2023-08-21 | 1 | -53/+77 |
* | Fix missing tmp directory in temporary file names | giraffedata | 2023-08-18 | 1 | -31/+48 |
* | cleanup | giraffedata | 2023-08-18 | 1 | -178/+255 |
* | improve error message for invalid option | giraffedata | 2023-08-18 | 1 | -1/+4 |
* | cleanup | giraffedata | 2023-08-18 | 1 | -82/+84 |
* | cleanup, fix incorrect block mode fade exposed by cleanup | giraffedata | 2023-08-18 | 1 | -34/+34 |
* | cleanup, fix incorrect block mode fade exposed by cleanup | giraffedata | 2023-08-18 | 1 | -84/+119 |
* | cleanup | giraffedata | 2023-08-18 | 1 | -31/+30 |
* | Switch to BSD-3-Clause license offer: patent license not disclaimed | giraffedata | 2023-08-02 | 1 | -27/+27 |
* | cleanup | giraffedata | 2023-05-18 | 1 | -3/+3 |
* | whitespace | giraffedata | 2023-05-18 | 1 | -24/+26 |
* | cleanup | giraffedata | 2022-12-04 | 1 | -319/+441 |
* | Add -listfile | giraffedata | 2022-11-30 | 1 | -28/+186 |
* | Add backward compatibility symbolic link for pnminterp-gen | giraffedata | 2022-09-17 | 1 | -1/+6 |
* | fix typos in comments | giraffedata | 2022-08-26 | 1 | -12/+12 |
* | Fix manipulation of supposed opacity plane when it's not a visual image | giraffedata | 2022-08-18 | 1 | -13/+21 |
* | Fix bogus depth calculation for non-visual PAM input | giraffedata | 2022-08-18 | 1 | -7/+10 |
* | cleanup | giraffedata | 2022-08-18 | 1 | -64/+71 |
* | Update internal use of 'pamcat' to adapt to its new ability to produce PNM ou... | giraffedata | 2022-08-16 | 3 | -8/+6 |
* | Change pnmcat from wrapper to symbolic link because 'pamcat' is now backward ... | giraffedata | 2022-08-16 | 2 | -35/+6 |
* | Produce proper tuple type for PAM output with all visual image input | giraffedata | 2022-08-15 | 1 | -98/+241 |
* | Produce PNM output for PNM input | giraffedata | 2022-08-13 | 1 | -28/+60 |
* | Fix syntax error from previous update | giraffedata | 2022-08-12 | 1 | -1/+1 |
* | Fix memory corruption | giraffedata | 2022-08-12 | 1 | -1/+6 |
* | Fix segfault from use before set | giraffedata | 2022-08-12 | 1 | -3/+5 |
* | Make -quiet and -plain work | giraffedata | 2022-08-09 | 1 | -7/+32 |
* | Change pnmtopnm to pamtopnm, as the former is just an alias for the latter | giraffedata | 2022-08-06 | 3 | -3/+3 |
* | Fix height-width mixup in PBM case | giraffedata | 2022-08-06 | 1 | -3/+3 |
* | cleanup | giraffedata | 2022-08-04 | 1 | -1/+0 |
* | Validate size parameter is a number (to prevent shell injection problems) | giraffedata | 2022-08-04 | 1 | -0/+7 |
* | Fix shell injection vulnerabilities | giraffedata | 2022-08-03 | 1 | -13/+115 |
* | cleanup | giraffedata | 2022-08-03 | 1 | -4/+4 |
* | Use new 'pamcat' instead of 'pnmcat' | giraffedata | 2022-08-03 | 1 | -3/+12 |
* | whitespace | giraffedata | 2022-08-03 | 1 | -42/+45 |
* | Remove vestigial pnmindex.csh, pnmindex.sh obsoleted by C program in 2005 | giraffedata | 2022-08-03 | 2 | -413/+0 |
* | Use new 'pamcat' instead of 'pnmcat' | giraffedata | 2022-08-03 | 3 | -15/+27 |
* | Fix -version | giraffedata | 2022-08-03 | 1 | -1/+7 |
* | Make pnmcat a wrapper for pamcat | giraffedata | 2022-07-31 | 3 | -881/+5 |
* | Fix used before set | giraffedata | 2022-07-29 | 1 | -2/+2 |