diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-12 21:51:41 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-12 21:51:41 +0300 |
commit | b4a2d75b7d9fd23069a55dc91a42f7fddd0c7570 (patch) | |
tree | b9f29b0ffb9930cf604d4e10c8c53af16062fafa /TODO.xgawk | |
parent | 21a01e3ad4e2e77dccf73e8fd069370749880757 (diff) | |
parent | 5472c2cc2889aab121c32ed4ca6bd831ae520d89 (diff) | |
download | egawk-b4a2d75b7d9fd23069a55dc91a42f7fddd0c7570.tar.gz egawk-b4a2d75b7d9fd23069a55dc91a42f7fddd0c7570.tar.bz2 egawk-b4a2d75b7d9fd23069a55dc91a42f7fddd0c7570.zip |
Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk
Diffstat (limited to 'TODO.xgawk')
-rw-r--r-- | TODO.xgawk | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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. |