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
CommitLineData
b30ea4af 1Revision history for Perl extension threads::shared.
2
ba2940ce 31.06 Tue Dec 19 13:26:46 EST 2006
4 - Fixed a bug in unlocking code
5 - Added stress test for cond_* functions
6
71.05 Wed Oct 25 14:27:36 EDT 2006
3bc7ad01 8 - Makefile.PL changes for CORE
9 - g++ build fixes
10
ba2940ce 111.04 Thu Oct 12 10:50:46 EDT 2006
3bc7ad01 12 - Added example script
13 - Added POD tests
14
b30ea4af 151.03 Fri Sep 15 15:09:26 EDT 2006
3bc7ad01 16 - Fix memory leak caused by blessed shared objects
b30ea4af 17 - Upgraded ppport.h to Devel::PPPort 3.10
18
191.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
251.01 Sat Mar 25 18:46:44 EST 2006
26 - Restoration of 'core' build parameters
27
280.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
330.98 Fri Mar 17 13:25:34 EST 2006
34 - XS code cleanup
35
360.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
410.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
460.95 Fri Feb 03 16:46:00 2006
47 - Initial (re-)release to CPAN
48 - 'bless' is now supported on shared refs
49