platform/upstream/xz.git
2012-04-19 Lasse CollinDOS: Link against DJGPP's libemu to support FPU emulation.
2012-04-19 Lasse Collinliblzma: Fix Libs.private in liblzma.pc to include...
2012-04-19 Lasse CollinDocs: Update MINIX 3 information in INSTALL.
2012-02-22 Lasse CollinUpdate THANKS.
2012-02-22 Lasse CollinFix exit status of xzgrep when grepping binary files.
2012-02-22 Lasse CollinUpdate THANKS.
2012-02-22 Lasse CollinFix compiling with IBM XL C on AIX.
2012-01-10 Lasse CollinTests: Fix a compiler warning with _FORTIFY_SOURCE.
2011-12-19 Lasse CollinDocs: Explain the stable releases better in README.
2011-11-07 Lasse Collinxz: Show minimum required XZ Utils version in xz -lvv.
2011-11-04 Lasse Collinxz: Fix a typo in a comment.
2011-11-03 Lasse CollinUpdate THANKS.
2011-11-03 Lasse Collinxz: Fix xz on EBCDIC systems.
2011-10-23 Lasse CollinUpdate THANKS.
2011-10-23 Lasse Collinliblzma: Fix invalid free() in the threaded encoder.
2011-10-23 Lasse Collinliblzma: Fix a deadlock in the threaded encoder.
2011-09-06 Lasse CollinBuild: Fix "make check" on Windows.
2011-08-09 Lasse CollinUpdate THANKS.
2011-08-09 Lasse CollinWorkaround unusual SIZE_MAX on SCO OpenServer.
2011-08-06 Lasse CollinRun the scripts with the correct shell in test_scripts.sh.
2011-07-31 Lasse CollinFix exit status of "xzdiff foo.xz bar.xz".
2011-06-16 Lasse Collinliblzma: Remove unneeded semicolon.
2011-05-28 Lasse CollinBuild: Make configure print if symbol versioning is...
2011-05-28 Lasse CollinDon't call close(-1) in tuklib_open_stdxxx() on error.
2011-05-28 Lasse Collinliblzma: Use symbol versioning.
2011-05-28 Lasse CollinTranslations: Update the Italian translation.
2011-05-28 Lasse CollinTests: Add a test file for the bug in the previous...
2011-05-27 Lasse Collinxz: Fix error handling in xz -lvv.
2011-05-27 Lasse Collinliblzma: Handle allocation failures correctly in lzma_i...
2011-05-23 Lasse CollinBuild: Fix checking for system-provided SHA-256.
2011-05-23 Lasse CollinBuild: Set GZIP_ENV=-9n in top-level Makefile.am.
2011-05-22 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-21 Lasse Collinliblzma: Try to use SHA-256 from the operating system.
2011-05-17 Lasse CollinDon't use clockid_t in mythread.h when clock_gettime...
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-05-01 Lasse Collinxz: Fix input file position when --single-stream is...
2011-05-01 Lasse Collinxz: Print the maximum number of worker threads in xz...
2011-04-19 Lasse CollinBuild: Warn if no supported method to detect the number...
2011-04-19 Lasse CollinUpdate THANKS.
2011-04-19 Lasse CollinFix portability problems in mythread.h.
2011-04-18 Lasse CollinUpdate THANKS.
2011-04-18 Martin Väthxzgrep: fix typo in $0 parsing
2011-04-12 Lasse CollinBump the version number to 5.1.1alpha and liblzma sonam...
2011-04-12 Lasse CollinPut the unstable APIs behind #ifdef LZMA_UNSTABLE.
2011-04-12 Lasse CollinRemove doubled words from documentation and comments.
2011-04-12 Lasse CollinUpdate NEWS.
2011-04-12 Lasse CollinUpdate TODO.
2011-04-12 Lasse Collinxz: Update the man page about threading.
2011-04-11 Lasse Collinxz: Add support for threaded compression.
2011-04-11 Lasse Collinliblzma: Add lzma_stream_encoder_mt() for threaded...
2011-04-11 Lasse Collinliblzma: Add the forgotten lzma_lzma2_block_size().
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: Use memzero() to initialize supported_actions[].
2011-04-11 Lasse Collinliblzma: API comment about lzma_allocator with threaded...
2011-04-11 Lasse Collinliblzma: Add an internal function lzma_mt_block_size().
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-11 Lasse Collinxz: Move the description of --block-size in --long...
2011-04-11 Lasse CollinDocs: Document --single-stream and --block-size.
2011-04-11 Lasse Collinliblzma: Make lzma_stream_encoder_init() static (second...
2011-04-11 Lasse CollinRevert "liblzma: Make lzma_stream_encoder_init() static."
2011-04-10 Lasse CollinRevise mythread.h.
2011-04-10 Lasse Collinliblzma: Make lzma_stream_encoder_init() static.
2011-04-10 Lasse CollinDOS: Update the docs and include notes about 8.3 filenames.
2011-04-10 Lasse Collinxz/DOS: Add experimental 8.3 filename support.
2011-04-10 Lasse Collinxz/DOS: Be more careful with the destination file.
2011-04-09 Lasse CollinUpdate THANKS.
2011-04-09 Lasse Collinliblzma: Add missing #ifdefs to filter_common.c.
2011-04-09 Lasse Collinxz: Avoid unneeded fstat() on DOS-like systems.
2011-04-09 Lasse Collinxz: Minor internal changes to handling of --threads.
2011-04-08 Lasse Collinxz: Change size_t to uint32_t in a few places.
2011-04-08 Lasse Collinxz: Fix a typo in a comment.
2011-04-05 Lasse Collinliblzma: Use TUKLIB_GNUC_REQ to check GCC version in...
2011-04-05 Lasse CollinBuild: Upgrade m4/acx_pthread.m4 to the latest version.
2011-04-05 Lasse Collinxz: Use posix_fadvise() if it is available.
2011-04-05 Lasse Collinxz: Call lzma_end(&strm) before exiting if debugging...
2011-04-02 Lasse Collinliblzma: Fix a memory leak in stream_encoder.c.
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-03-19 Lasse CollinScripts: Add lzop (.lzo) support to xzdiff and xzgrep.
2011-03-18 Lasse Collinxz: Add --block-size=SIZE.
2011-03-18 Lasse Collinxz: Add --single-stream.
2011-02-06 Lasse Collinxz: Clean up suffix.c.
2011-02-06 Lasse Collinxz: Check if the file already has custom suffix when...
2011-02-06 Lasse CollinUpdated THANKS.
2011-02-06 Lasse CollinTranslations: Add Polish translation.
2011-02-06 Lasse CollinUpdated THANKS.
2011-02-06 Lasse CollinMerge commit '5fbce0b8d96dc96775aa0215e3581addc830e23d'
next