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.14 by root, Sun Jul 19 04:43:47 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines