octave-maintainers
[Top][All Lists]
Advanced

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

Rename xzip.cc?


From: Rik
Subject: Rename xzip.cc?
Date: Thu, 18 Aug 2016 06:56:01 -0700

8/18/16

Carnë,

Like m-files, Octave is expecting that the name of a .oct file corresponds
to one of the DEFUN blocks.  This is an issue with xzip.cc because there is
no function of that name, but __list_functions__ and therefore "help
--list" show an xzip function.

The simple solution would be to rename the file xzip.cc to either gzip.cc
or bzip2.cc since those are DEFUN blocks within the file.  There is
precedent for this.  The file chol.cc has chol, but also

cholinv
chol2inv
cholupdate
cholinsert
choldelete
cholshift

When urlwrite and urlread were in dldfcns they also were in one file which
went under one of the function names.

--Rik




reply via email to

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