ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Changes
Revision: 1.12
Committed: Tue Jan 13 23:30:38 2009 UTC (15 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-1_01
Changes since 1.11: +3 -0 lines
Log Message:
1.01

File Contents

# Content
1 Revision history for Perl extension Guard
2
3 1.01 Wed Jan 14 00:30:18 CET 2009
4 - guard_free didn't return a value.
5
6 1.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
12 0.5 Sat Dec 13 22:46:46 CET 2008
13 - vastly improve documentation,
14 clarify local/scope_guard ordering
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.
22
23 0.1 Sat Dec 13 18:49:30 CET 2008
24 - first release.
25
26 0.01 Sat Dec 13 14:57:44 CET 2008
27 - cloned form Convert-Scalar.
28