ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Changes
Revision: 1.17
Committed: Sat Jul 2 00:38:44 2011 UTC (12 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-1_022
Changes since 1.16: +2 -0 lines
Log Message:
1.022

File Contents

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