Mercurial > hg > octave-jordi
changeset 8110:fdc7c91835ab
Document load's ability to handle gzip-compressed files.
author | Thomas Weber <thomas.weber.mail@gmail.com> |
---|---|
date | Wed, 17 Sep 2008 14:52:51 -0400 |
parents | f3be63199134 |
children | 587eee4120ff |
files | src/load-save.cc |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/load-save.cc +++ b/src/load-save.cc @@ -585,7 +585,8 @@ corresponding to the names of the variables in the file.\n\ \n\ The @code{load} command can read data stored in Octave's text and\n\ -binary formats, and @sc{Matlab}'s binary format. It will automatically\n\ +binary formats, and @sc{Matlab}'s binary format. If compiled with zlib\n\ +support, it can load gzip-compressed files as well. It will automatically\n\ detect the type of file and do conversion from different floating point\n\ formats (currently only IEEE big and little endian, though other formats\n\ may added in the future).\n\