aboutsummaryrefslogtreecommitdiff
path: root/pgm-interlace.c
Commit message (Collapse)AuthorAge
* Rename some functions, add documentation comments to important funcsDavid Phillips2016-04-26
|
* Fallthrough cases suck, remove todo listDavid Phillips2016-04-26
|
* Handle comments as whitespaceDavid Phillips2016-04-26
|
* isspace(3) is correct to use for PGMDavid Phillips2016-04-26
|
* No more magic magicsDavid Phillips2016-04-26
|
* Add catch for non-positive white valueDavid Phillips2016-04-26
|
* Rename read_number to be more accurateDavid Phillips2016-04-26
|
* atoi -> atol to match variablesDavid Phillips2016-04-26
|
* Initialise everything for good formDavid Phillips2016-04-26
|
* Misc fixmes listDavid Phillips2016-04-23
|
* Fix token buffer overflow detection, general clean-upDavid Phillips2016-04-23
|
* Comment and whitespace fixesDavid Phillips2016-04-22
|
* Finally, proper parsing of PGM headersDavid Phillips2016-04-22
| | | | | | | The PGM header fields are all parsed and read. They are also checked to be matching across all input files before proceeding. Fixes github issue #1
* Update copyright yearDavid Phillips2016-04-22
|
* More fixmesDavid Phillips2016-04-22
|
* Scrap use of EXIT_FAILUREDavid Phillips2016-04-22
|
* WorkingDavid Phillips2016-04-20