Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix arithmetic overflow | giraffedata | 2018-10-06 | 1 | -11/+20 |
* | cleanup | giraffedata | 2018-10-06 | 1 | -73/+94 |
* | whitespace | giraffedata | 2018-10-06 | 1 | -21/+26 |
* | Fix variable used before set | giraffedata | 2018-04-28 | 1 | -0/+2 |
* | cleanup | giraffedata | 2018-04-28 | 1 | -302/+321 |
* | whitespace | giraffedata | 2018-04-28 | 1 | -102/+102 |
* | Use pm_strnlen instead of strnlen because MacOS X before 10.7 does not have it | giraffedata | 2018-01-20 | 1 | -1/+1 |
* | fix typo in comment | giraffedata | 2018-01-11 | 1 | -1/+1 |
* | cleanup | giraffedata | 2017-10-24 | 1 | -1/+1 |
* | Fix handling of non-NUL-terminated strings in input file | giraffedata | 2017-10-24 | 1 | -60/+102 |
* | Fix bug: -lib and -dir always say slide not found. Broken by cleanup rev 1946 | giraffedata | 2017-10-21 | 1 | -15/+15 |
* | Fix bug: doesn't recognize AutoCAD slide file because of botched cleanup | giraffedata | 2017-10-21 | 1 | -1/+1 |
* | whitespace | giraffedata | 2017-10-21 | 1 | -35/+35 |
* | cleanup | giraffedata | 2017-06-10 | 1 | -15/+31 |
* | cleanup | giraffedata | 2017-06-10 | 1 | -3/+5 |
* | Upgrade to _XOPEN_SOURCE 500 to get M_PI | giraffedata | 2017-04-30 | 2 | -2/+2 |
* | cleanup | giraffedata | 2017-04-22 | 2 | -40/+35 |
* | Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S... | giraffedata | 2016-11-16 | 12 | -0/+13 |
* | Fix bug from revision 2768 on 16.05.08 | giraffedata | 2016-06-17 | 1 | -0/+2 |
* | cleanup | giraffedata | 2016-05-12 | 1 | -84/+82 |
* | Adapt to change in bmp.h a few days ago | giraffedata | 2016-05-12 | 1 | -9/+29 |
* | revert last change | giraffedata | 2016-05-12 | 1 | -4/+2 |
* | Adapt to new bmp.h from a few days ago | giraffedata | 2016-05-12 | 1 | -2/+4 |
* | cleanup | giraffedata | 2016-05-08 | 1 | -2/+8 |
* | cleanup | giraffedata | 2016-05-08 | 1 | -41/+46 |
* | make compatible with new shhopt | giraffedata | 2016-05-03 | 1 | -0/+1 |
* | cleanup | giraffedata | 2016-05-03 | 6 | -143/+183 |
* | cleanup | giraffedata | 2016-05-02 | 1 | -32/+0 |
* | cleanup | giraffedata | 2016-05-02 | 1 | -9/+0 |
* | Update web link | giraffedata | 2016-04-29 | 1 | -11/+11 |
* | Don't try to compile code that uses parse_printf_format on a system that does... | giraffedata | 2015-10-13 | 1 | -0/+2 |
* | cleanup | giraffedata | 2015-10-13 | 1 | -2/+2 |
* | cleanup: factor out runlength encoding | giraffedata | 2015-07-03 | 2 | -97/+28 |
* | Fix failure with -hamforce and -nocompression | giraffedata | 2015-06-28 | 1 | -1/+1 |
* | cleanup | giraffedata | 2015-06-05 | 1 | -186/+235 |
* | Remove dead RLE code (dead because of a bug - removing from manual instead of... | giraffedata | 2015-06-05 | 1 | -125/+20 |
* | cleanup | giraffedata | 2015-05-27 | 1 | -2/+16 |
* | Fix buffer overrun with long file name | giraffedata | 2015-05-24 | 1 | -10/+39 |
* | Add and use pbm_cleanrowend_packed | giraffedata | 2015-05-16 | 1 | -6/+2 |
* | Fix warning on 32 bit compile | giraffedata | 2015-05-10 | 1 | -1/+1 |
* | remove now obsolete ansi.h | giraffedata | 2015-05-06 | 1 | -76/+0 |
* | cleanup - remove non-ANSI compiler provisions | giraffedata | 2015-05-06 | 25 | -134/+115 |
* | Fix buffer overflow | giraffedata | 2015-04-23 | 1 | -76/+121 |
* | Fix bug from previous commit | giraffedata | 2015-04-17 | 1 | -2/+3 |
* | Set undefined palette values | giraffedata | 2015-04-09 | 1 | -0/+16 |
* | Fix recent bug from subtracting two unsigned ints; round properly | giraffedata | 2015-04-05 | 1 | -5/+9 |
* | cleanup - silence compiler warning | giraffedata | 2015-03-03 | 1 | -1/+0 |
* | Fix TRUE, FALSE redefined | giraffedata | 2015-01-01 | 1 | -3/+2 |
* | Fix bug from 2 days ago | giraffedata | 2014-12-18 | 1 | -1/+1 |
* | Add some validation of format string | giraffedata | 2014-12-15 | 1 | -48/+337 |