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

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

[Octave-bug-tracker] [bug #29987] strrep compatibility


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #29987] strrep compatibility
Date: Sat, 29 May 2010 01:21:10 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100501 Iceweasel/3.5.9 (like Firefox/3.5.9)

URL:
  <http://savannah.gnu.org/bugs/?29987>

                 Summary: strrep compatibility
                 Project: GNU Octave
            Submitted by: jwe
            Submitted on: Sat 29 May 2010 01:21:10 AM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Octave's strrep is incompatible with Matlab when there are overlapping
patterns.  For example:

  Matlab> strrep(',0,0,',',0,',',,')
  ans = ,,,,
  Octave> strrep(',0,0,',',0,',',,')
  ans = ,,0,

The Matlab behavior is documented, so it seems that it is intentional.

It looks like the function to fix is qs_replace in
src/DLD-FUNCTIONS/strfind.cc, but it is not clear to me exactly what the
proper fix is.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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