diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-06-10 21:07:43 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-06-10 21:07:43 -0400 |
commit | 5472c2cc2889aab121c32ed4ca6bd831ae520d89 (patch) | |
tree | 5e6d522b068399dca919125e786d61eed1477b2b | |
parent | 7891af5ec56ff4ed99435433c135079a9e24e037 (diff) | |
download | egawk-5472c2cc2889aab121c32ed4ca6bd831ae520d89.tar.gz egawk-5472c2cc2889aab121c32ed4ca6bd831ae520d89.tar.bz2 egawk-5472c2cc2889aab121c32ed4ca6bd831ae520d89.zip |
Update TODO.xgawk to show that the time extension has been added.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | TODO.xgawk | 7 |
2 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,9 @@ 2012-06-10 Andrew J. Schorr <aschorr@telemetry-investments.com> + * TODO.xgawk: Addition of time extension moved to "done" section. + +2012-06-10 Andrew J. Schorr <aschorr@telemetry-investments.com> + * gawkapi.c (api_update_ERRNO_string): Treat boolean true as a request for TRANSLATE, and false as DONT_TRANSLATE. @@ -10,10 +10,6 @@ To-do list for xgawk enhancements: - Attempting to load the same file with -f and -i (or @include) should be a fatal error. -- Add time extension to the gawk distro. This defines sleep and gettimeofday. - Rename existing gettimeofday by adding some underscores. Awaiting - confirmation of copyright assignment from FSF... - - Develop a libgawk shared library for use by extensions. Should this be hosted in a separate project? @@ -161,3 +157,6 @@ Done: stuff in there. - Running "make install" should install gawkapi.h in /usr/include. + +- Add time extension to the gawk distro. This defines sleep and gettimeofday. + Renamed existing gettimeofday to getlocaltime. |