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

Comparing Guard/Changes (file contents):
Revision 1.4 by root, Sat Dec 13 18:53:52 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 - 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
3 - vastly improve documentation, 9 - vastly improve documentation,
4 clarify local/scope_guard ordering 10 clarify local/scope_guard ordering
5 and give a niftier examples. 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.
6 18
70.1 Sat Dec 13 18:49:30 CET 2008 190.1 Sat Dec 13 18:49:30 CET 2008
8 - first release. 20 - first release.
9 21
100.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