| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | whitespace | giraffedata | 2019-01-20 | 1 | -18/+18 |
* | whitespace | giraffedata | 2019-01-20 | 1 | -3/+3 |
* | Add epsilon before rounding, to take care of fractions that should be exactly | giraffedata | 2019-01-13 | 1 | -1/+6 |
* | improve comments | giraffedata | 2018-11-01 | 1 | -18/+20 |
* | cleanup | giraffedata | 2018-10-07 | 1 | -1/+2 |
* | add pm_getline | giraffedata | 2018-10-07 | 2 | -0/+74 |
* | whitespace | giraffedata | 2018-10-07 | 1 | -32/+32 |
* | Fix build failure on systems without strndup | giraffedata | 2018-10-06 | 1 | -1/+1 |
* | cleanup | giraffedata | 2018-10-02 | 8 | -42/+49 |
* | whitespace | giraffedata | 2018-10-02 | 1 | -52/+52 |
* | Fix build failure on systems without strndup | giraffedata | 2018-10-02 | 1 | -1/+1 |
* | cleanup | giraffedata | 2018-09-25 | 1 | -65/+106 |
* | Fix bugs with invalid BDF font files | giraffedata | 2018-09-25 | 1 | -7/+11 |
* | Add pnm_maketuplergbn, pnm_makerowrgbn, and pnm_makearrayrgbn | giraffedata | 2018-09-15 | 2 | -1/+71 |
* | Add Akira's contribution to public domain | giraffedata | 2018-07-05 | 2 | -4/+7 |
* | Rewrite font processing for proper memory management; make built-in fonts wor... | giraffedata | 2018-07-04 | 11 | -1183/+2056 |
* | whitespace | giraffedata | 2018-06-27 | 1 | -12/+12 |
* | whitespace | giraffedata | 2018-06-27 | 1 | -4/+4 |
* | whitespace | giraffedata | 2018-06-27 | 1 | -9/+9 |
* | merge pm_interpret_uint, pm_string_to_uint | giraffedata | 2018-06-04 | 3 | -59/+25 |
* | Fix missing free from a few days ago | giraffedata | 2018-05-13 | 1 | -0/+1 |