changeset 10054:8f7f325fa678

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 04 Jan 2010 12:32:07 +0100
parents 830986c43dee
children 38600f8cba83
files ChangeLog NEWS
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 04 12:05:23 2010 +0100
+++ b/ChangeLog	Mon Jan 04 12:32:07 2010 +0100
@@ -1,3 +1,7 @@
+2010-01-04  Jaroslav Hajek  <highegg@gmail.com>
+
+	* NEWS: Update.
+
 2009-12-27  John W. Eaton  <jwe@octave.org>
 
 	* configure.ac: Use libtool cache variables to simplify checks
--- a/NEWS	Mon Jan 04 12:05:23 2010 +0100
+++ b/NEWS	Mon Jan 04 12:32:07 2010 +0100
@@ -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:
 ---------------------------------------------------------