# HG changeset patch # User Jaroslav Hajek # Date 1262604727 -3600 # Node ID 8f7f325fa6785759ecc0929a934ba796bd3a37d7 # Parent 830986c43deec7d11b40e9d283b0d66dfe82e721 update NEWS diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-04 Jaroslav Hajek + + * NEWS: Update. + 2009-12-27 John W. Eaton * configure.ac: Use libtool cache variables to simplify checks diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -175,6 +175,11 @@ Optimizations only apply when both operands are of the same built-in class. Mixed real/complex and single/double operations will first convert both operands to a common type. + ** "strfind" and "strrep" now have compiled implementations, facilitating significantly + more efficient searching and replacing in strings, especially with longer patterns. + The code of "strcat" has been vectorized and is now much more efficient + when lots of strings are concatenated. + Summary of important user-visible changes for version 3.2: ---------------------------------------------------------