adda075fe9fixed a crashing bug in ursd when a rewriter terminates prematurely. changed urs code to truncate the trailing string after the first space in the response from ursd/rewriterhyung-hwan2014-08-29 16:16:40 +00:00
fdce5fc592migrated rand(), srand(), system() to moduleshyung-hwan2014-07-11 07:42:28 +00:00
82a639045fchanged to prototype of qse_mmgr_t function to accept mmgr itself instead of mmgr->ctx and fixed a memory leak bug under a certain failure conditionhyung-hwan2014-07-09 15:01:16 +00:00
7774a8a8femigrated index_or_rindex() to fnc.c and exported some functions to shared by index(), str::index(), str::rindex()hyung-hwan2014-05-28 08:40:51 +00:00
fdad26bba1fixed a wrong field name that caused a compilation error on solaris 8. make some builtin string functiosn available under str::hyung-hwan2014-05-27 14:13:12 +00:00
fab24cd3d3enhanced assertion output for win32hyung-hwan2014-04-23 04:37:57 +00:00
ec56609d4fadded some experimental code for legacy mac oshyung-hwan2014-04-22 15:30:28 +00:00
e865215e3dfixed build problems caused by missing struct sockaddr_in6 and added an option second parater to dir::open()hyung-hwan2014-04-22 05:16:30 +00:00
257dbbb586fixed definitions of INLINE macros for old gcchyung-hwan2014-04-21 15:34:57 +00:00
cfb3eb93ecfixed a minor utf8 check bug. fixed static linking problem regarding the seq module for awkhyung-hwan2014-03-31 01:45:18 +00:00
35839c9f67fixed a memory leak bug in StdAwk.cpp when compiled for mcharhyung-hwan2014-03-11 14:54:05 +00:00
2e9bb90c39added qse_awk_rtx_getvalstr() and qse_awk_rtx_freevalstr(). changed some code to use the 2 new functions. added the sed module to awk. incomplete yethyung-hwan2014-02-19 15:24:33 +00:00
b5de91921cadded the 'k' option to the 's' command in sedhyung-hwan2014-02-19 04:09:46 +00:00
9006c44b9atouched up fundamental type definitionshyung-hwan2014-01-24 04:38:14 +00:00
8d8ac30f08fixed a bug of hanlding an empty string properly in str::isxxx functionshyung-hwan2014-01-10 09:11:10 +00:00
5ba15ae2e4included more characters into xli tag character set. improved detection of __float128 supporthyung-hwan2013-11-14 14:07:16 +00:00
ea55e0d7eeadded a build option to use qse_intmax_t for integers in awk. made relevant changes to support the optionhyung-hwan2013-11-05 14:16:45 +00:00
ca1d1ede66changed awk to less sensitive about encoding when loading environment. fixed a bug of setting encoding wrongly with --script-encoding in cmd/awk/awk.chyung-hwan2013-11-04 17:37:08 +00:00
abcf8988a5added QSE_XLI_STRTAG and changed related functions and defintionshyung-hwan2013-09-24 14:02:06 +00:00
84aca0ecb1added QSE_XLI_NOLIST and QSE_XLI_NONILhyung-hwan2013-09-23 14:06:25 +00:00
72fd080f70added qse_getxlirootxtn(), QSE_XLI_ROOTXTNSIZE as well as the rootxtnsize parameter to multiple initialization functionshyung-hwan2013-09-20 07:18:26 +00:00