As we're not passing over (or copying in) a NUL, don't need that extra
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / Changes
1 Revision history for Perl extension threads::shared.
2
3 1.06 Tue Dec 19 13:26:46 EST 2006
4         - Fixed a bug in unlocking code
5         - Added stress test for cond_* functions
6
7 1.05 Wed Oct 25 14:27:36 EDT 2006
8         - Makefile.PL changes for CORE
9         - g++ build fixes
10
11 1.04 Thu Oct 12 10:50:46 EDT 2006
12         - Added example script
13         - Added POD tests
14
15 1.03 Fri Sep 15 15:09:26 EDT 2006
16         - Fix memory leak caused by blessed shared objects
17         - Upgraded ppport.h to Devel::PPPort 3.10
18
19 1.02 Fri Jul 14 08:56:03 EDT 2006
20         - Skip failing thread/wait tests on HP-UX 10.20 (patch 27920)
21         - Check for 'C' compiler when building module
22         - Remove BEGIN block in .pm file
23         - Upgraded ppport.h to Devel::PPPort 3.09
24
25 1.01 Sat Mar 25 18:46:44 EST 2006
26         - Restoration of 'core' build parameters
27
28 0.99 Sun Mar 19 17:38:52 EST 2006
29         - Use $ENV{PERL_CORE} in tests
30         - More XS code cleanups
31         - Eliminated use of Exporter
32
33 0.98 Fri Mar 17 13:25:34 EST 2006
34         - XS code cleanup
35
36 0.97 Mon Mar 13 14:30:50 EST 2006
37         - Cleaned up shared.h as part of the ppport.h upgrade
38         - Cleaned up tests
39         - Compatible with 5.9.3
40
41 0.96 Mon Feb 27 16:50:07 EST 2006
42         - Added 'is_shared' as alias to '_id'
43         - Upgraded ppport.h to v3.08
44         - Updated POD with discussion of bless()
45
46 0.95 Fri Feb 03 16:46:00 2006
47         - Initial (re-)release to CPAN
48         - 'bless' is now supported on shared refs
49