octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #34440] clear -regexp doesn't work in 3.4.2


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #34440] clear -regexp doesn't work in 3.4.2
Date: Fri, 30 Sep 2011 15:23:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 Iceweasel/5.0

Follow-up Comment #1, bug #34440 (project octave):

This problem was caused when we switched to requiring PCRE for building Octave
but failed to notice that in this instance, POSIX regex functions are used
with no option for using PCRE functions.

This problem will likely be fixed in 3.6, but not in any future 3.4.x
release.

Do you really need the full power of regular expressions when using clear?  By
default, the clear function uses globbing patterns to match symbol names, so
you can still write things like


clear a* b? c*d


etc.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34440>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]