Mercurial > hg > octave-max
comparison scripts/ChangeLog @ 11144:461ae8d58cdb
tests for is_valid_file_id
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 23 Oct 2010 02:04:51 -0400 |
parents | 3450551f591e |
children | 3735abe5ebbe |
comparison
equal
deleted
inserted
replaced
11143:195cffc2d0a3 | 11144:461ae8d58cdb |
---|---|
1 2010-10-23 John W. Eaton <jwe@octave.org> | |
2 | |
3 * io/is_valid_file_id.m: Ensure that FID is a scalar before | |
4 calling fopen to get info. New tests. | |
5 | |
1 2010-10-23 John W. Eaton <jwe@octave.org> | 6 2010-10-23 John W. Eaton <jwe@octave.org> |
2 | 7 |
3 * io/is_valid_file_id.m: New function. | 8 * io/is_valid_file_id.m: New function. |
4 * io/module.mk (io_FCN_FILES): Add it to the list. | 9 * io/module.mk (io_FCN_FILES): Add it to the list. |
5 | 10 |