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