hawk/hawk/lib
2020-12-16 15:49:27 +00:00
..
arr.c fixed hawk_arr_getstyle() 2020-05-04 07:21:13 +00:00
chr.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
cli-imp.h starting hawk. goodbye to qseawk 2019-12-13 04:29:58 +00:00
cli.c starting hawk. goodbye to qseawk 2019-12-13 04:29:58 +00:00
dir.c added some code to implement hawk::pack() 2020-12-12 17:07:25 +00:00
ecs-imp.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
ecs.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
err-prv.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
err-sys.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
err.c resolved numerous bugs regarding byte-characters and byte-strings 2020-12-10 16:55:47 +00:00
fio.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
fmt-imp.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
fmt.c hacked formatting code to work around a compiler problem of not passing __float128 properly via va_list. 2020-12-03 07:28:53 +00:00
fnc-prv.h added str::splita() 2020-11-13 15:09:29 +00:00
fnc.c moved hawk::pack() to sys::pack() 2020-12-12 18:18:37 +00:00
gem-nwif2.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
gem-nwif.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
gem-skad.c added a common macro HAWK_XDIGIT_TO_NUM() to replace repeated code 2020-05-27 09:15:48 +00:00
gem.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-arr.h changed length() over an array to return the number of items set. 2020-04-29 13:03:02 +00:00
hawk-cfg.h.in added check for the first parameter to operator new in configure.ac 2020-11-07 01:26:29 +00:00
hawk-chr.h added HAWK_ZDIGIT_TO_NUM() 2020-05-27 09:32:52 +00:00
hawk-cli.h starting hawk. goodbye to qseawk 2019-12-13 04:29:58 +00:00
hawk-cmn.h added sys::SIZEOF_INT, sys::SIZEOF_INTPTR, sys::SIZEOF_INTPTR, sys::SIZEOF_FLT, sys::SIZEOF_FLTBAS, sys::SIZEOF_FLTMAX 2020-12-15 17:11:16 +00:00
hawk-dir.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-ecs.h defined hawk_ooecs_amend to hawk_becs_amend in the bch mode 2020-04-30 15:56:15 +00:00
hawk-fio.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-fmt.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-gem.h fixed the wrong value defined for HAWK_SKAD_TO_OOCSTR_PORT 2020-05-20 14:32:04 +00:00
hawk-htb.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-map.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-mtx.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-pack1.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-pio.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-prv.h resolved numerous bugs regarding byte-characters and byte-strings 2020-12-10 16:55:47 +00:00
hawk-rbt.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-sio.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-std.h added the xma memory manager 2020-11-02 09:54:12 +00:00
hawk-tio.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-tre.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-unpack.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
hawk-utl.h renamed hawk_find_bchar() to hawk_find_bchar_in_bchars(). 2020-12-16 15:13:29 +00:00
hawk-xma.h changed the return type of xma dumper to void 2020-11-25 14:42:56 +00:00
hawk.c updated hawk_arr_t callback functions to be more consistent with hawk_rbt_t/hawk_htb_t by creating hawk_arr_style_t and adding hawk_arr_setstyle()/hawk_arr_getstyle(). 2020-04-24 06:49:19 +00:00
Hawk.cpp minor code touch-up again 2020-04-17 17:19:34 +00:00
hawk.h added some code for the byte-character literal support. 2020-12-09 18:07:20 +00:00
Hawk.hpp minor code touch-up again 2020-04-17 17:19:34 +00:00
hawk.txt starting hawk. goodbye to qseawk 2019-12-13 04:29:58 +00:00
HawkStd.cpp renamed hawk_find_bchar() to hawk_find_bchar_in_bchars(). 2020-12-16 15:13:29 +00:00
HawkStd.hpp adopted AX_CXX_COMPILE_STDCXX() for auto-detection of a c++11 capable compiler 2020-04-16 06:11:07 +00:00
htb.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
idmap-imp.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
Makefile.am stop specifying explicit DEPENDENCIES by listing the .la files in LDADD 2020-11-16 12:54:50 +00:00
Makefile.in fixed a parser bug when handling the print/printf statement without redirection. 2020-12-01 10:22:17 +00:00
mb8.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
misc-imp.h enhanced str::split() to handle byte strings better 2020-11-13 14:56:15 +00:00
misc-prv.h enhanced str::split() to handle byte strings better 2020-11-13 14:56:15 +00:00
misc.c enhanced str::split() to handle byte strings better 2020-11-13 14:56:15 +00:00
mod-hawk.c moved hawk::pack() to sys::pack() 2020-12-12 18:18:37 +00:00
mod-hawk.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
mod-math.c fixed a wrong define 2020-12-02 18:52:33 +00:00
mod-math.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
mod-str.c moved hawk::pack() to sys::pack() 2020-12-12 18:18:37 +00:00
mod-str.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
mod-sys.c moved syslog-related data from the module context to the module's rtx context 2020-12-16 15:49:27 +00:00
mod-sys.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
mtx.c renamed some time functions. 2020-09-02 20:02:51 +00:00
parse-prv.h added a new keyword @nil 2020-11-10 02:56:29 +00:00
parse.c resolved numerous bugs regarding byte-characters and byte-strings 2020-12-10 16:55:47 +00:00
pio.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
rbt.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
rec.c touched up hawk_rtx_truncrec(). 2020-12-07 16:48:29 +00:00
rio-prv.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
rio.c resolved numerous bugs regarding byte-characters and byte-strings 2020-12-10 16:55:47 +00:00
run-prv.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
run.c added some code to implement hawk::pack() 2020-12-12 17:07:25 +00:00
sio.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
std-prv.h fixed a minor build issue in HawkStd.cpp 2020-12-04 05:57:23 +00:00
std.c renamed hawk_find_bchar() to hawk_find_bchar_in_bchars(). 2020-12-16 15:13:29 +00:00
syscall.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
tio.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
tre-ast.c redefined TRE_CHAR_MAX to avoid the overflow issue 2020-12-02 15:11:13 +00:00
tre-ast.h redefined TRE_CHAR_MAX to avoid the overflow issue 2020-12-02 15:11:13 +00:00
tre-compile.c made tre_ast_to_tnfa() iterative 2020-12-02 16:07:06 +00:00
tre-compile.h redefined TRE_CHAR_MAX to avoid the overflow issue 2020-12-02 15:11:13 +00:00
tre-match-bt.c redefined TRE_CHAR_MAX to avoid the overflow issue 2020-12-02 15:11:13 +00:00
tre-match-pa.c renamed hawk_find_bchar() to hawk_find_bchar_in_bchars(). 2020-12-16 15:13:29 +00:00
tre-match-ut.h enhanced str::split() to handle byte strings better 2020-11-13 14:56:15 +00:00
tre-mem.c made tre_ast_to_tnfa() iterative 2020-12-02 16:07:06 +00:00
tre-mem.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
tre-parse.c made tre_ast_to_tnfa() iterative 2020-12-02 16:07:06 +00:00
tre-parse.h made tre_ast_to_tnfa() iterative 2020-12-02 16:07:06 +00:00
tre-prv.h redefined TRE_CHAR_MAX to avoid the overflow issue 2020-12-02 15:11:13 +00:00
tre-stack.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
tre-stack.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
tre.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
tree-prv.h added some code for the byte-character literal support. 2020-12-09 18:07:20 +00:00
tree.c resolved numerous bugs regarding byte-characters and byte-strings 2020-12-10 16:55:47 +00:00
uch-case.h starting hawk. goodbye to qseawk 2019-12-13 04:29:58 +00:00
uch-prop.h starting hawk. goodbye to qseawk 2019-12-13 04:29:58 +00:00
utf8.c resolved numerous bugs regarding byte-characters and byte-strings 2020-12-10 16:55:47 +00:00
utf16.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
utl-ass.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
utl-skad.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
utl-skad.h added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
utl-sort.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
utl-str.c renamed hawk_find_bchar() to hawk_find_bchar_in_bchars(). 2020-12-16 15:13:29 +00:00
utl-sys.c removed unneeded code 2020-09-03 03:24:14 +00:00
utl.c added %check to the rpm spec file. 2020-04-16 03:42:30 +00:00
val-prv.h resolved numerous bugs regarding byte-characters and byte-strings 2020-12-10 16:55:47 +00:00
val.c added hawk::cmgr_exists() 2020-12-11 12:14:48 +00:00
xma.c touched up hawk_rtx_truncrec(). 2020-12-07 16:48:29 +00:00