Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22773
Modified Files: changes.txt Log Message: some minor changes after valgrind run fix uninitialized pointer With FLEXT_USECMEM normal C library memory allocation will be used, otherwise global operators will be overridden to use memory allocation by the real-time system (getbytes). more pthreads V2 fixes Deprecated FLEXT_NOGLOBALNEW in favor of FLEXT_USECMEM.
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** changes.txt 6 Dec 2005 21:52:25 -0000 1.90 --- changes.txt 10 Dec 2005 21:34:07 -0000 1.91 *************** *** 23,26 **** --- 23,27 ---- - fixed coexistence of message and signal objects in Max/MSP object libraries - fixes for pthreads version 2 + - deprecated FLEXT_GLOBALNEW in favor of FLEXT_USECMEM (either global new/delete operators or C library memory allocation)
0.5.0: