diff options
Diffstat (limited to 'TODO.xgawk')
-rw-r--r-- | TODO.xgawk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,6 +19,8 @@ Done: extern void update_ERRNO_string(const char *string, enum errno_translate); extern void unset_ERRNO(void); +- Add valgrind-noleak target. + To do (not necessarily in this order): @@ -32,8 +34,6 @@ To do (not necessarily in this order): pass a pointer to a structure into dlload that contains the addresses of all variables and functions to which the extension may need access. -- Add valgrind-noleak target. - - Enable default ".awk" search in io.c:find_source(). The simple change is to add this code inline in io.c: #ifndef DEFAULT_FILETYPE |