Re: [perl #41574] cond_wait hang ups under MSWin32
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / Changes
CommitLineData
b30ea4af 1Revision history for Perl extension threads::shared.
2
3b29be8d 3-
4 - Modify stress test to be TODO under MSWin32
5
05b59262 61.09 Mon Apr 9 16:49:30 EDT 2007
7 - Modify stress test to not hang under MSWin32
8 - Fix casting issue under MSWin32
9 - Subversion repository on Google
10
111.08 Fri Mar 16 08:31:50 EDT 2007
12 - Sub-second resolution for cont_timedwait under MSWin32
2a6601ce 13 (courtesy of Dean Arnold)
14 - Fix compiler warnings
15 - Upgraded ppport.h to Devel::PPPort 3.11
16
171.07 Wed Feb 7 10:44:22 EST 2007
2b936299 18 - POD tweaks per Wolfgang Laun
19
201.06 Wed Dec 20 14:01:57 EST 2006
ba2940ce 21 - Fixed a bug in unlocking code
22 - Added stress test for cond_* functions
23
241.05 Wed Oct 25 14:27:36 EDT 2006
3bc7ad01 25 - Makefile.PL changes for CORE
26 - g++ build fixes
27
ba2940ce 281.04 Thu Oct 12 10:50:46 EDT 2006
3bc7ad01 29 - Added example script
30 - Added POD tests
31
b30ea4af 321.03 Fri Sep 15 15:09:26 EDT 2006
3bc7ad01 33 - Fix memory leak caused by blessed shared objects
b30ea4af 34 - Upgraded ppport.h to Devel::PPPort 3.10
35
361.02 Fri Jul 14 08:56:03 EDT 2006
37 - Skip failing thread/wait tests on HP-UX 10.20 (patch 27920)
38 - Check for 'C' compiler when building module
39 - Remove BEGIN block in .pm file
40 - Upgraded ppport.h to Devel::PPPort 3.09
41
421.01 Sat Mar 25 18:46:44 EST 2006
43 - Restoration of 'core' build parameters
44
450.99 Sun Mar 19 17:38:52 EST 2006
46 - Use $ENV{PERL_CORE} in tests
47 - More XS code cleanups
48 - Eliminated use of Exporter
49
500.98 Fri Mar 17 13:25:34 EST 2006
51 - XS code cleanup
52
530.97 Mon Mar 13 14:30:50 EST 2006
54 - Cleaned up shared.h as part of the ppport.h upgrade
55 - Cleaned up tests
56 - Compatible with 5.9.3
57
580.96 Mon Feb 27 16:50:07 EST 2006
59 - Added 'is_shared' as alias to '_id'
60 - Upgraded ppport.h to v3.08
61 - Updated POD with discussion of bless()
62
630.95 Fri Feb 03 16:46:00 2006
64 - Initial (re-)release to CPAN
65 - 'bless' is now supported on shared refs
66