ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Changes
Revision: 1.10
Committed: Mon Dec 15 16:22:18 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Guard
2
3 TODO: no functional changes compared to 0.5.
4 - un-support windows process emulation (it didn't
5 work anyways).
6 - discuss similar modules.
7 - tweaked documentation slightly.
8
9 0.5 Sat Dec 13 22:46:46 CET 2008
10 - vastly improve documentation,
11 clarify local/scope_guard ordering
12 and give a niftier examples.
13 - always bless guard objects and convert
14 Guard::cancel to a method, at an 8% runtime
15 cost.
16 - temporarily disable $SIG{__DIE__} when executing
17 guard blocks.
18 - fix testsuite.
19
20 0.1 Sat Dec 13 18:49:30 CET 2008
21 - first release.
22
23 0.01 Sat Dec 13 14:57:44 CET 2008
24 - cloned form Convert-Scalar.
25