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

Comparing Guard/Changes (file contents):
Revision 1.5 by root, Sat Dec 13 19:14:58 2008 UTC vs.
Revision 1.15 by root, Sun Jul 19 05:44:10 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines