home · contact · privacy
Added explanatory comments to readwrite library.
[plomrogue] / src / readwrite.c
2013-08-15 Christian HellerAdded explanatory comments to readwrite library.
2013-08-15 Christian HellerRenamed all "fail" variables to "err", to reduce line...
2013-08-14 Christian HellerBuilt error checking into file reading/writing routines...
2013-07-23 Christian HellerMore documentation and re-styling of code according...
2013-07-22 Christian HellerMore code re-styling and documentation.
2013-07-21 Christian HellerMinor code-stylistic adjustment.
2013-07-21 Christian HellerRemoved unneeded AND operation.
2013-07-21 Christian HellerUse bit-shifting instead of bizarre arithmetics on...
2013-07-21 Christian HellerForced new documentation style on readwrite library.
2013-06-28 Christian HellerRe-grouped functions in readwrite library for readabili...
2013-06-27 Christian HellerSorted out library dependencies / includes. Include...
2013-06-20 Christian HellerUse global variable uchar_s instead of UCHARSIZE macro.
2013-06-20 Christian HellerUse preprocessor macro instead of constant variable...
2013-06-19 Christian HellerRestructured source tree. Code moves to src/, object...