]> icculus.org git repositories - icculus/xz.git/commit
Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 26 Jun 2009 17:49:54 +0000 (20:49 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 26 Jun 2009 17:49:54 +0000 (20:49 +0300)
commit65014fd211dfbd4be48685998cb5a12aaa29c8d2
tree886df71738ce7d62bdc8bf229fb63b01bcce3f0c
parent5e1257466dcb66f1d7a3f71814a5ad885cba43e8
Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]
to avoid problems on systems with system headers with those
names.
dos/Makefile
src/xz/Makefile.am
src/xz/coder.c [moved from src/xz/process.c with 100% similarity]
src/xz/coder.h [moved from src/xz/process.h with 100% similarity]
src/xz/file_io.c [moved from src/xz/io.c with 100% similarity]
src/xz/file_io.h [moved from src/xz/io.h with 100% similarity]
src/xz/private.h
windows/Makefile