diff options
-rwxr-xr-x | ChangeLog | 1 | ||||
-rw-r--r-- | TODO | 6 |
2 files changed, 2 insertions, 5 deletions
@@ -16,6 +16,7 @@ * eval.c (optypetab): Add entry for Op_K_return_from_eval. * interpret.h (r_interpret): Ditto: can't-happen error. * main.c (main): Call parse_program with second parameter false. + * NEWS: Updated. 2019-02-15 Arnold D. Robbins <arnold@skeeve.com> @@ -1,4 +1,4 @@ -Fri Feb 15 12:51:55 IST 2019 +Sun Feb 17 21:33:46 IST 2019 ============================ There were too many files tracking different thoughts and ideas for @@ -48,10 +48,6 @@ Minor New Features Enhance --lint=invalid to apply in more places. - Remove, if possible, the limitation that eval in the debugger - cannot run code that calls user defined functions which - execute return. - ? Add an optional base to strtonum, allowing 2-36. ? Optional third argument for index indicating where to start the |