Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10452
Modified Files:
CHANGELOG
Log Message:
Add ClassData() method and fix memory leaks
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** CHANGELOG 14 Jun 2006 22:26:31 -0000 1.87
--- CHANGELOG 23 Jun 2006 18:36:10 -0000 1.88
***************
*** 6,9 ****
--- 6,16 ----
Win32-GUI ChangeLog
===================
+ + [Robert May] : 23 June 2006 - ClassData method and memory leak fixes
+ - GUI.pm, GUI.xs, GUI_Helpers.cpp - change implementation of
+ UserData() method, and add ClassData() method.
+ - GUI_Helpers.cpp, GUI.xs, GUI_Options.cpp, MonthCal.xs - change av_undef
+ and hv_undef calls to SvREFCNT_dec to correct memory leaks
+ - samples\Tutorial* - change to use Win32::GUI(); to eliminate warning
+
+ [Robert May] : 14 June 2006 - Fix Cygwin build
- GUI.pm - fix docs; fix NotifyIcon->new to not modify parent if
|