[PD-cvs] pd/src poe.tcl,1.1.2.2.2.12,1.1.2.2.2.13

Mathieu Bouchard matju at users.sourceforge.net
Sat Jun 30 21:31:02 CEST 2007


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

Modified Files:
      Tag: desiredata
	poe.tcl 
Log Message:
in error messages, filter out the calls that replace what used to be proc unknown


Index: poe.tcl
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/poe.tcl,v
retrieving revision 1.1.2.2.2.12
retrieving revision 1.1.2.2.2.13
diff -C2 -d -r1.1.2.2.2.12 -r1.1.2.2.2.13
*** poe.tcl	23 Jan 2007 19:03:38 -0000	1.1.2.2.2.12
--- poe.tcl	30 Jun 2007 19:31:00 -0000	1.1.2.2.2.13
***************
*** 218,221 ****
--- 218,222 ----
  	regsub -all "\n    \\(" $e " (" e
  	regsub -all {\n[^\n]*procedure \"(::unknown|super)\"[^\n]*\n} $e "\n" e
+ 	regsub -all {\n\"\[lindex \$methods 0\][^\n]*\n} $e "\n" e
  	regsub -all {\s*while executing\s*\n} $e "\n" e
  	#regsub {\n$} $e "" e





More information about the Pd-cvs mailing list