head 1.4; access; symbols pkgsrc-2016Q4:1.3.0.36 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.34 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.32 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.30 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.28 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.26 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.24 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.22 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.20 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.18 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.16 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.14 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.12 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.10 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.6 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.2 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.2.0.2 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.1.0.42 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.40 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.38 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.36 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.34 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.32 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.30 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.28 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.26 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.24 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.22 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.20 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.18 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.16 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.14 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.12 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.10 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.8 pkgsrc-2008Q1:1.1.0.6 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.4 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.2 pkgsrc-2007Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2017.03.18.13.54.23; author adam; state dead; branches; next 1.3; commitid DQsvPNlsylqum2Kz; 1.3 date 2012.08.10.15.52.12; author drochner; state Exp; branches; next 1.2; 1.2 date 2012.05.07.01.22.50; author dholland; state Exp; branches; next 1.1; 1.1 date 2007.08.05.19.15.47; author joerg; state Exp; branches; next ; desc @@ 1.4 log @Changes 0.79.5: This is pretty much a relaunch of the project, the internet site and the accompanying documentation. There are too much changes for a detailed report. The most prominent feature of this version is that the multithreaded RS03 codec reached production quality, and all required features have been implemented. A few things will be added with the next releases: - adaptive reading is currently disabled as it does not support RS03 yet and would crash or misbehave on RS03 error correction data - a heuristic for an exhaustive re-discovery of RS03 structures in a badly damaged medium is missing in the decoder But these things should not keep you from using RS03, as the encoder is complete and future decoder enhancements do not affect already created RS03 data. @ text @$NetBSD: patch-ah,v 1.3 2012/08/10 15:52:12 drochner Exp $ use standard includes --- memtrack.c.orig 2012-03-26 13:10:43.000000000 +0000 +++ memtrack.c @@@@ -21,9 +21,6 @@@@ #define _GNU_SOURCE -#if !defined(SYS_FREEBSD) /* FreeBSD declares malloc() in stdlib.h */ - #include -#endif #include #include #include @ 1.3 log @update to 0.72.4 changes: - fixed crash in scsi layer for FreeBSD - fixed double free when reading mode page 1 fails - fixed DMA misalignment when reading mode page 1 - changed #includes for glibc for compatibility with 2.32 - dropped Darwin/Mac OS X support - removed dependency on installed md5sum command - changed libpng test in configure to utilize pkg-config - fixed some minor flaws for NetBSD @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Build fixes for new glib2. @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 2007/08/05 19:15:47 joerg Exp $ d3 1 a3 2 - use standard includes - fix build with latest glib2 d5 1 a5 1 --- memtrack.c.orig 2011-10-02 18:32:04.000000000 +0000 d7 1 a7 1 @@@@ -21,16 +21,12 @@@@ d11 1 a11 1 -#if !defined(SYS_FREEBSD) && !defined(SYS_DARWIN) /* FreeBSD declares malloc() in stdlib.h */ a16 7 #include #include -#include /* * We're not pulling in dvdisaster.h on purpose... @ 1.1 log @Don't use malloc.h. @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 1 --- memtrack.c.orig 2007-08-01 20:40:51.000000000 +0000 d8 1 a8 1 @@@@ -21,9 +21,6 @@@@ d18 7 @