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