|
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 |
|
|
c202c3a9fb
|
adding README.md
|
2019-08-29 15:23:37 +00:00 |
|
|
9f889d8243
|
corrected swapped code between qse_awk_rtx_findfunwithmbs() and qse_awk_rtx_findfunwithwcs()
|
2019-08-29 09:09:37 +00:00 |
|
|
74ff72564e
|
added qse_awk_rtx_openstdwithmbs(), qse_awk_rtx_openstdwithwcs().
added QSE_AWK_PARSESTD_MBS, QSE_AWK_PARSESTD_WCS
|
2019-08-29 08:42:17 +00:00 |
|
|
d5320cfd30
|
added mbs handling methods to Awk::Value
|
2019-08-29 03:13:57 +00:00 |
|
|
76d6999f37
|
renamed qse_getawknilval() to qse_get_awk_nil_val().
fixed a segfault issue caused by unfinised changes required for new xtn management scheme
|
2019-08-29 02:19:41 +00:00 |
|
|
24bcca71bf
|
renamed qse_awk_getwerrmsg() to qse_awk_geterrmsgaswcs.
renamed qse_awk_getmerrmsg() to qse_awk_geterrmsgasmbs()
|
2019-08-28 15:14:22 +00:00 |
|
|
510bde2abc
|
qse_awk_addfncwithmbs(), qse_awk_addfncwithwcs(), qse_awk_delfncwithmbs(), qse_awk_delfncwithwcs()
qse_awk_getmerrmsg(), qse_awk_getwerrmsg(), qse_awk_rtx_getmerrmsg(), qse_awk_rtx_getwerrmsg()
|
2019-08-28 14:01:28 +00:00 |
|
|
165ecc7643
|
tweaked lisp/awklisp to run properly under qseawk
|
2019-08-27 16:25:28 +00:00 |
|
|
da20a99a10
|
fixed the infinite recursion issue in qse_awk_rtx_valtombsdupwithcmgr()
|
2019-08-27 15:43:47 +00:00 |
|
|
a6484a5605
|
added qse_awk_addgblwithmbs()/qse_awk_addgblwithwcs()
added qse_awk_delgblwithmbs()/qse_awk_delgblwithwcs()
added qse_awk_findgblwithmbs()/qse_awk_findgblwithwcs()
|
2019-08-27 14:52:19 +00:00 |
|
|
6cdaf0bda6
|
work in progress. implementing qse_awk_addgblwithmbs() & qse_awk_addgblwithwcs()
|
2019-08-27 08:42:13 +00:00 |
|
|
d0d2a7af8c
|
fixed a simple but critical bug in __MAKE_IMAP_NODE
|
2019-08-26 10:29:26 +00:00 |
|
|
4e6015ed36
|
added sys::dup() and sys::openfd().
added the optional second parameter to sys::close(). it accepts sys::C_KEEPFD.
|
2019-08-26 02:47:02 +00:00 |
|
|
8bfac9fff4
|
added sys::opendir(), sys::readdir(), sys::closedir()
|
2019-08-25 16:03:51 +00:00 |
|
|
cfd39c4280
|
defined sys::RC_XXX items in awk
|
2019-08-25 06:21:32 +00:00 |
|
|
b419965310
|
updated mod-sys.c with newly defined RX_XXXX items
|
2019-08-23 08:14:10 +00:00 |
|
|
e12121a8a2
|
updated awk documentation
|
2019-08-23 07:41:26 +00:00 |
|
|
e298a40efb
|
reverted a sanity check in mux.c
|
2019-08-23 03:49:05 +00:00 |
|