]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/api/lzma.h
Removed what I believe is an incorrect #ifdef HAVE_* test.
[icculus/xz.git] / src / liblzma / api / lzma.h
2010-10-21 Lasse Collinliblzma: Update the comments in the API headers.
2010-05-26 Lasse CollinRemove the Subblock filter code for now.
2010-05-14 Lasse CollinOmit lzma_restrict from the API headers.
2009-12-08 Lasse CollinAlways rely on GCC's auto-import on Windows.
2009-11-15 Lasse CollinAdd lzma_physmem().
2009-09-12 Lasse CollinFix GCC version check for nothrow attribute.
2009-09-12 Lasse CollinA few grammar fixes.
2009-08-27 Lasse CollinUpdates to liblzma API headers.
2009-06-26 Lasse CollinBasic support for building with Cygwin and MinGW using
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-07 Lasse CollinIntroduced LZMA_API_STATIC macro, which the applications
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-01-31 Lasse CollinUse __cdecl also for function pointers in liblzma API...
2009-01-31 Lasse CollinAdd LZMA_API to liblzma API headers. It's useful at...
2009-01-31 Lasse CollinFix two lines in lzma.h on which the # wasn't at the
2009-01-31 Lasse CollinAdd support for using liblzma headers in MSVC, which...
2009-01-31 Lasse CollinFix # -> ## in a macro in lzma.h.
2008-12-31 Lasse CollinRenamed lzma_options_simple to lzma_options_bcj in...
2008-12-30 Lasse CollinRemove lzma_init() and other init functions from liblzm...
2008-12-27 Lasse CollinBunch of liblzma tweaks, including some API changes.
2008-12-17 Lasse CollinRemove the alignment functions for now. Maybe they...
2008-12-15 Lasse CollinBunch of liblzma API cleanups and fixes.
2008-11-25 Lasse CollinRemove the nowadays unneeded memory limitting malloc...
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-18 Lasse CollinUpdate the code to mostly match the new simpler file...
2008-01-22 Lasse CollinAdded lzma_easy_* functions. These should make using
2008-01-06 Lasse CollinIntroduced compatibility with systems that have pre-C99
2007-12-08 Lasse CollinImported to git.