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