diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-17 21:34:15 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-17 21:34:15 +0200 |
commit | fea479412fa9d344f56675a22c8de26cb63836fb (patch) | |
tree | 90306f8d07ba118285fbac07a87b553ddb5083a0 | |
parent | b782489ec7ddeb7296925c762c4df812708b1440 (diff) | |
download | egawk-fea479412fa9d344f56675a22c8de26cb63836fb.tar.gz egawk-fea479412fa9d344f56675a22c8de26cb63836fb.tar.bz2 egawk-fea479412fa9d344f56675a22c8de26cb63836fb.zip |
And update TODO.
-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 |