comparison PROJECTS @ 3167:d609b993be3b

[project @ 1998-04-17 04:41:59 by jwe]
author jwe
date Fri, 17 Apr 1998 04:42:03 +0000
parents 7c96e85c76db
children 390d5e396682
comparison
equal deleted inserted replaced
3166:c3409a0cafa8 3167:d609b993be3b
258 258
259 debug> x = 1; return 259 debug> x = 1; return
260 260
261 will work as expected. 261 will work as expected.
262 262
263 * Warn about M-files with timestamps in the future.
264
265 * Fix the parser so that 263 * Fix the parser so that
266 264
267 function foo () 265 function foo ()
268 implicit_str_to_num_ok = 1; 266 implicit_str_to_num_ok = 1;
269 '#' + 0; 267 '#' + 0;
348 the additional conflict with zero-one style indexing.) 346 the additional conflict with zero-one style indexing.)
349 347
350 * Recursive problems. 348 * Recursive problems.
351 349
352 * Improve the way ignore_function_time_stamp works to allow 350 * Improve the way ignore_function_time_stamp works to allow
353 selecting by individual directories or functions. Also, 351 selecting by individual directories or functions.
354 optionally allow checking only once between each prompt instead of
355 every time the function is called.
356 352
357 * Make it possible to ask exist() to only look for certain classes 353 * Make it possible to ask exist() to only look for certain classes
358 of variables, functions, files, etc. rather than always looking for 354 of variables, functions, files, etc. rather than always looking for
359 everything. 355 everything.
360 356