Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make internal 'snprintf', 'vsnprintf' just wrap libc 'snprintf', 'vsnprintf' | giraffedata | 2022-08-22 | 2 | -682/+29 |
* | Fix comments | giraffedata | 2022-08-18 | 1 | -26/+5 |
* | Fix comments | giraffedata | 2022-08-18 | 1 | -6/+3 |
* | whitespace | giraffedata | 2022-08-12 | 1 | -1/+1 |
* | Fix for single pixel row | giraffedata | 2022-07-28 | 1 | -30/+36 |
* | Add pnm_createWhiteTuple, pnm_backgroundtuplerow | giraffedata | 2022-07-28 | 2 | -0/+82 |
* | fix comment | giraffedata | 2022-07-28 | 1 | -3/+3 |
* | comments | giraffedata | 2022-07-26 | 1 | -1/+5 |
* | silence compiler warning | giraffedata | 2022-06-24 | 1 | -1/+4 |
* | Replace vestigial uses of MEMEQ macro with memeq inline function | giraffedata | 2022-06-08 | 1 | -2/+0 |
* | Fix MEMSEQ | giraffedata | 2022-06-08 | 1 | -1/+1 |
* | improve comment | giraffedata | 2022-06-08 | 1 | -0/+1 |
* | Add pm_writefile | giraffedata | 2022-05-22 | 2 | -0/+23 |
* | Add pm_readfile | giraffedata | 2022-05-21 | 2 | -0/+53 |
* | cleanup | giraffedata | 2022-05-20 | 1 | -18/+16 |
* | Remove previous commit (4321) -- type coercion doesn't work the way I thought... | giraffedata | 2022-04-16 | 1 | -12/+12 |
* | Clean up type coercions | giraffedata | 2022-03-30 | 1 | -12/+12 |
* | cleanup | giraffedata | 2022-03-08 | 1 | -23/+28 |
* | Add recent enhancements to list of changes; add warnings about sloppy use of ... | giraffedata | 2022-02-26 | 1 | -4/+14 |
* | Fix bogus warning about color not being exactly representable | giraffedata | 2022-01-31 | 1 | -1/+1 |
* | cleanup - remove unused libppmfloyd | giraffedata | 2022-01-15 | 3 | -383/+1 |
* | Add pnm_formatpamtuples, pnm_writepamrowpart | giraffedata | 2021-12-20 | 5 | -51/+213 |
* | Add pm_rand32 | giraffedata | 2021-12-18 | 2 | -5/+43 |
* | cleanup | giraffedata | 2021-12-18 | 1 | -37/+47 |
* | whitespace | giraffedata | 2021-12-18 | 1 | -29/+32 |
* | cleanup | giraffedata | 2021-11-28 | 1 | -29/+34 |
* | Make it compile with -Wduplicated-cond | giraffedata | 2021-11-20 | 1 | -0/+20 |
* | fix arithmetic overflows | giraffedata | 2021-11-07 | 1 | -1/+6 |
* | Add comment | giraffedata | 2021-11-06 | 1 | -0/+13 |
* | Expand headroom for preventing arithmetic overflow from 2 to 10, to allow for... | giraffedata | 2021-10-16 | 3 | -7/+15 |
* | cleanup | giraffedata | 2021-09-17 | 1 | -2/+2 |
* | Change description of license per Martinec's current offer of GPL for this code | giraffedata | 2021-05-01 | 1 | -18/+10 |
* | Use 'rand' instead of 'random' on Windows | giraffedata | 2021-04-03 | 1 | -0/+5 |
* | Add missing includes | giraffedata | 2021-03-27 | 2 | -0/+10 |
* | Use Mersenee Twister instead of libc rand for random numbers | giraffedata | 2021-03-06 | 7 | -0/+637 |
* | Make standard input feeder process close extraneous inherited file descriptors | giraffedata | 2021-01-01 | 1 | -5/+15 |
* | cleanup | giraffedata | 2020-12-27 | 1 | -24/+27 |
* | whitespace | giraffedata | 2020-12-18 | 1 | -1/+1 |
* | Fix comments | giraffedata | 2020-12-13 | 1 | -27/+15 |
* | whitespace | giraffedata | 2020-12-05 | 1 | -3/+3 |
* | cleanup | giraffedata | 2020-12-01 | 1 | -101/+142 |
* | whitspace | giraffedata | 2020-12-01 | 1 | -16/+16 |
* | Fix double-free crash with -font | giraffedata | 2020-07-21 | 2 | -5/+4 |
* | add comments | giraffedata | 2020-06-08 | 1 | -0/+7 |
* | Whoops, warnings are actually worse; revert previous commit | giraffedata | 2020-06-07 | 1 | -2/+2 |
* | silence compiler warnings | giraffedata | 2020-06-07 | 1 | -2/+2 |
* | silence compiler warning | giraffedata | 2020-06-07 | 1 | -21/+30 |
* | Fix compiler warning | giraffedata | 2020-06-07 | 1 | -2/+2 |
* | Don't free selector when there isn't one - bug from recent commit | giraffedata | 2020-06-02 | 1 | -4/+7 |
* | From a BDF font file, load only the characters that are needed instead of the... | giraffedata | 2020-05-28 | 5 | -160/+535 |