From d4d232101d144de0b2af78c002e0a13ecd98152e Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Wed, 19 May 2010 12:22:24 +0000 Subject: PR#4874: interpretation of \b in regexps: characters that constitute a word now include 0-9 and _ git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10429 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- Changes | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index 48edc3aab2..ac39b6faa2 100644 --- a/Changes +++ b/Changes @@ -81,6 +81,11 @@ Standard library: * Random: changed the algorithm to produce better randomness. Now passes the DieHard tests. +Other libraries: +* Str: letters that constitute a word now include digits 0-9 and + underscore _. This changes the interpretation of '\b' (word boundary) + in regexps, but is more consistent with other regexp libraries. (PR#4874). + Ocamlbuild: - Add support for native dynlink. -- cgit v1.2.1