ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Changes
Revision: 1.15
Committed: Sun Jul 19 05:44:10 2009 UTC (14 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-1_021
Changes since 1.14: +1 -0 lines
Log Message:
1.021

File Contents

# Content
1 Revision history for Perl extension Guard
2
3 1.021 Sun Jul 19 07:43:17 CEST 2009
4 - try to provide compatibility to pre-5.8.8.
5
6 1.02 Sat Apr 11 06:42:06 CEST 2009
7 - set NODEBUG on scope_guard, to work around -d: modules
8 causing scope_guard to be called in the wrong context.
9
10 1.01 Wed Jan 14 00:30:18 CET 2009
11 - guard_free didn't return a value.
12
13 1.0 Fri Dec 26 14:03:28 CET 2008
14 - un-support windows process emulation (it didn't
15 work anyways).
16 - discuss similar modules.
17 - tweaked documentation slightly.
18
19 0.5 Sat Dec 13 22:46:46 CET 2008
20 - vastly improve documentation,
21 clarify local/scope_guard ordering
22 and give a niftier examples.
23 - always bless guard objects and convert
24 Guard::cancel to a method, at an 8% runtime
25 cost.
26 - temporarily disable $SIG{__DIE__} when executing
27 guard blocks.
28 - fix testsuite.
29
30 0.1 Sat Dec 13 18:49:30 CET 2008
31 - first release.
32
33 0.01 Sat Dec 13 14:57:44 CET 2008
34 - cloned form Convert-Scalar.
35