]> granicus.if.org Git - xz/shortlog
xz
2011-05-28 Lasse Collinliblzma: Handle allocation failures correctly in lzma_i...
2011-05-23 Lasse CollinBuild: Set GZIP_ENV=-9n in top-level Makefile.am.
2011-05-21 Lasse CollinBump version and soname for 5.0.3. v5.0.3
2011-05-21 Lasse CollinUpdate NEWS for 5.0.3.
2011-05-21 Lasse CollinAdd French translation.
2011-05-21 Lasse Collinxz: Translate also the string used to print the program...
2011-05-17 Lasse CollinUpdate THANKS.
2011-05-17 Lasse CollinUpdate INSTALL with a note about linker problem on...
2011-05-17 Lasse CollinBuild: Fix initialization of enable_check_* variables...
2011-05-17 Lasse CollinAdd underscores to attributes (__attribute((__foo__))).
2011-04-18 Lasse CollinUpdate THANKS.
2011-04-18 Martin Väthxzgrep: fix typo in $0 parsing
2011-04-12 Lasse CollinRemove doubled words from documentation and comments.
2011-04-11 Lasse Collinliblzma: Document lzma_easy_(enc|dec)oder_memusage...
2011-04-11 Lasse Collinliblzma: Document lzma_raw_(enc|dec)oder_memusage(...
2011-04-11 Lasse Collinliblzma: Don't create an empty Block in lzma_stream_buf...
2011-04-11 Lasse Collinliblzma: Fix API docs to mention LZMA_UNSUPPORTED_CHECK.
2011-04-11 Lasse Collinliblzma: Validate encoder arguments better.
2011-04-09 Lasse CollinUpdate THANKS.
2011-04-09 Lasse Collinliblzma: Add missing #ifdefs to filter_common.c.
2011-04-05 Lasse Collinliblzma: Fix a memory leak in stream_encoder.c.
2011-04-01 Lasse CollinBumped version and liblzma soname to 5.0.2. v5.0.2
2011-04-01 Lasse CollinUpdated NEWS for 5.0.2.
2011-03-31 Lasse CollinUpdate INSTALL with another note about IRIX.
2011-03-31 Lasse CollinTests: Add a new file to test empty LZMA2 streams.
2011-03-31 Lasse Collinliblzma: Fix decoding of LZMA2 streams having no uncomp...
2011-03-23 Lasse CollinScripts: Better fix for xzgrep.
2011-03-23 Lasse CollinUpdated THANKS.
2011-03-23 Lasse CollinScripts: Fix xzgrep -l.
2011-02-04 Lasse Collinxz: Clean up suffix.c.
2011-02-04 Lasse Collinxz: Check if the file already has custom suffix when...
2011-02-02 Lasse CollinUpdated THANKS.
2011-02-02 Lasse CollinTranslations: Add Polish translation.
2011-02-02 Lasse CollinUpdated THANKS.
2011-01-28 Lasse CollinBump package version and liblzma soname to 5.0.1. v5.0.1
2011-01-28 Lasse CollinUpdate NEWS for 5.0.1.
2011-01-26 Lasse Collinxz: Fix --force on setuid/setgid/sticky and multi-hardl...
2011-01-18 Lasse CollinUpdated THANKS.
2011-01-18 Lasse CollinAdd alloc_size and malloc attributes to a few functions.
2010-12-13 Lasse CollinScripts: Fix gzip and bzip2 support in xzdiff.
2010-12-12 Lasse CollinBuild: Enable ASM on DJGPP by default.
2010-12-12 Lasse CollinUpdated THANKS.
2010-12-12 Lasse CollinAdd missing PRIx32 and PRIx64 compatibility definitions.
2010-12-12 Lasse CollinDOS-like: Treat \ and : as directory separators in...
2010-12-07 Lasse CollinTranslations: Fix Czech translation of "sparse file".
2010-11-15 Lasse Collinliblzma: Document the return value of lzma_lzma_preset().
2010-11-13 Jonathan NiederSimplify paths in generated API docs
2010-10-26 Lasse CollinBuild: Copy the example programs to $docdir/examples.
2010-10-23 Lasse CollinBuild: Fix mydist rule when .git doesn't exist. v5.0.0
2010-10-23 Lasse CollinAdd NEWS for 5.0.0.
2010-10-23 Lasse CollinBump version to 5.0.0 and liblzma version-info to 5...
2010-10-23 Lasse Collinliblzma: Make lzma_code() check the reserved members...
2010-10-23 Lasse CollinWindows: Use MinGW's stdio functions.
2010-10-23 Lasse Collinliblzma: Use 512 as INDEX_GROUP_SIZE.
2010-10-23 Lasse Collinliblzma: A few ABI tweaks to reserve space in structures.
2010-10-21 Lasse Collinxz: Make sure that message_strm() can never return...
2010-10-21 Lasse Collinliblzma: Update the comments in the API headers.
2010-10-19 Lasse CollinUpdate INSTALL.generic.
2010-10-19 Lasse CollinClean up a few FIXMEs and TODOs.
2010-10-19 Lasse CollinUpdate docs.
2010-10-12 Lasse Collinxz: Avoid raise() also on OpenVMS.
2010-10-11 Lasse Collinxz: Avoid SA_RESTART for portability reasons.
2010-10-10 Lasse Collinxz: Use "%"PRIu32 instead of "%d" in a format string.
2010-10-10 Lasse Collintest_files.sh: Fix the first line.
2010-10-10 Lasse Collinlzmainfo: Use "%"PRIu32 instead of "%u" for uint32_t.
2010-10-10 Lasse Collinlzmainfo: Use fileno(stdin) instead of STDIN_FILENO.
2010-10-09 Lasse Collinlzmainfo: Use setmode() on DOS-like systems.
2010-10-09 Lasse CollinOS/2 and DOS: Be less verbose on signals.
2010-10-09 Lasse CollinDOS: Update the Makefile, config.h and README.
2010-10-09 Lasse CollinWindows: Put some license info into README-Windows...
2010-10-09 Lasse CollinWindows: Fix a diagnostics bug in build.bash.
2010-10-09 Lasse Collinlzmainfo: Add Windows resource file.
2010-10-09 Lasse CollinAdd missing public domain notice to lzmadec_w32res.rc.
2010-10-09 Lasse CollinWindows: Update common_w32res.rc.
2010-10-09 Lasse CollinWindows: Make build.bash prefer MinGW-w32 over MinGW.
2010-10-09 Lasse CollinWindows: Copy COPYING-Windows.txt (if it exists) to...
2010-10-08 Lasse CollinWindows: Fix build.bash again.
2010-10-08 Lasse CollinUse LZMA_VERSION_STRING instead of PACKAGE_VERSION.
2010-10-08 Lasse Collinconfigure.ac: Remove two unused defines.
2010-10-08 Lasse CollinMake tests accommodate missing xz or xzdec.
2010-10-08 Lasse CollinBuild: Add options to disable individual command line...
2010-10-06 Lasse CollinWindows: Make build.bash work without --enable-dynamic=no.
2010-10-05 Lasse CollinBuild: Remove the static/dynamic tricks.
2010-10-05 Lasse Collinconfigure.ac: Silence a warning from Autoconf 2.68.
2010-10-04 Lasse CollinA few more languages files to the xz man page.
2010-10-02 Lasse CollinUpdate the FAQ.
2010-10-02 Lasse Collinliblzma: Small fixes to comments in the API headers.
2010-09-28 Lasse CollinCreate the PDF versions of the man pages better.
2010-09-28 Lasse CollinMove version.sh to build-aux.
2010-09-28 Lasse CollinUpdate .gitignore.
2010-09-27 Lasse CollinFix accomodate -> accommodate on the xz man page.
2010-09-27 Lasse CollinMajor man page updates.
2010-09-26 Lasse CollinFix the preset -3e.
2010-09-23 Lasse CollinAdd translations.bash and translation notes to README.
2010-09-17 Lasse Collinxz: Update the Czech translation.
2010-09-16 Lasse Collinxz: Add Italian translation.
2010-09-14 Lasse Collinxz: Edit a translators comment.
2010-09-14 Lasse Collinxz: Add German translation.
2010-09-10 Lasse CollinUpdated README.
2010-09-10 Lasse CollinUpdated INSTALL.
next