Mercurial > hg > octave-nkf
diff NEWS @ 3196:3ac3e8edc258
[project @ 1998-10-28 23:04:39 by jwe]
author | jwe |
---|---|
date | Wed, 28 Oct 1998 23:11:11 +0000 |
parents | bdf2186d4592 |
children | 44d82b369c78 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -1,6 +1,21 @@ Summary of changes for version 2.1.x: ------------------------------------ + * The built-in variable argv is now a list of strings instead of a + string vector. + + * The value of LOADPATH set by the environment variable + OCTAVE_PATH, the -p or --path command line options, or on the + command line is no longer modified to include the default path. + Instead it is left as specified. Its default value is now ":", + which tells Octave to search the default path, and the new + built-in variable DEFAULT_LOADPATH contains the default list of + directories to search. + + * The function file_in_path no longer does any special processing of + its PATH argument. To search LOADPATH for files, it is now + generally better to use the new function file_in_loadpath. + * If fread is given a skip parameter, the skip is performed after the read instead of before (for compatibility with Matlab).