threads 1.64 (repost)
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / Changes
CommitLineData
b30ea4af 1Revision history for Perl extension threads::shared.
2
f38680ff 31.12 Wed May 23 09:21:35 EDT 2007
4 - Fixed 'Confused test output' problems with tests
eebceeb0 5 - Skip stress test under HP-UX 10.20
6
31db09ef 71.11 Mon May 14 12:13:37 2007
3b29be8d 8 - Modify stress test to be TODO under MSWin32
e21694ed 9 - Store user locks safely
3b29be8d 10
05b59262 111.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
161.08 Fri Mar 16 08:31:50 EDT 2007
17 - Sub-second resolution for cont_timedwait under MSWin32
2a6601ce 18 (courtesy of Dean Arnold)
19 - Fix compiler warnings
20 - Upgraded ppport.h to Devel::PPPort 3.11
21
221.07 Wed Feb 7 10:44:22 EST 2007
2b936299 23 - POD tweaks per Wolfgang Laun
24
251.06 Wed Dec 20 14:01:57 EST 2006
ba2940ce 26 - Fixed a bug in unlocking code
27 - Added stress test for cond_* functions
28
291.05 Wed Oct 25 14:27:36 EDT 2006
3bc7ad01 30 - Makefile.PL changes for CORE
31 - g++ build fixes
32
ba2940ce 331.04 Thu Oct 12 10:50:46 EDT 2006
3bc7ad01 34 - Added example script
35 - Added POD tests
36
b30ea4af 371.03 Fri Sep 15 15:09:26 EDT 2006
3bc7ad01 38 - Fix memory leak caused by blessed shared objects
b30ea4af 39 - Upgraded ppport.h to Devel::PPPort 3.10
40
411.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
471.01 Sat Mar 25 18:46:44 EST 2006
48 - Restoration of 'core' build parameters
49
500.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
550.98 Fri Mar 17 13:25:34 EST 2006
56 - XS code cleanup
57
580.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
630.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
680.95 Fri Feb 03 16:46:00 2006
69 - Initial (re-)release to CPAN
70 - 'bless' is now supported on shared refs
71