[PD-cvs] pd/src kernel.c,1.1.2.51,1.1.2.52

Mathieu Bouchard matju at users.sourceforge.net
Thu Jul 12 21:29:47 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16081

Modified Files:
      Tag: desiredata
	kernel.c 
Log Message:
nothing


Index: kernel.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/kernel.c,v
retrieving revision 1.1.2.51
retrieving revision 1.1.2.52
diff -C2 -d -r1.1.2.51 -r1.1.2.52
*** kernel.c	11 Jul 2007 19:56:52 -0000	1.1.2.51
--- kernel.c	12 Jul 2007 19:29:45 -0000	1.1.2.52
***************
*** 8,12 ****
   * so you can make multiple & distinguishable templates
   * 1511:forum::für::umläute:2001
!  * change marked with    IOhannes
   */
  
--- 8,12 ----
   * so you can make multiple & distinguishable templates
   * 1511:forum::für::umläute:2001
!  * change marked with IOhannes
   */
  
***************
*** 642,648 ****
  /* ---------------------- routine to handle lists ---------------------- */
  
!     /* objects interpret lists by feeding them to the individual inlets.
!     Before you call this check that the object doesn't have a more
!     specific way to handle lists. */
  void obj_list(t_object *x, t_symbol *s, int argc, t_atom *argv) {
      t_atom *ap;
--- 642,647 ----
  /* ---------------------- routine to handle lists ---------------------- */
  
! /* objects interpret lists by feeding them to the individual inlets. Before you call this,
!    check that the object doesn't have a more specific way to handle lists. */
  void obj_list(t_object *x, t_symbol *s, int argc, t_atom *argv) {
      t_atom *ap;
***************
*** 970,974 ****
  
  t_hash *class_table=0;
- 
  static t_symbol *class_loadsym;     /* name under which an extern is invoked */
  static void pd_defaultfloat(t_pd *x, t_float f);
--- 969,972 ----
***************
*** 1331,1342 ****
  
  static int tryingalready;
- 
  extern "C" void canvas_popabstraction(t_canvas *x);
  extern t_pd *newest;
- 
  t_symbol* pathsearch(t_symbol *s,char* ext);
  int pd_setloadingabstraction(t_symbol *sym);
  
- 
  /* replace everything but [a-zA-Z0-9_] by "0x%x" */
  /* BUG: buffer overflow */
--- 1329,1337 ----





More information about the Pd-cvs mailing list