Commit Graph

3727 Commits

Author SHA1 Message Date
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
4e43dbe5b9 got logging working in QSE::App() 2019-11-10 08:19:15 +00:00
4a1e4858a7 some refactoring of qse_log_t related functions 2019-11-09 00:32:34 +00:00
3130a85700 coding for logging support in QSE::App 2019-11-08 08:33:38 +00:00
eaad08930c somg logging support code into QSE::App 2019-11-07 15:47:17 +00:00
298958da4c minor changes to QSE::App 2019-11-07 08:38:01 +00:00
caa11c5e0d amemded cmd/http/httpd-mime.conf 2019-11-02 05:23:14 +00:00
df8cff2451 renamed qse_basenameasmbs() back to qse_mbsbasename()
renamed qse_basenameaswcs back to qse_wcsbasename()
added qse_get_log_priority_by_wcsname()
added qse_get_log_priority_by_mbsname()
added qse_get_log_facility_by_wcsname()
added qse_get_log_facility_by_mbsname()
added qse_wcsmbscmp(), qse_mbswcscmp()
added qse_wcsxmbscmp(), qse_mbsxwcscmp()
2019-09-10 08:53:59 +00:00
f89efc150a fixed a segfault error in Awk.cpp for missed rtx->_instsize adjustment 2019-09-03 16:46:57 +00:00
8c6a7ae29c changed mod-mysql.c to compile smoothly without MYSQL_OPT_RECONNECT defined 2019-09-03 09:47:41 +00:00
c6522a0291 changed mod-sys.c to check O_CLOEXEC and O_NONBLOCK before using them 2019-09-02 07:46:04 +00:00
0931dd7b3d updating README.md 2019-08-29 15:30:33 +00:00
ddee17a1a0 updating README.md 2019-08-29 15:29:20 +00:00
eed0959d39 updating README.md 2019-08-29 15:26:19 +00:00
47a54ae5c0 updating README.md 2019-08-29 15:25:57 +00:00