head	1.15;
access;
symbols
	tcllib-1-13:1.14
	tcllib-1-12:1.13
	tklib-0-5:1.12
	tcllib-1-11-1:1.12
	tcllib-1-11:1.10
	tcllib-1-10:1.7
	tcllib-1-9:1.3
	tcllib-1-8:1.2;
locks; strict;
comment	@# @;


1.15
date	2011.01.25.06.38.14;	author andreas_kupries;	state Exp;
branches;
next	1.14;

1.14
date	2011.01.25.06.06.38;	author andreas_kupries;	state Exp;
branches;
next	1.13;

1.13
date	2009.12.07.17.39.22;	author andreas_kupries;	state Exp;
branches;
next	1.12;

1.12
date	2008.12.15.20.25.30;	author andreas_kupries;	state Exp;
branches;
next	1.11;

1.11
date	2008.12.02.04.01.56;	author andreas_kupries;	state Exp;
branches;
next	1.10;

1.10
date	2008.10.17.05.32.40;	author andreas_kupries;	state Exp;
branches;
next	1.9;

1.9
date	2008.07.18.17.49.37;	author andreas_kupries;	state Exp;
branches;
next	1.8;

1.8
date	2008.05.16.06.17.35;	author andreas_kupries;	state Exp;
branches;
next	1.7;

1.7
date	2007.09.12.16.29.46;	author andreas_kupries;	state Exp;
branches;
next	1.6;

1.6
date	2007.06.13.04.25.23;	author andreas_kupries;	state Exp;
branches;
next	1.5;

1.5
date	2007.03.26.18.44.47;	author andreas_kupries;	state Exp;
branches;
next	1.4;

1.4
date	2007.03.25.01.29.24;	author andreas_kupries;	state Exp;
branches;
next	1.3;

1.3
date	2006.10.04.02.56.05;	author andreas_kupries;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.06.21.29.25;	author andreas_kupries;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.28.04.51.22;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.15
log
@
	* 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.
@
text
@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.
@


1.14
log
@Tcllib 1.13 released
@
text
@d1 7
@


1.13
log
@Added README for 1.12, and tagged the ChangeLogs
@
text
@d1 6
@


1.12
log
@1.11.1 release.
@
text
@d1 6
@


1.11
log
@Fix typo in ChangeLogs made at the time of the 1.11 release.
@
text
@d1 6
@


1.10
log
@
	*
	* Released and tagged Tcllib 1.11 ========================
	*
@
text
@d1 1
a1 1
2008-10-16  1.11  <andreas_kupries@@users.sourceforge.net>
@


1.9
log
@
	* 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.
@
text
@d1 6
@


1.8
log
@Updated to changes in doctools (sub)section reference handling.
@
text
@d1 6
@


1.7
log
@Tcllib 1.10 tagged and released.
@
text
@d1 5
@


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


1.5
log
@
	* peg.man: Uh, the section was put into the list instead of
	  after. Fixed. [Bug 1688650].
@
text
@d1 5
@


1.4
log
@
Added sections about how to give
feedback (bugs, ideas, ...), and
where.
@
text
@d1 5
@


1.3
log
@
	*
	* Released and tagged Tcllib 1.9 ========================
	*
@
text
@d1 6
@


1.2
log
@	* Released and tagged Tcllib 1.8 ========================
@
text
@d1 6
@


1.1
log
@Another bad whitespace merge.

Fixed bad whitespace merges from ME.

Fixed some warnings reported by frink.

Fixed naming of page in installed modules, added application
as well, fixed date of integration.

Updated naming and integration date of ME module.

Import of fix to cache invalidation bug of tie::std::file.
@
text
@d1 6
@

