[Audacity-cvs] lib-src/libsndfile/tests Makefile.am, 1.12, 1.13 Makefile.in, 1.20, 1.21 aiff_rw_test.c, 1.5, 1.6 alaw_test.c, 1.9, 1.10 benchmark.c, 1.7, 1.8 benchmark.def, 1.6, 1.7 benchmark.tpl, 1.7, 1.8 checksum_test.c, 1.1, 1.2 command_test.c, 1.10, 1.11 cpp_test.cc, 1.2, 1.3 dft_cmp.c, 1.7, 1.8 dft_cmp.h, 1.6, 1.7 dither_test.c, 1.4, 1.5 dwvw_test.c, 1.9, 1.10 error_test.c, 1.8, 1.9 external_libs_test.c, 1.1, 1.2 fix_this.c, 1.8, 1.9 floating_point_test.c, 1.9, 1.10 floating_point_test.def, 1.4, 1.5 floating_point_test.tpl, 1.5, 1.6 generate.c, 1.1, 1.2 generate.h, 1.1, 1.2 header_test.c, 1.5, 1.6 header_test.def, 1.4, 1.5 header_test.tpl, 1.5, 1.6 headerless_test.c, 1.8, 1.9 largefile_test.c, 1.3, 1.4 locale_test.c, 1.3, 1.4 lossy_comp_test.c, 1.9, 1.10 misc_test.c, 1.9, 1.10 multi_file_test.c, 1.5, 1.6 ogg_test.c, 1.1, 1.2 pcm_test.c, 1.10, 1.11 pcm_test.def, 1.6, 1.7 pcm_test.tpl, 1.10, 1.11 peak_chunk_test.c, 1.8, 1.9 pipe_test.c, 1.8, 1.9 pipe_test.def, 1.4, 1.5 pipe_test.tpl, 1.5, 1.6 raw_test.c, 1.5, 1.6 scale_clip_test.c, 1.6, 1.7 scale_clip_test.def, 1.4, 1.5 scale_clip_test.tpl, 1.6, 1.7 sfversion.c, 1.7, 1.8 stdin_test.c, 1.8, 1.9 stdio_test.c, 1.8, 1.9 stdout_test.c, 1.8, 1.9 string_test.c, 1.5, 1.6 ulaw_test.c, 1.9, 1.10 utils.c, 1.10, 1.11 utils.def, 1.8, 1.9 utils.h, 1.10, 1.11 utils.tpl, 1.10, 1.11 virtual_io_test.c, 1.4, 1.5 vorbis_test.c, 1.1, 1.2 win32_ordinal_test.c, 1.3, 1.4 win32_test.c, 1.5, 1.6 write_read_test.c, 1.10, 1.11 write_read_test.def, 1.7, 1.8 write_read_test.tpl, 1.10, 1.11

Fri, 13 Feb 2009 15:14:17 -0800

Update of /cvsroot/audacity/lib-src/libsndfile/tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14379/tests

Modified Files:
        Makefile.am Makefile.in aiff_rw_test.c alaw_test.c benchmark.c 
        benchmark.def benchmark.tpl checksum_test.c command_test.c 
        cpp_test.cc dft_cmp.c dft_cmp.h dither_test.c dwvw_test.c 
        error_test.c external_libs_test.c fix_this.c 
        floating_point_test.c floating_point_test.def 
        floating_point_test.tpl generate.c generate.h header_test.c 
        header_test.def header_test.tpl headerless_test.c 
        largefile_test.c locale_test.c lossy_comp_test.c misc_test.c 
        multi_file_test.c ogg_test.c pcm_test.c pcm_test.def 
        pcm_test.tpl peak_chunk_test.c pipe_test.c pipe_test.def 
        pipe_test.tpl raw_test.c scale_clip_test.c scale_clip_test.def 
        scale_clip_test.tpl sfversion.c stdin_test.c stdio_test.c 
        stdout_test.c string_test.c ulaw_test.c utils.c utils.def 
        utils.h utils.tpl virtual_io_test.c vorbis_test.c 
        win32_ordinal_test.c win32_test.c write_read_test.c 
        write_read_test.def write_read_test.tpl 
Log Message:
Update to 1.0.18 release plus our portability patches.


Index: pipe_test.tpl
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/pipe_test.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pipe_test.tpl       8 Feb 2009 18:44:57 -0000       1.5
+++ pipe_test.tpl       13 Feb 2009 21:33:29 -0000      1.6
@@ -1,6 +1,6 @@
 [+ AutoGen5 template c +]
 /*
-** Copyright (C) 2001-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


Index: header_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/header_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- header_test.c       8 Feb 2009 18:44:57 -0000       1.5
+++ header_test.c       13 Feb 2009 21:33:29 -0000      1.6
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2001-2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software ; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/Makefile.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.in 8 Feb 2009 18:44:57 -0000       1.20
+++ Makefile.in 13 Feb 2009 21:33:29 -0000      1.21
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -63,8 +63,7 @@
        $(top_srcdir)/M4/ltoptions.m4 $(top_srcdir)/M4/ltsugar.m4 \
        $(top_srcdir)/M4/ltversion.m4 $(top_srcdir)/M4/lt~obsolete.m4 \
        $(top_srcdir)/M4/mkoctfile_version.m4 \
-       $(top_srcdir)/M4/octave.m4 $(top_srcdir)/M4/pkg.m4 \
-       $(top_srcdir)/configure.ac
+       $(top_srcdir)/M4/octave.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 mkinstalldirs = $(install_sh) -d
@@ -309,7 +308,6 @@
 LIPO = @LIPO@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
-MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
 MKOCTFILE = @MKOCTFILE@
@@ -410,7 +408,6 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 @enable_test_coverage_fa...@cpp_test = cpp_test
@@ -507,12 +504,12 @@
 
 .SUFFIXES:
 .SUFFIXES: .c .cc .lo .o .obj
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  
$(am__configure_deps)
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        @for dep in $?; do \
          case '$(am__configure_deps)' in \
            *$$dep*) \
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-               && { if test -f $@; then exit 0; else break; fi; }; \
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+               && exit 0; \
              exit 1;; \
          esac; \
        done; \
@@ -532,9 +529,9 @@
 $(top_builddir)/config.status: $(top_srcdir)/configure 
$(CONFIG_STATUS_DEPENDENCIES)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+$(top_srcdir)/configure:  $(am__configure_deps)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 clean-noinstPROGRAMS:
@@ -751,7 +748,7 @@
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
        mkid -fID $$unique
 tags: TAGS

Index: sfversion.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/sfversion.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sfversion.c 8 Feb 2009 18:44:57 -0000       1.7
+++ sfversion.c 13 Feb 2009 21:33:29 -0000      1.8
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: vorbis_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/vorbis_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vorbis_test.c       8 Feb 2009 18:44:57 -0000       1.1
+++ vorbis_test.c       13 Feb 2009 21:33:29 -0000      1.2
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2007-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: locale_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/locale_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- locale_test.c       8 Feb 2009 18:44:57 -0000       1.3
+++ locale_test.c       13 Feb 2009 21:33:29 -0000      1.4
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2005 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2005-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


Index: lossy_comp_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/lossy_comp_test.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- lossy_comp_test.c   8 Feb 2009 18:44:57 -0000       1.9
+++ lossy_comp_test.c   13 Feb 2009 21:33:29 -0000      1.10
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2005 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: generate.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/generate.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- generate.c  8 Feb 2009 18:44:57 -0000       1.1
+++ generate.c  13 Feb 2009 21:33:29 -0000      1.2
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2007-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: virtual_io_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/virtual_io_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- virtual_io_test.c   8 Feb 2009 18:44:57 -0000       1.4
+++ virtual_io_test.c   13 Feb 2009 21:33:29 -0000      1.5
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2005 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


Index: scale_clip_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/scale_clip_test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- scale_clip_test.c   8 Feb 2009 18:44:57 -0000       1.6
+++ scale_clip_test.c   13 Feb 2009 21:33:29 -0000      1.7
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: stdout_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/stdout_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- stdout_test.c       8 Feb 2009 18:44:57 -0000       1.8
+++ stdout_test.c       13 Feb 2009 21:33:29 -0000      1.9
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2001-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: floating_point_test.tpl
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/floating_point_test.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- floating_point_test.tpl     8 Feb 2009 18:44:57 -0000       1.5
+++ floating_point_test.tpl     13 Feb 2009 21:33:29 -0000      1.6
@@ -1,6 +1,6 @@
 [+ AutoGen5 template c +]
 /*
-** Copyright (C) 1999-2005 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


Index: misc_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/misc_test.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- misc_test.c 8 Feb 2009 18:44:57 -0000       1.9
+++ misc_test.c 13 Feb 2009 21:33:29 -0000      1.10
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2001-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software ; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: fix_this.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/fix_this.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fix_this.c  8 Feb 2009 18:44:57 -0000       1.8
+++ fix_this.c  13 Feb 2009 21:33:29 -0000      1.9
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: stdin_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/stdin_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- stdin_test.c        8 Feb 2009 18:44:57 -0000       1.8
+++ stdin_test.c        13 Feb 2009 21:33:29 -0000      1.9
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2001-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: headerless_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/headerless_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- headerless_test.c   8 Feb 2009 18:44:57 -0000       1.8
+++ headerless_test.c   13 Feb 2009 21:33:29 -0000      1.9
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: pcm_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/pcm_test.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pcm_test.c  8 Feb 2009 18:44:57 -0000       1.10
+++ pcm_test.c  13 Feb 2009 21:33:29 -0000      1.11
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: peak_chunk_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/peak_chunk_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- peak_chunk_test.c   8 Feb 2009 18:44:57 -0000       1.8
+++ peak_chunk_test.c   13 Feb 2009 21:33:29 -0000      1.9
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2001-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: write_read_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/write_read_test.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- write_read_test.c   8 Feb 2009 18:44:57 -0000       1.10
+++ write_read_test.c   13 Feb 2009 21:33:29 -0000      1.11
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: ulaw_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/ulaw_test.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ulaw_test.c 8 Feb 2009 18:44:57 -0000       1.9
+++ ulaw_test.c 13 Feb 2009 21:33:29 -0000      1.10
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: aiff_rw_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/aiff_rw_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- aiff_rw_test.c      8 Feb 2009 18:44:57 -0000       1.5
+++ aiff_rw_test.c      13 Feb 2009 21:33:29 -0000      1.6
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2003-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2003-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: raw_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/raw_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- raw_test.c  8 Feb 2009 18:44:57 -0000       1.5
+++ raw_test.c  13 Feb 2009 21:33:29 -0000      1.6
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2002-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2002-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: ogg_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/ogg_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ogg_test.c  8 Feb 2009 18:44:57 -0000       1.1
+++ ogg_test.c  13 Feb 2009 21:33:29 -0000      1.2
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2007-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: floating_point_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/floating_point_test.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- floating_point_test.c       8 Feb 2009 18:44:57 -0000       1.9
+++ floating_point_test.c       13 Feb 2009 21:33:29 -0000      1.10
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2005 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: benchmark.tpl
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/benchmark.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- benchmark.tpl       8 Feb 2009 18:44:57 -0000       1.7
+++ benchmark.tpl       13 Feb 2009 21:33:29 -0000      1.8
@@ -1,6 +1,6 @@
 [+ AutoGen5 template c +]
 /*
-** Copyright (C) 2002-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2002-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: win32_ordinal_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/win32_ordinal_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- win32_ordinal_test.c        8 Feb 2009 18:44:57 -0000       1.3
+++ win32_ordinal_test.c        13 Feb 2009 21:33:29 -0000      1.4
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2006, 2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2006-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


Index: pcm_test.tpl
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/pcm_test.tpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pcm_test.tpl        8 Feb 2009 18:44:57 -0000       1.10
+++ pcm_test.tpl        13 Feb 2009 21:33:29 -0000      1.11
@@ -1,6 +1,6 @@
 [+ AutoGen5 template c +]
 /*
-** Copyright (C) 1999-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


Index: dft_cmp.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/dft_cmp.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dft_cmp.c   8 Feb 2009 18:44:57 -0000       1.7
+++ dft_cmp.c   13 Feb 2009 21:33:29 -0000      1.8
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2002-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2002-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: checksum_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/checksum_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- checksum_test.c     8 Feb 2009 18:44:57 -0000       1.1
+++ checksum_test.c     13 Feb 2009 21:33:29 -0000      1.2
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2008-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


Index: dwvw_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/dwvw_test.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dwvw_test.c 8 Feb 2009 18:44:57 -0000       1.9
+++ dwvw_test.c 13 Feb 2009 21:33:29 -0000      1.10
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2002-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2002-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: alaw_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/alaw_test.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- alaw_test.c 8 Feb 2009 18:44:57 -0000       1.9
+++ alaw_test.c 13 Feb 2009 21:33:29 -0000      1.10
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: benchmark.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/benchmark.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- benchmark.c 8 Feb 2009 18:44:57 -0000       1.7
+++ benchmark.c 13 Feb 2009 21:33:29 -0000      1.8
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2002-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2002-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: write_read_test.tpl
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/write_read_test.tpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- write_read_test.tpl 8 Feb 2009 18:44:57 -0000       1.10
+++ write_read_test.tpl 13 Feb 2009 21:33:29 -0000      1.11
@@ -1,6 +1,6 @@
 [+ AutoGen5 template c +]
 /*
-** Copyright (C) 1999-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: scale_clip_test.tpl
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/scale_clip_test.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- scale_clip_test.tpl 8 Feb 2009 18:44:57 -0000       1.6
+++ scale_clip_test.tpl 13 Feb 2009 21:33:29 -0000      1.7
@@ -1,6 +1,6 @@
 [+ AutoGen5 template c +]
 /*
-** Copyright (C) 1999-2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: string_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/string_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- string_test.c       8 Feb 2009 18:44:57 -0000       1.5
+++ string_test.c       13 Feb 2009 21:33:29 -0000      1.6
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2003-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2003-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: error_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/error_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- error_test.c        8 Feb 2009 18:44:57 -0000       1.8
+++ error_test.c        13 Feb 2009 21:33:29 -0000      1.9
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: external_libs_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/external_libs_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- external_libs_test.c        8 Feb 2009 18:44:57 -0000       1.1
+++ external_libs_test.c        13 Feb 2009 21:33:29 -0000      1.2
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2008-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software ; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: header_test.tpl
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/header_test.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- header_test.tpl     8 Feb 2009 18:44:57 -0000       1.5
+++ header_test.tpl     13 Feb 2009 21:33:29 -0000      1.6
@@ -1,6 +1,6 @@
 [+ AutoGen5 template c +]
 /*
-** Copyright (C) 2001-2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software ; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: win32_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/win32_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- win32_test.c        8 Feb 2009 18:44:57 -0000       1.5
+++ win32_test.c        13 Feb 2009 21:33:29 -0000      1.6
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2001-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


Index: utils.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/utils.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- utils.h     8 Feb 2009 18:44:57 -0000       1.10
+++ utils.h     13 Feb 2009 21:33:29 -0000      1.11
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2002-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2002-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: generate.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/generate.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- generate.h  8 Feb 2009 18:44:57 -0000       1.1
+++ generate.h  13 Feb 2009 21:33:29 -0000      1.2
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2007 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2007-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: utils.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/utils.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- utils.c     8 Feb 2009 18:44:57 -0000       1.10
+++ utils.c     13 Feb 2009 21:33:29 -0000      1.11
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2002-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2002-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: stdio_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/stdio_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- stdio_test.c        8 Feb 2009 18:44:57 -0000       1.8
+++ stdio_test.c        13 Feb 2009 21:33:29 -0000      1.9
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2001-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: utils.tpl
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/utils.tpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- utils.tpl   8 Feb 2009 18:44:57 -0000       1.10
+++ utils.tpl   13 Feb 2009 21:33:29 -0000      1.11
@@ -1,6 +1,6 @@
 [+ AutoGen5 template h c +]
 /*
-** Copyright (C) 2002-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2002-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: multi_file_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/multi_file_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- multi_file_test.c   8 Feb 2009 18:44:57 -0000       1.5
+++ multi_file_test.c   13 Feb 2009 21:33:29 -0000      1.6
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 1999-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 1999-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: dft_cmp.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/dft_cmp.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dft_cmp.h   8 Feb 2009 18:44:57 -0000       1.6
+++ dft_cmp.h   13 Feb 2009 21:33:29 -0000      1.7
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2002-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2002-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: pipe_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/pipe_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pipe_test.c 8 Feb 2009 18:44:57 -0000       1.8
+++ pipe_test.c 13 Feb 2009 21:33:29 -0000      1.9
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2001-2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by

Index: command_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/command_test.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- command_test.c      8 Feb 2009 18:44:57 -0000       1.10
+++ command_test.c      13 Feb 2009 21:33:29 -0000      1.11
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2001-2008 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2001-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


Index: dither_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/dither_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dither_test.c       8 Feb 2009 18:44:57 -0000       1.4
+++ dither_test.c       13 Feb 2009 21:33:29 -0000      1.5
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2003,2004 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2003-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


Index: largefile_test.c
===================================================================
RCS file: /cvsroot/audacity/lib-src/libsndfile/tests/largefile_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- largefile_test.c    8 Feb 2009 18:44:57 -0000       1.3
+++ largefile_test.c    13 Feb 2009 21:33:29 -0000      1.4
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2006 Erik de Castro Lopo <[email protected]>
+** Copyright (C) 2006-2009 Erik de Castro Lopo <[email protected]>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to