Commit Graph

462 Commits

Author SHA1 Message Date
676496325e added the Sed class and SedStd classes 2022-06-09 05:33:46 +00:00
3930bfc8f8 added the Sed and SedStd classes 2022-06-04 15:00:13 +00:00
4eca91258c changed the implemation of the previous commit 2022-06-03 06:01:52 +00:00
13f314fba3 fixed a null-termination issue in hawk_querymodulewithname() 2022-06-03 05:20:32 +00:00
23bd2fdd31 removing .travis.yml 2022-06-03 04:22:16 +00:00
ea33f599fc touched up t/h-003.hawk 2022-04-09 06:10:39 +00:00
4079fb4047 extended t/bibtex-to-html.hawk to work on plaforms without /dev/stdXXX 2022-04-09 02:44:36 +00:00
0ccb633682 fixed t/h-003.hawk 2022-04-09 00:14:30 +00:00
1636a84baa fixed a bug in hawk::function_exists() 2022-04-08 23:57:23 +00:00
f33862b3d1 removed a duplication definition of hawk_errstr_t 2022-04-08 15:23:27 +00:00
36b8fca233 added ac/tap-driver.sh 2022-04-08 11:05:19 +00:00
f4354fffa0 changed hawk_rtx_valtomodfnc() to hawk_rtx_valtofnc() 2022-04-08 10:52:15 +00:00
324274bc16 fixed some type mismatch warnings 2022-04-08 07:19:48 +00:00
b3e282e0d4 updated .travis.yml 2022-04-08 07:19:11 +00:00
7b93fe61ed enhanced more hawk script test cases with the tap protocol 2022-04-08 03:42:20 +00:00
df9106337c enhancing hawk::call() to support module functions 2022-04-06 15:49:23 +00:00
3361135e97 changed some test cases to use the TAP protocol 2022-04-06 02:21:46 +00:00
3add2cc2d2 added the sed module to hawk.
raised the version to 0.9.6
2022-04-05 14:26:21 +00:00
42129f7d77 adding bin/main-hsed.c 2022-04-05 10:46:26 +00:00
55a024bff2 fixed a bug in hawk_rtx_makembsvalwithbchars2() and hawk_rtx_makembsvalwithuchars2()
fixing sed code being imported
2022-04-05 10:46:00 +00:00
a604d40e6e importing sed code 2022-03-31 17:14:52 +00:00
7922df9b57 added more string copy functions 2022-03-28 11:32:12 +00:00
36394eaef8 interim update while reorganizing error handling code 2022-03-26 16:51:48 +00:00
515b27332f importing sed files 2022-03-24 16:43:05 +00:00
eecbdb3faa upated BuildRequires in hawk.spec.in 2022-03-23 17:11:02 +00:00
9cfc13ad6c made mod-ffi build optional in the rpm spec file 2022-03-23 15:15:41 +00:00
1dffea2605 raised the version to 0.9.5 2022-03-23 14:44:29 +00:00
3c775e752b fixed %js handling in the formatting funtion 2022-01-24 07:40:31 +00:00
886b67e602 limited the utf8 ranges 2022-01-07 02:04:20 +00:00
3b51b1290e added a new @pragma numstrdetect on/off
added HAWK_NUMSTRDETECT
2021-10-14 05:00:55 +00:00
2e3f1a5463 augmented an error message with a function name in lib/run.c 2021-10-14 01:20:53 +00:00
432094dd5f commented out --no-undefined from some Makefile.am files 2021-08-28 13:42:24 +00:00
2fe7542657 some comments in lib/mod-sys.c for pack and unpack 2021-08-20 04:19:06 +00:00
05f8ef7100 added the dl field in the hawk_skad_alt_t union 2021-08-19 23:38:39 +00:00
ccd2ce2297 added a comment to HawkStd::SourceString::close() 2021-08-19 20:17:17 +00:00
c99610cecc updated pkgs/hawk.spec.in to include the .la files 2021-08-19 20:10:05 +00:00
cad8769dc0 updated sample code 2021-08-19 20:03:42 +00:00
c870c6be18 enabled mysql and ffi in pkgs/hawk.spec.in 2021-08-19 19:45:48 +00:00
ebdb8cecce added two more variants of Hawk::Run::setGlobal() 2021-08-19 18:42:12 +00:00
98e594190d defined hawk_ipad_bytes_to_oocstr/hawk_oochars_to_ipad_bytes/hawk_oocstr_to_ipad_bytes 2021-08-18 09:23:53 +00:00
0243f0d803 updated lib/Makefile.am 2021-08-18 06:40:08 +00:00
3e8cec7174 regenerated build files 2021-08-18 06:37:53 +00:00
85bab1a11b added various skad/ipad functions 2021-08-18 06:35:48 +00:00
897e867819 added hawk_get_val_type() 2021-08-18 05:11:04 +00:00
ccc32d8118 simplified HawkStd::SourceFile functions 2021-08-17 19:26:41 +00:00
460f3b218c enhanced HawkStd::SourceFile()/HawkStd::SourceString() to detach early from hawk when open() fails 2021-08-17 17:38:16 +00:00
05f99d1304 enhanced more string comparison functions with case-insensitive operation 2021-07-19 19:54:01 +00:00
7d8f32c3cb fixed the const issue in hawk_trim_uchars() and hawk_trim_bchars() 2021-07-19 19:37:43 +00:00
02aa80e9c2 set const on the first parameter to hawk_trim_uchars() and hawk_trim_bchars() 2021-07-16 08:16:43 +00:00
23715c35ef fixed a flaw in HAWK_OOCHARS_TO_INT_MAKE_OPTION() 2021-07-12 14:07:57 +00:00