diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-05-26 10:44:07 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-05-26 10:44:07 -0400 |
commit | 62d890d4384a70c7550876c617b3a34e28dab234 (patch) | |
tree | 3856ee16d1b365d2810539e78f8f23cbf0a98255 /TODO.xgawk | |
parent | eec7101174a3b2807fb282272f75cc13d4b953c3 (diff) | |
download | egawk-62d890d4384a70c7550876c617b3a34e28dab234.tar.gz egawk-62d890d4384a70c7550876c617b3a34e28dab234.tar.bz2 egawk-62d890d4384a70c7550876c617b3a34e28dab234.zip |
Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test.
Diffstat (limited to 'TODO.xgawk')
-rw-r--r-- | TODO.xgawk | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,6 +1,8 @@ To-do list for xgawk enhancements: - Finish implementing new interface using gawkapi.h + - api_get_curfunc_param not honoring requested type in node_to_awk_value + - should api_sym_lookup also accept a type request? - must update the API do_lint value when changed by set_LINT - what is the proper return value for load_ext? It does not matter unless called by the "extension" function that nobody uses. @@ -12,11 +14,6 @@ To-do list for xgawk enhancements: Rename existing gettimeofday by adding some underscores. Awaiting confirmation of copyright assignment from FSF... -- Running "make install" should install gawkapi.h in /usr/include. - -- Decide how to transition from the old extension API to the new one. - When will the old approach be abandoned? - - Develop a libgawk shared library for use by extensions. Should this be hosted in a separate project? @@ -162,3 +159,5 @@ Done: - Eliminate libtool from the top-level configure.ac. Create a separate configure.ac in the extensions subdirectory, and hide all the libtool stuff in there. + +- Running "make install" should install gawkapi.h in /usr/include. |