Commit Graph

493 Commits

Author SHA1 Message Date
c64364ecb1 updated parse.c with new way to setting error information partially 2020-01-03 07:35:59 +00:00
f4650746bb changed the way to set error information in run.c 2020-01-03 07:11:32 +00:00
0fa5af5614 added -t to bin/main.c to accept console output files 2020-01-03 03:37:36 +00:00
9e6cd784cf renamed set_error_on_sys_list_with_syserr to set_error_on_sys_list_with_errno in mod-sys.c
implemented getppid for win32
2020-01-03 03:02:26 +00:00
11f898591d fixed a bug in fmt_put_bchars_to_uch_buf()
added getpgid() and getpgrp() check to configure.ac
redefined RC_XXXX in mod-sys.c
changed some functions in mod-sys.c
2020-01-02 15:10:04 +00:00
912c2787ad fixed bugs in query_module()
deleted unused files.
added sys::resetdir().
2020-01-02 08:33:24 +00:00
65552ff85e minor code fix 2020-01-01 14:16:01 +00:00
9a24d57b8f added hawk_rtx_buildrex() and hawk_rtx_freertx() 2020-01-01 14:02:27 +00:00
49e3eec642 consolidated syserr_to_errnum macros to a single hawk_syserr_to_errnum() function 2020-01-01 05:20:28 +00:00
05cb4dc080 changed hawk_seterrnum() to be consistent with hawk_gem_seterrnum() 2020-01-01 04:46:49 +00:00
988dc83bf4 changed hawk_rtx_seterrnum() to be consistent with hawk_gem_seterrnum() 2019-12-31 15:52:28 +00:00
fffc474b9c some fix for netbsd 2019-12-31 07:15:38 +00:00
bd61380fa0 added hawk_gem_skadtoucstr() and hawk_gem_skadtobcstr() 2019-12-31 06:46:33 +00:00
4ccf7d99a5 added hawk_uchars_to_bin() and bchars_to_bin() 2019-12-30 15:53:35 +00:00
33f0f6b245 added hawk_tokenize_bchars() and hawk_tokenize_uchars().
trying to get functions right in gem-nwif2.c
2019-12-29 16:54:12 +00:00
757b7e6c63 adding some network interface functions 2019-12-27 08:21:27 +00:00
b7c7231c1b added lib/gem-nwif.c 2019-12-26 15:00:02 +00:00
4db2d0fc41 fixed wrong defintion of HAWK_UCH_PROP_ALNUM and HAWK_BCH_PROP_ALNUM 2019-12-26 05:57:57 +00:00
d2ed09fe4d revived syslog functions in the sys module.
fixed script and stream file name handling issues.
added the path field to the hawk_sio_arg_t structure. the field should be set by the I/O handler if the name field is not HAWK_NULL.
2019-12-25 16:01:43 +00:00
40bf6910e5 some work for socket address conversion 2019-12-24 16:26:18 +00:00
3ff8866dec experimental socket address conversion function 2019-12-24 16:13:19 +00:00
476a800572 simplified assertion 2019-12-21 16:59:00 +00:00
c23d902ad0 got mod-sys.c working partially 2019-12-20 14:55:10 +00:00
baae1c4bf6 replaced hawk_pma_t by hawk_tre_mem_t 2019-12-20 03:15:03 +00:00
c9e0adfde0 cleaned up regular expression functions in misc.c 2019-12-19 09:11:40 +00:00
9387994622 removed unneeded code from tre 2019-12-18 15:28:31 +00:00
62664a4e58 deleted unneeded code 2019-12-18 08:59:27 +00:00
c25b251efc gem intead of hawk in tre 2019-12-18 08:34:44 +00:00
40d8800dab refactoring 2019-12-18 08:16:34 +00:00
446925bcbf more fixes to use gem 2019-12-18 05:15:03 +00:00
4ee4e3fe60 refactored fio 2019-12-17 08:53:33 +00:00
e21d307a8c changed arr to use gem instead of hawk 2019-12-16 15:09:58 +00:00
58d06e55b3 some code refactoring 2019-12-16 08:57:43 +00:00
73e059d458 removed typecasgint to int for length to %.*js 2019-12-14 16:25:11 +00:00
cf2f249ba9 removed typecasgint to int for length to %.*js 2019-12-14 16:20:46 +00:00
5923c452f8 logging functions as error printer 2019-12-14 16:18:35 +00:00
ef1bb5f689 added log writer 2019-12-14 16:05:10 +00:00
0d558ca900 changed htb to use 'gem' instead of 'hawk' 2019-12-14 08:05:06 +00:00
cd5dfcd504 ongoing code refactoring 2019-12-14 06:11:30 +00:00
62211e8934 migrated more common functions to gem.c 2019-12-13 15:24:57 +00:00
96c87440f0 fixed syscall.h for 32bit systems 2019-12-13 09:38:07 +00:00
859a27db55 pushing some common code to gem.c 2019-12-13 08:26:54 +00:00
043a24a4ea starting hawk. goodbye to qseawk 2019-12-13 04:29:58 +00:00