[PD-cvs] externals/grill/pool pool.vcproj, 1.18, 1.19 readme.txt, 1.24, 1.25

Thomas Grill xovo at users.sourceforge.net
Tue Apr 19 15:08:34 CEST 2005


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

Modified Files:
	pool.vcproj readme.txt 
Log Message:
added saving/loading of spaces and other special characters (escaping)
more symbol escaping


Index: pool.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/pool/pool.vcproj,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** pool.vcproj	25 Mar 2005 04:53:42 -0000	1.18
--- pool.vcproj	19 Apr 2005 13:08:31 -0000	1.19
***************
*** 111,115 ****
  				LinkIncremental="2"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="c:\data\prog\pd\pd-cvs\bin"
  				GenerateDebugInformation="TRUE"
  				ProgramDatabaseFile=".\pd-msvc/d/pool.pdb"
--- 111,115 ----
  				LinkIncremental="2"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="c:\data\pd\pd-cvs\bin"
  				GenerateDebugInformation="TRUE"
  				ProgramDatabaseFile=".\pd-msvc/d/pool.pdb"

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/pool/readme.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** readme.txt	25 Mar 2005 04:53:42 -0000	1.24
--- readme.txt	19 Apr 2005 13:08:31 -0000	1.25
***************
*** 85,88 ****
--- 85,89 ----
  - enhanced and optimized atom parsing
  - escaped symbols (with \) for whitespace support on store and load
+ - escape symbols also with "" to help the load routine
  
  0.2.0:





More information about the Pd-cvs mailing list