]> wimlib.net Git - wimlib/commit
Various minor changes and fixes.
authorEric Biggers <ebiggers3@gmail.com>
Mon, 13 Aug 2012 20:54:21 +0000 (15:54 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 13 Aug 2012 20:54:21 +0000 (15:54 -0500)
commit6f7956a06fcf92a304fae93e393e8eaee34e92d5
tree7ed9bada299a92d4becf7603ec98d1e37b796dac
parent6b48d458662451251f506fcf7e275b4250a31cd0
Various minor changes and fixes.

- Automatic newline when calling DEBUG() or ERROR()
- Use ERROR_WITH_ERRNO instead of "%m" conversion specifier
- Security data cannot be NULL anymore; just allocate one with zero entries.
- Cleaned up failure case code in some functions, also documented whether the
  WIMs are valid after wimlib_add_image(), wimlib_delete_image(), and
  wimlib_export_image() fails or not.
30 files changed:
programs/imagex.c
src/decomp.c
src/decomp.h
src/dentry.c
src/dentry.h
src/endianness.h
src/extract.c
src/header.c
src/integrity.c
src/join.c
src/lookup_table.c
src/lookup_table.h
src/lz.c
src/lzx-comp.c
src/lzx-decomp.c
src/modify.c
src/mount.c
src/resource.c
src/security.c
src/sha1.c
src/split.c
src/util.c
src/util.h
src/wim.c
src/wimlib.h
src/wimlib_internal.h
src/write.c
src/xml.c
src/xpress-comp.c
src/xpress-decomp.c