Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix grammar in comments | giraffedata | 2020-05-15 | 1 | -1/+1 |
* | clean up mallocProduct, reallocProduct code | giraffedata | 2020-04-25 | 1 | -12/+23 |
* | Use SIZE_MAX instead of UINT_MAX for max size_t | giraffedata | 2020-04-22 | 1 | -13/+24 |
* | Add pm_string_to_int, pm_string_to_long | giraffedata | 2020-03-14 | 2 | -22/+68 |
* | pm_getline - return correct buffer size | giraffedata | 2020-02-16 | 1 | -2/+3 |
* | Fix buffer overruns | giraffedata | 2020-01-14 | 1 | -2/+21 |
* | Fix typos in comments and messages, whitespace | giraffedata | 2019-12-30 | 3 | -7/+7 |
* | Fix typos in comments and messages, whitespace | giraffedata | 2019-12-29 | 10 | -372/+377 |
* | whitespace | giraffedata | 2019-08-24 | 2 | -82/+101 |
* | whitespace | giraffedata | 2019-08-24 | 1 | -10/+10 |
* | remove --help from examples | giraffedata | 2019-08-18 | 1 | -7/+4 |
* | Make shhopt 'specified' output boolean instead of a count | giraffedata | 2019-05-26 | 2 | -7/+15 |
* | whitespace | giraffedata | 2019-05-26 | 1 | -9/+9 |
* | whitespace | giraffedata | 2019-05-26 | 1 | -16/+16 |
* | add comments | giraffedata | 2019-04-06 | 1 | -0/+11 |
* | cleanup | giraffedata | 2019-03-15 | 2 | -100/+169 |
* | whitespace | giraffedata | 2019-03-15 | 1 | -20/+20 |
* | cleanup | giraffedata | 2019-03-15 | 1 | -18/+18 |
* | whitespace | giraffedata | 2019-03-15 | 1 | -17/+17 |
* | Handle libnetpbm.so symlink in package and install better | giraffedata | 2019-02-16 | 1 | -7/+8 |
* | Fix handling of floating point imprecision in unnormalizing samples | giraffedata | 2019-01-20 | 9 | -16/+42 |