home · contact · privacy
Make try_fgetc() prepend clearerr() for fgetc() versions that need it.
[plomrogue] / src / common /
2014-04-18 Christian HellerMake try_fgetc() prepend clearerr() for fgetc() version...
2014-04-08 Christian HellerRefactor file parsing patterns.
2014-04-06 Christian HellerMinor refactoring in file parsing.
2014-04-06 Christian HellerClient: Fit interface_conf to new config file style...
2014-04-03 Christian HellerMake client's commandDB reading use new parsing / confi...
2014-03-31 Christian HellerFix textfile_width() line length check position.
2014-03-31 Christian HellerMake textfile_width() check for too large lines.
2014-03-30 Christian HellerMake server config files more readable, their parsing...
2014-03-25 Christian HellerFix comment text.
2014-03-25 Christian HellerMove tests for value size < UINT8_MAX into err_try_fget...
2014-03-18 Christian HellerIn the client, different modes of treating linebreaks...
2014-03-17 Christian HellerGot rid of useless "internal error code" part of error...
2014-02-05 Christian HellerAdded previously forgotten header file.
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
2014-02-05 Christian HellerSome code-internal restructuring following the assumpti...
2014-01-28 Christian HellerAdded previously forgotten err_try_fgets library (and...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...