]> mj.ucw.cz Git - libucw.git/commit
Several bug fixes in the logger:
authorMartin Mares <mj@ucw.cz>
Sun, 27 Oct 2002 13:05:14 +0000 (13:05 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 27 Oct 2002 13:05:14 +0000 (13:05 +0000)
commit8a5c234a1c81e4d199d6c8a20b25548068d843f7
tree9eb310c7d7d229dec2fa61f7cca85b323cc8e3be
parentab16a1a773411b0268854bb02f806d2dde6b253d
Several bug fixes in the logger:

o  No more hard limits on log name length.
o  If an error occurs during log switching, don't try it again.
o  Writes to log files are really atomic, we no more rely on stdio
   buffer being large enough (which it isn't).
o  Log entries are scanned for control characters which are then mapped to 0x7f.
lib/log.c