[changeset] clean up __xzip__, gzip and bzip2, fix broken documentation
Thorsten Meyer
thorsten.meyier at gmx.de
Sat Nov 29 16:42:41 CST 2008
dbateman at fladenmuller.org wrote:
> On Sat, Nov 29, 2008 at 11:06:12PM +0100, Thorsten Meyer wrote:
>> Thorsten Meyer wrote:
>>> attached you will find a changeset that cleans up the functions __xzip__, gzip and
>>> bzip2. In particular, it removes the @seealso references to __xzip__ which led to
>>> a build failure of the documentation.
>>>
>> oops, there was a little bug in the bzip2 test. Here a corrected version of the changeset:
>
> As far as I can see this patch removes an if/endif block as "files" is
> always a cell array of strings, and the rest is just the changes
> mentioned above that are relatively minor or whitespace changes.. The
> whitespace changes as a rare large amount of this patch, so can you
> confirm that the code in the deleted if/endif block just underwent
> whitespace changes..
>
> D.
>
Almost: the check for the type of the FILES argument is not gone. I just moved it upwards where it
seemed more natural to me.
Thorsten
More information about the Octave-maintainers
mailing list