t/op/sort.t using test.pl
[p5sagit/p5-mst-13.2.git] / ext / threads / Changes
1 Revision history for Perl extension threads.
2
3 1.18 Fri Mar 24 14:21:36 EST 2006
4         - ->equal returns 0 on false for backwards compatibility
5         - Changed UVs to IVs in XS code (except for TID)
6         - Use ->create in tests
7
8 1.17 Thu Mar 23 10:31:20 EST 2006
9         - Restoration of 'core' build parameters
10
11 1.15 Wed Mar 22 13:46:51 EST 2006
12         - BUG FIX: Replaced SvPV_nolen_const macro
13         - Disabled closure return test again and added note in POD
14
15 1.14 Tue Mar 21 08:40:16 EST 2006
16         - BUG FIX: Corrected UV formatting string
17
18 1.13 Mon Mar 20 15:09:42 EST 2006
19         - BUG FIX: Round stack sizes to multiple of page size
20         - Use PTHREAD_STACK_MIN if available
21
22 1.12 Sun Mar 19 17:34:49 EST 2006
23         - Implemented $thr1->equal($thr2) in XS
24         - Use $ENV{PERL_CORE} in tests
25
26 1.11 Fri Mar 17 13:24:35 EST 2006
27         - BUG FIX: Proper freeing thread's Perl interpreter
28         - Removed BUGS POD item regarding returning objects from threads
29         - Enabled closure return test in t/problems.t
30         - Handle deprecation of :unique in tests
31         - XS code cleanup
32         - Better POD coverage
33
34 1.09 Mon Mar 13 14:14:37 EST 2006
35         - Initial (re-)release to CPAN
36         - 64-bit TIDs
37         - API for thread stack size (courtesy of Dean Arnold)
38         - Made threads->list() context sensitive
39         - Implemented threads->object($tid) in XS
40         - Added $thr->_handle() method
41
42
43 Ancient history:
44
45 0.03  Mon Jul  2 12:00:50 CEST 2001
46         Fixed bug with threads->self() in main thread, thanks Hackworth!
47
48 0.02  Sat Jun 30 09:41:00 GMT 2001
49         Fixed bug in threads->self() reported by Hackworth
50  
51 0.01  Tue Apr 24 19:04:12 2001
52         Cleaned up documentation
53