Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comments | giraffedata | 2024-03-08 | 1 | -1/+10 |
* | Add pm_parse_maxval | giraffedata | 2023-10-10 | 1 | -0/+24 |
* | add comments | giraffedata | 2023-10-10 | 1 | -0/+5 |
* | Fix arithmetic overflow when bits per sample is > 16 | giraffedata | 2023-09-23 | 1 | -2/+10 |
* | Expand headroom for preventing arithmetic overflow from 2 to 10, to allow for... | giraffedata | 2021-10-16 | 1 | -0/+3 |
* | whitespace | giraffedata | 2020-12-18 | 1 | -1/+1 |
* | Fix compiler warning | giraffedata | 2020-06-07 | 1 | -2/+2 |
* | cleanup | giraffedata | 2018-10-07 | 1 | -1/+2 |
* | cleanup | giraffedata | 2018-10-02 | 1 | -1/+0 |
* | merge pm_interpret_uint, pm_string_to_uint | giraffedata | 2018-06-04 | 1 | -2/+2 |
* | whitespace | giraffedata | 2018-05-12 | 1 | -23/+23 |
* | Fix typo in comment | giraffedata | 2017-08-11 | 1 | -1/+1 |
* | cleanup | giraffedata | 2017-04-20 | 1 | -3/+11 |
* | Use SOURCE_DATE_EPOCH | giraffedata | 2017-03-18 | 1 | -4/+42 |
* | Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S... | giraffedata | 2016-11-16 | 1 | -0/+1 |
* | Fix external header file pm.h so it doesn't include internal header file pm_c... | giraffedata | 2015-01-03 | 1 | -2/+3 |
* | Properly qualify Netpbm include files - avoid conflict with DJGPP's <io.h> | giraffedata | 2015-01-01 | 1 | -1/+1 |
* | Fix %g for platform without vasprintf (but scores of %f still exist) | giraffedata | 2014-11-22 | 1 | -0/+13 |
* | Change _XOPEN_SOURCE 600 to 500. See doc/HISTORY | giraffedata | 2014-09-20 | 1 | -1/+1 |
* | Fix incorrect option parsing when there are multiple common options (e.g. -pl... | giraffedata | 2014-07-13 | 1 | -35/+58 |
* | Fix revision 1839 | giraffedata | 2013-02-23 | 1 | -1/+1 |
* | Use _splitpath; _splitpath_s isn't really available | giraffedata | 2013-02-15 | 1 | -15/+12 |
* | Change _XOPEN_SOURCE from 500 to 600 for Mac OSX | giraffedata | 2012-09-08 | 1 | -1/+1 |
* | Make it build on Windows with Mingw | giraffedata | 2012-02-13 | 1 | -2/+2 |
* | redo conditional compilation of Windows stuff to use MSVCRT, based on _WIN32,... | giraffedata | 2012-02-12 | 1 | -3/+3 |
* | cleanup | giraffedata | 2012-02-11 | 1 | -47/+44 |
* | Add _BSD_SOURCE | giraffedata | 2012-02-11 | 1 | -0/+1 |
* | Compute program name correctly on Windows | giraffedata | 2012-02-11 | 1 | -8/+31 |
* | Fix failure to check for failed memory allocation | giraffedata | 2011-08-27 | 1 | -0/+4 |
* | Rename nstring.h functions with pm_ prefix | giraffedata | 2010-09-29 | 1 | -16/+16 |
* | Add MALLOCARRAY2 | giraffedata | 2010-06-27 | 1 | -135/+14 |
* | Add comments | giraffedata | 2010-06-26 | 1 | -2/+20 |
* | Remove VMS code. Who are we kidding? | giraffedata | 2010-05-19 | 1 | -39/+0 |
* | Add pm_getMessage() | giraffedata | 2010-04-01 | 1 | -1/+10 |
* | cleanup | giraffedata | 2009-12-09 | 1 | -0/+2 |
* | Add pm_fork(), pm_waitpid(), pm_waitpidSimple() | giraffedata | 2009-09-05 | 1 | -6/+93 |
* | handle zero allocations | giraffedata | 2009-05-03 | 1 | -6/+14 |
* | Reject 0 height or width | giraffedata | 2007-12-18 | 1 | -0/+6 |
* | fix overflow calculation | giraffedata | 2007-12-09 | 1 | -0/+50 |
* | split pmfileio.c out of libpm.c | giraffedata | 2007-12-09 | 1 | -939/+9 |
* | cleanup | giraffedata | 2007-12-09 | 1 | -2/+3 |
* | cleanup | giraffedata | 2007-12-01 | 1 | -2/+1 |
* | Add some const | giraffedata | 2007-11-11 | 1 | -4/+4 |
* | fix prototype mismatch | giraffedata | 2007-10-11 | 1 | -2/+2 |
* | cleanup | giraffedata | 2007-09-08 | 1 | -1/+2 |
* | fix pmdrain() to use the supplied limit | giraffedata | 2007-09-05 | 1 | -1/+1 |
* | Fix type mismatch warning | giraffedata | 2007-05-19 | 1 | -2/+4 |
* | don't use 'uint' | giraffedata | 2007-05-04 | 1 | -4/+4 |
* | Add pm_drain() | giraffedata | 2007-03-29 | 1 | -0/+29 |
* | cleanup | giraffedata | 2006-10-02 | 1 | -1/+13 |