| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | whitespace | giraffedata | 2018-05-12 | 1 | -3/+3 |
* | Add pnm_colorspec_*, pnm_parsecolor2, pnm_allocpamtuplen, pnm_freepamtuplen. ... | giraffedata | 2018-05-12 | 4 | -6/+329 |
* | whitespace | giraffedata | 2018-05-12 | 1 | -13/+13 |
* | whitespace | giraffedata | 2018-05-12 | 1 | -23/+23 |
* | Add pnm_parsecolor2, make ppm_parsecolor2 use pnm_parsecolor2 | giraffedata | 2018-05-09 | 3 | -368/+133 |
* | whitespace | giraffedata | 2018-05-09 | 1 | -3/+3 |
* | quiet compiler warning | giraffedata | 2018-04-28 | 1 | -5/+8 |
* | cleanup | giraffedata | 2018-04-28 | 1 | -7/+7 |
* | whitespace | giraffedata | 2018-04-28 | 1 | -40/+40 |
* | Remove _XOPEN_SOURCE because in combination with _BSD_SOURCE, it causes nstri... | giraffedata | 2018-04-26 | 1 | -1/+0 |
* | fix typo in comment | giraffedata | 2018-04-26 | 1 | -1/+1 |
* | whitespace | giraffedata | 2018-04-25 | 1 | -4/+4 |
* | Recognize _XOPEN_SOURCE 500 as another way of requesting strcasecmp | giraffedata | 2018-04-25 | 1 | -4/+10 |
* | whitespace | giraffedata | 2018-04-08 | 1 | -24/+24 |
* | whitespace | giraffedata | 2018-04-08 | 1 | -49/+49 |
* | Add wide character capability to Pbmtext | giraffedata | 2018-03-23 | 2 | -40/+224 |
* | Improve error message when writing packed PBM row fails | giraffedata | 2018-03-21 | 1 | -6/+12 |
* | whitespace | giraffedata | 2018-03-21 | 1 | -42/+42 |
* | add comment | giraffedata | 2018-03-13 | 1 | -0/+4 |
* | whitespace | giraffedata | 2018-03-13 | 1 | -54/+54 |
* | Remove nonsensical tuple type check from pnm_makerowrgb | giraffedata | 2018-03-10 | 1 | -5/+3 |
* | whitespace | giraffedata | 2018-03-10 | 1 | -91/+91 |
* | whitespace | giraffedata | 2018-03-10 | 1 | -55/+55 |
* | clarify applicable standard, add more precision | giraffedata | 2018-03-05 | 2 | -9/+17 |
* | whitespace | giraffedata | 2018-03-05 | 1 | -37/+37 |
* | whitespace | giraffedata | 2018-02-28 | 1 | -5/+5 |
* | whitespace | giraffedata | 2018-02-28 | 1 | -29/+29 |
* | Add pm_strnlen because Mac OSX before 10.7, at least, does not have it | giraffedata | 2018-01-20 | 2 | -0/+17 |
* | whitespace | giraffedata | 2018-01-20 | 1 | -18/+18 |
* | Fix various incorrect output problems | giraffedata | 2017-09-10 | 2 | -21/+49 |
* | Improve comment | giraffedata | 2017-08-12 | 1 | -3/+8 |