# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1314126002 18000 # Node ID 7aa9cb7aaa3298cefd71d89935762ae3c9e556d5 # Parent 4a39209844f445a3d2e57e713841864ce1092b22 Announce in NEWS that we now have a profiler diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ ** The PCRE library is now required to build Octave. + ** Octave now features a profiler, thanks to the work of Daniel Kraft + under the Google Summer of Code mentorship program. The manual has + been updated to reflect this addition. + ** strread, textscan, and textread have been completely revamped. They now support nearly all Matlab functionality including: @@ -28,6 +32,8 @@ iscolumn issrow zscore + profile + profshow ** Deprecated functions.