From kde-commits Fri Oct 19 21:20:41 2001 From: CVS by faure Date: Fri, 19 Oct 2001 21:20:41 +0000 To: kde-commits Subject: KJS_NEW_API: kdelibs/kjs X-MARC-Message: https://marc.info/?l=kde-commits&m=100352660302118 kdelibs/kjs Makefile.am,1.18.2.1,1.18.2.2 collector.cpp,1.21.2.4,1.21.2.5 collector.h,1.10.2.3,1.10.2.4 internal.cpp,1.93.2.4,1.93.2.5 kjs.cpp,1.35.2.4,1.35.2.5 kjs.h,1.31.2.5,1.31.2.6 nodes.cpp,1.70.2.4,1.70.2.5 nodes.h,1.29.2.3,1.29.2.4 testkjs.cpp,1.12.2.2,1.12.2.3 Author: faure Fri Oct 19 21:20:01 UTC 2001 Modified Files: Makefile.am collector.cpp collector.h internal.cpp kjs.cpp kjs.h nodes.cpp nodes.h testkjs.cpp Log Message: Fixes for KJS_DEBUG_MEM, updated testkjs. Re-enabled garbage collection, fixed globalClear(), and fixed ref/deref on the program nodes. Still 2 non-deleted objects at the very end (instead of 315 an hour ago ;) Peter: why did you disable GC again? Does it crash for you ? How can I reproduce that ?