55a024bff2fixed a bug in hawk_rtx_makembsvalwithbchars2() and hawk_rtx_makembsvalwithuchars2() fixing sed code being importedhyung-hwan2022-04-05 10:46:00 +0000
460f3b218cenhanced HawkStd::SourceFile()/HawkStd::SourceString() to detach early from hawk when open() failshyung-hwan2021-08-17 17:38:16 +0000
05f99d1304enhanced more string comparison functions with case-insensitive operationhyung-hwan2021-07-19 19:54:01 +0000
7d8f32c3cbfixed the const issue in hawk_trim_uchars() and hawk_trim_bchars()hyung-hwan2021-07-19 19:37:43 +0000
02aa80e9c2set const on the first parameter to hawk_trim_uchars() and hawk_trim_bchars()hyung-hwan2021-07-16 08:16:43 +0000
23715c35effixed a flaw in HAWK_OOCHARS_TO_INT_MAKE_OPTION()hyung-hwan2021-07-12 14:07:57 +0000
edf37ae74cfixed the order flaw in lib/mod-hawk.chyung-hwan2021-01-30 09:50:47 +0000
03adf78a76enhanced the test case to detect the bug found in hawk_copy_bcstr_to_bchars()hyung-hwan2021-01-22 16:21:55 +0000
63f94ddb44fixed the wrong type specified for the length parameter in hawk_copy_bcstr_to_bchars() and hawk_copy_ucstr_to_uchars()hyung-hwan2021-01-21 07:00:05 +0000
5f7bef98f5fixed an issue with an old compilerhyung-hwan2020-12-31 16:27:29 +0000
dd2d3d4ccdfixed a potential issue by shared data access in mod-hawk.chyung-hwan2020-12-28 17:23:33 +0000
80f9d6bc85some improvements to the ffi module. changed hawk::function_exists() to check a module functionhyung-hwan2020-12-28 07:10:17 +0000
214c2bee3amoved syslog-related data from the module context to the module's rtx contexthyung-hwan2020-12-16 15:49:27 +0000
829ad9bdd0renamed hawk_find_bchar() to hawk_find_bchar_in_bchars(). renamed similar function names in the same way. updated sys::openlog() to accept a local log socket path with remote:// (e.g. remote:///dev/log/xxx)hyung-hwan2020-12-16 15:13:29 +0000
607b66d4c9added sys::SIZEOF_INT, sys::SIZEOF_INTPTR, sys::SIZEOF_INTPTR, sys::SIZEOF_FLT, sys::SIZEOF_FLTBAS, sys::SIZEOF_FLTMAX fixed some bugs in sys::pack()hyung-hwan2020-12-15 17:11:16 +0000
72d2272444implemented 'd', 'f' in sys::pack() and sys::unpack()hyung-hwan2020-12-15 16:10:52 +0000
130d24544fadded c, n, N to sys::pack() and sys::unpack()hyung-hwan2020-12-14 15:25:07 +0000
a93b1aaf12moved hawk::pack() to sys::pack() enhanced sys::pack() to return an error code and set the error message upon failurehyung-hwan2020-12-12 18:18:37 +0000
237a2853d8added some code to implement hawk::pack()hyung-hwan2020-12-12 17:07:25 +0000
0de14c4744resolved numerous bugs regarding byte-characters and byte-strings changed the way to handle %s/%k/%K contained inside CONVFMT - treat the format specifier as if it is %g instead of returning an error. removed HAWK_EFMTCNV for the CONVFMT formatting changehyung-hwan2020-12-10 16:55:47 +0000
e983d7701aadded some code for the byte-character literal support. enhanced value comparison routineshyung-hwan2020-12-09 18:07:20 +0000
2e25911bfdenhanced the concat operator handler to process mbs properlyhyung-hwan2020-12-09 04:02:04 +0000
1d83f8cfe7added str::strchar() made str::tolower(), str::toupper(), str::tonum() character-friendlyhyung-hwan2020-12-08 13:27:33 +0000
97bd469ce8touched up hawk_rtx_truncrec(). fixed a bug in hawk_xma_init()hyung-hwan2020-12-07 16:48:29 +0000
792f38acaeuse hawk_rtx_getvaloocstr()/hawk_rtx_getfreeoocstr() more wherever possible trying to make character handling sanehyung-hwan2020-12-07 16:22:39 +0000
dfb7b2aa2dmore code to support the character literalhyung-hwan2020-12-05 18:55:05 +0000
342e01f5b4attempting to support the character literal notationhyung-hwan2020-12-04 16:19:01 +0000
dade5f563bupdated .travis.yml to revert the previous changes and defined CPPFLAGS as a separte item in env for macosxhyung-hwan2020-12-03 08:09:49 +0000
516c9db295updated .travis.yml to make OPTIONS an arrayhyung-hwan2020-12-03 08:00:05 +0000
65ad752666hacked formatting code to work around a compiler problem of not passing __float128 properly via va_list. introduced 'jj' to pass a large value via a pointer but to take the value inside the pointer changed hawk_rtx_format() and hawk_rtx_formatmbs() to use 'jj' when building with HAWK_USE_FLTMAX onhyung-hwan2020-12-03 07:28:53 +0000