Commit Graph

3620 Commits

Author SHA1 Message Date
b12e3f4016 made ErrorGrab a template class 2019-06-14 01:05:38 +00:00
766386566f made ErrorGrab a template class 2019-06-13 23:16:12 +00:00
cb0e08f449 added ErrorGrab and used it in TcpServer 2019-06-13 10:18:30 +00:00
4d556c475a fixed the processed length calculation bug in feed_json_data() in xli/json.c 2019-06-13 05:45:47 +00:00
df7a5eda5f fixed a bug of skipping setting output length in qse_awk_rtx_valtombsdup in the MCHAR mode.
added str::tombs() and str::frommbs()
changed mbs_to_str() to use rtx->awk->cmgr for mbs to wcs conversion
2019-06-13 04:26:13 +00:00
7f57afe262 defined QSE_APP_LOG4 through QSE_APP_LOG9
added QSE::App::setCmgr() and QSE::App::getCmgr()
fixed a wrong memory disposal call in awk/run.c
fixed some syntax issues in the QSE_CHAR_IS_MCHAR mode
initialized best.len and cur.len to 0s in qse_ip6adtombs() and qse_ip6adtowcs()
2019-06-12 07:07:18 +00:00
12eacceec0 fixed some issues in xli/json.c 2019-06-11 16:33:26 +00:00
f95e9d36cf added the ignore_if_unhandled parameter to App::neglectsignal().
added App::logfmt() and App::logfmtv()
added QSE::TcpServerFD<F,D> and  QSE::ThreadFD<F,D>
2019-06-11 09:10:09 +00:00
9a0f2e15b8 added xli/json.c 2019-06-10 15:09:01 +00:00
d7940a7c5b enhanced the awk deparser to print @pragma stack_limit if different from the default settings.
defined QSE_AWK_MAX_DFL_STACK_LIMIT
2019-06-10 04:57:51 +00:00
e8395f98da added str::TRIM_FLAG_PAC_SPACES for str::trim() 2019-06-10 03:16:54 +00:00
ee7fcef062 fixed a bug in copying value back to pass-by-reference arguments 2019-06-09 16:17:40 +00:00
f22b4894fd fixed some issues in the awk tester 2019-06-09 16:06:03 +00:00
ad3e78f386 fixed some build directive names 2019-06-09 09:51:12 +00:00
dcb4619fec implemented @pragma stack_limit 2019-06-09 05:55:36 +00:00
ce459fe337 fixing pass-by-reference handling bugs 2019-06-08 06:53:24 +00:00
7e4cc9a7c8 more code to support call-by-reference parameters of a normal awk function 2019-06-07 16:31:16 +00:00
4255f9599f 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
040ee69eb7 more touch-up 2019-06-07 05:20:20 +00:00
e8cfcfce44 simple touch-up 2019-06-07 03:19:27 +00:00
ac8bb735d9 added mysql::select_db() 2019-06-06 15:12:00 +00:00
38dc85ddf4 added qse_awk_backuperrmsg() and qse_awk_rtx_backuperrmsg().
enhanced the module loading code to emit more comprehensive error message in awk/parse.c
removed dynamic exception specification from some methods.
added mysql::affected_rows()
fixed wrong parameter handling in mysql::autocommit().
changed mysql::esacpe_string() to return the result via the second parameter
2019-06-06 12:11:40 +00:00
5ec8e15140 updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
84f5289c33 added mysql::errmsg(), mysql::escape_string(), mysql::ping(), mysql::rollbacK(), mysql::commit(), mysql::autocommit(), mysql::OPT_CONNECT_TIMEOUT, mysql::OPT_READ_TIMEOUT, mysql::OPT_RECONNECT, mysql::OPT_WRITE_TIMEOUT 2019-06-04 08:53:44 +00:00
454f5ec837 implemented mysql::store_result(), mysql::free_result(), mysql::fetch_row() roughly 2019-06-03 08:53:46 +00:00
bbdb18e9d3 more code to mod-mysql 2019-05-24 08:58:52 +00:00
aa3a219f56 some work on mod-mysql 2019-05-23 11:03:46 +00:00
560298d0d1 work in progress - awkmod-mysql 2019-05-22 11:21:57 +00:00
4a897bddf8 removed some module specific functions from the header files 2019-05-14 03:16:33 +00:00
86c1819a1d moved id-to-data mapping functions to imap-imp.h out of mod-dir.c 2019-05-13 16:35:33 +00:00
546d34d732 changed @inclone to @include_once
changed the sf_in_open() to set arg->uniqie_id in lib/awk/std.c
2019-05-13 05:22:40 +00:00
3bfaaa2bc9 added the unique_id field to qse_awk_sio_arg_t to implement the single time inclusion feature.
added primitive logic to check and remember inclusion
2019-05-12 17:03:30 +00:00
eb9413907b implemented @pragma implicit on/off in awk 2019-05-10 10:01:03 +00:00
72c27c7e48 added the pragmas field to qse_awk_sio_arg_t 2019-05-09 16:35:53 +00:00
a6267135ba removed AM_CFLAGS= $(PTHREAD_CFLAGS)" from lib/awk/Makefile.am 2019-05-09 14:08:14 +00:00
bd95bb3d2b added the fcb field to the awk value header 2019-05-09 09:35:37 +00:00
8682cc32e7 adding mod-mysql. work in progress 2019-05-09 08:29:00 +00:00
7a49f16742 moved mod/awk to lib/awkmod 2019-05-09 07:35:33 +00:00
04a1de0303 moving supplimentary awk modules to its own directory 2019-05-09 07:25:27 +00:00
f5ebc5acee fixed missing file issues in lib/awk/Makefile.am 2019-05-08 13:10:00 +00:00
3d6cf904cf updated README 2019-05-08 12:44:45 +00:00
2e19b848e5 added qse_awk_seterrfmt()/qse_awk_rtx_seterrfmt()
fixed wrong reference counting in __fnc_asort()
2019-05-08 07:15:17 +00:00
df47611d9d Added asorti() to awk 2019-05-07 14:54:29 +00:00
3737a28cd3 fixed minor assertion flaw in lib/cmn/mbwc-str.c 2019-05-07 07:39:49 +00:00
ebc9f5d29c fixed a wrong return value in __cmp_int_mbs() 2019-05-07 07:27:53 +00:00
2ac2ad8200 added qse_awk_rtx_getrefvaltype()/qse_awk_rtx_getrefval()
finished asort() in awk
added qse_sortx()
2019-05-07 07:22:55 +00:00
c3e30eaae4 renamed str::value() to str::fromcharcode() in awk.
added str::tocharcode() in awk.
enhanced qse_awk_rtx_makestrvalwithxstr() to skip copying the data from the given string pointer if it's null
2019-05-06 07:19:54 +00:00
51853507fa redefined byte swap and endian conversion routines 2019-05-03 08:39:50 +00:00
66d110fa7b wrote more code in fnc_asort() 2019-05-02 13:45:24 +00:00
006042f6cb redefined some memory allocation functions
added the ismap builtin function to awk
2019-05-02 11:29:51 +00:00