about summary refs log tree commit diff
path: root/lib/pmfileio.c
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2023-10-091-2/+4
* Add pm_writefilegiraffedata2022-05-221-0/+18
* Add pm_readfilegiraffedata2022-05-211-0/+48
* Remove previous commit (4321) -- type coercion doesn't work the way I thought...giraffedata2022-04-161-12/+12
* Clean up type coercionsgiraffedata2022-03-301-12/+12
* Add pnm_formatpamtuples, pnm_writepamrowpartgiraffedata2021-12-201-0/+8
* cleanupgiraffedata2021-12-181-37/+47
* Make it compile with -Wduplicated-condgiraffedata2021-11-201-0/+20
* cleanupgiraffedata2020-12-271-24/+27
* pm_getline - return correct buffer sizegiraffedata2020-02-161-2/+3
* Fix buffer overrunsgiraffedata2020-01-141-2/+21
* add pm_getlinegiraffedata2018-10-071-0/+67
* whitespacegiraffedata2018-10-021-52/+52
* Improve error message for purported image that ends in the middle of the magi...giraffedata2017-04-161-4/+11
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-161-0/+1
* Add missing include of <io.h> for Mingw32giraffedata2015-01-011-2/+3
* Properly qualify Netpbm include files - avoid conflict with DJGPP's <io.h>giraffedata2015-01-011-3/+3
* cleanupgiraffedata2015-01-011-3/+0
* On Windows, unlink temporary files via atexitgiraffedata2015-01-011-8/+121
* Change _XOPEN_SOURCE 600 to 500. See doc/HISTORYgiraffedata2014-09-201-1/+1
* Declare _XOPEN_SOURCE >= 500 to make strdup definedgiraffedata2014-08-241-1/+2
* cleanupgiraffedata2013-06-231-4/+0
* Change _XOPEN_SOURCE from 500 to 600 for Mac OSXgiraffedata2012-09-081-1/+1
* pm_make_tmpfile_fd: fix improper handling when unable to get memory to constr...giraffedata2012-02-131-1/+1
* redo conditional compilation of Windows stuff to use MSVCRT, based on _WIN32,...giraffedata2012-02-121-2/+2
* Fix compile bugs from a few minutes agogiraffedata2012-02-111-3/+2
* Fix open flags for Windows mkstempx()giraffedata2012-02-111-1/+27
* Fix mkstempx() consistent failuregiraffedata2012-02-111-1/+1
* cleanupgiraffedata2011-05-011-1/+1
* Rename nstring.h functions with pm_ prefixgiraffedata2010-09-291-16/+16
* Add pm_readbiglong2, etc.giraffedata2010-09-191-0/+35
* Remove VMS code. Who are we kidding?giraffedata2010-05-191-14/+6
* cleanupgiraffedata2009-04-251-58/+26
* Eliminate uint32n, int32ngiraffedata2008-09-231-1/+1
* remove recently added dead codegiraffedata2008-01-031-32/+0
* Add pm_tmpfile_fd(), pm_make_tmpfile_fd()giraffedata2007-12-311-22/+79
* split pmfileio.c out of libpm.cgiraffedata2007-12-091-0/+948