qse/qse/lib/awk
hyung-hwan 43cfbd6bdf added check for tm->__tm_gmtoff and tm->__tm_zone.
changed sys::strftime() to set tm_zone to GMT if sys::STRFTIME_UTC is set
2019-07-01 15:02:43 +00:00
..
awk-prv.h added the _instsize field to qse_awk_t and qse_awk_rtx_t to get rid of qse_awk_getxtnstd() and qse_awk_rtx_getxtnstd() 2019-06-24 08:53:49 +00:00
awk.c _instsize into qse_xli_t and qse_json_t 2019-06-24 14:24:14 +00:00
Awk.cpp added the _instsize field to qse_awk_t and qse_awk_rtx_t to get rid of qse_awk_getxtnstd() and qse_awk_rtx_getxtnstd() 2019-06-24 08:53:49 +00:00
awk.txt initial import 2008-12-21 21:35:07 +00:00
err.c added _instsize into qse_sed_t and removed qse_sed_getxtnstd() 2019-06-25 01:21:00 +00:00
err.h _instsize into qse_xli_t and qse_json_t 2019-06-24 14:24:14 +00:00
fnc.c enhanced qse_awk_rtx_callfun() to allow a function with pass-by-reference parameters 2019-06-30 04:26:44 +00:00
fnc.h fixed a bug of skipping setting output length in qse_awk_rtx_valtombsdup in the MCHAR mode. 2019-06-13 04:26:13 +00:00
generrcode.awk documented code a little 2009-06-02 07:33:01 +00:00
genoptcode.awk initial import 2008-12-21 21:35:07 +00:00
imap-imp.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
Makefile.am fixed wrong dependencies again in lib/awk/Makefile.am 2019-06-30 11:50:36 +00:00
Makefile.in fixed wrong dependencies again in lib/awk/Makefile.am 2019-06-30 11:50:36 +00:00
misc-imp.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
misc.c added the _instsize field to qse_awk_t and qse_awk_rtx_t to get rid of qse_awk_getxtnstd() and qse_awk_rtx_getxtnstd() 2019-06-24 08:53:49 +00:00
misc.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
mod-dir.c updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
mod-dir.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
mod-math.c updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
mod-math.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
mod-str.c added qse_awk_rtx_valtostrdupwithcmgr()/qse_awk_rtx_getvalstrwithcmgr() 2019-06-18 10:51:26 +00:00
mod-str.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
mod-sys.c added check for tm->__tm_gmtoff and tm->__tm_zone. 2019-07-01 15:02:43 +00:00
mod-sys.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
parse.c enhanced qse_awk_rtx_callfun() to allow a function with pass-by-reference parameters 2019-06-30 04:26:44 +00:00
parse.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
rec.c implemented @pragma stack_limit 2019-06-09 05:55:36 +00:00
rio.c fixed wrong declarations of qse_awk_rtx_valtowcsdupwithcmgr() and qse_awk_rtx_valtombsdupwithcmgr() which caused segfault when the returned pointer is greater than UINT_MAX 2019-06-30 09:26:33 +00:00
rio.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
run.c fixed wrong declarations of qse_awk_rtx_valtowcsdupwithcmgr() and qse_awk_rtx_valtombsdupwithcmgr() which caused segfault when the returned pointer is greater than UINT_MAX 2019-06-30 09:26:33 +00:00
run.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
std.c _instsize into qse_xli_t and qse_json_t 2019-06-24 14:24:14 +00:00
std.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
StdAwk.cpp updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
tree.c fixed some issues in the awk tester 2019-06-09 16:06:03 +00:00
tree.h implemented call-by-reference parameters of normal awk functions partially. it has yet to be refined further 2019-06-07 09:26:50 +00:00
val-imp.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
val.c enhanced qse_awk_rtx_callfun() to allow a function with pass-by-reference parameters 2019-06-30 04:26:44 +00:00
val.h work in progress. trying to accept the encoding name in str::tombs() and str::frommbs() 2019-06-18 07:03:50 +00:00