Commit Graph

3741 Commits

Author SHA1 Message Date
56377fcf79 updated build files for better mysql integration 2020-08-15 14:54:01 +00:00
0313afba82 enhanced qse_get_log_priority_by_name() to recognized a plus sign before the priority name 2020-08-13 11:14:02 +00:00
81ab05b6e8 minor comment change in opt.h 2020-08-12 09:31:14 +00:00
b9a8722d3b enhanced TcpServer::setup_listeners() to ignore some whitespaces int the addresses.
added a new parameter to App::guardProcess() to let it not guard optionally
2020-08-12 08:22:23 +00:00
47a8cdeb11 changed a couple of log messages to include wid in TcpServer.cpp 2020-08-11 08:25:53 +00:00
751663cf4f added Sttp::sendCmdLV() 2020-08-11 07:09:08 +00:00
04ede03b37 added Sttp::sendCmdV() 2020-08-10 16:55:58 +00:00
301b56b3eb allowed a dash to be an identifier letter in sttp 2020-08-10 12:13:29 +00:00
0702fe331a added TypesErrorNumberToWcstr and TypesErrorNumberToMbstr
redefined QSE_MT() and QSE_WT()
2020-08-09 19:08:47 +00:00
77cb98ab5b renames E_NARGS to E_ENARGS 2020-08-08 17:32:06 +00:00
1cbdbed159 merged c++ libraries to c libraries. (e.g. libqsecmnxx merged in libqsecmn)
implemented the feed-based sttp class
2020-08-06 11:42:39 +00:00
85447c8882 a bug fix in htrd.c 2020-05-20 07:26:49 +00:00
1b46bba861 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
e83fda484e fixed a bug in printing a tree node of the QSE_AWK_NDE_POS type 2020-03-12 04:31:19 +00:00
7d82d5c8b0 fixed a memory leak upon an error in hawk_fnc_match() 2020-03-10 14:32:30 +00:00
73adc1f3dd changed the tre parser to treat a backslash as an escaper inside [] 2020-03-09 15:34:34 +00:00
342c7ff32f fixed a bug in matching string end with $ 2020-03-09 07:36:12 +00:00
0581258f94 added %u to printf in lib/awk/run.c.
changed %c with an empty string to print '\0' in printf
2020-03-08 14:42:33 +00:00
c44525c276 fixed the execution behavior of double patterned action block(e.g. /a/,/b/) 2020-03-08 14:20:48 +00:00
41dd60e4b2 fixed a bug in NF=value assignment handling 2020-03-08 11:02:03 +00:00
59ad30bab2 fixed a bug when assigning NF with a large number than the current number of records 2020-03-07 16:24:02 +00:00
34d1b1d1d7 fixed a bug in converting multidimensional array index to a string in lib/awk/run.c 2020-03-07 15:50:53 +00:00
390e72d209 fixed wrong array size in lib/awk/run.c 2020-03-05 05:52:36 +00:00
577c084a10 fixed the standard console handler to return an error if ARGV is not a map 2020-03-05 05:32:25 +00:00
e10a9e0cbb fixed an error handling bug in cmd/awk/awk.c 2020-03-04 14:14:02 +00:00
5438c8129c 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
04eb425326 set the initial value of FS to a single space letter in awk 2020-03-04 06:33:58 +00:00
32f6381bd1 fixed a critical bug in handling a multi-dimensional index with delete (e.g. delete[20,"data"]) 2020-03-02 07:23:11 +00:00
cb1b28558f removed a blank line in qse_awk_rtx_isnilval() 2020-01-19 10:03:26 +00:00
bf5280e14e fixed the buggy qse_awk_rtx_isnilval() 2020-01-19 10:02:35 +00:00
351736b43c added sys::resetdir() to awk
fixed bugs in qse_dir_reset()
2020-01-06 07:21:17 +00:00
ec930a92ab fixed a bug in mod-mysql.c 2020-01-04 15:50:22 +00:00
7a1f072f87 changed code to clear out a variable before use in fnc_getnwifcfg() 2020-01-02 03:54:46 +00:00
cbfe6bf628 fixed a bug of setting the tre option wrongly in qse_awk_buildrex() 2020-01-01 14:05:00 +00:00
81676bb46f corrected undesired code in lib/awk/parse.c 2019-12-25 14:48:57 +00:00
092a60dcff fixed a neligible mistake in lib/awk/mod-sys.c 2019-12-25 03:33:59 +00:00
58017aedb4 minor fix in lib/si/dir.c 2019-12-23 04:25:34 +00:00
a3ac936eab added QSE_AWK_REXBOUND to QSE_AWK_MODERN 2019-12-18 14:57:21 +00:00
d5fc64e2b5 fixed no mutex release issue in sio 2019-12-18 03:55:37 +00:00
9d6c107746 minor code fix 2019-12-14 15:23:45 +00:00
77f3be0f7a improved definition of QSE_READDIR 2019-12-04 14:58:52 +00:00
c9e72e39bf fixed wrong operators in str-trm.c 2019-12-01 09:34:36 +00:00
8dcda1fae3 fixed wrong comparision bugs in lib/cmn/chr.c 2019-11-24 04:53:54 +00:00
e40d7dc262 fixed typos 2019-11-21 08:54:02 +00:00
049727fd9f minor change in str-dyn.h 2019-11-17 16:23:50 +00:00
0cc0de3d7b fixed a wrong type used in StdAwk.cpp 2019-11-15 00:43:31 +00:00
865207e3b9 some clean-up in QSE::TcpServer 2019-11-13 06:33:43 +00:00
af7852ee6c renamed stop to halt in some context.
renamed start to execute in TcpServer
2019-11-12 07:55:32 +00:00
ae997bb477 fixed a signal handling bug in QSE::App 2019-11-12 07:08:24 +00:00
4ee4169619 added QSE::App::acceptSignals(), QSE::App::discardSignals(), QSE::App::neglectSignals() 2019-11-11 09:24:56 +00:00