You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(22) |
Aug
(270) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(8) |
Feb
(24) |
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(25) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(3) |
Nov
(1) |
Dec
(14) |
2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(31) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(90) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Gerhard E. <gu...@us...> - 2016-12-22 14:33:45
|
Update of /cvsroot/foo/foo/elkfoo/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23594/elkfoo/src Modified Files: snd.m Log Message: G: added cString message in G_Make_Snd Index: snd.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/snd.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** snd.m 28 Apr 2010 23:38:33 -0000 1.11 --- snd.m 22 Dec 2016 14:33:43 -0000 1.12 *************** *** 128,132 **** SND_T(snd)->type = Null; GC_Link(snd); ! SND_T(snd)->type = Intern((char*)[class description]); GC_Unlink; return snd; --- 128,132 ---- SND_T(snd)->type = Null; GC_Link(snd); ! SND_T(snd)->type = Intern((char*)[[class description] cString]); GC_Unlink; return snd; |
From: Gerhard E. <gu...@us...> - 2016-05-26 09:45:33
|
Update of /cvsroot/foo/fooelk In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32494 Modified Files: bootstrap Log Message: updated automake version check to include version 1.15 Index: bootstrap =================================================================== RCS file: /cvsroot/foo/fooelk/bootstrap,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bootstrap 26 Apr 2010 15:41:07 -0000 1.6 --- bootstrap 26 May 2016 09:45:30 -0000 1.7 *************** *** 39,43 **** # Check for automake amvers="no" ! for v in 11 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" --- 39,43 ---- # Check for automake amvers="no" ! for v in 15 14 13 12 11 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" |
From: Gerhard E. <gu...@us...> - 2016-05-26 09:44:58
|
Update of /cvsroot/foo/foo In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32430 Modified Files: bootstrap Log Message: updated automake version check to include version 1.15 Index: bootstrap =================================================================== RCS file: /cvsroot/foo/foo/bootstrap,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** bootstrap 27 Apr 2010 15:46:44 -0000 1.7 --- bootstrap 26 May 2016 09:44:56 -0000 1.8 *************** *** 45,49 **** # Check for automake amvers="no" ! for v in 11 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" --- 45,49 ---- # Check for automake amvers="no" ! for v in 15 14 13 12 11 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" |
From: Martin R. <ru...@us...> - 2011-11-24 12:35:05
|
Update of /cvsroot/foo/foo/libfoo/tests/foosine In directory vz-cvs-3.sog:/tmp/cvs-serv1383/libfoo/tests/foosine Modified Files: foosine.m Log Message: fixes for compile with gcc-4.6 and recent GNUstep objc runtime Index: foosine.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/tests/foosine/foosine.m,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** foosine.m 28 Apr 2010 23:38:34 -0000 1.7 --- foosine.m 24 Nov 2011 12:35:03 -0000 1.8 *************** *** 37,41 **** #ifdef GNUSTEP_BASE_LIBRARY ! #include <GSConfig.h> #endif --- 37,42 ---- #ifdef GNUSTEP_BASE_LIBRARY ! /* this does not seem to be needed anymore */ ! /* #include <GNUstepBase/GSConfig.h> */ #endif |
From: Martin R. <ru...@us...> - 2011-11-24 11:38:19
|
Update of /cvsroot/foo/fooelk In directory vz-cvs-3.sog:/tmp/cvs-serv19753 Modified Files: ChangeLog NEWS README.FOO Log Message: incorporated minor fixes from elk-3.99.8 Index: NEWS =================================================================== RCS file: /cvsroot/foo/fooelk/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NEWS 26 Apr 2010 15:06:49 -0000 1.2 --- NEWS 24 Nov 2011 11:38:17 -0000 1.3 *************** *** 4,7 **** --- 4,10 ---- ---------------------------- + * New in 3.99.8 prerelease: + + Maintenance release with minor bugfixes. + * New in 3.99.7 prerelease: + Last known garbage collector bug was fixed. Index: README.FOO =================================================================== RCS file: /cvsroot/foo/fooelk/README.FOO,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** README.FOO 26 Apr 2010 16:23:28 -0000 1.8 --- README.FOO 24 Nov 2011 11:38:17 -0000 1.9 *************** *** 2,10 **** -------------------- ! this is fooelk, an elk distribution based on elk-3.99.7 and later changes to elk's svn repository. it has been slightly modified for use with the foo sound synthesis system. ! the differences between fooelk and the current elk-3.99.7 release are: * read rationals reader extension patch --- 2,10 ---- -------------------- ! this is fooelk, an elk distribution based on elk-3.99.8 and later changes to elk's svn repository. it has been slightly modified for use with the foo sound synthesis system. ! the differences between fooelk and the current elk-3.99.8 release are: * read rationals reader extension patch Index: ChangeLog =================================================================== RCS file: /cvsroot/foo/fooelk/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 26 Apr 2010 15:12:13 -0000 1.2 --- ChangeLog 24 Nov 2011 11:38:16 -0000 1.3 *************** *** 328,332 **** M /trunk/debian/changelog ! * Working on 0.99.6. ------------------------------------------------------------------------ --- 328,332 ---- M /trunk/debian/changelog ! * Working on 3.99.6. ------------------------------------------------------------------------ *************** *** 1047,1051 **** M /trunk/debian/changelog ! * The 0.99.2 release is now ready. ------------------------------------------------------------------------ --- 1047,1051 ---- M /trunk/debian/changelog ! * The 3.99.2 release is now ready. ------------------------------------------------------------------------ *************** *** 3338,3341 **** --- 3338,3342 ---- Changed paths: A /branches + A /tags A /trunk A /trunk/BUGS |
From: Martin R. <ru...@us...> - 2010-08-22 13:47:09
|
Update of /cvsroot/foo/foo/elkfoo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32021 Modified Files: configure.ac Log Message: added include search path for recent gnustep version Index: configure.ac =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/configure.ac,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** configure.ac 27 Apr 2010 15:46:28 -0000 1.20 --- configure.ac 22 Aug 2010 13:46:59 -0000 1.21 *************** *** 83,87 **** # this feels rather hacky: is this valid for all gnustep installs? # for src/main.c: #include <GSConfig.h> ! FOO_GNUSTEP_INCLUDES="-I`gnustep-config --variable=GNUSTEP_SYSTEM_HEADERS`/GNUstepBase" else # check for oldish gnustep installation with sourced variables --- 83,89 ---- # this feels rather hacky: is this valid for all gnustep installs? # for src/main.c: #include <GSConfig.h> ! # include both GNUSTEP_SYSTEM_HEADERS and .../GNUstepBase ! FOO_GNUSTEP_INCLUDES="-I`gnustep-config --variable=GNUSTEP_SYSTEM_HEADERS`" ! FOO_GNUSTEP_INCLUDES="${FOO_GNUSTEP_INCLUDES} ${FOO_GNUSTEP_INCLUDES}/GNUstepBase" else # check for oldish gnustep installation with sourced variables |
From: Martin R. <ru...@us...> - 2010-04-28 23:42:27
|
Update of /cvsroot/foo/foo/libfoo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12326 Modified Files: bootstrap Log Message: revoke debug correction Index: bootstrap =================================================================== RCS file: /cvsroot/foo/foo/libfoo/bootstrap,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** bootstrap 28 Apr 2010 23:38:33 -0000 1.9 --- bootstrap 28 Apr 2010 23:42:19 -0000 1.10 *************** *** 39,43 **** # Check for automake amvers="no" ! for v in 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" --- 39,43 ---- # Check for automake amvers="no" ! for v in 11 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" |
From: Martin R. <ru...@us...> - 2010-04-28 23:41:21
|
Update of /cvsroot/foo/foo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12150 Modified Files: README Log Message: update README for compilation on os x 10.6 Index: README =================================================================== RCS file: /cvsroot/foo/foo/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 27 Apr 2010 15:46:44 -0000 1.5 --- README 28 Apr 2010 23:41:13 -0000 1.6 *************** *** 41,44 **** --- 41,54 ---- + bootstrapping on mac os x 10.6 + ------------------------------ + + on mac os x 10.6, bootstrapping does not seem to work with the + autotools (namely aclocal-1.10) of the apple developer tools. please + use automake and autoconf from macports: + + sudo port install automake autoconf + + compiling from release tarball ------------------------------ |
From: Martin R. <ru...@us...> - 2010-04-28 23:38:43
|
Update of /cvsroot/foo/foo/elkfoo/src In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11324/elkfoo/src Modified Files: bpf.m context.m defaults.m foofun.m fooinit.m fractone.c main.c misc.c module.m modules.m pointer.m signals.m snd.m soundfile.m task.m tell.m types.m Log Message: updated copyright information Index: foofun.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/foofun.m,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** foofun.m 28 Feb 2005 16:37:18 -0000 1.4 --- foofun.m 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: fractone.c =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/fractone.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** fractone.c 28 Feb 2005 16:37:18 -0000 1.3 --- fractone.c 28 Apr 2010 23:38:33 -0000 1.4 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: tell.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/tell.m,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** tell.m 28 Feb 2005 16:37:18 -0000 1.18 --- tell.m 28 Apr 2010 23:38:33 -0000 1.19 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: signals.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/signals.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** signals.m 28 Feb 2005 16:37:18 -0000 1.6 --- signals.m 28 Apr 2010 23:38:33 -0000 1.7 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: module.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/module.m,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** module.m 20 Jun 2005 08:57:13 -0000 1.8 --- module.m 28 Apr 2010 23:38:33 -0000 1.9 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: modules.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/modules.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** modules.m 14 Dec 2007 19:47:57 -0000 1.11 --- modules.m 28 Apr 2010 23:38:33 -0000 1.12 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: soundfile.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/soundfile.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** soundfile.m 24 Mar 2009 18:31:02 -0000 1.11 --- soundfile.m 28 Apr 2010 23:38:33 -0000 1.12 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: bpf.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/bpf.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** bpf.m 22 Mar 2009 17:18:33 -0000 1.11 --- bpf.m 28 Apr 2010 23:38:33 -0000 1.12 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: snd.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/snd.m,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** snd.m 9 Apr 2009 09:58:27 -0000 1.10 --- snd.m 28 Apr 2010 23:38:33 -0000 1.11 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: misc.c =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/misc.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** misc.c 28 Feb 2005 16:37:18 -0000 1.8 --- misc.c 28 Apr 2010 23:38:33 -0000 1.9 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: context.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/context.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** context.m 20 Jun 2005 08:57:13 -0000 1.11 --- context.m 28 Apr 2010 23:38:33 -0000 1.12 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: types.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/types.m,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** types.m 28 Feb 2005 16:37:18 -0000 1.4 --- types.m 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 10,15 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 10,15 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: fooinit.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/fooinit.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** fooinit.m 28 Feb 2005 16:37:18 -0000 1.6 --- fooinit.m 28 Apr 2010 23:38:33 -0000 1.7 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ *************** *** 49,54 **** { printf("foo sound synthesis: elkfoo %s using libfoo %s\n", VERSION, [[FOOGlobalsManager getVersion] cString]); ! printf("(C) 1993-2005 gerhard eckel, ramon gonzalez-arroyo\n"); ! printf("(C) 2003-2005 martin rumori\n"); printf("(C) 1993-1996 ircam, zkm\n"); --- 49,54 ---- { printf("foo sound synthesis: elkfoo %s using libfoo %s\n", VERSION, [[FOOGlobalsManager getVersion] cString]); ! printf("(C) 1993-2010 gerhard eckel, ramon gonzalez-arroyo\n"); ! printf("(C) 2003-2010 martin rumori\n"); printf("(C) 1993-1996 ircam, zkm\n"); Index: pointer.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/pointer.m,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** pointer.m 28 Apr 2010 22:41:10 -0000 1.12 --- pointer.m 28 Apr 2010 23:38:33 -0000 1.13 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: task.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/task.m,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** task.m 20 Jun 2005 08:57:13 -0000 1.8 --- task.m 28 Apr 2010 23:38:33 -0000 1.9 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: defaults.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/defaults.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** defaults.m 20 Jun 2005 08:57:13 -0000 1.5 --- defaults.m 28 Apr 2010 23:38:33 -0000 1.6 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: main.c =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/main.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** main.c 28 Feb 2005 16:37:18 -0000 1.5 --- main.c 28 Apr 2010 23:38:33 -0000 1.6 *************** *** 9,15 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo * (C) 1993-1996 IRCAM, ZKM ! * (C) 2003-2005 Martin Rumori */ --- 9,15 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo * (C) 1993-1996 IRCAM, ZKM ! * (C) 2003-2010 Martin Rumori */ |
From: Martin R. <ru...@us...> - 2010-04-28 23:38:43
|
Update of /cvsroot/foo/foo/elkfoo/include In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11324/elkfoo/include Modified Files: elkfoo.h Log Message: updated copyright information Index: elkfoo.h =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/include/elkfoo.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** elkfoo.h 4 Apr 2007 14:36:03 -0000 1.11 --- elkfoo.h 28 Apr 2010 23:38:33 -0000 1.12 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ |
Update of /cvsroot/foo/foo/libfoo/src In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11324/libfoo/src Modified Files: FOOBreakpointFunction.m FOOBuffer.m FOOBufferManager.m FOOContext.m FOOContextPart.m FOOEagerModule.m FOOEagerModuleManager.m FOOFileTable.m FOOGlobalsManager.m FOOLookupTable.m FOOModule.m FOOModuleManager.m FOONilModule.m FOOObject.m FOOObjectManager.m FOOOutput.m FOOOutputManager.m FOORegion.m FOOSineTable.m FOOSineXoverXTable.m FOOSoundFile.m FOOSoundStream.m FOOSubstrate.m FOOSubstrateManager.m Log Message: updated copyright information Index: FOOSubstrateManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOSubstrateManager.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOSubstrateManager.m 22 Mar 2009 18:59:22 -0000 1.5 --- FOOSubstrateManager.m 28 Apr 2010 23:38:34 -0000 1.6 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOGlobalsManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOGlobalsManager.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** FOOGlobalsManager.m 27 Apr 2010 15:45:35 -0000 1.11 --- FOOGlobalsManager.m 28 Apr 2010 23:38:34 -0000 1.12 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOObject.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOObject.m,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOObject.m 28 Feb 2005 16:37:22 -0000 1.3 --- FOOObject.m 28 Apr 2010 23:38:34 -0000 1.4 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOOutput.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOOutput.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOOutput.m 22 Mar 2009 18:51:31 -0000 1.5 --- FOOOutput.m 28 Apr 2010 23:38:34 -0000 1.6 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOORegion.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOORegion.m,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** FOORegion.m 9 Apr 2009 09:55:58 -0000 1.9 --- FOORegion.m 28 Apr 2010 23:38:34 -0000 1.10 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOObjectManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOObjectManager.m,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FOOObjectManager.m 22 Mar 2009 18:51:31 -0000 1.7 --- FOOObjectManager.m 28 Apr 2010 23:38:34 -0000 1.8 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOBreakpointFunction.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOBreakpointFunction.m,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FOOBreakpointFunction.m 22 Mar 2009 17:18:33 -0000 1.7 --- FOOBreakpointFunction.m 28 Apr 2010 23:38:34 -0000 1.8 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOONilModule.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOONilModule.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FOONilModule.m 22 Mar 2009 18:59:22 -0000 1.6 --- FOONilModule.m 28 Apr 2010 23:38:34 -0000 1.7 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSoundFile.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOSoundFile.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** FOOSoundFile.m 22 Mar 2009 18:51:31 -0000 1.11 --- FOOSoundFile.m 28 Apr 2010 23:38:34 -0000 1.12 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOEagerModuleManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOEagerModuleManager.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOEagerModuleManager.m 22 Mar 2009 18:59:22 -0000 1.5 --- FOOEagerModuleManager.m 28 Apr 2010 23:38:34 -0000 1.6 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSineTable.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOSineTable.m,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOSineTable.m 28 Feb 2005 16:37:22 -0000 1.3 --- FOOSineTable.m 28 Apr 2010 23:38:34 -0000 1.4 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOBuffer.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOBuffer.m,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOBuffer.m 25 Jun 2005 13:20:55 -0000 1.4 --- FOOBuffer.m 28 Apr 2010 23:38:34 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSineXoverXTable.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOSineXoverXTable.m,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** FOOSineXoverXTable.m 28 Feb 2005 16:37:22 -0000 1.8 --- FOOSineXoverXTable.m 28 Apr 2010 23:38:34 -0000 1.9 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOContextPart.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOContextPart.m,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOContextPart.m 22 Mar 2009 18:59:22 -0000 1.5 --- FOOContextPart.m 28 Apr 2010 23:38:34 -0000 1.6 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOFileTable.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOFileTable.m,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOFileTable.m 28 Feb 2005 16:37:22 -0000 1.3 --- FOOFileTable.m 28 Apr 2010 23:38:34 -0000 1.4 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOBufferManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOBufferManager.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FOOBufferManager.m 25 Jun 2005 13:20:56 -0000 1.6 --- FOOBufferManager.m 28 Apr 2010 23:38:34 -0000 1.7 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSubstrate.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOSubstrate.m,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** FOOSubstrate.m 22 Mar 2009 18:59:22 -0000 1.8 --- FOOSubstrate.m 28 Apr 2010 23:38:34 -0000 1.9 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOOutputManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOOutputManager.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FOOOutputManager.m 22 Mar 2009 18:51:31 -0000 1.6 --- FOOOutputManager.m 28 Apr 2010 23:38:34 -0000 1.7 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOModule.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOModule.m,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** FOOModule.m 23 Mar 2009 00:08:15 -0000 1.12 --- FOOModule.m 28 Apr 2010 23:38:34 -0000 1.13 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOContext.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOContext.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** FOOContext.m 22 Mar 2009 18:51:31 -0000 1.11 --- FOOContext.m 28 Apr 2010 23:38:34 -0000 1.12 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSoundStream.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOSoundStream.m,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** FOOSoundStream.m 9 Apr 2009 09:55:58 -0000 1.9 --- FOOSoundStream.m 28 Apr 2010 23:38:34 -0000 1.10 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOLookupTable.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOLookupTable.m,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOLookupTable.m 28 Feb 2005 16:37:22 -0000 1.4 --- FOOLookupTable.m 28 Apr 2010 23:38:34 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOEagerModule.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOEagerModule.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FOOEagerModule.m 22 Mar 2009 18:59:22 -0000 1.6 --- FOOEagerModule.m 28 Apr 2010 23:38:34 -0000 1.7 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOModuleManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOModuleManager.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FOOModuleManager.m 22 Mar 2009 18:59:22 -0000 1.6 --- FOOModuleManager.m 28 Apr 2010 23:38:34 -0000 1.7 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ |
Update of /cvsroot/foo/foo/libfoo/modules In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11324/libfoo/modules Modified Files: FOOMAdd.h FOOMAdd.m FOOMAllpass.h FOOMAllpass.m FOOMBandlimitedNoise.h FOOMBandlimitedNoise.m FOOMComb.h FOOMComb.m FOOMConstant.h FOOMConstant.m FOOMConstantBiquad.h FOOMConstantBiquad.m FOOMConstantTwoPole.h FOOMConstantTwoPole.m FOOMConstantTwoPoleTwoZero.h FOOMConstantTwoPoleTwoZero.m FOOMDiff.h FOOMDiff.m FOOMDirac.h FOOMDirac.m FOOMDiv.h FOOMDiv.m FOOMExpon.h FOOMExpon.m FOOMFiltreVariableEtat.h FOOMFiltreVariableEtat.m FOOMFof.h FOOMFof.m FOOMGate.h FOOMGate.m FOOMInteg.h FOOMInteg.m FOOMKillDC.h FOOMKillDC.m FOOMLine.h FOOMLine.m FOOMLookup.h FOOMLookup.m FOOMMath.h FOOMMath.m FOOMMul.h FOOMMul.m FOOMNeg.h FOOMNeg.m FOOMNoise.h FOOMNoise.m FOOMOscillator.h FOOMOscillator.m FOOMReadBpf.h FOOMReadBpf.m FOOMReadSnd.h FOOMReadSnd.m FOOMReadTranspSnd.h FOOMReadTranspSnd.m FOOMReverb.h FOOMReverb.m FOOMReverb8.h FOOMReverb8.m FOOMReverbOutput.h FOOMReverbOutput.m FOOMSub.h FOOMSub.m FOOMTransposeBpf.h FOOMTransposeBpf.m FOOMTransposeSnd.h FOOMTransposeSnd.m FOOMVariableTwoPole.h FOOMVariableTwoPole.m Log Message: updated copyright information Index: FOOMLookup.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMLookup.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMLookup.h 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMLookup.h 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMLookup.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMLookup.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMLookup.m 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMLookup.m 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMConstant.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMConstant.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMConstant.h 14 Dec 2007 14:16:08 -0000 1.1 --- FOOMConstant.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMMul.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMMul.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMMul.m 14 Dec 2007 14:16:13 -0000 1.1 --- FOOMMul.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMDiv.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMDiv.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMDiv.m 14 Dec 2007 14:16:11 -0000 1.1 --- FOOMDiv.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReadTranspSnd.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReadTranspSnd.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMReadTranspSnd.h 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMReadTranspSnd.h 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMTransposeSnd.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMTransposeSnd.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMTransposeSnd.m 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMTransposeSnd.m 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReverb.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReverb.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMReverb.h 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMReverb.h 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReadTranspSnd.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReadTranspSnd.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMReadTranspSnd.m 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMReadTranspSnd.m 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMDiv.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMDiv.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMDiv.h 14 Dec 2007 14:16:10 -0000 1.1 --- FOOMDiv.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMTransposeSnd.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMTransposeSnd.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMTransposeSnd.h 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMTransposeSnd.h 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMNeg.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMNeg.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMNeg.m 14 Dec 2007 14:16:13 -0000 1.1 --- FOOMNeg.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReverb.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReverb.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMReverb.m 14 Dec 2007 14:16:15 -0000 1.1 --- FOOMReverb.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMComb.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMComb.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMComb.m 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMComb.m 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMInteg.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMInteg.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMInteg.h 14 Dec 2007 14:16:12 -0000 1.1 --- FOOMInteg.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMComb.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMComb.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMComb.h 14 Dec 2007 14:16:08 -0000 1.1 --- FOOMComb.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReadBpf.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReadBpf.m,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOMReadBpf.m 23 Mar 2009 00:08:15 -0000 1.3 --- FOOMReadBpf.m 28 Apr 2010 23:38:34 -0000 1.4 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMOscillator.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMOscillator.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMOscillator.h 14 Dec 2007 14:16:14 -0000 1.1 --- FOOMOscillator.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMDirac.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMDirac.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMDirac.m 14 Dec 2007 14:16:10 -0000 1.1 --- FOOMDirac.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReverbOutput.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReverbOutput.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMReverbOutput.m 14 Dec 2007 14:16:15 -0000 1.1 --- FOOMReverbOutput.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReadBpf.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReadBpf.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMReadBpf.h 22 Mar 2009 01:11:40 -0000 1.2 --- FOOMReadBpf.h 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReverbOutput.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReverbOutput.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMReverbOutput.h 14 Dec 2007 14:16:15 -0000 1.1 --- FOOMReverbOutput.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMDirac.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMDirac.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMDirac.h 14 Dec 2007 14:16:10 -0000 1.1 --- FOOMDirac.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMConstantTwoPoleTwoZero.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMConstantTwoPoleTwoZero.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMConstantTwoPoleTwoZero.m 14 Dec 2007 14:16:10 -0000 1.1 --- FOOMConstantTwoPoleTwoZero.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMAdd.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMAdd.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMAdd.h 14 Dec 2007 14:16:07 -0000 1.1 --- FOOMAdd.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMConstantBiquad.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMConstantBiquad.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMConstantBiquad.m 14 Dec 2007 14:16:09 -0000 1.1 --- FOOMConstantBiquad.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMOscillator.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMOscillator.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMOscillator.m 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMOscillator.m 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMMath.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMMath.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMMath.m 14 Dec 2007 14:16:13 -0000 1.1 --- FOOMMath.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMNoise.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMNoise.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMNoise.h 14 Dec 2007 14:16:13 -0000 1.1 --- FOOMNoise.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMConstantBiquad.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMConstantBiquad.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMConstantBiquad.h 14 Dec 2007 14:16:09 -0000 1.1 --- FOOMConstantBiquad.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMMath.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMMath.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMMath.h 14 Dec 2007 14:16:13 -0000 1.1 --- FOOMMath.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMGate.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMGate.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMGate.h 14 Dec 2007 14:16:11 -0000 1.1 --- FOOMGate.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMKillDC.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMKillDC.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMKillDC.h 14 Dec 2007 14:16:12 -0000 1.1 --- FOOMKillDC.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMGate.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMGate.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMGate.m 14 Dec 2007 14:16:11 -0000 1.1 --- FOOMGate.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMVariableTwoPole.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMVariableTwoPole.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMVariableTwoPole.m 14 Dec 2007 14:16:16 -0000 1.1 --- FOOMVariableTwoPole.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMFiltreVariableEtat.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMFiltreVariableEtat.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMFiltreVariableEtat.h 14 Dec 2007 14:16:11 -0000 1.1 --- FOOMFiltreVariableEtat.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMVariableTwoPole.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMVariableTwoPole.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMVariableTwoPole.h 14 Dec 2007 14:16:16 -0000 1.1 --- FOOMVariableTwoPole.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMConstantTwoPole.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMConstantTwoPole.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMConstantTwoPole.m 14 Dec 2007 14:16:10 -0000 1.1 --- FOOMConstantTwoPole.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMConstantTwoPole.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMConstantTwoPole.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMConstantTwoPole.h 14 Dec 2007 14:16:10 -0000 1.1 --- FOOMConstantTwoPole.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMDiff.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMDiff.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMDiff.m 14 Dec 2007 14:16:10 -0000 1.1 --- FOOMDiff.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMAllpass.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMAllpass.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMAllpass.h 14 Dec 2007 14:16:08 -0000 1.1 --- FOOMAllpass.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMTransposeBpf.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMTransposeBpf.m,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOMTransposeBpf.m 23 Mar 2009 00:08:15 -0000 1.3 --- FOOMTransposeBpf.m 28 Apr 2010 23:38:34 -0000 1.4 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMDiff.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMDiff.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMDiff.h 14 Dec 2007 14:16:10 -0000 1.1 --- FOOMDiff.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMTransposeBpf.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMTransposeBpf.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMTransposeBpf.h 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMTransposeBpf.h 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMAllpass.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMAllpass.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMAllpass.m 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMAllpass.m 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMExpon.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMExpon.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMExpon.h 14 Dec 2007 14:16:11 -0000 1.1 --- FOOMExpon.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReverb8.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReverb8.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMReverb8.m 14 Dec 2007 14:16:15 -0000 1.1 --- FOOMReverb8.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReverb8.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReverb8.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMReverb8.h 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMReverb8.h 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMExpon.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMExpon.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMExpon.m 14 Dec 2007 14:16:11 -0000 1.1 --- FOOMExpon.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMKillDC.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMKillDC.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMKillDC.m 14 Dec 2007 14:16:12 -0000 1.1 --- FOOMKillDC.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReadSnd.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReadSnd.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMReadSnd.h 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMReadSnd.h 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMReadSnd.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMReadSnd.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMReadSnd.m 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMReadSnd.m 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMInteg.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMInteg.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMInteg.m 14 Dec 2007 14:16:12 -0000 1.1 --- FOOMInteg.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMConstant.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMConstant.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMConstant.m 14 Dec 2007 14:16:09 -0000 1.1 --- FOOMConstant.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMFof.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMFof.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMFof.h 14 Dec 2007 14:16:11 -0000 1.1 --- FOOMFof.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMSub.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMSub.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMSub.m 14 Dec 2007 14:16:15 -0000 1.1 --- FOOMSub.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMFof.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMFof.m,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMFof.m 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMFof.m 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMSub.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMSub.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMSub.h 14 Dec 2007 14:16:15 -0000 1.1 --- FOOMSub.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMLine.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMLine.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMLine.h 14 Dec 2007 14:16:12 -0000 1.1 --- FOOMLine.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMNeg.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMNeg.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMNeg.h 14 Dec 2007 14:16:13 -0000 1.1 --- FOOMNeg.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMLine.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMLine.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMLine.m 14 Dec 2007 14:16:12 -0000 1.1 --- FOOMLine.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMBandlimitedNoise.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMBandlimitedNoise.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMBandlimitedNoise.m 14 Dec 2007 14:16:08 -0000 1.1 --- FOOMBandlimitedNoise.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMAdd.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMAdd.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMAdd.m 14 Dec 2007 14:16:07 -0000 1.1 --- FOOMAdd.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMMul.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMMul.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMMul.h 14 Dec 2007 14:16:13 -0000 1.1 --- FOOMMul.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMNoise.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMNoise.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMNoise.m 14 Dec 2007 14:16:13 -0000 1.1 --- FOOMNoise.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMBandlimitedNoise.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMBandlimitedNoise.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FOOMBandlimitedNoise.h 23 Mar 2009 00:08:15 -0000 1.2 --- FOOMBandlimitedNoise.h 28 Apr 2010 23:38:34 -0000 1.3 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMConstantTwoPoleTwoZero.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMConstantTwoPoleTwoZero.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMConstantTwoPoleTwoZero.h 14 Dec 2007 14:16:10 -0000 1.1 --- FOOMConstantTwoPoleTwoZero.h 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOMFiltreVariableEtat.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/modules/FOOMFiltreVariableEtat.m,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FOOMFiltreVariableEtat.m 14 Dec 2007 14:16:11 -0000 1.1 --- FOOMFiltreVariableEtat.m 28 Apr 2010 23:38:34 -0000 1.2 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ |
Update of /cvsroot/foo/foo/libfoo/FOO In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11324/libfoo/FOO Modified Files: FOOBreakpointFunction.h FOOBuffer.h FOOBufferManager.h FOOContext.h FOOContextPart.h FOOEagerModule.h FOOEagerModuleManager.h FOOFileTable.h FOOGlobal.h FOOGlobalsManager.h FOOLookupTable.h FOOModule.h FOOModuleManager.h FOONilModule.h FOOObject.h FOOObjectManager.h FOOOutput.h FOOOutputManager.h FOORegion.h FOOSineTable.h FOOSineXoverXTable.h FOOSoundFile.h FOOSoundStream.h FOOSubstrate.h FOOSubstrateManager.h Log Message: updated copyright information Index: FOOObject.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOObject.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOObject.h 28 Feb 2005 16:37:20 -0000 1.3 --- FOOObject.h 28 Apr 2010 23:38:33 -0000 1.4 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOGlobalsManager.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOGlobalsManager.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FOOGlobalsManager.h 28 Feb 2005 16:37:20 -0000 1.7 --- FOOGlobalsManager.h 28 Apr 2010 23:38:33 -0000 1.8 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSubstrateManager.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOSubstrateManager.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOSubstrateManager.h 28 Feb 2005 16:37:20 -0000 1.4 --- FOOSubstrateManager.h 28 Apr 2010 23:38:34 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOObjectManager.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOObjectManager.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOObjectManager.h 28 Feb 2005 16:37:20 -0000 1.4 --- FOOObjectManager.h 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOORegion.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOORegion.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOORegion.h 9 Apr 2009 09:57:11 -0000 1.5 --- FOORegion.h 28 Apr 2010 23:38:33 -0000 1.6 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOBreakpointFunction.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOBreakpointFunction.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOBreakpointFunction.h 28 Feb 2005 16:37:19 -0000 1.4 --- FOOBreakpointFunction.h 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOONilModule.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOONilModule.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOONilModule.h 28 Feb 2005 16:37:20 -0000 1.4 --- FOONilModule.h 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSoundFile.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOSoundFile.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** FOOSoundFile.h 9 Apr 2009 09:57:11 -0000 1.8 --- FOOSoundFile.h 28 Apr 2010 23:38:34 -0000 1.9 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOEagerModuleManager.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOEagerModuleManager.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOEagerModuleManager.h 28 Feb 2005 16:37:20 -0000 1.4 --- FOOEagerModuleManager.h 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSineTable.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOSineTable.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOSineTable.h 28 Feb 2005 16:37:20 -0000 1.3 --- FOOSineTable.h 28 Apr 2010 23:38:34 -0000 1.4 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOBuffer.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOBuffer.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOBuffer.h 25 Jun 2005 13:20:55 -0000 1.4 --- FOOBuffer.h 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOContextPart.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOContextPart.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOContextPart.h 28 Feb 2005 16:37:20 -0000 1.4 --- FOOContextPart.h 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSineXoverXTable.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOSineXoverXTable.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOSineXoverXTable.h 28 Feb 2005 16:37:20 -0000 1.3 --- FOOSineXoverXTable.h 28 Apr 2010 23:38:34 -0000 1.4 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOFileTable.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOFileTable.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOFileTable.h 28 Feb 2005 16:37:20 -0000 1.3 --- FOOFileTable.h 28 Apr 2010 23:38:33 -0000 1.4 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOBufferManager.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOBufferManager.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOBufferManager.h 28 Feb 2005 16:37:19 -0000 1.4 --- FOOBufferManager.h 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOGlobal.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOGlobal.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOGlobal.h 28 Feb 2005 16:37:20 -0000 1.5 --- FOOGlobal.h 28 Apr 2010 23:38:33 -0000 1.6 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSubstrate.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOSubstrate.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FOOSubstrate.h 30 Sep 2007 12:26:44 -0000 1.5 --- FOOSubstrate.h 28 Apr 2010 23:38:34 -0000 1.6 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOModule.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOModule.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FOOModule.h 28 Feb 2005 16:37:20 -0000 1.6 --- FOOModule.h 28 Apr 2010 23:38:33 -0000 1.7 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOContext.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOContext.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FOOContext.h 28 Feb 2005 16:37:20 -0000 1.6 --- FOOContext.h 28 Apr 2010 23:38:33 -0000 1.7 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOOutputManager.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOOutputManager.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FOOOutputManager.h 23 Mar 2009 00:08:15 -0000 1.6 --- FOOOutputManager.h 28 Apr 2010 23:38:33 -0000 1.7 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOOutput.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOOutput.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOOutput.h 28 Feb 2005 16:37:20 -0000 1.4 --- FOOOutput.h 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOSoundStream.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOSoundStream.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FOOSoundStream.h 9 Apr 2009 09:57:11 -0000 1.6 --- FOOSoundStream.h 28 Apr 2010 23:38:34 -0000 1.7 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOModuleManager.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOModuleManager.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOModuleManager.h 28 Feb 2005 16:37:20 -0000 1.4 --- FOOModuleManager.h 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOLookupTable.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOLookupTable.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FOOLookupTable.h 28 Feb 2005 16:37:20 -0000 1.3 --- FOOLookupTable.h 28 Apr 2010 23:38:33 -0000 1.4 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ Index: FOOEagerModule.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOEagerModule.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FOOEagerModule.h 28 Feb 2005 16:37:20 -0000 1.4 --- FOOEagerModule.h 28 Apr 2010 23:38:33 -0000 1.5 *************** *** 11,16 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 11,16 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ |
From: Martin R. <ru...@us...> - 2010-04-28 23:38:42
|
Update of /cvsroot/foo/foo/libfoo/tests/foosine In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11324/libfoo/tests/foosine Modified Files: foosine.m Log Message: updated copyright information Index: foosine.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/tests/foosine/foosine.m,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** foosine.m 14 Dec 2007 14:26:47 -0000 1.6 --- foosine.m 28 Apr 2010 23:38:34 -0000 1.7 *************** *** 9,14 **** * foo sound synthesis system * ! * (C) 1993-2005 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2005 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ --- 9,14 ---- * foo sound synthesis system * ! * (C) 1993-2010 Gerhard Eckel, Ramon Gonzalez-Arroyo ! * (C) 2003-2010 Martin Rumori * (C) 1993-1996 IRCAM, ZKM */ |
From: Martin R. <ru...@us...> - 2010-04-28 23:38:41
|
Update of /cvsroot/foo/foo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11324 Modified Files: AUTHORS Log Message: updated copyright information Index: AUTHORS =================================================================== RCS file: /cvsroot/foo/foo/AUTHORS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AUTHORS 28 Feb 2005 16:37:17 -0000 1.2 --- AUTHORS 28 Apr 2010 23:38:33 -0000 1.3 *************** *** 1,5 **** $Id$ ! (C) 1993-2005 gerhard eckel, ramon gonzalez-arroyo ! (C) 2003-2005 martin rumori (C) 1993-1996 ircam, zkm --- 1,5 ---- $Id$ ! (C) 1993-2010 gerhard eckel, ramon gonzalez-arroyo ! (C) 2003-2010 martin rumori (C) 1993-1996 ircam, zkm |
From: Martin R. <ru...@us...> - 2010-04-28 23:38:41
|
Update of /cvsroot/foo/foo/libfoo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11324/libfoo Modified Files: AUTHORS bootstrap Log Message: updated copyright information Index: bootstrap =================================================================== RCS file: /cvsroot/foo/foo/libfoo/bootstrap,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** bootstrap 27 Apr 2010 15:46:12 -0000 1.8 --- bootstrap 28 Apr 2010 23:38:33 -0000 1.9 *************** *** 39,43 **** # Check for automake amvers="no" ! for v in 11 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" --- 39,43 ---- # Check for automake amvers="no" ! for v in 10 9 8 7 6 5; do if automake-1.${v} --version >/dev/null 2>&1; then amvers="-1.${v}" Index: AUTHORS =================================================================== RCS file: /cvsroot/foo/foo/libfoo/AUTHORS,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AUTHORS 28 Feb 2005 16:37:19 -0000 1.3 --- AUTHORS 28 Apr 2010 23:38:33 -0000 1.4 *************** *** 1,5 **** $Id$ ! (C) 1993-2005 gerhard eckel, ramon gonzalez-arroyo ! (C) 2003-2005 martin rumori (C) 1993-1996 ircam, zkm --- 1,5 ---- $Id$ ! (C) 1993-2010 gerhard eckel, ramon gonzalez-arroyo ! (C) 2003-2010 martin rumori (C) 1993-1996 ircam, zkm |
From: Martin R. <ru...@us...> - 2010-04-28 23:38:41
|
Update of /cvsroot/foo/foo/elkfoo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11324/elkfoo Modified Files: AUTHORS Log Message: updated copyright information Index: AUTHORS =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/AUTHORS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AUTHORS 28 Feb 2005 16:37:17 -0000 1.2 --- AUTHORS 28 Apr 2010 23:38:33 -0000 1.3 *************** *** 1,5 **** $Id$ ! (C) 1993-2005 gerhard eckel, ramon gonzalez-arroyo ! (C) 2003-2005 martin rumori (C) 1993-1996 ircam, zkm --- 1,5 ---- $Id$ ! (C) 1993-2010 gerhard eckel, ramon gonzalez-arroyo ! (C) 2003-2010 martin rumori (C) 1993-1996 ircam, zkm |
From: Martin R. <ru...@us...> - 2010-04-28 23:31:38
|
Update of /cvsroot/foo/foo/libfoo/m4 In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9894 Modified Files: objc.m4 Log Message: back to previous state Index: objc.m4 =================================================================== RCS file: /cvsroot/foo/foo/libfoo/m4/objc.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** objc.m4 28 Apr 2010 23:06:35 -0000 1.3 --- objc.m4 28 Apr 2010 23:31:30 -0000 1.4 *************** *** 401,404 **** --- 401,407 ---- ########## End of GNU General Public License (GPL), version 2 ########## + # include this file conditionally + m4_ifdef([AC_LANG(Objective C)], [], [ + ## ----------------------- ## ## 1. Language selection. ## *************** *** 413,418 **** # -------------------- # OBJCFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ! m4_ifndef([AC_LANG(Objective C)], ! [m4_define([AC_LANG(Objective C)], [ac_ext=m ac_cpp='$OBJCPP $CPPFLAGS' --- 416,420 ---- # -------------------- # OBJCFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ! m4_define([AC_LANG(Objective C)], [ac_ext=m ac_cpp='$OBJCPP $CPPFLAGS' *************** *** 420,424 **** ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD' ac_compiler_gnu=$ac_cv_objc_compiler_gnu ! ])]) --- 422,426 ---- ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD' ac_compiler_gnu=$ac_cv_objc_compiler_gnu ! ]) *************** *** 430,441 **** # _AC_LANG_ABBREV(Objective C) # ---------------------------- ! m4_ifndef([_AC_LANG_ABBREV(Objective C)], ! [m4_define([_AC_LANG_ABBREV(Objective C)], [objc])]) # _AC_LANG_PREFIX(Objective C) # ---------------------------- ! m4_ifndef([_AC_LANG_PREFIX(Objective C)], ! [m4_define([_AC_LANG_PREFIX(Objective C)], [OBJC])]) --- 432,441 ---- # _AC_LANG_ABBREV(Objective C) # ---------------------------- ! m4_define([_AC_LANG_ABBREV(Objective C)], [objc]) # _AC_LANG_PREFIX(Objective C) # ---------------------------- ! m4_define([_AC_LANG_PREFIX(Objective C)], [OBJC]) *************** *** 452,457 **** # AC_LANG_SOURCE(Objective C)(BODY) # --------------------------------- ! m4_ifndef([AC_LANG_SOURCE(Objective C)], ! [m4_copy([AC_LANG_SOURCE(C)], [AC_LANG_SOURCE(Objective C)])]) --- 452,456 ---- # AC_LANG_SOURCE(Objective C)(BODY) # --------------------------------- ! m4_copy([AC_LANG_SOURCE(C)], [AC_LANG_SOURCE(Objective C)]) *************** *** 626,627 **** --- 625,628 ---- # libobjc and objc header tests shere? + + ]) # close conditional inclusion of objc macros |
From: Martin R. <ru...@us...> - 2010-04-28 23:06:43
|
Update of /cvsroot/foo/foo/libfoo/m4 In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4537 Modified Files: objc.m4 Log Message: further m4 macro jettys Index: objc.m4 =================================================================== RCS file: /cvsroot/foo/foo/libfoo/m4/objc.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** objc.m4 27 Apr 2010 15:46:12 -0000 1.2 --- objc.m4 28 Apr 2010 23:06:35 -0000 1.3 *************** *** 401,407 **** ########## End of GNU General Public License (GPL), version 2 ########## - # include this file conditionally - m4_ifdef([AC_LANG(Objective C)], [], [ - ## ----------------------- ## ## 1. Language selection. ## --- 401,404 ---- *************** *** 416,420 **** # -------------------- # OBJCFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ! m4_define([AC_LANG(Objective C)], [ac_ext=m ac_cpp='$OBJCPP $CPPFLAGS' --- 413,418 ---- # -------------------- # OBJCFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ! m4_ifndef([AC_LANG(Objective C)], ! [m4_define([AC_LANG(Objective C)], [ac_ext=m ac_cpp='$OBJCPP $CPPFLAGS' *************** *** 422,426 **** ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD' ac_compiler_gnu=$ac_cv_objc_compiler_gnu ! ]) --- 420,424 ---- ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD' ac_compiler_gnu=$ac_cv_objc_compiler_gnu ! ])]) *************** *** 432,441 **** # _AC_LANG_ABBREV(Objective C) # ---------------------------- ! m4_define([_AC_LANG_ABBREV(Objective C)], [objc]) # _AC_LANG_PREFIX(Objective C) # ---------------------------- ! m4_define([_AC_LANG_PREFIX(Objective C)], [OBJC]) --- 430,441 ---- # _AC_LANG_ABBREV(Objective C) # ---------------------------- ! m4_ifndef([_AC_LANG_ABBREV(Objective C)], ! [m4_define([_AC_LANG_ABBREV(Objective C)], [objc])]) # _AC_LANG_PREFIX(Objective C) # ---------------------------- ! m4_ifndef([_AC_LANG_PREFIX(Objective C)], ! [m4_define([_AC_LANG_PREFIX(Objective C)], [OBJC])]) *************** *** 452,456 **** # AC_LANG_SOURCE(Objective C)(BODY) # --------------------------------- ! m4_copy([AC_LANG_SOURCE(C)], [AC_LANG_SOURCE(Objective C)]) --- 452,457 ---- # AC_LANG_SOURCE(Objective C)(BODY) # --------------------------------- ! m4_ifndef([AC_LANG_SOURCE(Objective C)], ! [m4_copy([AC_LANG_SOURCE(C)], [AC_LANG_SOURCE(Objective C)])]) *************** *** 625,628 **** # libobjc and objc header tests shere? - - ]) # close conditional inclusion of objc macros --- 626,627 ---- |
From: Martin R. <ru...@us...> - 2010-04-28 22:41:19
|
Update of /cvsroot/foo/foo/elkfoo/src In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31548 Modified Files: pointer.m Log Message: fixed for osx objc2 api >=10.6 Index: pointer.m =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/src/pointer.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** pointer.m 28 Feb 2005 16:37:18 -0000 1.11 --- pointer.m 28 Apr 2010 22:41:10 -0000 1.12 *************** *** 353,357 **** --- 353,361 ---- char *otype = "instance"; #ifdef NeXT_RUNTIME + #if !__OBJC2__ if (CLS_GETINFO(obj->isa, CLS_META)) + #else + if (class_isMetaClass(object_getClass(obj))) + #endif #elif GNU_RUNTIME if (CLS_ISMETA(obj->class_pointer)) *************** *** 363,367 **** --- 367,375 ---- } #ifdef NeXT_RUNTIME + #if !__OBJC2__ Printf(port, " {%s %s}", obj->isa->name, otype); + #else + Printf(port, " {%s %s}", object_getClassName(obj), otype); + #endif #elif GNU_RUNTIME Printf(port, " {%s %s}", obj->class_pointer->name, otype); |
From: Martin R. <ru...@us...> - 2010-04-27 15:46:54
|
Update of /cvsroot/foo/foo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv690 Modified Files: Makefile.am README bootstrap configure.ac Log Message: adopt build system to newer versions of autotools Index: README =================================================================== RCS file: /cvsroot/foo/foo/README,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README 24 Mar 2009 18:55:35 -0000 1.4 --- README 27 Apr 2010 15:46:44 -0000 1.5 *************** *** 4,8 **** -------------------------- ! last edited 2009-03-24 rumori this readme contains information about the requirements, installation --- 4,8 ---- -------------------------- ! last edited 2010-04-27 rumori this readme contains information about the requirements, installation *************** *** 36,41 **** ./bootstrap ! you'll need autoconf >= 2.50 to build the configure script. after ! that, you can continue like compiling from a release tarball. --- 36,42 ---- ./bootstrap ! you'll need autoconf >= 2.50 and automake >= 1.5 in order to bootstrap ! the package. after that, you can continue like compiling from a ! release tarball. *************** *** 56,60 **** specify the paths like this: ! CPPFLAGS=/nonste/include LDFLAGS=/nonstd/lib ./configure usually, foo will try to install its elk extension library (elkfoo.so) --- 57,66 ---- specify the paths like this: ! env CPPFLAGS=/nonste/include LDFLAGS=/nonstd/lib ./configure ! ! for a list of availabe configure time options of both subpackages ! libfoo and elkfoo, you might want to call ! ! ./configure --help=recursive usually, foo will try to install its elk extension library (elkfoo.so) *************** *** 93,96 **** --- 99,109 ---- $ sudo port install libsndfile + or, for flac support, + + $ sudo port install flac +universal + $ sudo port install libsndfile +flac +universal + + then user configure, as usual + $ ./configure [--enable-flac-support] Index: configure.ac =================================================================== RCS file: /cvsroot/foo/foo/configure.ac,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure.ac 10 Aug 2004 03:19:45 -0000 1.3 --- configure.ac 27 Apr 2010 15:46:44 -0000 1.4 *************** *** 9,13 **** AC_PREREQ(2.57) ! AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) --- 9,13 ---- AC_PREREQ(2.57) ! AC_CONFIG_AUX_DIR(.auto) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) Index: bootstrap =================================================================== RCS file: /cvsroot/foo/foo/bootstrap,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bootstrap 9 Mar 2009 00:54:46 -0000 1.6 --- bootstrap 27 Apr 2010 15:46:44 -0000 1.7 *************** *** 2,53 **** ## bootstrap file for foo - # 2004 martin rumori (fo...@ru...) - ## $Id$ # subdirectories to bootstrap SUBDIRS="libfoo elkfoo" ! # Get a sane environment, just in case ! LANG=C ! export LANG # Check for automake ! if test -z $1; then ! amvers="no" ! if automake-1.10 --version >/dev/null 2>&1; then ! amvers="-1.10" ! elif automake-1.9 --version >/dev/null 2>&1; then ! amvers="-1.9" ! elif automake-1.8 --version >/dev/null 2>&1; then ! amvers="-1.8" ! elif automake-1.7 --version >/dev/null 2>&1; then ! amvers="-1.7" ! elif automake-1.6 --version >/dev/null 2>&1; then ! amvers="-1.6" ! elif automake-1.5 --version >/dev/null 2>&1; then ! amvers="-1.5" ! elif automake --version > /dev/null 2>&1; then ! amvers="`automake --version | sed -e '1s/[^0-9]*//' -e q`" ! if expr "$amvers" "<" "1.5" > /dev/null 2>&1; then ! amvers="no" ! else ! amvers="" ! fi fi ! if test "$amvers" = "no"; then ! set +x ! echo "$0: you need automake version 1.5 or later" exit 1 fi - else - amvers=$1 fi ! set -x ! set -e ! # bootstrapping subdirs for dir in ${SUBDIRS}; do (cd $dir && echo "bootstrapping $dir" && sh ./bootstrap ${amvers}) \ --- 2,115 ---- ## bootstrap file for foo ## $Id$ + ## 2004-2010 martin rumori (fo...@ru...), based on: + + # bootstrap: generic bootstrap/autogen.sh script for autotools projects + # + # Copyright (c) 2002-2009 Sam Hocevar <sa...@ho...> + # + # This program is free software. It comes without any warranty, to + # the extent permitted by applicable law. You can redistribute it + # and/or modify it under the terms of the Do What The Fuck You Want + # To Public License, Version 2, as published by Sam Hocevar. See + # http://sam.zoy.org/wtfpl/COPYING for more details. + # + # The latest version of this script can be found at the following place: + # http://caca.zoy.org/wiki/build + + # Die if an error occurs + set -e + # subdirectories to bootstrap SUBDIRS="libfoo elkfoo" ! # Guess whether we are using configure.ac or configure.in ! if test -f configure.ac; then ! conffile="configure.ac" ! elif test -f configure.in; then ! conffile="configure.in" ! else ! echo "$0: could not find configure.ac or configure.in" ! exit 1 ! fi ! ! # Check for needed features ! auxdir="`sed -ne 's/^[ \t]*A._CONFIG_AUX_DIR *([[ ]*\([^] )]*\).*/\1/p' $conffile`" ! pkgconfig="`grep '^[ \t]*PKG_PROG_PKG_CONFIG' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! libtool="`grep '^[ \t]*A._PROG_LIBTOOL' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! header="`grep '^[ \t]*A._CONFIG_HEADER' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! makefile="`[ -f Makefile.am ] && echo yes || echo no`" ! aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am 2>/dev/null || :`" # Check for automake ! amvers="no" ! for v in 11 10 9 8 7 6 5; do ! if automake-1.${v} --version >/dev/null 2>&1; then ! amvers="-1.${v}" ! break ! elif automake1.${v} --version >/dev/null 2>&1; then ! amvers="1.${v}" ! break ! fi ! done ! ! if test "${amvers}" = "no" && automake --version > /dev/null 2>&1; then ! amvers="`automake --version | sed -e '1s/[^0-9]*//' -e q`" ! if expr "$amvers" "<" "1.5" > /dev/null 2>&1; then ! amvers="no" ! else ! amvers="" fi + fi ! if test "$amvers" = "no"; then ! echo "$0: you need automake version 1.5 or later" ! exit 1 ! fi ! ! # Check for autoconf ! acvers="no" ! for v in "" "259" "253"; do ! if autoconf${v} --version >/dev/null 2>&1; then ! acvers="${v}" ! break ! fi ! done ! ! if test "$acvers" = "no"; then ! echo "$0: you need autoconf" ! exit 1 ! fi ! ! # Check for libtool ! if test "$libtool" = "yes"; then ! libtoolize="no" ! if glibtoolize --version >/dev/null 2>&1; then ! libtoolize="glibtoolize" ! else ! for v in "16" "15" "" "14"; do ! if libtoolize${v} --version >/dev/null 2>&1; then ! libtoolize="libtoolize${v}" ! break ! fi ! done ! fi ! ! if test "$libtoolize" = "no"; then ! echo "$0: you need libtool" exit 1 fi fi ! # Check for pkg-config ! if test "$pkgconfig" = "yes"; then ! if ! pkg-config --version >/dev/null 2>&1; then ! echo "$0: you need pkg-config" ! exit 1 ! fi ! fi ! # bootstrap subdirs for dir in ${SUBDIRS}; do (cd $dir && echo "bootstrapping $dir" && sh ./bootstrap ${amvers}) \ *************** *** 55,88 **** done ! # bootstrapping ourselves echo "bootstrapping toplevel" # Remove old cruft ! rm -f aclocal.m4 configure config.guess config.log config.sub config.cache compile missing mkinstalldirs install-sh INSTALL ! rm -Rf autom4te.cache autotools ! mkdir autotools ! aclocal${amvers} ! autoconf ! automake${amvers} --add-missing --copy ! # fix nasty automake-1.6 bug ! if test ! -e ./autotools/config.guess; then ! if test -e /usr/local/share/automake${amvers}/config.guess; then ! cp /usr/local/share/automake${amvers}/config.guess ./autotools/ ! elif test -e /usr/share/automake${amvers}/config.guess; then ! cp /usr/share/automake${amvers}/config.guess ./autotools/ ! else ! echo "./autotools/config.guess is missing, apparently due to an automake bug." ! fi fi ! if test ! -e ./autotools/config.sub; then ! if test -e /usr/local/share/automake${amvers}/config.sub; then ! cp /usr/local/share/automake${amvers}/config.sub ./autotools/ ! elif test -e /usr/share/automake${amvers}/config.sub; then ! cp /usr/share/automake${amvers}/config.sub ./autotools/ ! else ! echo "./autotools/config.sub is missing, apparently due to an automake bug." ! fi fi --- 117,157 ---- done ! # bootstrap ourselves echo "bootstrapping toplevel" # Remove old cruft ! for x in aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh; do rm -f $x autotools/$x; if test -n "$auxdir"; then rm -f "$auxdir/$x"; fi; done ! rm -Rf autom4te.cache ! if test -n "$auxdir"; then ! if test ! -d "$auxdir"; then ! mkdir "$auxdir" ! fi ! aclocalflags="${aclocalflags} -I $auxdir -I ." ! fi ! # Explain what we are doing from now ! set -x ! # Bootstrap package ! if test "$libtool" = "yes"; then ! ${libtoolize} --copy --force ! if test -n "$auxdir" -a ! "$auxdir" = "." -a -f "ltmain.sh"; then ! echo "$0: working around a minor libtool issue" ! mv ltmain.sh "$auxdir/" ! fi fi ! aclocal${amvers} ${aclocalflags} ! autoconf${acvers} ! if test "$header" = "yes"; then ! autoheader${acvers} fi + if test "$makefile" = "yes"; then + #add --include-deps if you want to bootstrap with any other compiler than gcc + #automake${amvers} --add-missing --copy --include-deps + automake${amvers} --foreign --add-missing --copy + fi + + # Remove cruft that we no longer want + rm -Rf autom4te.cache + Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/foo/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 7 Aug 2004 23:56:11 -0000 1.1 --- Makefile.am 27 Apr 2010 15:46:44 -0000 1.2 *************** *** 7,11 **** SUBDIRS = libfoo elkfoo ! DIST_SUBDIRS = $(SUBDIRS) autotools EXTRA_DIST = \ --- 7,11 ---- SUBDIRS = libfoo elkfoo ! DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = \ |
From: Martin R. <ru...@us...> - 2010-04-27 15:46:38
|
Update of /cvsroot/foo/foo/elkfoo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv634 Modified Files: Makefile.am bootstrap configure.ac Removed Files: acinclude.m4 Log Message: adopt build system to newer versions of autotools --- acinclude.m4 DELETED --- Index: configure.ac =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/configure.ac,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** configure.ac 24 Mar 2009 18:31:01 -0000 1.19 --- configure.ac 27 Apr 2010 15:46:28 -0000 1.20 *************** *** 10,16 **** AC_PREREQ(2.57) AC_CONFIG_SRCDIR([src/main.c]) ! AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) AM_CONFIG_HEADER(src/config.h) --- 10,18 ---- AC_PREREQ(2.57) AC_CONFIG_SRCDIR([src/main.c]) ! AC_CONFIG_MACRO_DIR([m4]) ! AC_CONFIG_AUX_DIR(.auto) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) + dnl AM_MAINTAINER_MODE AM_CONFIG_HEADER(src/config.h) Index: bootstrap =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/bootstrap,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** bootstrap 9 Mar 2009 00:54:46 -0000 1.5 --- bootstrap 27 Apr 2010 15:46:28 -0000 1.6 *************** *** 1,77 **** #! /bin/sh - ## bootstrap file for libfoo - # 2004 martin rumori (fo...@ru...) - ## $Id$ ! # Get a sane environment, just in case ! LANG=C ! export LANG # Check for automake ! if test -z $1; then ! amvers="no" ! if automake-1.10 --version >/dev/null 2>&1; then ! amvers="-1.10" ! elif automake-1.9 --version >/dev/null 2>&1; then ! amvers="-1.9" ! elif automake-1.8 --version >/dev/null 2>&1; then ! amvers="-1.8" ! elif automake-1.7 --version >/dev/null 2>&1; then ! amvers="-1.7" ! elif automake-1.6 --version >/dev/null 2>&1; then ! amvers="-1.6" ! elif automake-1.5 --version >/dev/null 2>&1; then ! amvers="-1.5" ! elif automake --version > /dev/null 2>&1; then ! amvers="`automake --version | sed -e '1s/[^0-9]*//' -e q`" ! if expr "$amvers" "<" "1.5" > /dev/null 2>&1; then ! amvers="no" ! else ! amvers="" ! fi fi ! if test "$amvers" = "no"; then ! set +x ! echo "$0: you need automake version 1.5 or later" ! exit 1 fi - else - amvers=$1 fi ! set -x ! set -e # Check for libtool ! libtoolize="no" ! if libtoolize --version >/dev/null 2>&1; then ! libtoolize="libtoolize" ! elif glibtoolize --version >/dev/null 2>&1; then ! libtoolize="glibtoolize" fi ! if test "$libtoolize" = "no"; then ! set +x ! echo "$0: you need libtool" ! exit 1 fi # Remove old cruft ! rm -f aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh INSTALL ! rm -Rf autom4te.cache autotools ! mkdir autotools ! ${libtoolize} --copy --force ! if test -f "ltmain.sh"; then ! echo "$0: working around a minor libtool issue" ! mv ltmain.sh autotools/ fi ! aclocal${amvers} ! autoconf ! autoheader ! automake${amvers} --add-missing --copy --- 1,142 ---- #! /bin/sh ## $Id$ ! # bootstrap: generic bootstrap/autogen.sh script for autotools projects ! # ! # Copyright (c) 2002-2009 Sam Hocevar <sa...@ho...> ! # ! # This program is free software. It comes without any warranty, to ! # the extent permitted by applicable law. You can redistribute it ! # and/or modify it under the terms of the Do What The Fuck You Want ! # To Public License, Version 2, as published by Sam Hocevar. See ! # http://sam.zoy.org/wtfpl/COPYING for more details. ! # ! # The latest version of this script can be found at the following place: ! # http://caca.zoy.org/wiki/build ! ! # Die if an error occurs ! set -e ! ! # Guess whether we are using configure.ac or configure.in ! if test -f configure.ac; then ! conffile="configure.ac" ! elif test -f configure.in; then ! conffile="configure.in" ! else ! echo "$0: could not find configure.ac or configure.in" ! exit 1 ! fi ! ! # Check for needed features ! auxdir="`sed -ne 's/^[ \t]*A._CONFIG_AUX_DIR *([[ ]*\([^] )]*\).*/\1/p' $conffile`" ! pkgconfig="`grep '^[ \t]*PKG_PROG_PKG_CONFIG' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! libtool="`grep '^[ \t]*A._PROG_LIBTOOL' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! header="`grep '^[ \t]*A._CONFIG_HEADER' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! makefile="`[ -f Makefile.am ] && echo yes || echo no`" ! aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am 2>/dev/null || :`" # Check for automake ! amvers="no" ! for v in 11 10 9 8 7 6 5; do ! if automake-1.${v} --version >/dev/null 2>&1; then ! amvers="-1.${v}" ! break ! elif automake1.${v} --version >/dev/null 2>&1; then ! amvers="1.${v}" ! break fi + done ! if test "${amvers}" = "no" && automake --version > /dev/null 2>&1; then ! amvers="`automake --version | sed -e '1s/[^0-9]*//' -e q`" ! if expr "$amvers" "<" "1.5" > /dev/null 2>&1; then ! amvers="no" ! else ! amvers="" fi fi ! if test "$amvers" = "no"; then ! echo "$0: you need automake version 1.5 or later" ! exit 1 ! fi ! ! # Check for autoconf ! acvers="no" ! for v in "" "259" "253"; do ! if autoconf${v} --version >/dev/null 2>&1; then ! acvers="${v}" ! break ! fi ! done ! ! if test "$acvers" = "no"; then ! echo "$0: you need autoconf" ! exit 1 ! fi # Check for libtool ! if test "$libtool" = "yes"; then ! libtoolize="no" ! if glibtoolize --version >/dev/null 2>&1; then ! libtoolize="glibtoolize" ! else ! for v in "16" "15" "" "14"; do ! if libtoolize${v} --version >/dev/null 2>&1; then ! libtoolize="libtoolize${v}" ! break ! fi ! done ! fi ! ! if test "$libtoolize" = "no"; then ! echo "$0: you need libtool" ! exit 1 ! fi fi ! # Check for pkg-config ! if test "$pkgconfig" = "yes"; then ! if ! pkg-config --version >/dev/null 2>&1; then ! echo "$0: you need pkg-config" ! exit 1 ! fi fi # Remove old cruft ! for x in aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh; do rm -f $x autotools/$x; if test -n "$auxdir"; then rm -f "$auxdir/$x"; fi; done ! rm -Rf autom4te.cache ! if test -n "$auxdir"; then ! if test ! -d "$auxdir"; then ! mkdir "$auxdir" ! fi ! aclocalflags="${aclocalflags} -I $auxdir -I ." ! fi ! # Explain what we are doing from now ! set -x ! # Bootstrap package ! if test "$libtool" = "yes"; then ! ${libtoolize} --copy --force ! if test -n "$auxdir" -a ! "$auxdir" = "." -a -f "ltmain.sh"; then ! echo "$0: working around a minor libtool issue" ! mv ltmain.sh "$auxdir/" ! fi fi ! aclocal${amvers} ${aclocalflags} ! autoconf${acvers} ! if test "$header" = "yes"; then ! autoheader${acvers} ! fi ! if test "$makefile" = "yes"; then ! #add --include-deps if you want to bootstrap with any other compiler than gcc ! #automake${amvers} --add-missing --copy --include-deps ! automake${amvers} --foreign --add-missing --copy ! fi ! ! # Remove cruft that we no longer want ! rm -Rf autom4te.cache ! Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 14 Dec 2007 19:41:44 -0000 1.5 --- Makefile.am 27 Apr 2010 15:46:28 -0000 1.6 *************** *** 8,11 **** --- 8,12 ---- SUBDIRS = include src scm scripts examples DIST_SUBDIRS = $(SUBDIRS) m4 + ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ |
From: Martin R. <ru...@us...> - 2010-04-27 15:46:36
|
Update of /cvsroot/foo/foo/elkfoo/m4 In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv634/m4 Modified Files: objc.m4 Log Message: adopt build system to newer versions of autotools Index: objc.m4 =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/m4/objc.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** objc.m4 4 Aug 2004 07:14:37 -0000 1.1 --- objc.m4 27 Apr 2010 15:46:28 -0000 1.2 *************** *** 400,403 **** --- 400,407 ---- # ########## End of GNU General Public License (GPL), version 2 ########## + + # include this file conditionally + m4_ifdef([AC_LANG(Objective C)], [], [ + ## ----------------------- ## ## 1. Language selection. ## *************** *** 621,622 **** --- 625,628 ---- # libobjc and objc header tests shere? + + ]) # close conditional inclusion of objc macros |
From: Martin R. <ru...@us...> - 2010-04-27 15:46:21
|
Update of /cvsroot/foo/foo/libfoo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv578 Modified Files: Makefile.am bootstrap configure.ac Removed Files: acinclude.m4 Log Message: adopt build system to newer versions of autotools --- acinclude.m4 DELETED --- Index: configure.ac =================================================================== RCS file: /cvsroot/foo/foo/libfoo/configure.ac,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** configure.ac 24 Mar 2009 18:30:46 -0000 1.19 --- configure.ac 27 Apr 2010 15:46:12 -0000 1.20 *************** *** 10,16 **** AC_PREREQ(2.57) AC_CONFIG_SRCDIR([src/FOOObject.m]) ! AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) AM_CONFIG_HEADER(src/config.h) --- 10,18 ---- AC_PREREQ(2.57) AC_CONFIG_SRCDIR([src/FOOObject.m]) ! AC_CONFIG_MACRO_DIR([m4]) ! AC_CONFIG_AUX_DIR(.auto) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) + dnl AM_MAINTAINER_MODE AM_CONFIG_HEADER(src/config.h) Index: bootstrap =================================================================== RCS file: /cvsroot/foo/foo/libfoo/bootstrap,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** bootstrap 9 Mar 2009 00:54:46 -0000 1.7 --- bootstrap 27 Apr 2010 15:46:12 -0000 1.8 *************** *** 1,77 **** #! /bin/sh - ## bootstrap file for libfoo - # 2004 martin rumori (fo...@ru...) - ## $Id$ ! # Get a sane environment, just in case ! LANG=C ! export LANG # Check for automake ! if test -z $1; then ! amvers="no" ! if automake-1.10 --version >/dev/null 2>&1; then ! amvers="-1.10" ! elif automake-1.9 --version >/dev/null 2>&1; then ! amvers="-1.9" ! elif automake-1.8 --version >/dev/null 2>&1; then ! amvers="-1.8" ! elif automake-1.7 --version >/dev/null 2>&1; then ! amvers="-1.7" ! elif automake-1.6 --version >/dev/null 2>&1; then ! amvers="-1.6" ! elif automake-1.5 --version >/dev/null 2>&1; then ! amvers="-1.5" ! elif automake --version > /dev/null 2>&1; then ! amvers="`automake --version | sed -e '1s/[^0-9]*//' -e q`" ! if expr "$amvers" "<" "1.5" > /dev/null 2>&1; then ! amvers="no" ! else ! amvers="" ! fi fi ! if test "$amvers" = "no"; then ! set +x ! echo "$0: you need automake version 1.5 or later" ! exit 1 fi - else - amvers=$1 fi ! set -x ! set -e # Check for libtool ! libtoolize="no" ! if libtoolize --version >/dev/null 2>&1; then ! libtoolize="libtoolize" ! elif glibtoolize --version >/dev/null 2>&1; then ! libtoolize="glibtoolize" fi ! if test "$libtoolize" = "no"; then ! set +x ! echo "$0: you need libtool" ! exit 1 fi # Remove old cruft ! rm -f aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh INSTALL ! rm -Rf autom4te.cache autotools ! mkdir autotools ! ${libtoolize} --copy --force ! if test -f "ltmain.sh"; then ! echo "$0: working around a minor libtool issue" ! mv ltmain.sh autotools/ fi ! aclocal${amvers} ! autoconf ! autoheader ! automake${amvers} --add-missing --copy --- 1,142 ---- #! /bin/sh ## $Id$ ! # bootstrap: generic bootstrap/autogen.sh script for autotools projects ! # ! # Copyright (c) 2002-2009 Sam Hocevar <sa...@ho...> ! # ! # This program is free software. It comes without any warranty, to ! # the extent permitted by applicable law. You can redistribute it ! # and/or modify it under the terms of the Do What The Fuck You Want ! # To Public License, Version 2, as published by Sam Hocevar. See ! # http://sam.zoy.org/wtfpl/COPYING for more details. ! # ! # The latest version of this script can be found at the following place: ! # http://caca.zoy.org/wiki/build ! ! # Die if an error occurs ! set -e ! ! # Guess whether we are using configure.ac or configure.in ! if test -f configure.ac; then ! conffile="configure.ac" ! elif test -f configure.in; then ! conffile="configure.in" ! else ! echo "$0: could not find configure.ac or configure.in" ! exit 1 ! fi ! ! # Check for needed features ! auxdir="`sed -ne 's/^[ \t]*A._CONFIG_AUX_DIR *([[ ]*\([^] )]*\).*/\1/p' $conffile`" ! pkgconfig="`grep '^[ \t]*PKG_PROG_PKG_CONFIG' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! libtool="`grep '^[ \t]*A._PROG_LIBTOOL' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! header="`grep '^[ \t]*A._CONFIG_HEADER' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! makefile="`[ -f Makefile.am ] && echo yes || echo no`" ! aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am 2>/dev/null || :`" # Check for automake ! amvers="no" ! for v in 11 10 9 8 7 6 5; do ! if automake-1.${v} --version >/dev/null 2>&1; then ! amvers="-1.${v}" ! break ! elif automake1.${v} --version >/dev/null 2>&1; then ! amvers="1.${v}" ! break fi + done ! if test "${amvers}" = "no" && automake --version > /dev/null 2>&1; then ! amvers="`automake --version | sed -e '1s/[^0-9]*//' -e q`" ! if expr "$amvers" "<" "1.5" > /dev/null 2>&1; then ! amvers="no" ! else ! amvers="" fi fi ! if test "$amvers" = "no"; then ! echo "$0: you need automake version 1.5 or later" ! exit 1 ! fi ! ! # Check for autoconf ! acvers="no" ! for v in "" "259" "253"; do ! if autoconf${v} --version >/dev/null 2>&1; then ! acvers="${v}" ! break ! fi ! done ! ! if test "$acvers" = "no"; then ! echo "$0: you need autoconf" ! exit 1 ! fi # Check for libtool ! if test "$libtool" = "yes"; then ! libtoolize="no" ! if glibtoolize --version >/dev/null 2>&1; then ! libtoolize="glibtoolize" ! else ! for v in "16" "15" "" "14"; do ! if libtoolize${v} --version >/dev/null 2>&1; then ! libtoolize="libtoolize${v}" ! break ! fi ! done ! fi ! ! if test "$libtoolize" = "no"; then ! echo "$0: you need libtool" ! exit 1 ! fi fi ! # Check for pkg-config ! if test "$pkgconfig" = "yes"; then ! if ! pkg-config --version >/dev/null 2>&1; then ! echo "$0: you need pkg-config" ! exit 1 ! fi fi # Remove old cruft ! for x in aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh; do rm -f $x autotools/$x; if test -n "$auxdir"; then rm -f "$auxdir/$x"; fi; done ! rm -Rf autom4te.cache ! if test -n "$auxdir"; then ! if test ! -d "$auxdir"; then ! mkdir "$auxdir" ! fi ! aclocalflags="${aclocalflags} -I $auxdir -I ." ! fi ! # Explain what we are doing from now ! set -x ! # Bootstrap package ! if test "$libtool" = "yes"; then ! ${libtoolize} --copy --force ! if test -n "$auxdir" -a ! "$auxdir" = "." -a -f "ltmain.sh"; then ! echo "$0: working around a minor libtool issue" ! mv ltmain.sh "$auxdir/" ! fi fi ! aclocal${amvers} ${aclocalflags} ! autoconf${acvers} ! if test "$header" = "yes"; then ! autoheader${acvers} ! fi ! if test "$makefile" = "yes"; then ! #add --include-deps if you want to bootstrap with any other compiler than gcc ! #automake${amvers} --add-missing --copy --include-deps ! automake${amvers} --foreign --add-missing --copy ! fi ! ! # Remove cruft that we no longer want ! rm -Rf autom4te.cache ! Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/foo/libfoo/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 4 Aug 2004 05:23:02 -0000 1.4 --- Makefile.am 27 Apr 2010 15:46:12 -0000 1.5 *************** *** 7,11 **** SUBDIRS = FOO modules src tests ! DIST_SUBDIRS = $(SUBDIRS) autotools m4 EXTRA_DIST = \ --- 7,12 ---- SUBDIRS = FOO modules src tests ! DIST_SUBDIRS = $(SUBDIRS) m4 ! ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ |
From: Martin R. <ru...@us...> - 2010-04-27 15:46:20
|
Update of /cvsroot/foo/foo/libfoo/m4 In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv578/m4 Modified Files: objc.m4 Log Message: adopt build system to newer versions of autotools Index: objc.m4 =================================================================== RCS file: /cvsroot/foo/foo/libfoo/m4/objc.m4,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** objc.m4 30 Jul 2004 20:10:24 -0000 1.1.1.1 --- objc.m4 27 Apr 2010 15:46:12 -0000 1.2 *************** *** 400,403 **** --- 400,407 ---- # ########## End of GNU General Public License (GPL), version 2 ########## + + # include this file conditionally + m4_ifdef([AC_LANG(Objective C)], [], [ + ## ----------------------- ## ## 1. Language selection. ## *************** *** 621,622 **** --- 625,628 ---- # libobjc and objc header tests shere? + + ]) # close conditional inclusion of objc macros |