Commit Graph

463 Commits

Author SHA1 Message Date
0603e3b1ba put back the hawk_rtx_call and hawk_rtx_exec macros 2023-07-07 08:09:40 +09:00
58f645f96f fixed formatting in README.md 2023-07-04 13:00:01 +09:00
649f728aa6 fixed some anchors in README.md 2023-07-04 12:54:50 +09:00
71cc46292c updated the ffi section in README.md 2023-07-04 12:49:47 +09:00
9fac7cfc98 updated README.md 2023-07-04 12:43:06 +09:00
3f01a77f1e added hawk::hash() 2023-07-03 01:42:14 +09:00
9fb716d5a3 fixed null check bugs in hawk_gem_geterrbinf() and hawk_getm_geterruinf() 2023-07-03 00:39:31 +09:00
6047a2d858 added hawk_bloc_t and hawk_uloc_t.
fixed bugs in hawk_geterrbinf() and hawk-geterruinf()
2023-07-03 00:34:12 +09:00
b6e6e96578 added HAWK_SKAD_TO_OOCSTR_UNIXAT. this changes the behaivor of skad to string conversion.
updated string to skad converter to handle a unix socket starting with a slash
2023-06-29 17:51:14 +09:00
05509d8e96 enhanced sys::openlog() to accept sock:// 2023-06-29 16:39:25 +09:00
b6aed953c1 removed SYSLOG_DEVLOG 2023-06-29 16:33:53 +09:00
139808dda7 added const in hawk_rtx_isnilval() 2023-06-29 00:01:54 +09:00
2b702825ef changed hawk_val_t* to const hawk_val_t* in hawk_rtx_isstaticval(), hawk_rtx_getvaltype(), hawk_rtx_getvaltypename(), hawk_rtx_getintfromval() 2023-06-27 13:18:09 +09:00
0380496460 separated errinf to errbinf and erruinf 2023-06-27 12:19:43 +09:00
0efc4f8344 fixed the case of some header files not installed 2023-01-13 00:48:18 +09:00
a86a79b490 corrected the project link in configure.ac 2022-09-26 20:11:18 +09:00
d8aca13fdb fixed the wrong indentation level of the gitea-realese trigger condition 2022-09-26 19:34:17 +09:00
c4bb8c010a added a rpm release step in .drone.yml 2022-09-26 19:27:08 +09:00
03360b82e5 added tap.inc in the t/Makefile.am 2022-09-26 18:59:21 +09:00
f5a75bb57f changed my_bool to int 2022-09-26 16:26:16 +09:00
d7d79f8d4f added hawk-str.h in the source list 2022-09-26 16:19:42 +09:00
4f5df75a5c removed enc.inc from Makefile.am 2022-09-25 02:19:43 +09:00
1724eb7202 adding .drone.yml 2022-09-25 02:11:36 +09:00
9efdf82b16 fixed some build file flaws 2022-09-25 02:08:01 +09:00
a828f82670 changed AC_CONFIG_HEADER to AC_CONFIG_HEADERS in configure.ac 2022-08-17 13:40:59 +00:00
e76fd8a882 fixed indentation in hawk-prv.h 2022-07-19 02:51:57 +00:00
79d5bbca5d added hawk-glob.h 2022-07-16 15:57:44 +00:00
9eb44202dc enhanced error message production in std.c 2022-07-16 15:52:02 +00:00
5ea8ebc12a restored the -w option to work 2022-07-16 08:08:05 +00:00
d86fff04f5 code tweaks for legacy systems 2022-06-16 13:31:34 +00:00
e276de96d7 some tweaks to mtx implementation to make it compilable on unsupported systems 2022-06-16 11:36:00 +00:00
7f870dbcd3 fixed minor code glitches for some legacy compilers 2022-06-16 05:38:43 +00:00
d57444cb31 added hawk-str.h 2022-06-16 05:35:00 +00:00
353b9ac4f7 reverted the HAWK_UQ_I definition 2022-06-16 03:36:13 +00:00
69c7c77a6d redefined HAWK_UQ_I() using HAWK_BQ_I() 2022-06-16 03:30:18 +00:00
d404e21138 added the prototype of hawk_tokenize_uchars and hawk_tokenize_bchars 2022-06-13 14:39:23 +00:00
46d84e7922 reorganized some string functions 2022-06-13 14:32:41 +00:00
34d52e208b reorganizing some string functions 2022-06-13 13:55:22 +00:00
d2564be683 migrated cmgr functions from utl-str.c to utl-cmgr.c 2022-06-13 10:29:55 +00:00
3245885936 reorganzing some string functions 2022-06-12 14:50:27 +00:00
99899ab737 removed the old cvs $ from the license text 2022-06-11 05:52:25 +00:00
e62b924032 removed std-prv.h 2022-06-11 01:26:08 +00:00
ebcb1dc416 updated hawk-skad.h with new include files 2022-06-10 15:31:51 +00:00
654746463e coded the includedirs support in the HawkStd class 2022-06-10 15:23:30 +00:00
e1c482a632 upated the standard source script handler to honor the INCLUDEDIRS option 2022-06-10 08:53:42 +00:00
4de6b5dc52 updated structure packing pragmas 2022-06-10 02:31:20 +00:00
771657468c fixed a wrong field name 2022-06-10 01:42:53 +00:00
078b57589e renamed bin/hawk-sed.c to bin/sed.c 2022-06-09 14:00:23 +00:00
ca47a8ec82 improved sed error handling 2022-06-09 13:53:01 +00:00
01e7ed8af9 renamed hsed to to hawk-sed in the bin directory 2022-06-09 08:39:06 +00:00