qse/qse/lib/awk
2020-08-19 05:03:39 +00:00
..
awk-prv.h renamed stop to halt in some context. 2019-11-12 07:55:32 +00:00
awk.c renamed stop to halt in some context. 2019-11-12 07:55:32 +00:00
Awk.cpp renamed stop to halt in some context. 2019-11-12 07:55:32 +00:00
awk.txt initial import 2008-12-21 21:35:07 +00:00
err.c corrected swapped code between qse_awk_rtx_findfunwithmbs() and qse_awk_rtx_findfunwithwcs() 2019-08-29 09:09:37 +00:00
err.h _instsize into qse_xli_t and qse_json_t 2019-06-24 14:24:14 +00:00
fnc.c fixed a memory leak upon an error in hawk_fnc_match() 2020-03-10 14:32:30 +00:00
fnc.h qse_awk_addfncwithmbs(), qse_awk_addfncwithwcs(), qse_awk_delfncwithmbs(), qse_awk_delfncwithwcs() 2019-08-28 14:01:28 +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 fixed a simple but critical bug in __MAKE_IMAP_NODE 2019-08-26 10:29:26 +00:00
Makefile.am merged c++ libraries to c libraries. (e.g. libqsecmnxx merged in libqsecmn) 2020-08-06 11:42:39 +00:00
Makefile.in removed unneeded substitution in configure.ac 2020-08-19 05:03:39 +00:00
misc-imp.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
misc.c fixed a bug of setting the tre option wrongly in qse_awk_buildrex() 2020-01-01 14:05:00 +00:00
misc.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
mod-dir.c defined sys::RC_XXX items in awk 2019-08-25 06:21:32 +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 qse_awk_addfncwithmbs(), qse_awk_addfncwithwcs(), qse_awk_delfncwithmbs(), qse_awk_delfncwithwcs() 2019-08-28 14:01:28 +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 sys::resetdir() to awk 2020-01-06 07:21:17 +00:00
mod-sys.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
parse.c changed the unary bitwise negation operator to a single tilde which overlaps with the regex match operator 2020-03-04 14:10:35 +00:00
parse.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
rec.c fixed a bug when assigning NF with a large number than the current number of records 2020-03-07 16:24:02 +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 added %u to printf in lib/awk/run.c. 2020-03-08 14:42:33 +00:00
run.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
std.c fixed the standard console handlers to reset FNR when opening a new file upon EOF of the previous file 2020-03-16 04:41:11 +00:00
std.h updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
StdAwk.cpp fixed the standard console handlers to reset FNR when opening a new file upon EOF of the previous file 2020-03-16 04:41:11 +00:00
tree.c fixed a bug in printing a tree node of the QSE_AWK_NDE_POS type 2020-03-12 04:31:19 +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 removed a blank line in qse_awk_rtx_isnilval() 2020-01-19 10:03:26 +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