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.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
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
3 - vastly improve documentation, 10 - vastly improve documentation,
4 clarify local/scope_guard ordering 11 clarify local/scope_guard ordering
5 and give a niftier examples. 12 and give a niftier examples.
13 - always bless guard objects and convert
14 Guard::cancel to a method, at an 8% runtime
15 cost.
16 - temporarily disable $SIG{__DIE__} when executing
17 guard blocks.
18 - fix testsuite.
6 19
70.1 Sat Dec 13 18:49:30 CET 2008 200.1 Sat Dec 13 18:49:30 CET 2008
8 - first release. 21 - first release.
9 22
100.01 Sat Dec 13 14:57:44 CET 2008 230.01 Sat Dec 13 14:57:44 CET 2008

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines