2013-02-01 Andreas Kupries * * Released and tagged Tcllib 1.15 ======================== * 2012-02-22 Andreas Kupries * peg.tcl: [Bug 3490008]: Fixed variable name typo reported by * pkgIndex.tcl: glastonbridge2. Bumped version to 0.2. 2011-12-13 Andreas Kupries * * Released and tagged Tcllib 1.14 ======================== * 2011-01-24 Andreas Kupries * peg_interp.tcl (::grammar::peg::interp::MatchExpr): * peg_interp.man: [Bug 3163541] Fixed broken call to * pkgIndex.tcl: ict_match_token, missing the token. Bumped to version 0.1.1. 2011-01-24 Andreas Kupries * * Released and tagged Tcllib 1.13 ======================== * 2009-12-07 Andreas Kupries * * Released and tagged Tcllib 1.12 ======================== * 2008-12-12 Andreas Kupries * * Released and tagged Tcllib 1.11.1 ======================== * 2008-10-16 Andreas Kupries * * Released and tagged Tcllib 1.11 ======================== * 2008-07-18 Andreas Kupries * peg_interp.man (::grammar::peg::interp::parse): Added description of what is expected from the nextcmd callback to this command. Fixed reference to description of the AST format. 2008-05-15 Andreas Kupries * peg_interp.man: Updated to changes in doctools (sub)section reference handling. 2007-09-12 Andreas Kupries * * Released and tagged Tcllib 1.10 ======================== * 2007-06-12 Andreas Kupries * peg.man: Fixed [Bug 1735588], added text explaining the relation to context-free grammars, per Lars Hellstrom's proposal. 2007-03-26 Andreas Kupries * peg.man: Uh, the section was put into the list instead of after. Fixed. [Bug 1688650]. 2007-03-21 Andreas Kupries * peg.man: Fixed all warnings due to use of now deprecated * peg_interp.man: commands. Added a section about how to give feedback. 2006-10-03 Andreas Kupries * * Released and tagged Tcllib 1.9 ======================== * 2005-10-06 Andreas Kupries * * Released and tagged Tcllib 1.8 ======================== * 2005-05-10 Andreas Kupries * peg_interp.tcl: Restructured the loops for * and + a bit. 2005-04-15 Andreas Kupries * New module: Container for parsing expression grammars (PEGs), and an interpreter for them, using the matcher engine.