Only compile Perl_hv_assert with DEBUGGING.
[p5sagit/p5-mst-13.2.git] / ext / threads / Changes
CommitLineData
47ba8780 1Revision history for Perl extension threads.
2
0f1612a7 31.17 Thu Mar 23 10:31:20 EST 2006
4 - Restoration of 'core' build parameters
5
61.15 Wed Mar 22 13:46:51 EST 2006
7 - BUG FIX: Replaced SvPV_nolen_const macro
8 - Disabled closure return test again and added note in POD
9
101.14 Tue Mar 21 08:40:16 EST 2006
11 - BUG FIX: Corrected UV formatting string
12
131.13 Mon Mar 20 15:09:42 EST 2006
14 - BUG FIX: Round stack sizes to multiple of page size
15 - Use PTHREAD_STACK_MIN if available
16
171.12 Sun Mar 19 17:34:49 EST 2006
18 - Implemented $thr1->equal($thr2) in XS
19 - Use $ENV{PERL_CORE} in tests
20
211.11 Fri Mar 17 13:24:35 EST 2006
22 - BUG FIX: Proper freeing thread's Perl interpreter
23 - Removed BUGS POD item regarding returning objects from threads
24 - Enabled closure return test in t/problems.t
25 - Handle deprecation of :unique in tests
26 - XS code cleanup
27 - Better POD coverage
28
291.09 Mon Mar 13 14:14:37 EST 2006
30 - Initial (re-)release to CPAN
31 - 64-bit TIDs
32 - API for thread stack size (courtesy of Dean Arnold)
33 - Made threads->list() context sensitive
34 - Implemented threads->object($tid) in XS
35 - Added $thr->_handle() method
36
37
38Ancient history:
39
47ba8780 400.03 Mon Jul 2 12:00:50 CEST 2001
41 Fixed bug with threads->self() in main thread, thanks Hackworth!
42
430.02 Sat Jun 30 09:41:00 GMT 2001
44 Fixed bug in threads->self() reported by Hackworth
45
460.01 Tue Apr 24 19:04:12 2001
47 Cleaned up documentation
48