ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Changes
Revision: 1.8
Committed: Sun Dec 14 19:55:59 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
Changes since 1.7: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

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