87e3601818
removed unneeded substitution in configure.ac
2020-08-19 04:56:50 +00:00
416a39868a
regenerated some build files
2020-08-19 02:04:08 +00:00
44101be7ac
updated ax_lib_mysql.m4
2020-08-15 15:07:10 +00:00
0c6b7a6ac8
adopted AX_CXX_COMPILE_STDCXX() for auto-detection of a c++11 capable compiler
2020-04-16 06:11:07 +00:00
c3d137a5c2
added %check to the rpm spec file.
...
renamed awk to hawk
updated copyright years
2020-04-16 03:42:30 +00:00
5f4635d455
added HAWK_OPT_MODLIBDIRS to specify search path for module files
2020-04-15 15:12:28 +00:00
a36dbd9c2f
renamed enumerators of hawk_opt_t
2020-04-15 08:38:41 +00:00
e4de922f7d
touched up stack management code
...
added hawk::call()
2020-04-12 18:23:44 +00:00
cd7873e19a
changed code to prevent buffered output from span across the end of hawk_rtx_execXXX()
2020-03-29 06:29:05 +00:00
e54537886c
changed to call hawk_rtx_cleario() before restoring SIGPIPE handler in bin/main.c
2020-03-28 08:28:09 +00:00
6cd9cafd33
added hawk-map.h which uses either htb or rbt depending on HAWK_MAP_IS_HTB or HAWK_MAP_IS_RBT
...
the hawk's map value is now dependent on the above change. at compile time, you can choose HTB or RBT.
fixed a bug of not resetting FNR in the standard console read handlers
2020-03-15 17:39:15 +00:00
689735eed8
added @pragma multilinestr on/off
2020-03-11 07:13:02 +00:00
f0d588414e
added %u to printf
...
changed %c with an empty string to '\0' in printf
fixed the execution behavior of double patterned action block(e.g. /a/,/b/)
fixed a bug in NF=value assignment handling
fixed a bug when assigning NF with a large number than the current number of records
fixed a bug in converting multidimensional array index to a string
2020-03-08 15:04:47 +00:00
30887f7f2c
some simple touch-ups
2020-03-04 14:39:27 +00:00
e8e5aa7935
fixed a bug handling -v in bin/main.c
2020-03-04 13:59:03 +00:00
916da0fd59
fixed wrong error handling in bin/mani.c
2020-03-04 09:25:17 +00:00
015ed09c5a
added a new global variable SCRIPTNAME which intends to store the first script name loaded
2020-03-03 08:03:04 +00:00
140c12f726
updated lib/Makefile.am
2020-02-27 07:49:04 +00:00
a35c729348
updated ax_pthread.m4 to the latest
...
updated lib/Makeifle.am and samples/Makefile.am
2020-02-26 18:42:31 +00:00
b109ae6fbb
sys::socket, sys::connect() in mod-sys.c
2020-02-05 06:13:51 +00:00
cf741c1525
implemented @pragma startup ...
2020-01-11 05:24:07 +00:00
ba8cb99231
fixed build files to move c++ objects to libhawk from libhawkxx
2020-01-09 04:34:21 +00:00
05c58df30f
added a new directory - samples
...
more code in Hawk and HawkStd
2020-01-07 09:02:56 +00:00
053dec0f99
added some c++ code
2020-01-06 16:18:33 +00:00
b62142dea7
fixed the bug of having omitted setting an error message when given wrong handle.
...
more fixes in HawkStd
2020-01-06 08:53:31 +00:00
235500ee8e
fixing mod-mysql.c for hawk
2020-01-04 05:21:00 +00:00
0fa5af5614
added -t to bin/main.c to accept console output files
2020-01-03 03:37:36 +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
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
bd61380fa0
added hawk_gem_skadtoucstr() and hawk_gem_skadtobcstr()
2019-12-31 06:46:33 +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
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
476a800572
simplified assertion
2019-12-21 16:59:00 +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
40d8800dab
refactoring
2019-12-18 08:16:34 +00:00
4ee4e3fe60
refactored fio
2019-12-17 08:53:33 +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
ef1bb5f689
added log writer
2019-12-14 16:05:10 +00:00
cd5dfcd504
ongoing code refactoring
2019-12-14 06:11:30 +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