diff --git a/doc/Attic/history.html b/doc/Attic/history.html index c3a4907b..30258acf 100644 --- a/doc/Attic/history.html +++ b/doc/Attic/history.html @@ -45,8 +45,19 @@
  • Added Unicode support; based on ICU.
  • - Changed newline support to recognise \f as a line separator (all character - types), and \x85 as a line separator for wide characters / Unicode only.
  • + Changed newline support to recognise \f as a line separator (all character + types), and \x85 as a line separator for wide characters / Unicode only. +
  • + Added a new format flag format_literal that + treats the replace string as a literal, rather than a Perl or Sed style + format string. +
  • + Errors are now reported by throwing exceptions of type + regex_error. The types used previously - bad_expression and + bad_pattern - are now just typedefs for regex_error. Type + regex_error has a couple of new members: code() to report an error code rather + than a string, and position() to report where in the expression the error + occured.
  • Boost 1.32.1.

    + Changed newline support to recognise \f as a line separator (all character + types), and \x85 as a line separator for wide characters / Unicode only. +
  • + Added a new format flag format_literal that + treats the replace string as a literal, rather than a Perl or Sed style + format string. +
  • + Errors are now reported by throwing exceptions of type + regex_error. The types used previously - bad_expression and + bad_pattern - are now just typedefs for regex_error. Type + regex_error has a couple of new members: code() to report an error code rather + than a string, and position() to report where in the expression the error + occured.
  • Boost 1.32.1.