Mercurial > hg > octave-nkf
diff PROJECTS @ 2601:3723512a827a
[project @ 1997-01-06 05:43:16 by jwe]
author | jwe |
---|---|
date | Mon, 06 Jan 1997 05:44:24 +0000 |
parents | e57847e2de87 |
children | 9cbbbcf5b6f5 |
line wrap: on
line diff
--- a/PROJECTS +++ b/PROJECTS @@ -210,6 +210,19 @@ Interpreter: ----------- + * Fix the parser so that + + function foo () + implicit_str_to_num_ok = 1; + '#' + 0; + endfunction + + succeeds, even when implicit_str_to_num_ok is 0 at the time the + function is parsed. + + * Consider making x(:) work no matter what the value of + do_fortran_indexing. + * If foo.oct and foo.m both exist in the LOADPATH, Octave will always find foo.oct, even if foo.m appears earlier in the list of directories. This should be fixed (in the kpathsearch library) to