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

# User Rev Content
1 root 1.1 Revision history for Perl extension Guard
2    
3 root 1.12 1.01 Wed Jan 14 00:30:18 CET 2009
4     - guard_free didn't return a value.
5    
6 root 1.11 1.0 Fri Dec 26 14:03:28 CET 2008
7 root 1.8 - un-support windows process emulation (it didn't
8     work anyways).
9 root 1.9 - discuss similar modules.
10     - tweaked documentation slightly.
11 root 1.8
12 root 1.7 0.5 Sat Dec 13 22:46:46 CET 2008
13 root 1.4 - vastly improve documentation,
14     clarify local/scope_guard ordering
15     and give a niftier examples.
16 root 1.5 - always bless guard objects and convert
17     Guard::cancel to a method, at an 8% runtime
18     cost.
19 root 1.6 - temporarily disable $SIG{__DIE__} when executing
20     guard blocks.
21 root 1.5 - fix testsuite.
22 root 1.3
23 root 1.2 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 root 1.1 - cloned form Convert-Scalar.
28