35 Commits

Author SHA1 Message Date
1dffea2605 raised the version to 0.9.5 2022-03-23 14:44:29 +00:00
7b9f3cd9f5 got rid of unneeded stuffs 2020-12-27 19:28:49 +00:00
e72e9f2c1d added net/route.h to configure.ac 2020-12-20 13:29:11 +00:00
801f11fa8e added sys/sysct.h to configure.ac 2020-12-20 12:59:51 +00:00
2eb3c1a5c1 fixed flaws in configure.ac 2020-12-18 14:59:31 +00:00
749f3d30b6 added the return type check for unsetenv() in configure.ac 2020-12-18 14:43:30 +00:00
49efdd3caf implementing mod-ffi 2020-12-17 10:12:57 +00:00
c44b3160f2 fixed configure.ac 2020-12-03 08:44:32 +00:00
6210a10297 updated configure.ac 2020-12-02 03:09:55 +00:00
fe600c2ce4 added check for the first parameter to operator new in configure.ac 2020-11-07 01:26:29 +00:00
87e3601818 removed unneeded substitution in configure.ac 2020-08-19 04:56:50 +00:00
9988b1afcd added check for the u and U prefix for string literals 2020-08-19 02:38:07 +00:00
3cceb80fa0 renamed --enable-unicode to --enable-wide-char 2020-08-16 07:20:01 +00:00
fb948bba12 added --enable-pthread-flags to configure.ac 2020-08-15 18:26:56 +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
ddcdd3904e enhanced hawk_makemapvalwithdata() to handle integers of various size
enhanced sys::stat()
2020-03-17 08:12:01 +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
824632d4cb enhanced build files for rpm packaging 2020-01-22 09:46:17 +00:00
8d23aa3ab7 changed configure.ac to accept yes:4w, yes:2w, no:4w, no:2w with enable-unicode 2020-01-09 02:58:29 +00:00
c9854dd02c fixed wrong initialization in utl-skad.c 2020-01-09 02:50:45 +00:00
19c1a9e831 fixed to set path on the sio argument in HawkStd
removed some redefinition of primitive types in Hawk
2020-01-08 03:14:41 +00:00
05c58df30f added a new directory - samples
more code in Hawk and HawkStd
2020-01-07 09:02:56 +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
01464d1fb1 better error information handling in parse.c 2020-01-03 10:22:23 +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
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
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
c23d902ad0 got mod-sys.c working partially 2019-12-20 14:55:10 +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
043a24a4ea starting hawk. goodbye to qseawk 2019-12-13 04:29:58 +00:00