[Scopeapp-cvs]scopeapp ChangeLog,1.10,1.11
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2003-02-18 12:02:44
|
Update of /cvsroot/scopeapp/scopeapp In directory sc8-pr-cvs1:/tmp/cvs-serv11460 Modified Files: ChangeLog Log Message: Release and replace the autorelease pool every time around the display thread's loop Index: ChangeLog =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ChangeLog 16 Feb 2003 01:23:26 -0000 1.10 --- ChangeLog 18 Feb 2003 12:02:41 -0000 1.11 *************** *** 1,2 **** --- 1,8 ---- + 2003-02-18 Philip Derrin <na...@us...> + + * src/TraceView.m (-displayThread:): + Release and replace the autorelease pool every time around the + display thread's loop + 2003-02-16 Philip Derrin <na...@us...> |