Update cwd() to return the "short" pathname if the long one doesn't fit the codepage
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / Changes
CommitLineData
b30ea4af 1Revision history for Perl extension threads::shared.
2
3bc7ad01 31.05 Wed Oct 25 14:22:23 EDT 2006
4 - Makefile.PL changes for CORE
5 - g++ build fixes
6
71.04 Thu Oct 12 10:40:18 EDT 2006
8 - Added example script
9 - Added POD tests
10
b30ea4af 111.03 Fri Sep 15 15:09:26 EDT 2006
3bc7ad01 12 - Fix memory leak caused by blessed shared objects
b30ea4af 13 - Upgraded ppport.h to Devel::PPPort 3.10
14
151.02 Fri Jul 14 08:56:03 EDT 2006
16 - Skip failing thread/wait tests on HP-UX 10.20 (patch 27920)
17 - Check for 'C' compiler when building module
18 - Remove BEGIN block in .pm file
19 - Upgraded ppport.h to Devel::PPPort 3.09
20
211.01 Sat Mar 25 18:46:44 EST 2006
22 - Restoration of 'core' build parameters
23
240.99 Sun Mar 19 17:38:52 EST 2006
25 - Use $ENV{PERL_CORE} in tests
26 - More XS code cleanups
27 - Eliminated use of Exporter
28
290.98 Fri Mar 17 13:25:34 EST 2006
30 - XS code cleanup
31
320.97 Mon Mar 13 14:30:50 EST 2006
33 - Cleaned up shared.h as part of the ppport.h upgrade
34 - Cleaned up tests
35 - Compatible with 5.9.3
36
370.96 Mon Feb 27 16:50:07 EST 2006
38 - Added 'is_shared' as alias to '_id'
39 - Upgraded ppport.h to v3.08
40 - Updated POD with discussion of bless()
41
420.95 Fri Feb 03 16:46:00 2006
43 - Initial (re-)release to CPAN
44 - 'bless' is now supported on shared refs
45