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.12 by root, Tue Jan 13 23:30:38 2009 UTC

1Revision history for Perl extension Guard 1Revision history for Perl extension Guard
2 2
3 - improve documentation, clarify local/scope_guard 31.01 Wed Jan 14 00:30:18 CET 2009
4 - guard_free didn't return a value.
5
61.0 Fri Dec 26 14:03:28 CET 2008
7 - un-support windows process emulation (it didn't
8 work anyways).
9 - discuss similar modules.
10 - tweaked documentation slightly.
11
120.5 Sat Dec 13 22:46:46 CET 2008
13 - vastly improve documentation,
14 clarify local/scope_guard ordering
4 ordering and give a niftier example. 15 and give a niftier examples.
16 - always bless guard objects and convert
17 Guard::cancel to a method, at an 8% runtime
18 cost.
19 - temporarily disable $SIG{__DIE__} when executing
20 guard blocks.
21 - fix testsuite.
5 22
60.1 Sat Dec 13 18:49:30 CET 2008 230.1 Sat Dec 13 18:49:30 CET 2008
7 - first release. 24 - first release.
8 25
90.01 Sat Dec 13 14:57:44 CET 2008 260.01 Sat Dec 13 14:57:44 CET 2008

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines