2010-11-01 11:29:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 1 11:28:49 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.07:
|
|
|
|
* allow multiple finally blocks
|
|
|
|
* pass the error, if any, to finally blocks when called
|
|
|
|
|
|
|
|
- changes from 0.05:
|
|
|
|
* documentation fixes and clarifications
|
|
|
|
|
2010-01-25 08:19:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 25 08:18:26 UTC 2010 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 0.04:
|
|
|
|
+ Restore list context propagation for catch blocks
|
|
|
|
+ Fix a bug where finally blocks weren't always invoked
|
|
|
|
+ More documentation and tests (many people)
|
|
|
|
+ Sets $@ to the previous value at the beginning of the eval, to
|
|
|
|
allow the capture of an error stack when calling die.
|
|
|
|
|
2009-12-26 21:42:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 26 21:40:19 UTC 2009 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- initial version 0.02
|
|
|
|
|