1 Revision history for Perl extension threads::shared.
3 1.11 Mon May 14 12:13:37 2007
4 - Modify stress test to be TODO under MSWin32
5 - Store user locks safely
7 1.09 Mon Apr 9 16:49:30 EDT 2007
8 - Modify stress test to not hang under MSWin32
9 - Fix casting issue under MSWin32
10 - Subversion repository on Google
12 1.08 Fri Mar 16 08:31:50 EDT 2007
13 - Sub-second resolution for cont_timedwait under MSWin32
14 (courtesy of Dean Arnold)
15 - Fix compiler warnings
16 - Upgraded ppport.h to Devel::PPPort 3.11
18 1.07 Wed Feb 7 10:44:22 EST 2007
19 - POD tweaks per Wolfgang Laun
21 1.06 Wed Dec 20 14:01:57 EST 2006
22 - Fixed a bug in unlocking code
23 - Added stress test for cond_* functions
25 1.05 Wed Oct 25 14:27:36 EDT 2006
26 - Makefile.PL changes for CORE
29 1.04 Thu Oct 12 10:50:46 EDT 2006
30 - Added example script
33 1.03 Fri Sep 15 15:09:26 EDT 2006
34 - Fix memory leak caused by blessed shared objects
35 - Upgraded ppport.h to Devel::PPPort 3.10
37 1.02 Fri Jul 14 08:56:03 EDT 2006
38 - Skip failing thread/wait tests on HP-UX 10.20 (patch 27920)
39 - Check for 'C' compiler when building module
40 - Remove BEGIN block in .pm file
41 - Upgraded ppport.h to Devel::PPPort 3.09
43 1.01 Sat Mar 25 18:46:44 EST 2006
44 - Restoration of 'core' build parameters
46 0.99 Sun Mar 19 17:38:52 EST 2006
47 - Use $ENV{PERL_CORE} in tests
48 - More XS code cleanups
49 - Eliminated use of Exporter
51 0.98 Fri Mar 17 13:25:34 EST 2006
54 0.97 Mon Mar 13 14:30:50 EST 2006
55 - Cleaned up shared.h as part of the ppport.h upgrade
57 - Compatible with 5.9.3
59 0.96 Mon Feb 27 16:50:07 EST 2006
60 - Added 'is_shared' as alias to '_id'
61 - Upgraded ppport.h to v3.08
62 - Updated POD with discussion of bless()
64 0.95 Fri Feb 03 16:46:00 2006
65 - Initial (re-)release to CPAN
66 - 'bless' is now supported on shared refs