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

Comparing Guard/Changes (file contents):
Revision 1.4 by root, Sat Dec 13 18:53:52 2008 UTC vs.
Revision 1.16 by root, Fri Mar 12 17:25:58 2010 UTC

1Revision history for Perl extension Guard 1Revision history for Perl extension Guard
2 2
3 - document how () after the function name overrides the
4 prototype.
5
61.021 Sun Jul 19 07:43:17 CEST 2009
7 - try to provide compatibility to pre-5.8.8.
8
91.02 Sat Apr 11 06:42:06 CEST 2009
10 - set NODEBUG on scope_guard, to work around -d: modules
11 causing scope_guard to be called in the wrong context.
12
131.01 Wed Jan 14 00:30:18 CET 2009
14 - guard_free didn't return a value.
15
161.0 Fri Dec 26 14:03:28 CET 2008
17 - un-support windows process emulation (it didn't
18 work anyways).
19 - discuss similar modules.
20 - tweaked documentation slightly.
21
220.5 Sat Dec 13 22:46:46 CET 2008
3 - vastly improve documentation, 23 - vastly improve documentation,
4 clarify local/scope_guard ordering 24 clarify local/scope_guard ordering
5 and give a niftier examples. 25 and give a niftier examples.
26 - always bless guard objects and convert
27 Guard::cancel to a method, at an 8% runtime
28 cost.
29 - temporarily disable $SIG{__DIE__} when executing
30 guard blocks.
31 - fix testsuite.
6 32
70.1 Sat Dec 13 18:49:30 CET 2008 330.1 Sat Dec 13 18:49:30 CET 2008
8 - first release. 34 - first release.
9 35
100.01 Sat Dec 13 14:57:44 CET 2008 360.01 Sat Dec 13 14:57:44 CET 2008

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines