]> icculus.org git repositories - icculus/xz.git/commit
Fixes to progress message handling in xz:
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 22 Feb 2009 16:52:49 +0000 (18:52 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 22 Feb 2009 16:52:49 +0000 (18:52 +0200)
commit68bf7ac2984d3627369a240ef0491934d53f7899
treea9a7273c23425b08ce1c626293858bd09406cdd3
parent47c2e21f82242f50f18713a27d644c2c94ab3fea
Fixes to progress message handling in xz:

  - Don't use Windows-specific code on Windows. The old code
    required at least Windows 2000. Now it should work on
    Windows 98 and later, and maybe on Windows 95 too.

  - Use less precision when showing estimated remaining time.

  - Fix some small design issues.
src/xz/message.c
src/xz/message.h
src/xz/process.c