octave-maintainers
[Top][All Lists]
Advanced

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

Re: Patch to fix floating point format strings to match fopen documentat


From: Jordi Gutiérrez Hermoso
Subject: Re: Patch to fix floating point format strings to match fopen documentation
Date: Thu, 22 Mar 2012 12:04:23 -0400

On 21 March 2012 18:35, Mike Miller <address@hidden> wrote:
> Attached patch changes the string representations of the floating
> point format types recognized by octave.  The intent is for the
> following to work:
>
> octave:1> fd = fopen('datafile.dat', 'w');
> octave:2> [name, mode, mach] = fopen(fd)
> name = datafile.dat
> mode = wb
> mach = ieee-le
>
> so that the machine representation return values match the strings
> listed in the fopen help text.  Also, return values are compatible
> with Matlab.

Thanks, pushed and merged:

    http://hg.savannah.gnu.org/hgweb/octave/graph/5bd9e47e9277

I have added you to the Savannah access list. This will let you push
your own csets to the main repo. You will need to setup your ssh
credentials in Savannah and push to the ssh url in order to do this.
It will also allow you to manipulate bugs (change their status, close
them, assign them to yourself, etc). If you want to help out with bug
handling, subscribe to the following mailing lists to be alerted of
bug activity:

    https://savannah.gnu.org/mail/?group=octave

Please be cautious for now and don't push any changes without
discussing them first in the maintainers' list. You should discuss
them anyway later, but do tread carefully while you're getting
started.

Looking forward to working with you,
- Jordi G. H.


reply via email to

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