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

Comparing Guard/Changes (file contents):
Revision 1.3 by root, Sat Dec 13 18:34:18 2008 UTC vs.
Revision 1.13 by root, Sat Apr 11 04:42:29 2009 UTC

1Revision history for Perl extension Guard 1Revision history for Perl extension Guard
2 2
3 - improve documentation, clarify local/scope_guard 31.02 Sat Apr 11 06:42:06 CEST 2009
4 - set NODEBUG on scope_guard, to work around -d: modules
5 causing scope_guard to be called in the wrong context.
6
71.01 Wed Jan 14 00:30:18 CET 2009
8 - guard_free didn't return a value.
9
101.0 Fri Dec 26 14:03:28 CET 2008
11 - un-support windows process emulation (it didn't
12 work anyways).
13 - discuss similar modules.
14 - tweaked documentation slightly.
15
160.5 Sat Dec 13 22:46:46 CET 2008
17 - vastly improve documentation,
18 clarify local/scope_guard ordering
4 ordering and give a niftier example. 19 and give a niftier examples.
20 - always bless guard objects and convert
21 Guard::cancel to a method, at an 8% runtime
22 cost.
23 - temporarily disable $SIG{__DIE__} when executing
24 guard blocks.
25 - fix testsuite.
5 26
60.1 Sat Dec 13 18:49:30 CET 2008 270.1 Sat Dec 13 18:49:30 CET 2008
7 - first release. 28 - first release.
8 29
90.01 Sat Dec 13 14:57:44 CET 2008 300.01 Sat Dec 13 14:57:44 CET 2008

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines