Eliminate most of the UTF-8 black smoke by skipping optree tests when
[p5sagit/p5-mst-13.2.git] / ext / threads / Changes
CommitLineData
47ba8780 1Revision history for Perl extension threads.
2
9d9ff5b1 31.31 Fri May 19 16:06:42 EDT 2006
4 - Explicit thread context
5
f2e0bb91 61.29 Thu May 18 16:09:28 EDT 2006
7 - Fix warning/core dump from ->create('foo') in BEGIN block
8
404aaa48 91.28 Wed May 17 14:33:13 EDT 2006
10 - Fix for build failure under older Perl versions
11 - Skip signalling tests if using unsafe signals
12
131.27 Thu May 11 11:52:21 EDT 2006
c0003851 14 - Added $thr->kill() method for thread signalling
15 - Check for 'C' compiler when building module
16
d305c2c9 171.26 Mon May 8 13:18:29 EDT 2006
18 - Fix for Win32 build WRT page size
19
514612b7 201.25 Thu May 4 12:34:02 EDT 2006
21 - Final sync with blead
22 - Lock counters in tests
23
f2cba68d 241.24 Mon Apr 24 10:29:11 EDT 2006
25 - assert() that thread 0 is never destructed
26 - Determinancy in free.t
27
281.23 Thu Apr 13 16:57:00 EDT 2006
29 - BUG (RE)FIX: Properly free thread's Perl interpreter
30 - It's an error to detach a thread twice
31 - More XS code cleanups
32
331.22 Fri Apr 7 21:35:06 EDT 2006
34 - Documented maximum stack size error
35
361.21 Tue Apr 4 13:57:23 EDT 2006
37 - Corrected ->_handle() to return a pointer
38 - Overload !=
39
401.19 Sat Mar 25 18:46:02 EST 2006
41 - Use 'DEFINE' instead of 'CCFLAGS' in Makefile.PL
42
f4cc38af 431.18 Fri Mar 24 14:21:36 EST 2006
44 - ->equal returns 0 on false for backwards compatibility
45 - Changed UVs to IVs in XS code (except for TID)
46 - Use ->create in tests
47
0f1612a7 481.17 Thu Mar 23 10:31:20 EST 2006
49 - Restoration of 'core' build parameters
50
511.15 Wed Mar 22 13:46:51 EST 2006
52 - BUG FIX: Replaced SvPV_nolen_const macro
53 - Disabled closure return test again and added note in POD
54
551.14 Tue Mar 21 08:40:16 EST 2006
56 - BUG FIX: Corrected UV formatting string
57
581.13 Mon Mar 20 15:09:42 EST 2006
59 - BUG FIX: Round stack sizes to multiple of page size
60 - Use PTHREAD_STACK_MIN if available
61
621.12 Sun Mar 19 17:34:49 EST 2006
63 - Implemented $thr1->equal($thr2) in XS
64 - Use $ENV{PERL_CORE} in tests
65
661.11 Fri Mar 17 13:24:35 EST 2006
f2cba68d 67 - BUG FIX: Properly free thread's Perl interpreter
0f1612a7 68 - Removed BUGS POD item regarding returning objects from threads
69 - Enabled closure return test in t/problems.t
70 - Handle deprecation of :unique in tests
71 - XS code cleanup
72 - Better POD coverage
73
741.09 Mon Mar 13 14:14:37 EST 2006
75 - Initial (re-)release to CPAN
76 - 64-bit TIDs
77 - API for thread stack size (courtesy of Dean Arnold)
78 - Made threads->list() context sensitive
79 - Implemented threads->object($tid) in XS
80 - Added $thr->_handle() method
81
82
83Ancient history:
84
47ba8780 850.03 Mon Jul 2 12:00:50 CEST 2001
86 Fixed bug with threads->self() in main thread, thanks Hackworth!
87
880.02 Sat Jun 30 09:41:00 GMT 2001
89 Fixed bug in threads->self() reported by Hackworth
90
910.01 Tue Apr 24 19:04:12 2001
92 Cleaned up documentation
93