[PD-cvs] externals/moocow/pdstring Changes, 1.1, 1.2 configure.in, 1.7, 1.8

Bryan Jurish mukau at users.sourceforge.net
Fri Oct 19 15:32:58 CEST 2007


Update of /cvsroot/pure-data/externals/moocow/pdstring
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23212

Modified Files:
	Changes configure.in 
Log Message:
+ fixed any2string/string2any asymmetry for default case eos_char<0

Index: Changes
===================================================================
RCS file: /cvsroot/pure-data/externals/moocow/pdstring/Changes,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Changes	2 Feb 2006 12:46:01 -0000	1.1
--- Changes	19 Oct 2007 13:32:56 -0000	1.2
***************
*** 1,4 ****
--- 1,11 ----
  Change log for PD external 'pdstring'
  
+ v0.06
+    + fixed asymmetricity bug (thanks to iohannes for the report)
+ 
+ v0.05
+    + improved NUL parsing, add in- and outlets
+    + use static binbufs to avoid segfaults (a la mrpeach's [str])
+ 
  v0.03 Thu, 02 Feb 2006 12:57:43 +0100
     + automake-ified

Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/externals/moocow/pdstring/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** configure.in	10 Aug 2007 10:46:15 -0000	1.7
--- configure.in	19 Oct 2007 13:32:56 -0000	1.8
***************
*** 5,9 ****
  dnl Some handy macros
  define([THE_PACKAGE_NAME],    [pdstring])
! define([THE_PACKAGE_VERSION], [0.05])
  define([THE_PACKAGE_AUTHOR],  [moocow at ling.uni-potsdam.de])
  
--- 5,9 ----
  dnl Some handy macros
  define([THE_PACKAGE_NAME],    [pdstring])
! define([THE_PACKAGE_VERSION], [0.06])
  define([THE_PACKAGE_AUTHOR],  [moocow at ling.uni-potsdam.de])
  





More information about the Pd-cvs mailing list