ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Changes
Revision: 1.14
Committed: Sun Jul 19 04:43:47 2009 UTC (14 years, 10 months ago) by root
Branch: MAIN
Changes since 1.13: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

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