Age | Commit message (Expand) | Author | Files | Lines |
2009-09-11 | Use $(LN_EXEEXT) in symlinks to executables. | Lasse Collin | 1 | -0/+9 |
2009-08-27 | Require GNU libtool 2.2. | Lasse Collin | 1 | -10/+3 |
2009-08-13 | Make --enable-dynamic a tristate option. | Lasse Collin | 1 | -20/+57 |
2009-08-13 | Add lzmainfo for backward compatibility with LZMA Utils. | Lasse Collin | 1 | -0/+1 |
2009-07-18 | Use AC_CONFIG_AUX_DIR to clean up the toplevel directory | Lasse Collin | 1 | -1/+2 |
2009-07-05 | Major update to the xzgrep and other scripts based on | Lasse Collin | 1 | -0/+14 |
2009-07-02 | Define PACKAGE_HOMEPAGE in configure.ac and use it in | Lasse Collin | 1 | -0/+5 |
2009-07-01 | Avoid visibility related compiler warnings on Windows. | Lasse Collin | 1 | -11/+9 |
2009-06-30 | Build system fixes | Lasse Collin | 1 | -11/+23 |
2009-06-26 | Basic support for building with Cygwin and MinGW using | Lasse Collin | 1 | -0/+7 |
2009-05-02 | Use a GCC-specific #pragma instead of GCC-specific | Lasse Collin | 1 | -13/+0 |
2009-05-02 | Removed --disable-encoder and --disable-decoder. Use the values | Lasse Collin | 1 | -40/+8 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -10/+3 |
2009-03-01 | Added AC_CONFIG_MACRO_DIR to configure.ac. | Lasse Collin | 1 | -0/+1 |
2009-02-14 | Cleanups to the code that detects the amount of RAM and | Lasse Collin | 1 | -87/+2 |
2009-02-13 | Changed how the version number is specified in various places. | Lasse Collin | 1 | -1/+2 |
2009-02-09 | Let the user specify custom CFLAGS on the make command | Lasse Collin | 1 | -28/+30 |
2009-02-07 | Make it easy to choose if command line tools should be | Lasse Collin | 1 | -0/+39 |
2009-02-02 | Updated the x86 assembler code: | Lasse Collin | 1 | -6/+0 |
2008-12-31 | Bumped version to 4.999.8beta right after the release | Lasse Collin | 1 | -1/+1 |
2008-12-31 | Disable both Subblock encoder and decoder my default, | Lasse Collin | 1 | -1/+1 |
2008-12-31 | Prepare for 4.999.7beta release. | Lasse Collin | 1 | -2/+2 |
2008-12-31 | Fixed missing quoting in configure.ac. | Lasse Collin | 1 | -19/+19 |
2008-12-31 | Remove lzma_init() and other init functions from liblzma API. | Lasse Collin | 1 | -5/+24 |
2008-12-13 | Name the package "xz" in configure.ac. | Lasse Collin | 1 | -7/+4 |
2008-12-12 | Some adjustments to GCC warning flags. The important change | Lasse Collin | 1 | -3/+5 |
2008-11-19 | Added missing check for uint16_t. | Lasse Collin | 1 | -0/+1 |
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 1 | -2/+2 |
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 1 | -12/+36 |
2008-09-27 | Some API changes, bug fixes, cleanups etc. | Lasse Collin | 1 | -9/+9 |
2008-09-10 | Bumped version to 4.999.6alpha. | Lasse Collin | 1 | -1/+1 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -169/+187 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 1 | -8/+33 |
2008-05-11 | Remove support for pre-C89 libc versions that lack memcpy, | Lasse Collin | 1 | -1/+1 |
2008-05-11 | Improved C99 compiler detection in configure.ac. It will | Lasse Collin | 1 | -12/+12 |
2008-04-25 | Bumped version number to 4.999.3alpha. It will become 5.0.0 | Lasse Collin | 1 | -2/+2 |
2008-03-24 | Replaced the range decoder optimization that used arithmetic | Lasse Collin | 1 | -1/+0 |
2008-03-22 | Added autoconf check to detect if we can use arithmetic | Lasse Collin | 1 | -0/+1 |
2008-01-18 | Added the debug directory and the first debug tool | Lasse Collin | 1 | -0/+1 |
2008-01-18 | Don't add -g to CFLAGS when --enable-debug is specified. | Lasse Collin | 1 | -1/+0 |
2008-01-15 | Fixed assembler detection in configure.ac, and added | Lasse Collin | 1 | -16/+16 |
2008-01-09 | Define HAVE_ASM_X86 when x86 assembler optimizations are | Lasse Collin | 1 | -1/+4 |
2008-01-07 | Test for $GCC = yes instead of if it is non-empty. This | Lasse Collin | 1 | -1/+1 |
2008-01-06 | Cosmetic changes to configure.ac. | Lasse Collin | 1 | -8/+6 |
2008-01-06 | Automatically disable assembler code on Darwin x86. | Lasse Collin | 1 | -2/+15 |
2008-01-06 | Introduced compatibility with systems that have pre-C99 | Lasse Collin | 1 | -1/+12 |
2008-01-05 | Rearranged testing of GCC-specific flags. | Lasse Collin | 1 | -10/+23 |
2007-12-10 | Bumped version number to 4.42.3alpha. | Lasse Collin | 1 | -1/+1 |
2007-12-10 | Disabled some unneeded warnings and made "make dist" work.larhzu/v4.42.2alpha | Lasse Collin | 1 | -3/+6 |
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+611 |