1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Commit graph

  • e6baedddcf DOS-like: Treat \ and : as directory separators in addition to /. Lasse Collin 2010-12-12 14:50:04 +0200
  • adb89e68d4 Merge branch 'v5.0' Lasse Collin 2010-12-07 18:53:04 +0200
  • b7afd3e22a Translations: Fix Czech translation of "sparse file". Lasse Collin 2010-12-07 18:52:04 +0200
  • 7c24e0d1b8 Merge branch 'v5.0' Lasse Collin 2010-11-15 14:33:01 +0200
  • 3e564704bc liblzma: Document the return value of lzma_lzma_preset(). Lasse Collin 2010-11-15 14:28:26 +0200
  • 2964d8d691 Simplify paths in generated API docs Jonathan Nieder 2010-11-12 15:22:13 -0600
  • b4d42f1a71 add build script for macosx universal Anders F Bjorklund 2010-11-05 12:56:11 +0100
  • 15ee6935ab Update the copies of GPLv2 and LGPLv2.1 from gnu.org. Lasse Collin 2010-11-04 18:31:40 +0200
  • 8e355f7fdb Merge branch 'v5.0' Lasse Collin 2010-10-26 15:53:06 +0300
  • 37c25658ef Build: Copy the example programs to $docdir/examples. Lasse Collin 2010-10-26 15:48:48 +0300
  • 974ebe6349 liblzma: Rename a few variables and constants. Lasse Collin 2010-10-26 10:36:41 +0300
  • 7c427ec38d Bump version 5.1.0alpha. v5.1.0alpha Lasse Collin 2010-10-25 12:59:25 +0300
  • e45929260c Build: Fix mydist rule when .git doesn't exist. v5.0.0 Lasse Collin 2010-10-23 17:25:52 +0300
  • 6e1326fcdf Add NEWS for 5.0.0. Lasse Collin 2010-10-23 14:15:35 +0300
  • b667a3ef63 Bump version to 5.0.0 and liblzma version-info to 5:0:0. Lasse Collin 2010-10-23 14:02:53 +0300
  • 8c947e9291 liblzma: Make lzma_code() check the reserved members in lzma_stream. Lasse Collin 2010-10-23 12:30:54 +0300
  • e61d85e082 Windows: Use MinGW's stdio functions. Lasse Collin 2010-10-23 12:26:33 +0300
  • 23e23f1dc0 liblzma: Use 512 as INDEX_GROUP_SIZE. Lasse Collin 2010-10-23 12:21:32 +0300
  • 613939fc82 liblzma: A few ABI tweaks to reserve space in structures. Lasse Collin 2010-10-23 12:20:11 +0300
  • 68b83f252d xz: Make sure that message_strm() can never return NULL. Lasse Collin 2010-10-21 23:16:11 +0300
  • d09c5753e3 liblzma: Update the comments in the API headers. Lasse Collin 2010-10-21 23:06:31 +0300
  • 33c1c0e102 Update INSTALL.generic. Lasse Collin 2010-10-19 12:08:30 +0300
  • 0076e03641 Clean up a few FIXMEs and TODOs. Lasse Collin 2010-10-19 11:44:37 +0300
  • ce34ec4f54 Update docs. Lasse Collin 2010-10-19 10:21:08 +0300
  • f0fa880d24 xz: Avoid raise() also on OpenVMS. Lasse Collin 2010-10-12 15:13:30 +0300
  • ac462b1c47 xz: Avoid SA_RESTART for portability reasons. Lasse Collin 2010-10-11 21:26:19 +0300
  • d52b411716 xz: Use "%"PRIu32 instead of "%d" in a format string. Lasse Collin 2010-10-10 17:58:58 +0300
  • ae74d1bdeb test_files.sh: Fix the first line. Lasse Collin 2010-10-10 17:43:26 +0300
  • d492b80ddd lzmainfo: Use "%"PRIu32 instead of "%u" for uint32_t. Lasse Collin 2010-10-10 16:49:01 +0300
  • 825e859a90 lzmainfo: Use fileno(stdin) instead of STDIN_FILENO. Lasse Collin 2010-10-10 16:47:01 +0300
  • acbc4cdecb lzmainfo: Use setmode() on DOS-like systems. Lasse Collin 2010-10-09 23:20:51 +0300
  • ef364d3abc OS/2 and DOS: Be less verbose on signals. Lasse Collin 2010-10-09 21:51:03 +0300
  • 5629c4be07 DOS: Update the Makefile, config.h and README. Lasse Collin 2010-10-09 19:28:49 +0300
  • f25a77e6b9 Windows: Put some license info into README-Windows.txt. Lasse Collin 2010-10-09 18:57:55 +0300
  • e75100f549 Windows: Fix a diagnostics bug in build.bash. Lasse Collin 2010-10-09 18:57:04 +0300
  • efeb998a2b lzmainfo: Add Windows resource file. Lasse Collin 2010-10-09 13:02:15 +0300
  • 389d418445 Add missing public domain notice to lzmadec_w32res.rc. Lasse Collin 2010-10-09 12:57:25 +0300
  • 6389c773a4 Windows: Update common_w32res.rc. Lasse Collin 2010-10-09 12:52:12 +0300
  • 71275457ca Windows: Make build.bash prefer MinGW-w32 over MinGW. Lasse Collin 2010-10-09 12:27:08 +0300
  • 3ac35719d8 Windows: Copy COPYING-Windows.txt (if it exists) to the package. Lasse Collin 2010-10-09 11:33:21 +0300
  • 7b5db576fd Windows: Fix build.bash again. Lasse Collin 2010-10-08 21:42:37 +0300
  • d3cd7abe85 Use LZMA_VERSION_STRING instead of PACKAGE_VERSION. Lasse Collin 2010-10-08 16:53:20 +0300
  • 084c60d318 configure.ac: Remove two unused defines. Lasse Collin 2010-10-08 15:59:25 +0300
  • 11f51b6714 Make tests accommodate missing xz or xzdec. Lasse Collin 2010-10-08 15:32:29 +0300
  • b1c7368f95 Build: Add options to disable individual command line tools. Lasse Collin 2010-10-08 15:25:45 +0300
  • 630a8beda3 Windows: Make build.bash work without --enable-dynamic=no. Lasse Collin 2010-10-07 00:44:53 +0300
  • f9907503f8 Build: Remove the static/dynamic tricks. Lasse Collin 2010-10-05 14:13:16 +0300
  • fda4724d81 configure.ac: Silence a warning from Autoconf 2.68. Lasse Collin 2010-10-05 12:18:58 +0300
  • 80b5675fa6 A few more languages files to the xz man page. Lasse Collin 2010-10-04 19:43:01 +0300
  • f9722dbeca Update the FAQ. Lasse Collin 2010-10-02 12:07:33 +0300
  • 61ae593661 liblzma: Small fixes to comments in the API headers. Lasse Collin 2010-10-02 11:38:20 +0300
  • 9166682dc6 Create the PDF versions of the man pages better. Lasse Collin 2010-09-28 11:40:12 +0300
  • 17d3c61edd Move version.sh to build-aux. Lasse Collin 2010-09-28 10:59:53 +0300
  • 84af9d8770 Update .gitignore. Lasse Collin 2010-09-28 10:53:02 +0300
  • 31575a449a Fix accomodate -> accommodate on the xz man page. Lasse Collin 2010-09-28 01:17:14 +0300
  • cec0ddc8ec Major man page updates. Lasse Collin 2010-09-27 23:29:34 +0300
  • 075257ab04 Fix the preset -3e. Lasse Collin 2010-09-26 18:10:31 +0300
  • 2577da9ebd Add translations.bash and translation notes to README. Lasse Collin 2010-09-23 14:03:10 +0300
  • a3c5997c57 xz: Update the Czech translation. Lasse Collin 2010-09-17 22:14:30 +0300
  • a1766af582 xz: Add Italian translation. Lasse Collin 2010-09-16 23:40:41 +0300
  • 2108801855 xz: Edit a translators comment. Lasse Collin 2010-09-15 00:34:13 +0300
  • be16e28ece xz: Add German translation. Lasse Collin 2010-09-14 22:47:14 +0300
  • e23ea74f32 Updated README. Lasse Collin 2010-09-10 14:30:25 +0300
  • 8dad2fd693 Updated INSTALL. Lasse Collin 2010-09-10 14:30:07 +0300
  • 0b5f07fe37 Updated the git repository address in ChangeLog. Lasse Collin 2010-09-10 14:26:20 +0300
  • a8760203f9 xz: Add a comment to translators about "literal context bits". Lasse Collin 2010-09-10 14:09:33 +0300
  • bb0b1004f8 xz: Multiple fixes. Lasse Collin 2010-09-10 10:30:33 +0300
  • 639f8e2af3 Update the Czech translation. Lasse Collin 2010-09-08 08:49:22 +0300
  • 41bc9956eb xz: Add a note to translators. Lasse Collin 2010-09-07 12:31:40 +0300
  • 77a7746616 Fix use of N_() and ngettext(). Lasse Collin 2010-09-07 10:42:13 +0300
  • e6ad393358 Add missing files to POTFILES.in. Lasse Collin 2010-09-06 19:43:12 +0300
  • 58f5513182 xz: Improve a comment. Lasse Collin 2010-09-06 10:16:24 +0300
  • bcb1b89834 xz: Update the comment about NetBSD in file_io.c. Lasse Collin 2010-09-05 21:34:29 +0300
  • da014d5597 xz: Use an array instead of pointer for stdin_filename. Lasse Collin 2010-09-05 21:11:33 +0300
  • 8c7d3d1a07 xz: Hopefully ease translating the messages in list.c. Lasse Collin 2010-09-05 12:16:17 +0300
  • ef840950ad xz: Fix grammar. Lasse Collin 2010-09-04 23:14:44 +0300
  • c46afd6edc xz: Use lzma_lzma_preset() to initialize the options structure. Lasse Collin 2010-09-04 23:12:20 +0300
  • 8fd3ac046d Don't set lc=4 with --extreme. Lasse Collin 2010-09-04 22:16:28 +0300
  • 474bac0c33 xz: Minor improvements to --help and --long-help. Lasse Collin 2010-09-04 22:10:32 +0300
  • 373ee26f95 Adjust memory limits in test_compress.sh Jonathan Nieder 2010-09-03 16:49:15 -0500
  • 2fce9312f3 xz: Make -vv show also decompressor memory usage. Lasse Collin 2010-09-03 15:54:40 +0300
  • b4b1cbcb53 Tweak the compression presets -0 .. -5. Lasse Collin 2010-09-03 15:13:12 +0300
  • 77fe5954cd liblzma: Adjust default depth calculation for HC3 and HC4. Lasse Collin 2010-09-03 12:28:41 +0300
  • fce69059cf xz: Make --help two lines shorter. Lasse Collin 2010-09-03 11:11:25 +0300
  • a848e47ced xz: Make setting a preset override a custom filter chain. Lasse Collin 2010-09-02 19:22:35 +0300
  • b3ff7ba044 xz: Always warn if adjusting dictionary size due to memlimit. Lasse Collin 2010-09-02 19:09:57 +0300
  • d5653ba8a1 Fix test_compress.sh. Lasse Collin 2010-08-10 11:04:30 +0300
  • 792331bdee Disable the memory usage limiter by default. Lasse Collin 2010-08-07 20:45:18 +0300
  • 4a45dd4c39 Add missing const to a global constant in xz. Lasse Collin 2010-08-06 20:22:16 +0300
  • 01aa4869cb Language fixes for man pages. Lasse Collin 2010-07-28 11:44:55 +0300
  • ce1f0deafe Windows: Add a note about building a Git repository snapshot Lasse Collin 2010-07-27 20:47:12 +0300
  • 507a4a4dea Windows: build.sh is a bash script so name it correctly. Lasse Collin 2010-07-27 20:45:03 +0300
  • b1cbfd40f0 Windows: Don't strip liblzma.a too much. Lasse Collin 2010-07-27 20:27:32 +0300
  • a540198ffb Updated THANKS. Lasse Collin 2010-07-13 20:07:26 +0300
  • bab0f01ed9 Add two simple example programs. Lasse Collin 2010-07-13 19:55:50 +0300
  • c15c42abb3 Add --no-adjust. Lasse Collin 2010-06-15 14:06:29 +0300
  • 2130926dd1 Updated THANKS. Lasse Collin 2010-06-11 21:51:32 +0300
  • bc612d0e0c Clarify the description of the default memlimit in the man page. Lasse Collin 2010-06-11 21:48:32 +0300
  • e1b6935d60 Fix string to uint64_t conversion. Lasse Collin 2010-06-11 21:43:28 +0300
  • 3e49c8acb0 Put the git commit to the filename in mydist rule. Lasse Collin 2010-06-11 10:40:28 +0300