Update of /cvsroot/audacity/lib-src/libnyquist
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13770

Modified Files:
        Makefile.am Makefile.in nyquist.patch 
Log Message:
Updating to Nyquist v3.03.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/lib-src/libnyquist/Makefile.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.in 5 Mar 2009 16:42:10 -0000       1.9
+++ Makefile.in 5 Mar 2009 17:35:43 -0000       1.10
@@ -257,7 +257,7 @@
    -I$(NYQUIST)/xlisp \
    -I$(NYQUIST)/sys/unix \
    -I$(NYQUIST)/cmt \
-   -I$(NYQUIST)/ffts \
+   -I$(NYQUIST)/ffts/src \
    -I$(NYQUIST)/nyqstk/include \
    -I$(NYQUIST)/nyqstk
 

Index: nyquist.patch
===================================================================
RCS file: /cvsroot/audacity/lib-src/libnyquist/nyquist.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- nyquist.patch       1 Mar 2009 21:09:48 -0000       1.5
+++ nyquist.patch       5 Mar 2009 17:35:43 -0000       1.6
@@ -1,368 +1,11 @@
-diff -wruN orig/nyquist/nyqsrc/falloc.c nyquist/nyqsrc/falloc.c
---- orig/nyquist/nyqsrc/falloc.c       2006-05-14 09:33:21.000000000 -0500
-+++ nyquist/nyqsrc/falloc.c    2009-02-25 21:16:10.000000000 -0600
-@@ -30,10 +30,20 @@
- 
- 
- /* memory pool */
--char *poolp = NULL;
--char *poolend = NULL;
-+char *poolp;
-+char *poolend;
[...1810 lines suppressed...]
++++ nyquist/xlisp/xldmem.c     5 Mar 2009 16:56:12 -0000
 @@ -299,8 +299,6 @@
  LOCAL void findmem(void)
  {
@@ -1880,15 +95,3 @@
      /* call the *gc-hook* if necessary */
      if (s_gchook && (fun = getvalue(s_gchook))) {
          newfp = xlsp;
-diff -wruN orig/nyquist/xlisp/xlisp.h nyquist/xlisp/xlisp.h
---- orig/nyquist/xlisp/xlisp.h 2008-01-19 09:38:51.000000000 -0600
-+++ nyquist/xlisp/xlisp.h      2009-02-22 05:14:48.000000000 -0600
-@@ -159,7 +159,7 @@
- #define OFFTYPE long
- #define NIL (void *)0
- #define SAVERESTORE
--#include <endian.h>
-+#include <sys/types.h>
- /* #if __BYTE_ORDER == __LITTLE_ENDIAN */
- #if defined(__LITTLE_ENDIAN__)
- #define XL_LITTLE_ENDIAN

Index: Makefile.am
===================================================================
RCS file: /cvsroot/audacity/lib-src/libnyquist/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am 5 Mar 2009 16:42:10 -0000       1.3
+++ Makefile.am 5 Mar 2009 17:35:43 -0000       1.4
@@ -16,7 +16,7 @@
    -I$(NYQUIST)/xlisp \
    -I$(NYQUIST)/sys/unix \
    -I$(NYQUIST)/cmt \
-   -I$(NYQUIST)/ffts \
+   -I$(NYQUIST)/ffts/src \
    -I$(NYQUIST)/nyqstk/include \
    -I$(NYQUIST)/nyqstk
 


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

Reply via email to