summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/grammar_peg/ChangeLog
blob: cb140266992fd23f90f173b7832287d378334738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.15 ========================
	* 

2012-02-22  Andreas Kupries  <andreask@activestate.com>

	* peg.tcl: [Bug 3490008]: Fixed variable name typo reported by
	* pkgIndex.tcl: glastonbridge2. Bumped version to 0.2.

2011-12-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.14 ========================
	* 

2011-01-24  Andreas Kupries  <akupries@shaw.ca>

	* 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  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	* 

2009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	* 

2008-12-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11.1 ========================
	* 

2008-10-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	* 

2008-07-18  Andreas Kupries  <andreask@activestate.com>

	* 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  <andreas_kupries@users.sourceforge.net>

	* peg_interp.man: Updated to changes in doctools (sub)section
	  reference handling.

2007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.10 ========================
	* 

2007-06-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* peg.man: Fixed [Bug 1735588], added text explaining the relation
	  to context-free grammars, per Lars Hellstrom's proposal.

2007-03-26  Andreas Kupries  <andreask@activestate.com>

	* peg.man: Uh, the section was put into the list instead of
	  after. Fixed. [Bug 1688650].

2007-03-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* 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  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.9 ========================
	* 

2005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.8 ========================
	* 

2005-05-10  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* peg_interp.tcl: Restructured the loops for * and + a bit.

2005-04-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* New module: Container for parsing expression grammars (PEGs),
	  and an interpreter for them, using the matcher engine.