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.10 by root, Mon Dec 15 16:22:18 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines