ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Changes
Revision: 1.19
Committed: Thu Nov 20 18:13:57 2014 UTC (9 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_023, HEAD
Changes since 1.18: +4 -0 lines
Log Message:
1.023

File Contents

# Content
1 Revision history for Perl extension Guard
2
3 1.023 Thu Nov 20 19:12:58 CET 2014
4 - work around backwards compatibility breakage in perl 5.22
5 (removal of PL_sv_objcount).
6
7 1.022 Sat Jul 2 02:38:21 CEST 2011
8 - document how () after the function name overrides the
9 prototype.
10 - improve documentation, fix the examples.
11
12 1.021 Sun Jul 19 07:43:17 CEST 2009
13 - try to provide compatibility to pre-5.8.8.
14
15 1.02 Sat Apr 11 06:42:06 CEST 2009
16 - set NODEBUG on scope_guard, to work around -d:-modules
17 causing scope_guard to be called in the wrong context.
18
19 1.01 Wed Jan 14 00:30:18 CET 2009
20 - guard_free didn't return a value.
21
22 1.0 Fri Dec 26 14:03:28 CET 2008
23 - un-support windows process emulation (it didn't
24 work anyways).
25 - discuss similar modules.
26 - tweaked documentation slightly.
27
28 0.5 Sat Dec 13 22:46:46 CET 2008
29 - vastly improve documentation,
30 clarify local/scope_guard ordering
31 and give niftier examples.
32 - always bless guard objects and convert
33 Guard::cancel to a method, at an 8% runtime
34 cost.
35 - temporarily disable $SIG{__DIE__} when executing
36 guard blocks.
37 - fix testsuite.
38
39 0.1 Sat Dec 13 18:49:30 CET 2008
40 - first release.
41
42 0.01 Sat Dec 13 14:57:44 CET 2008
43 - cloned form Convert-Scalar.
44