Update of /cvsroot/pure-data/packages/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29437
Modified Files: add_string_support.patch Log Message: removed path from file names so it might work now...
Index: add_string_support.patch =================================================================== RCS file: /cvsroot/pure-data/packages/patches/add_string_support.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** add_string_support.patch 12 Feb 2007 03:50:44 -0000 1.1 --- add_string_support.patch 29 May 2007 15:26:12 -0000 1.2 *************** *** 4,9 **** retrieving revision 1.15 diff -u -w -r1.15 g_text.c ! --- pd/src/g_text.c 4 Oct 2006 19:35:06 -0000 1.15 ! +++ pd/src/g_text.c 12 Feb 2007 03:45:43 -0000 @@ -276,6 +276,11 @@ outlet_symbol(x->mr_outlet, s); --- 4,9 ---- retrieving revision 1.15 diff -u -w -r1.15 g_text.c ! --- g_text.c 4 Oct 2006 19:35:06 -0000 1.15 ! +++ g_text.c 12 Feb 2007 03:45:43 -0000 @@ -276,6 +276,11 @@ outlet_symbol(x->mr_outlet, s); *************** *** 45,50 **** retrieving revision 1.4 diff -u -w -r1.4 m_atom.c ! --- pd/src/m_atom.c 11 Aug 2006 20:09:07 -0000 1.4 ! +++ pd/src/m_atom.c 12 Feb 2007 03:45:43 -0000 @@ -28,6 +28,14 @@ else return (&s_float); --- 45,50 ---- retrieving revision 1.4 diff -u -w -r1.4 m_atom.c ! --- m_atom.c 11 Aug 2006 20:09:07 -0000 1.4 ! +++ m_atom.c 12 Feb 2007 03:45:43 -0000 @@ -28,6 +28,14 @@ else return (&s_float); *************** *** 67,72 **** retrieving revision 1.13 diff -u -w -r1.13 m_binbuf.c ! --- pd/src/m_binbuf.c 4 Oct 2006 19:35:06 -0000 1.13 ! +++ pd/src/m_binbuf.c 12 Feb 2007 03:45:44 -0000 @@ -672,6 +672,10 @@ case A_SYMBOL: --- 67,72 ---- retrieving revision 1.13 diff -u -w -r1.13 m_binbuf.c ! --- m_binbuf.c 4 Oct 2006 19:35:06 -0000 1.13 ! +++ m_binbuf.c 12 Feb 2007 03:45:44 -0000 @@ -672,6 +672,10 @@ case A_SYMBOL: *************** *** 85,90 **** retrieving revision 1.7 diff -u -w -r1.7 m_class.c ! --- pd/src/m_class.c 15 Aug 2006 04:54:15 -0000 1.7 ! +++ pd/src/m_class.c 12 Feb 2007 03:45:44 -0000 @@ -20,6 +20,7 @@
--- 85,90 ---- retrieving revision 1.7 diff -u -w -r1.7 m_class.c ! --- m_class.c 15 Aug 2006 04:54:15 -0000 1.7 ! +++ m_class.c 12 Feb 2007 03:45:44 -0000 @@ -20,6 +20,7 @@
*************** *** 202,207 **** retrieving revision 1.4 diff -u -w -r1.4 m_imp.h ! --- pd/src/m_imp.h 19 Aug 2005 23:28:03 -0000 1.4 ! +++ pd/src/m_imp.h 12 Feb 2007 03:45:44 -0000 @@ -25,6 +25,7 @@ typedef void (*t_pointermethod)(t_pd *x, t_gpointer *gp); --- 202,207 ---- retrieving revision 1.4 diff -u -w -r1.4 m_imp.h ! --- m_imp.h 19 Aug 2005 23:28:03 -0000 1.4 ! +++ m_imp.h 12 Feb 2007 03:45:44 -0000 @@ -25,6 +25,7 @@ typedef void (*t_pointermethod)(t_pd *x, t_gpointer *gp); *************** *** 225,230 **** retrieving revision 1.4 diff -u -w -r1.4 m_obj.c ! --- pd/src/m_obj.c 18 May 2005 04:28:51 -0000 1.4 ! +++ pd/src/m_obj.c 12 Feb 2007 03:45:44 -0000 @@ -15,6 +15,7 @@ t_gpointer *iu_pointerslot; --- 225,230 ---- retrieving revision 1.4 diff -u -w -r1.4 m_obj.c ! --- m_obj.c 18 May 2005 04:28:51 -0000 1.4 ! +++ m_obj.c 12 Feb 2007 03:45:44 -0000 @@ -15,6 +15,7 @@ t_gpointer *iu_pointerslot; *************** *** 330,335 **** retrieving revision 1.4 diff -u -w -r1.4 m_pd.c ! --- pd/src/m_pd.c 28 Nov 2004 21:20:42 -0000 1.4 ! +++ pd/src/m_pd.c 12 Feb 2007 03:45:44 -0000 @@ -284,6 +284,12 @@ (*(*x)->c_symbolmethod)(x, s); --- 330,335 ---- retrieving revision 1.4 diff -u -w -r1.4 m_pd.c ! --- m_pd.c 28 Nov 2004 21:20:42 -0000 1.4 ! +++ m_pd.c 12 Feb 2007 03:45:44 -0000 @@ -284,6 +284,12 @@ (*(*x)->c_symbolmethod)(x, s); *************** *** 350,355 **** retrieving revision 1.17 diff -u -w -r1.17 m_pd.h ! --- pd/src/m_pd.h 22 Oct 2006 21:46:11 -0000 1.17 ! +++ pd/src/m_pd.h 12 Feb 2007 03:45:44 -0000 @@ -102,6 +102,16 @@ t_gstub *gp_stub; /* stub which points to glist/array */ --- 350,355 ---- retrieving revision 1.17 diff -u -w -r1.17 m_pd.h ! --- m_pd.h 22 Oct 2006 21:46:11 -0000 1.17 ! +++ m_pd.h 12 Feb 2007 03:45:44 -0000 @@ -102,6 +102,16 @@ t_gstub *gp_stub; /* stub which points to glist/array */