[PD-cvs] externals/grill/delsplit delsplit.mcp, NONE, 1.1 main.cpp, 1.7, 1.8 delsplit.cw, 1.4, NONE

Thomas Grill xovo at users.sourceforge.net
Sat Jan 20 15:30:18 CET 2007


Update of /cvsroot/pure-data/externals/grill/delsplit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5009

Modified Files:
	main.cpp 
Added Files:
	delsplit.mcp 
Removed Files:
	delsplit.cw 
Log Message:
updated for any messages to be processed (not only symbols)
use new ToSys* methods
Codewarrior updates


--- delsplit.cw DELETED ---

Index: main.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/delsplit/main.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** main.cpp	3 Nov 2005 20:36:57 -0000	1.7
--- main.cpp	20 Jan 2007 14:30:16 -0000	1.8
***************
*** 88,92 ****
  {
  	int num = 0,pts = 0;
! 	for(const char *si = s; *s; ++s) {
  		if(*s == '.') ++pts;
  		else if(isdigit(*s)) ++num;
--- 88,92 ----
  {
  	int num = 0,pts = 0;
! 	for(; *s; ++s) {
  		if(*s == '.') ++pts;
  		else if(isdigit(*s)) ++num;
***************
*** 153,157 ****
  	        strcpy(str,GetString(argv[i]));
          else if(CanbeFloat(argv[i]))
!             sprintf(str,"%e",GetAFloat(argv[i]));
          else
              str[0] = 0;
--- 153,157 ----
  	        strcpy(str,GetString(argv[i]));
          else if(CanbeFloat(argv[i]))
!             STD::sprintf(str,"%e",GetAFloat(argv[i]));
          else
              str[0] = 0;
***************
*** 171,174 ****
      }
  	
! 	ToOutList(0,cnt,lst);
  }
--- 171,174 ----
      }
  	
! 	ToSysList(0,cnt,lst);
  }

--- NEW FILE: delsplit.mcp ---
(This appears to be a binary file; contents omitted.)





More information about the Pd-cvs mailing list