aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add test case for too-long tokenDavid Phillips2016-05-16
* Add test case for white value of zeroDavid Phillips2016-05-16
* Add 'all' dependency to test recipeDavid Phillips2016-05-15
* Add xfail test for 16 bitDavid Phillips2016-05-15
* Add basic error test casesDavid Phillips2016-05-15
* Add test for single frame (input == output)David Phillips2016-05-15
* Consolidate input pgmsDavid Phillips2016-05-15
* Change test.sh pass/fail logicDavid Phillips2016-05-15
* Add beginnings of test suiteDavid Phillips2016-05-14
* Remove pgms from gitignoreDavid Phillips2016-05-14
* Add synatx to readme, correct wordingDavid Phillips2016-05-10
* Remove old example from readmeDavid Phillips2016-05-10
* Rotate to horizontal interlacing, add bufferingDavid Phillips2016-05-05
* Reinstate return statement in error conditionDavid Phillips2016-05-05
* Fix typo in syntaxDavid Phillips2016-05-05
* Change chars used for fgetc to ints, shift pgm writing logic to own functionDavid Phillips2016-05-04
* Add diagram to readmeDavid Phillips2016-05-03
* Better checking of header and magic numberDavid Phillips2016-04-30
* Correct program name and descriptionDavid Phillips2016-04-28
* Error message improvementsDavid Phillips2016-04-28
* 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
* 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
* 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