ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Changes
(Generate patch)

Comparing Guard/Changes (file contents):
Revision 1.15 by root, Sun Jul 19 05:44:10 2009 UTC vs.
Revision 1.19 by root, Thu Nov 20 18:13:57 2014 UTC

1Revision history for Perl extension Guard 1Revision history for Perl extension Guard
2
31.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
71.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.
2 11
31.021 Sun Jul 19 07:43:17 CEST 2009 121.021 Sun Jul 19 07:43:17 CEST 2009
4 - try to provide compatibility to pre-5.8.8. 13 - try to provide compatibility to pre-5.8.8.
5 14
61.02 Sat Apr 11 06:42:06 CEST 2009 151.02 Sat Apr 11 06:42:06 CEST 2009
7 - set NODEBUG on scope_guard, to work around -d: modules 16 - set NODEBUG on scope_guard, to work around -d:-modules
8 causing scope_guard to be called in the wrong context. 17 causing scope_guard to be called in the wrong context.
9 18
101.01 Wed Jan 14 00:30:18 CET 2009 191.01 Wed Jan 14 00:30:18 CET 2009
11 - guard_free didn't return a value. 20 - guard_free didn't return a value.
12 21
17 - tweaked documentation slightly. 26 - tweaked documentation slightly.
18 27
190.5 Sat Dec 13 22:46:46 CET 2008 280.5 Sat Dec 13 22:46:46 CET 2008
20 - vastly improve documentation, 29 - vastly improve documentation,
21 clarify local/scope_guard ordering 30 clarify local/scope_guard ordering
22 and give a niftier examples. 31 and give niftier examples.
23 - always bless guard objects and convert 32 - always bless guard objects and convert
24 Guard::cancel to a method, at an 8% runtime 33 Guard::cancel to a method, at an 8% runtime
25 cost. 34 cost.
26 - temporarily disable $SIG{__DIE__} when executing 35 - temporarily disable $SIG{__DIE__} when executing
27 guard blocks. 36 guard blocks.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines