adda075fe9
fixed 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/rewriter
hyung-hwan2014-08-29 16:16:40 +00:00
fdce5fc592
migrated rand(), srand(), system() to modules
hyung-hwan2014-07-11 07:42:28 +00:00
82a639045f
changed 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 condition
hyung-hwan2014-07-09 15:01:16 +00:00
36b20b4169
renamed qse_xstr_t to qse_cstr_t
hyung-hwan2014-07-08 14:30:42 +00:00
7774a8a8fe
migrated 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
fdad26bba1
fixed 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
fab24cd3d3
enhanced assertion output for win32
hyung-hwan2014-04-23 04:37:57 +00:00
ec56609d4f
added some experimental code for legacy mac os
hyung-hwan2014-04-22 15:30:28 +00:00
e865215e3d
fixed 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
257dbbb586
fixed definitions of INLINE macros for old gcc
hyung-hwan2014-04-21 15:34:57 +00:00
cfb3eb93ec
fixed a minor utf8 check bug. fixed static linking problem regarding the seq module for awk
hyung-hwan2014-03-31 01:45:18 +00:00
35839c9f67
fixed a memory leak bug in StdAwk.cpp when compiled for mchar
hyung-hwan2014-03-11 14:54:05 +00:00
2e9bb90c39
added 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 yet
hyung-hwan2014-02-19 15:24:33 +00:00
b5de91921c
added the 'k' option to the 's' command in sed
hyung-hwan2014-02-19 04:09:46 +00:00
9006c44b9a
touched up fundamental type definitions
hyung-hwan2014-01-24 04:38:14 +00:00
8d8ac30f08
fixed a bug of hanlding an empty string properly in str::isxxx functions
hyung-hwan2014-01-10 09:11:10 +00:00
5ba15ae2e4
included more characters into xli tag character set. improved detection of __float128 support
hyung-hwan2013-11-14 14:07:16 +00:00
ea55e0d7ee
added a build option to use qse_intmax_t for integers in awk. made relevant changes to support the option
hyung-hwan2013-11-05 14:16:45 +00:00
ca1d1ede66
changed awk to less sensitive about encoding when loading environment. fixed a bug of setting encoding wrongly with --script-encoding in cmd/awk/awk.c
hyung-hwan2013-11-04 17:37:08 +00:00
abcf8988a5
added QSE_XLI_STRTAG and changed related functions and defintions
hyung-hwan2013-09-24 14:02:06 +00:00
84aca0ecb1
added QSE_XLI_NOLIST and QSE_XLI_NONIL
hyung-hwan2013-09-23 14:06:25 +00:00
72fd080f70
added qse_getxlirootxtn(), QSE_XLI_ROOTXTNSIZE as well as the rootxtnsize parameter to multiple initialization functions
hyung-hwan2013-09-20 07:18:26 +00:00