aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* Add a config.mk with useful pre-packed includedDavid Phillips2016-04-24
|
* Initial readme stubDavid Phillips2016-04-24
|
* 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
|
* Makefile tidyDavid Phillips2016-04-22
|
* WorkingDavid Phillips2016-04-20