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.9 by root, Mon Dec 15 02:38:21 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines