- Fixed bug in <reject> handling: failed to reject if $return
had been set.
- Added two useful demos of restructuring nested data
- Fixed doc bug re use of //
- Localized filehandles, like a good citizen should
- Misc doc bug fixes
- Fixed Text::Balance dependency in Makefile.PL
- Fixed bug that @itempos wasn't set up if referred to only in
an autoaction.
- Fixed truncation bug in tracing contexts
- Dramatically improved speed of line counting
- Made item(s) and item(s /,/) behave consistently wrt %item
- Added prototype <autorule:...> handling
- Added outer block markers for <perl_codeblock>
- Fixed multi-grammar precompilation
- Fixed numerous snafus in tutorial.html
- Added nesting level information to traces
- Fixed resetting of $text after an <uncommit> rule.
- Updated Text::Balanced to fix various bugs
- Removed Text::Balanced from distribution (now a prereq only)
- Fixed fatal error with $tracelevel
- Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.