From 990f3be246a229234aad226234b10e4eeb729e89 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 8 Nov 2005 11:36:52 +0000 Subject: [PATCH] Update to reflect recent changes. [SVN r31597] --- doc/Attic/history.html | 6 +++++- doc/history.html | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/Attic/history.html b/doc/Attic/history.html index c29459d6..cea3d141 100644 --- a/doc/Attic/history.html +++ b/doc/Attic/history.html @@ -67,7 +67,11 @@
  • Fixed strange bug with non-greedy repeats inside forward lookahead assertions.
  • - Enabled negated character classes inside character sets.
  • + Enabled negated character classes inside character sets. +
  • + Fixed regression so that [a-z-] is a valid expression again. +
  • + Fixed bug that allowed some invalid expressions to be accepted.
  • Boost 1.33.0.

    + Enabled negated character classes inside character sets. +
  • + Fixed regression so that [a-z-] is a valid expression again. +
  • + Fixed bug that allowed some invalid expressions to be accepted.
  • Boost 1.33.0.