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.17 by root, Sat Jul 2 00:38:44 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines