Only compile Perl_hv_assert with DEBUGGING.
[p5sagit/p5-mst-13.2.git] / ext / threads / Changes
1 Revision history for Perl extension threads.
2
3 1.17 Thu Mar 23 10:31:20 EST 2006
4         - Restoration of 'core' build parameters
5
6 1.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
10 1.14 Tue Mar 21 08:40:16 EST 2006
11         - BUG FIX: Corrected UV formatting string
12
13 1.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
17 1.12 Sun Mar 19 17:34:49 EST 2006
18         - Implemented $thr1->equal($thr2) in XS
19         - Use $ENV{PERL_CORE} in tests
20
21 1.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
29 1.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
38 Ancient history:
39
40 0.03  Mon Jul  2 12:00:50 CEST 2001
41         Fixed bug with threads->self() in main thread, thanks Hackworth!
42
43 0.02  Sat Jun 30 09:41:00 GMT 2001
44         Fixed bug in threads->self() reported by Hackworth
45  
46 0.01  Tue Apr 24 19:04:12 2001
47         Cleaned up documentation
48