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.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
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
3 - vastly improve documentation, 13 - vastly improve documentation,
4 clarify local/scope_guard ordering 14 clarify local/scope_guard ordering
5 and give a niftier examples. 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.
6 22
70.1 Sat Dec 13 18:49:30 CET 2008 230.1 Sat Dec 13 18:49:30 CET 2008
8 - first release. 24 - first release.
9 25
100.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