Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27163/pd/src
Modified Files: m_binbuf.c m_pd.h notes.txt s_audio_jack.c s_audio_pablio.h s_audio_paring.c s_audio_paring.h Log Message: put m_pd.h, s_stuff.h in quotes instead of brackets on s_audio_jack.c
Index: m_pd.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** m_pd.h 15 Aug 2006 04:54:15 -0000 1.10 --- m_pd.h 18 Aug 2006 19:00:59 -0000 1.11 *************** *** 12,16 **** #define PD_MINOR_VERSION 40 #define PD_BUGFIX_VERSION 0 ! #define PD_TEST_VERSION "test02"
/* old name for "MSW" flag -- we have to take it for the sake of many old --- 12,16 ---- #define PD_MINOR_VERSION 40 #define PD_BUGFIX_VERSION 0 ! #define PD_TEST_VERSION "test03"
/* old name for "MSW" flag -- we have to take it for the sake of many old
Index: s_audio_pablio.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_audio_pablio.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** s_audio_pablio.h 15 Aug 2006 21:57:29 -0000 1.6 --- s_audio_pablio.h 18 Aug 2006 19:00:59 -0000 1.7 *************** *** 8,12 ****
/* - * $Id$ * PABLIO.h * Portable Audio Blocking read/write utility. --- 8,11 ----
Index: m_binbuf.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_binbuf.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** m_binbuf.c 15 Aug 2006 21:57:29 -0000 1.10 --- m_binbuf.c 18 Aug 2006 19:00:59 -0000 1.11 *************** *** 529,533 **** } done: - post("realize %s->%s", s->s_name, buf2); return (gensym(buf2)); } --- 529,532 ----
Index: s_audio_jack.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_audio_jack.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** s_audio_jack.c 6 Sep 2004 20:20:35 -0000 1.5 --- s_audio_jack.c 18 Aug 2006 19:00:59 -0000 1.6 *************** *** 7,12 **** #include <stdlib.h> #include <string.h> ! #include <m_pd.h> ! #include <s_stuff.h> #include <jack/jack.h> #include <regex.h> --- 7,12 ---- #include <stdlib.h> #include <string.h> ! #include "m_pd.h" ! #include "s_stuff.h" #include <jack/jack.h> #include <regex.h>
Index: notes.txt =================================================================== RCS file: /cvsroot/pure-data/pd/src/notes.txt,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** notes.txt 15 Aug 2006 04:54:15 -0000 1.27 --- notes.txt 18 Aug 2006 19:00:59 -0000 1.28 *************** *** 26,29 **** --- 26,30 ----
doc: + -x flag for curves object list document env~ second argument (and why is it no less than 1/10 of first???)
Index: s_audio_paring.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_audio_paring.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** s_audio_paring.h 15 Aug 2006 21:57:29 -0000 1.6 --- s_audio_paring.h 18 Aug 2006 19:00:59 -0000 1.7 *************** *** 7,11 ****
/* - * $Id$ * ringbuffer.h * Ring Buffer utility.. --- 7,10 ----
Index: s_audio_paring.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_audio_paring.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** s_audio_paring.c 15 Aug 2006 21:57:29 -0000 1.6 --- s_audio_paring.c 18 Aug 2006 19:00:59 -0000 1.7 *************** *** 1,4 **** /* - * $Id$ * ringbuffer.c * Ring Buffer utility.. --- 1,3 ----