Update of /cvsroot/pure-data/externals/grh/PDContainer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15120
Modified Files: CHANGELOG Log Message: additional methods: [getall(, [keys(, [values(
Index: CHANGELOG =================================================================== RCS file: /cvsroot/pure-data/externals/grh/PDContainer/CHANGELOG,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CHANGELOG 21 Oct 2005 11:56:32 -0000 1.1 --- CHANGELOG 3 Nov 2005 20:40:39 -0000 1.2 *************** *** 1,3 **** --- 1,7 ----
+ new: + - [getall( message to dump out all data sequentially + - [keys( + [values( to dump out all keys, values of map, multimap + version 0.2 - possible to store pointers now as keys, values, ... (for pd graphical datastructures)