diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-08-22 22:09:11 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-08-22 22:09:11 +0300 |
commit | 482b83f40bd1059a84b7b09a39d5263d549ddea1 (patch) | |
tree | e09b82024950b0fe914d93e9e273d357137c6eb3 | |
parent | ab66657899e258693df8352643a0ac6e9d19bfdc (diff) | |
download | egawk-482b83f40bd1059a84b7b09a39d5263d549ddea1.tar.gz egawk-482b83f40bd1059a84b7b09a39d5263d549ddea1.tar.bz2 egawk-482b83f40bd1059a84b7b09a39d5263d549ddea1.zip |
Update TODO.
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -15,9 +15,6 @@ TODO Minor Cleanups and Code Improvements ------------------------------------ - Put FAKE_FD_VALUE into a head included from awk.h and extension/ - dirfd.h. - Mac OS X readline doesn't have history_list which is used from debug.c functions do_save and serialize. See http://ftp.samba.org/pub/unpacked/samba_3_current/source4/lib/smbreadline/readline.m4 @@ -38,7 +35,7 @@ Minor Cleanups and Code Improvements Review the bash source script for working with shared libraries in order to nuke the use of libtool. - Enhance profiling to same comments in a byte-code that does nothing + Enhance profiling to save comments in a byte-code that does nothing but that can be used when pretty printing the program. Minor New Features |