diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-05-24 15:34:17 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-05-24 15:34:17 -0400 |
commit | 577c3fc31a2718461fba2e599d162de96fe838fa (patch) | |
tree | 1f45346053a5ae9db3c62761ef214a8a94095d30 /TODO.xgawk | |
parent | c62b9d773bc064bc1dd5d8db35207fd4e6d42f1e (diff) | |
download | egawk-577c3fc31a2718461fba2e599d162de96fe838fa.tar.gz egawk-577c3fc31a2718461fba2e599d162de96fe838fa.tar.bz2 egawk-577c3fc31a2718461fba2e599d162de96fe838fa.zip |
First working version of new API mechanism (probably has memory leaks).
Diffstat (limited to 'TODO.xgawk')
-rw-r--r-- | TODO.xgawk | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,10 +1,9 @@ To-do list for xgawk enhancements: - Finish implementing new interface using gawkapi.h - - extension functions should return awk_value_t - - dl_load_func should be inside #ifndef GAWK, and does not need - global_api_p and global_ext_id args. - - awk_value_to_node in gawkapi.c needs to be declared in awk.h + - 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. - Attempting to load the same file with -f and -i (or @include) should be a fatal error. |