octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 2.9.7 available for ftp


From: Quentin Spencer
Subject: Re: Octave 2.9.7 available for ftp
Date: Fri, 28 Jul 2006 16:10:21 -0500
User-agent: Thunderbird 1.5.0.4 (X11/20060614)

John W. Eaton wrote:
Octave 2.9.7 is now available for ftp from ftp.octave.org in the
directory /pub/octave/bleeding-edge:

I've got a bug (already) and a question. The bug is a small one in the texinfo help in mex.m that creates an error when you type "help mex". The question is regarding the mex implementation in octave-forge. Does the new mex stuff you included in this release basically supersede what ever was in octave-forge? I was planning on removing the mex stuff from the next Fedora release of octave-forge in favor of what's included in 2.9.7, but I figured maybe it's time to just clean out that directory. Also, is there any reason not to include a mex shell script like the one that octave-forge has?

Quentin


Index: scripts/miscellaneous/mex.m
===================================================================
RCS file: /cvs/octave/scripts/miscellaneous/mex.m,v
retrieving revision 1.1
diff -u -r1.1 mex.m
--- scripts/miscellaneous/mex.m 26 Jul 2006 17:19:10 -0000      1.1
+++ scripts/miscellaneous/mex.m 28 Jul 2006 21:06:42 -0000
@@ -20,7 +20,7 @@
## -*- texinfo -*-
## @deftypefn {Function File} {} mex [options] file ...
## Compile source code written in C, C++, or Fortran, to a MEX file.
-## This is equivalent to @code {mkoctfile --mex [options] file}.
+## This is equivalent to @code{mkoctfile --mex [options] file}.
## @seealso{mkoctfile}
## @end deftypefn




reply via email to

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