Commit Graph

  • e8395f98da added str::TRIM_FLAG_PAC_SPACES for str::trim() hyung-hwan 2019-06-10 03:16:54 +0000
  • ee7fcef062 fixed a bug in copying value back to pass-by-reference arguments hyung-hwan 2019-06-09 16:17:40 +0000
  • f22b4894fd fixed some issues in the awk tester hyung-hwan 2019-06-09 16:06:03 +0000
  • ad3e78f386 fixed some build directive names hyung-hwan 2019-06-09 09:51:12 +0000
  • dcb4619fec implemented @pragma stack_limit hyung-hwan 2019-06-09 05:55:36 +0000
  • ce459fe337 fixing pass-by-reference handling bugs hyung-hwan 2019-06-08 06:53:24 +0000
  • 7e4cc9a7c8 more code to support call-by-reference parameters of a normal awk function hyung-hwan 2019-06-07 16:31:16 +0000
  • 4255f9599f implemented call-by-reference parameters of normal awk functions partially. it has yet to be refined further hyung-hwan 2019-06-07 09:26:50 +0000
  • 040ee69eb7 more touch-up hyung-hwan 2019-06-07 05:20:20 +0000
  • e8cfcfce44 simple touch-up hyung-hwan 2019-06-07 03:19:27 +0000
  • ac8bb735d9 added mysql::select_db() hyung-hwan 2019-06-06 15:12:00 +0000
  • 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 hyung-hwan 2019-06-06 12:11:40 +0000
  • 5ec8e15140 updated copyright notice that's been long procrastinated hyung-hwan 2019-06-06 05:28:23 +0000
  • 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 hyung-hwan 2019-06-04 08:53:44 +0000
  • 454f5ec837 implemented mysql::store_result(), mysql::free_result(), mysql::fetch_row() roughly hyung-hwan 2019-06-03 08:53:46 +0000
  • bbdb18e9d3 more code to mod-mysql hyung-hwan 2019-05-24 08:58:52 +0000
  • aa3a219f56 some work on mod-mysql hyung-hwan 2019-05-23 11:03:46 +0000
  • 560298d0d1 work in progress - awkmod-mysql hyung-hwan 2019-05-22 11:21:57 +0000
  • 4a897bddf8 removed some module specific functions from the header files hyung-hwan 2019-05-14 03:16:33 +0000
  • 86c1819a1d moved id-to-data mapping functions to imap-imp.h out of mod-dir.c hyung-hwan 2019-05-13 16:35:33 +0000
  • 546d34d732 changed @inclone to @include_once changed the sf_in_open() to set arg->uniqie_id in lib/awk/std.c hyung-hwan 2019-05-13 05:22:40 +0000
  • 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 hyung-hwan 2019-05-12 17:03:30 +0000
  • eb9413907b implemented @pragma implicit on/off in awk hyung-hwan 2019-05-10 10:01:03 +0000
  • 72c27c7e48 added the pragmas field to qse_awk_sio_arg_t hyung-hwan 2019-05-09 16:35:53 +0000
  • a6267135ba removed AM_CFLAGS= $(PTHREAD_CFLAGS)" from lib/awk/Makefile.am hyung-hwan 2019-05-09 14:08:14 +0000
  • bd95bb3d2b added the fcb field to the awk value header hyung-hwan 2019-05-09 09:35:37 +0000
  • 8682cc32e7 adding mod-mysql. work in progress hyung-hwan 2019-05-09 08:29:00 +0000
  • 7a49f16742 moved mod/awk to lib/awkmod hyung-hwan 2019-05-09 07:35:33 +0000
  • 04a1de0303 moving supplimentary awk modules to its own directory hyung-hwan 2019-05-09 07:25:27 +0000
  • f5ebc5acee fixed missing file issues in lib/awk/Makefile.am hyung-hwan 2019-05-08 13:10:00 +0000
  • 3d6cf904cf updated README hyung-hwan 2019-05-08 12:44:45 +0000
  • 2e19b848e5 added qse_awk_seterrfmt()/qse_awk_rtx_seterrfmt() fixed wrong reference counting in __fnc_asort() hyung-hwan 2019-05-08 07:15:17 +0000
  • df47611d9d Added asorti() to awk hyung-hwan 2019-05-07 14:54:29 +0000
  • 3737a28cd3 fixed minor assertion flaw in lib/cmn/mbwc-str.c hyung-hwan 2019-05-07 07:39:49 +0000
  • ebc9f5d29c fixed a wrong return value in __cmp_int_mbs() hyung-hwan 2019-05-07 07:27:53 +0000
  • 2ac2ad8200 added qse_awk_rtx_getrefvaltype()/qse_awk_rtx_getrefval() finished asort() in awk added qse_sortx() hyung-hwan 2019-05-07 07:22:55 +0000
  • 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 hyung-hwan 2019-05-06 07:19:54 +0000
  • 51853507fa redefined byte swap and endian conversion routines hyung-hwan 2019-05-03 08:39:50 +0000
  • 66d110fa7b wrote more code in fnc_asort() hyung-hwan 2019-05-02 13:45:24 +0000
  • 006042f6cb redefined some memory allocation functions added the ismap builtin function to awk hyung-hwan 2019-05-02 11:29:51 +0000
  • f9e5c3920d in progress of implementing asort() hyung-hwan 2019-04-30 08:22:26 +0000
  • b3d63c259b redefined qse_awk_mmgr(), qse_awk_getcmgr(), qse_setcmgr() by exposing the mmgr/cmgr fields via qse_awk_alt_t. implemented comparison operations for the fun value. changed behavior of some comparison operations that would otherwise result in a runtime error hyung-hwan 2019-04-30 07:23:34 +0000
  • 3368c91834 have implemented the function-pointer-as-value feature experimentally hyung-hwan 2019-04-29 09:40:13 +0000
  • d64d0a73b4 added experimental code to call function held in a variable hyung-hwan 2019-04-28 15:44:10 +0000
  • abce018b2f added the builtin function isnil and replaced the backquote operator with it hyung-hwan 2019-04-26 18:04:57 +0000
  • bc3173d74a added the typename() builtin awk function and qse_awk_rtx_getvaltypename() hyung-hwan 2019-04-26 16:55:57 +0000
  • 1f980cbfb8 enhanced str::index()/str::rindex() to handle byte strings hyung-hwan 2019-04-25 17:34:04 +0000
  • 7811171dff fixed StdAwk to set the MODPREFIX when dlfcn is activated. added Awk::getCmgr() enhanced some string functions to handle byte strings hyung-hwan 2019-04-23 15:32:23 +0000
  • 03301b79bf fixed a build issue for missing lchown against old macosx sdks added Awk::writeConsoleBytes(), Awk::writePipeBytes(), Awk::writeFileBytes() hyung-hwan 2019-04-23 08:41:05 +0000
  • 50eec135d8 added lchown check to configure.ac hyung-hwan 2019-04-23 07:49:56 +0000
  • 588560abbb enhanced awk substr to support a byte string hyung-hwan 2019-04-23 06:16:27 +0000
  • c80f179366 fixed the bug of affecting the parameter in toupper and tolower in awk. also enhanced them to support byte strings hyung-hwan 2019-04-22 09:03:02 +0000
  • b86ea48c86 enhanced sprintf to format a byte string when format is a byte string hyung-hwan 2019-04-22 07:44:57 +0000
  • 146cc6436b Added qse_awk_rtx_formatmbs(). enhanced the builtin printf to handle the byte array format hyung-hwan 2019-04-21 15:54:49 +0000
  • eed3853765 added quite some code to handle byte string I/O hyung-hwan 2019-04-21 05:44:53 +0000
  • 07be5e22d7 added quite some code for handling mbs in awk hyung-hwan 2019-04-18 08:42:54 +0000
  • f90ca01493 added qse_str_ncatwcs()/qse_str_ncatmbs() hyung-hwan 2019-04-17 16:33:30 +0000
  • f16437d7c0 writing mbs_to_str() in awk/val.c hyung-hwan 2019-04-15 15:36:23 +0000
  • 711320d847 added more byte array handling code hyung-hwan 2019-04-15 08:43:57 +0000
  • 81cbac9e4d added qse_awk_wcsxtoint()/qse_awk_mbsxtoint() and made qse_awk_strtointo() a macro added qse_awk_wcsxtoflt()/qse_awk_mbsxtoflt() and made qse_awk_strxtoflt() a macro enhanced qse_awk_rtx_valtonum() to handle a byte array hyung-hwan 2019-04-15 04:30:49 +0000
  • 5e0754e607 trying to implement byte array in awk hyung-hwan 2019-04-14 16:17:12 +0000
  • 1a16fd8888 updated BYTE_PRINTABLE() hyung-hwan 2019-03-20 07:16:39 +0000
  • c139017593 changed the awk parser to accept \u and \U in the MCHAR mode. implemented k/K in the awk's builtin printf function hyung-hwan 2019-03-20 07:06:00 +0000
  • 6c61e0bab6 changed awk \xNN to take up to 2 hexadigits only. implemented w/W in formatted output hyung-hwan 2019-03-19 13:59:22 +0000
  • d680e3aebe correct function names in Sttp hyung-hwan 2019-03-18 14:14:07 +0000
  • 3921c110a8 added Sttp::setErrorCode() hyung-hwan 2019-03-18 11:15:28 +0000
  • 6916a11e61 touched up on the 'k' and 'K' specifier in formatted output hyung-hwan 2019-03-17 04:11:00 +0000
  • 585633b26d polishing k and K in formatted output hyung-hwan 2019-03-16 04:48:25 +0000
  • e06ffadd4e added 'k' and 'K' to dump a byte string in \x hexadecimal notation hyung-hwan 2019-03-15 13:34:07 +0000
  • 88b39ee0af added qse_bytetombs()/qse_bytetowcs() implemeting %k for formatted output to hex-dump a given string hyung-hwan 2019-03-15 08:10:13 +0000
  • 5cf583d8c4 removed redundant redefintion of qse_fattr_t changed to call qse_wcstombs() instead of qse_wcstombsall() which doesn't exist hyung-hwan 2019-03-14 16:14:43 +0000
  • 2ff8ee7c27 changed the default cmgr to utf8 added qse_get_prog_mbspath_with_mmgr()/qse_get_prog_wcspath_with_mmgr() filled Path::setToSelf(). hyung-hwan 2019-03-14 08:01:04 +0000
  • c794863aa6 added more file management functions hyung-hwan 2019-03-14 01:23:44 +0000
  • 10b1eabe86 added qse_get_current_mbsdir()/qse_get_current_wcsdir(). writing qse_get_prog_path(). not yet done. implementing the Path class hyung-hwan 2019-03-13 06:38:54 +0000
  • 69d0e959da added incomplete Path.hpp and Path.cpp hyung-hwan 2019-03-13 00:35:19 +0000
  • e61b34b17b added qse_msleep() hyung-hwan 2019-03-12 08:42:05 +0000
  • d41f8e75e0 added qse_getmtime() and qse_mtime_t to represent time in milliseconds hyung-hwan 2019-03-12 08:22:36 +0000
  • c5c9c47e86 added Thread::sleep() wrappers hyung-hwan 2019-03-12 07:23:41 +0000
  • 17dcf4feb5 raised the version number to 0.8.2 hyung-hwan 2019-03-06 14:48:19 +0000
  • 1ea5d38a83 fixed some bugs in hash macros hyung-hwan 2019-03-05 13:04:44 +0000
  • a02ad5005f enhanced hash macros hyung-hwan 2019-03-05 12:06:13 +0000
  • 0a405625ce refined definition of stock hash functions hyung-hwan 2019-03-05 08:30:49 +0000
  • bda9213f86 placed basic hash macros in qse/hash.h hyung-hwan 2019-03-05 08:21:01 +0000
  • 1aea9f4492 some use of sdbm hash hyung-hwan 2019-03-01 09:27:03 +0000
  • 6463fbec12 changed the order of STRIPRECSPC and SUBSEP. no functional impact hyung-hwan 2019-02-04 12:48:16 +0000
  • 98f726e2cc added the global variable STRIPRECSPC. fixed how to set rtx->gbl.ignorecase for IGNORECASE in set_global() hyung-hwan 2019-02-04 12:20:16 +0000
  • 3fdddccde3 updated project url hyung-hwan 2019-02-01 16:43:06 +0000
  • 044314daa8 switch to use SSL_new for checking openssl in configure.ac hyung-hwan 2019-01-31 04:53:20 +0000
  • f850f459c4 removed all aio* files. all relevant functions are available in a different project, mio hyung-hwan 2019-01-23 08:58:47 +0000
  • b2d3050d8b changed the remote log socket to be non-blocking in sys::xxxlog() hyung-hwan 2019-01-23 03:32:24 +0000
  • f33518b964 changed sys::closelog() a bit hyung-hwan 2019-01-22 16:15:56 +0000
  • 7fb03044e8 added remote syslogging to sys::openlog(), sys::writelog(), sys::closelog() hyung-hwan 2019-01-22 09:41:00 +0000
  • 39e43d4201 improved signal handling in App hyung-hwan 2019-01-21 15:12:01 +0000
  • f91b85e0cf compacted code a bit hyung-hwan 2019-01-21 15:08:22 +0000
  • 2a3c9c182c fixed a bug in sys::openlog() hyung-hwan 2019-01-17 10:09:07 +0000
  • 59686d87a8 fixed an issue caused by a volatile identifier passsed to openlog() hyung-hwan 2019-01-16 09:25:17 +0000
  • 4d78cd0a65 added sys::openlog(), sys::closelog(), sys::writelog() hyung-hwan 2019-01-16 08:42:17 +0000
  • 448735d4cb removed a few global variables including qse_awk_val_zero, qse_awk_val_one, qse_awk_val_negone. substituted QSE_AWK_VAL_ZERO/ONE/NEGONE marcos. redefined QUICKINT related macros hyung-hwan 2018-11-15 06:27:42 +0000
  • d92d534986 fixed wrong indentation in awk.h hyung-hwan 2018-11-04 03:27:52 +0000
  • 79b36ec07f added some internal comments about Mmgr::getDFL() hyung-hwan 2018-11-01 04:24:32 +0000