Up to [cvs.netbsd.org] / pkgsrc / archivers / lzo
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 23 11:59:00 2011 UTC (8 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Changes 2.06: * Some minor optimizations for big-endian architectures. * Fixed overly strict malloc() misalignment check in examples.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Apr 23 21:46:59 2011 UTC (12 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Changes 2.05: * Converted the configure system to non-recursive Automake. * Applied some overdue speed optimizations for modern x86/x64 architectures and current compilers like gcc 4.6 and MSVC 2010.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Nov 13 11:21:05 2010 UTC (18 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Update lzo to 2.04. Changes in 2.04 (31 Oct 2010) * Fixed a gcc-4.5 aliasing issue in lzo_init(). * Updated the configure system. * Assorted cleanups.
Revision 1.4 / (download) - annotate - [select for diffs], Tue May 20 15:11:55 2008 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Update to 2.03: Changes in 2.03 (30 Apr 2008) * Updated the ELF assembler sources to mark the stack as non-executable. * Fixed a HP-UX 11 build issue with Itanium in ILP32 mode. * Updated the configure system.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 25 15:32:43 2007 UTC (4 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Don't hard-code that malloc.h exists, do the reverse. *sigh* and we run autoconf because?
Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 21 22:36:21 2005 UTC (6 years, 7 months ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update to version 2.02. Fixes PR#31876.
Changes in 2.02 (17 Oct 2005)
* Updated the build and Autoconf scripts to fix some reported
compilation problems.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jul 14 20:02:48 2005 UTC (6 years, 10 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of lzo-2.01, the new major version of archivers/liblzo. LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. The LZO algorithms and implementations are copyrighted OpenSource distributed under the GNU General Public License.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 14 20:02:48 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Initial revision