From bug-octave-request at bevo dot che dot wisc dot edu Thu Dec 18 09:09:22 2003 Subject: mlock and whos prot From: "John W. Eaton" To: Paul Kienzle Cc: bug-octave at bevo dot che dot wisc dot edu Date: Wed, 17 Dec 2003 22:29:39 -0600 On 12-Dec-2003, Paul Kienzle wrote: | Octave 2.1.52, Debian | | I'm locking (using mark_as__static) sparse and dispatch, | but not conv2, but whos reports the following: | | prot type rows cols name | ==== ==== ==== ==== ==== | r-- dynamically-linked function - - conv2 | r-- dynamically-linked function - - dispatch | r-- dynamically-linked function - - sparse | | | The docs say the symbols should be marked differently: | | `-long' | Print a long listing including the type and dimensions of any | symbols. The symbols in the first column of output indicate | whether it is possible to redefine the symbol, and whether it | is possible for it to be cleared. | | Is this just a matter of applying the following (untested) patch? It looks right to me and seems to work, so I applied it. Thanks, jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------