[PD-cvs] externals/grill/pool pool-help.pd, 1.1, 1.2 pool.vcproj, 1.19, 1.20 readme.txt, 1.29, 1.30

Thomas Grill xovo at users.sourceforge.net
Wed Dec 14 02:53:03 CET 2005


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

Modified Files:
	pool-help.pd pool.vcproj readme.txt 
Log Message:
fixed double-free on clearing values and dirs
reintroduced missing help message
fixed clearing values and dirs, e.g. with messages clrall and clrrec
more symbol escaping
rename help file


Index: pool-help.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/pool/pool-help.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pool-help.pd	11 Aug 2005 15:03:53 -0000	1.1
--- pool-help.pd	14 Dec 2005 01:53:01 -0000	1.2
***************
*** 1,3 ****
! #N canvas 4 3 943 713 12;
  #X msg 296 105 set 1 2 3;
  #X obj 238 631 print K;
--- 1,3 ----
! #N canvas 4 3 947 717 12;
  #X msg 296 105 set 1 2 3;
  #X obj 238 631 print K;
***************
*** 226,231 ****
  #X connect 8 0 0 0;
  #X restore 717 659 pd print;
- #X text 272 13 a hierarchical storage object \, (C)2002-2004 Thomas
- Grill;
  #X text 272 33 http://grrrr.org;
  #X msg 428 225 geti \$1;
--- 226,229 ----
***************
*** 238,241 ****
--- 236,241 ----
  #X text 424 343 clear value at index;
  #X msg 425 363 clri 2;
+ #X text 272 13 a hierarchical storage object \, (C)2002-2005 Thomas
+ Grill;
  #X connect 0 0 69 0;
  #X connect 2 0 69 0;
***************
*** 273,278 ****
  #X connect 73 0 69 0;
  #X connect 74 0 69 0;
! #X connect 80 0 69 0;
! #X connect 82 0 80 0;
! #X connect 85 0 69 0;
! #X connect 87 0 69 0;
--- 273,278 ----
  #X connect 73 0 69 0;
  #X connect 74 0 69 0;
! #X connect 79 0 69 0;
! #X connect 81 0 79 0;
! #X connect 84 0 69 0;
! #X connect 86 0 69 0;

Index: pool.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/pool/pool.vcproj,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** pool.vcproj	19 Apr 2005 13:08:31 -0000	1.19
--- pool.vcproj	14 Dec 2005 01:53:01 -0000	1.20
***************
*** 108,117 ****
  				Name="VCLinkerTool"
  				AdditionalDependencies="pd.lib"
! 				OutputFile=".\pd-msvc/d/pool.dll"
  				LinkIncremental="2"
  				SuppressStartupBanner="TRUE"
  				AdditionalLibraryDirectories="c:\data\pd\pd-cvs\bin"
  				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\pd-msvc/d/pool.pdb"
  				ImportLibrary=".\pd-msvc/d/pool.lib"
  				TargetMachine="1"/>
--- 108,117 ----
  				Name="VCLinkerTool"
  				AdditionalDependencies="pd.lib"
! 				OutputFile="$(outdir)/pool.dll"
  				LinkIncremental="2"
  				SuppressStartupBanner="TRUE"
  				AdditionalLibraryDirectories="c:\data\pd\pd-cvs\bin"
  				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile="$(outdir)/pool.pdb"
  				ImportLibrary=".\pd-msvc/d/pool.lib"
  				TargetMachine="1"/>

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/pool/readme.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** readme.txt	22 Oct 2005 18:56:30 -0000	1.29
--- readme.txt	14 Dec 2005 01:53:01 -0000	1.30
***************
*** 78,81 ****
--- 78,83 ----
  0.2.2:
  - fixed serious bug with clearing values and dirs. e.g. "clrall" and "clrrec" messages.
+ - fixed double-free for clearing dirs and values
+ - re-introduced a help message
  
  0.2.1:





More information about the Pd-cvs mailing list