70c787de9fremoved special handling of $ in qse_strsubst() as literal $ can be denoted by 11789hyung-hwan2018-04-03 09:33:50 +0000
5c297d784afixed some issues in socket address conversionhyung-hwan2018-03-25 03:05:12 +0000
598f4f0457included more header files in nwad-skad.chyung-hwan2018-03-07 13:26:21 +0000
9d87420bf6added Socket::sendx() functions added SocketAddress::set() that accepts a string fixed a bug in nwad-skad.chyung-hwan2018-03-07 09:18:36 +0000
c0a072a054touched up qse_xli_setpairwithstr() a bithyung-hwan2018-01-22 09:38:44 +0000
fc1748ccd0added description on qse_wcsxjoin()hyung-hwan2018-01-22 03:04:29 +0000
df76a61d3bchanged the need_comma function to take into account the xli->opt.cbs.pair_writable callback functionhyung-hwan2018-01-21 17:58:24 +0000
b3a288affbadded the pair_writable callback to xlihyung-hwan2018-01-21 17:13:43 +0000
d61c292659added qse_floc_t and qse_flocxx_t typeshyung-hwan2018-01-21 04:15:09 +0000
3a2356737dadded a callback called when a pair is read in by the xli format reader and the json format readerhyung-hwan2018-01-19 15:57:44 +0000
2280811a8efixed a bug in the json format reader. it failed to read an empty array before the fix. fixed a bug in the json format writer. it quoted a numeric string before the fix. it is enhanced to handle the multi-segment string(loaded by an xli format reader) betterhyung-hwan2018-01-19 04:47:28 +0000
e5fa90ec02added the QSE_XLI_CASE_INSENSITIVE trait enumerator and revised macro defintions of string comparision functiosn for supporting the added enumeratorhyung-hwan2018-01-19 03:53:43 +0000
5d71710b18enhanced the json writer to inject {} or [] manually when the outermost enclosers are not foundhyung-hwan2018-01-15 09:20:28 +0000
fa21cef920added qse_mbsxistype(0 and qse_wcsxistype()hyung-hwan2018-01-12 08:44:41 +0000
5e3507e836added qse_mbsistype(), qse_wcsistype() added qse_cli_t and related functions as an alternative interface to parse command-line argumentshyung-hwan2018-01-12 08:21:57 +0000
7b1db985c5disallowed @include outside the outermost braces or brackets in the json formathyung-hwan2018-01-11 09:36:15 +0000
12212d55ccadded qse_xli_vtext_t to store the outermost braces and brackets in the json format changed the json format reader to recognize the outermost braces and bracketshyung-hwan2018-01-11 04:02:48 +0000
4636a46acbadded quite some xli code to read the json formatted datahyung-hwan2018-01-10 10:01:41 +0000
779b335710reverted previous 2 commits for support json format in xli. instead, i'm writing a different json format readerhyung-hwan2018-01-09 10:45:43 +0000
6237b43441added QSE_XLI_JSON and abandoned QSE_XLI_TAGMARKER, QSE_XLI_ARRAYMARKER, and QSE_XLI_ASSIGNWITHCOLONhyung-hwan2018-01-08 08:25:49 +0000
03cb7dd9dcadded QSE_XLI_ASSIGNWITHCOLON, QSE_XLI_TAGMARKER, QSE_XLI_ARRAYMARKE and added partial code for more extension work in progresshyung-hwan2018-01-05 10:55:20 +0000
0c8608f81badded the endptr parameter to various string to number conversion functionshyung-hwan2017-12-18 07:20:02 +0000
42ecad1e38added an experimental function qse_rad_insert_extended_vendor_specific_attribute() to support EVS. yet a lot of wors are to be done to support tag, extended, long-extended, tlvhyung-hwan2017-12-18 06:27:54 +0000
2172fa59a5enhanced the constant value handlinghyung-hwan2017-12-14 10:02:44 +0000
1f56b6cf93added qse_substbasenamedup()/qse_substwcsbasenamedup()/qse_substmbsbasenamedup(). enhanced $INCLUDE handling in raddichyung-hwan2017-12-14 04:08:10 +0000
61483e294aadded a primitive dictionary file loader. needs more workhyung-hwan2017-12-13 08:21:13 +0000
f9970ef086added constant manipulation functions in raddichyung-hwan2017-12-12 07:27:17 +0000
b081c10f83fixed wrong cache handing in manipulating the attributes in raddichyung-hwan2017-12-12 03:17:02 +0000
4e097466aeimproved the file path management in the logging functionhyung-hwan2017-09-19 14:08:46 +0000
db421d4208fixed prototypes for qse_wcs_vfmt() and qse_wcs_vfcat()hyung-hwan2017-09-18 04:16:06 +0000
2304a0a5bbenhanced the logging functions to support priority masking and added/changed helper functions to convert betwee numeric values and string valueshyung-hwan2017-09-18 04:06:58 +0000
c5ac9558abchange the logging function to support priority maskinghyung-hwan2017-09-18 02:46:54 +0000
cdc64c347ffixed compilation issues on netbsd i386hyung-hwan2017-09-17 12:29:59 +0000
e8b59346a7fixed wrong calls to math_log in the awk math modulehyung-hwan2017-09-16 10:41:25 +0000
36db3c8623added fallback match::log2() code for platforms lacking log2hyung-hwan2017-09-16 09:48:00 +0000
a7bc6a6eb2fixed some bugs in formatting output functionhyung-hwan2017-09-16 09:16:15 +0000
3ac8bc1f49added math::log2() to awk. fixed some bugs in syslog handlinghyung-hwan2017-09-16 07:01:03 +0000
dae0fc8adbadded a tester for logging functionshyung-hwan2017-09-16 04:10:14 +0000
bcc9da7acafixed log functions for the WCHAR modehyung-hwan2017-09-16 03:57:54 +0000
33436ab0fbadded Ixx length specifier to the formatting function. improved the system log interface in the logging functionhyung-hwan2017-09-16 03:21:30 +0000