bugGNU Octave - Bugs: bug #30919, "what" doesn't list all...

 
 

bug #30919: "what" doesn't list all the files it should

Submitter:  Tim Love <timlove>
Submitted:  Tue 31 Aug 2010 03:56:46 PM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  dbateman
Originator Name:  Tim Love Open/Closed:  * Closed
Release:  * 3.2.4 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 31 Aug 2010 09:27:58 PM UTC, comment #1: 


Opps simple off by one error. See the changeset

http://hg.savannah.gnu.org/hgweb/octave/rev/f6294203286e

D.

David Bateman <dbateman>
Group Member
Tue 31 Aug 2010 03:56:46 PM UTC, original submission:  

In the example below, what.m is a copy of the standard version. Though 2 *.m files are in the directory, only the first is listed.
I've the same trouble with *.mat files. Matlab shows all the files.


octave:3> cd /tmp
octave:4> what
M-files in directory /tmp:

   mywhat.m                                                                 
octave:5> which what
`what' is a function from the file /tmp/what.m
octave:6> ls *.m
mywhat.m  what.m
octave:7> ls -l *.m
-rw-r--r-- 1 tpl cstaff 3667 2010-08-31 15:56 mywhat.m
-rw-r--r-- 1 tpl cstaff 3302 2010-08-31 15:56 what.m

Tim Love <timlove>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dbateman (Posted a comment)
  • -email is unavailable- added by timlove (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-08-31 dbateman StatusNone Fixed
        Assigned toNone dbateman
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code