added qse_awk_setopt()/qse_awk_getopt().

deleted qse_awk_getoption()/qse_awk_setoption()/qse_awk_setmaxdepth()/qse_awk_getmaxdepth().
redefined enumeration types related to the functions added or deleted above.
moved fnc_sleep from cmd/awk/awk.c to mod/awk/sys.c
managed to get external module call working in the primitive level
This commit is contained in:
2012-10-21 16:19:03 +00:00
parent 11b9829c9b
commit ff13bf4668
37 changed files with 1758 additions and 414 deletions

View File

@ -405,6 +405,8 @@ AC_CONFIG_FILES([
cmd/awk/Makefile
cmd/sed/Makefile
cmd/stx/Makefile
mod/Makefile
mod/awk/Makefile
samples/Makefile
samples/cmn/Makefile
samples/awk/Makefile