about summary refs log tree commit diff
path: root/lib/libpm.c
Commit message (Expand)AuthorAgeFilesLines
* Add commentsgiraffedata2024-03-081-1/+10
* Add pm_parse_maxvalgiraffedata2023-10-101-0/+24
* add commentsgiraffedata2023-10-101-0/+5
* Fix arithmetic overflow when bits per sample is > 16giraffedata2023-09-231-2/+10
* Expand headroom for preventing arithmetic overflow from 2 to 10, to allow for...giraffedata2021-10-161-0/+3
* whitespacegiraffedata2020-12-181-1/+1
* Fix compiler warninggiraffedata2020-06-071-2/+2
* cleanupgiraffedata2018-10-071-1/+2
* cleanupgiraffedata2018-10-021-1/+0
* merge pm_interpret_uint, pm_string_to_uintgiraffedata2018-06-041-2/+2
* whitespacegiraffedata2018-05-121-23/+23
* Fix typo in commentgiraffedata2017-08-111-1/+1
* cleanupgiraffedata2017-04-201-3/+11
* Use SOURCE_DATE_EPOCHgiraffedata2017-03-181-4/+42
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-161-0/+1
* Fix external header file pm.h so it doesn't include internal header file pm_c...giraffedata2015-01-031-2/+3
* Properly qualify Netpbm include files - avoid conflict with DJGPP's <io.h>giraffedata2015-01-011-1/+1
* Fix %g for platform without vasprintf (but scores of %f still exist)giraffedata2014-11-221-0/+13
* Change _XOPEN_SOURCE 600 to 500. See doc/HISTORYgiraffedata2014-09-201-1/+1
* Fix incorrect option parsing when there are multiple common options (e.g. -pl...giraffedata2014-07-131-35/+58
* Fix revision 1839giraffedata2013-02-231-1/+1
* Use _splitpath; _splitpath_s isn't really availablegiraffedata2013-02-151-15/+12
* Change _XOPEN_SOURCE from 500 to 600 for Mac OSXgiraffedata2012-09-081-1/+1
* Make it build on Windows with Mingwgiraffedata2012-02-131-2/+2
* redo conditional compilation of Windows stuff to use MSVCRT, based on _WIN32,...giraffedata2012-02-121-3/+3
* cleanupgiraffedata2012-02-111-47/+44
* Add _BSD_SOURCEgiraffedata2012-02-111-0/+1
* Compute program name correctly on Windowsgiraffedata2012-02-111-8/+31
* Fix failure to check for failed memory allocationgiraffedata2011-08-271-0/+4
* Rename nstring.h functions with pm_ prefixgiraffedata2010-09-291-16/+16
* Add MALLOCARRAY2giraffedata2010-06-271-135/+14
* Add commentsgiraffedata2010-06-261-2/+20
* Remove VMS code. Who are we kidding?giraffedata2010-05-191-39/+0
* Add pm_getMessage()giraffedata2010-04-011-1/+10
* cleanupgiraffedata2009-12-091-0/+2
* Add pm_fork(), pm_waitpid(), pm_waitpidSimple()giraffedata2009-09-051-6/+93
* handle zero allocationsgiraffedata2009-05-031-6/+14
* Reject 0 height or widthgiraffedata2007-12-181-0/+6
* fix overflow calculationgiraffedata2007-12-091-0/+50
* split pmfileio.c out of libpm.cgiraffedata2007-12-091-939/+9
* cleanupgiraffedata2007-12-091-2/+3
* cleanupgiraffedata2007-12-011-2/+1
* Add some constgiraffedata2007-11-111-4/+4
* fix prototype mismatchgiraffedata2007-10-111-2/+2
* cleanupgiraffedata2007-09-081-1/+2
* fix pmdrain() to use the supplied limitgiraffedata2007-09-051-1/+1
* Fix type mismatch warninggiraffedata2007-05-191-2/+4
* don't use 'uint'giraffedata2007-05-041-4/+4
* Add pm_drain()giraffedata2007-03-291-0/+29
* cleanupgiraffedata2006-10-021-1/+13