Commit Graph

378 Commits

Author SHA1 Message Date
32344f2c0c added Hawk::exec() 2020-01-14 09:10:47 +00:00
3e86ce4ab2 check for multiple @pragma startup directives at the top-level source 2020-01-11 16:01:52 +00:00
cf741c1525 implemented @pragma startup ... 2020-01-11 05:24:07 +00:00
d5cb858e04 added sys::symlink() 2020-01-10 15:54:23 +00:00
66a626a6e6 added sys::rmdir() 2020-01-10 15:30:57 +00:00
8f484cf79e some code touch up in mod-sys.c 2020-01-10 08:28:52 +00:00
ca1c6cf97f added sys::setenv(), sys::unsetenv() 2020-01-10 08:18:55 +00:00
c69a1b3f50 touched up sys::getenv() 2020-01-10 05:02:40 +00:00
d895ca93d6 enhanced error handling in fnc_unlink 2020-01-10 04:44:44 +00:00
8526c4eeac fixed segfault in fnc_system 2020-01-10 04:33:39 +00:00
13eba6b85d added sys::chroot() 2020-01-10 04:29:27 +00:00
44937ce12a added sys::fchown() 2020-01-09 14:24:26 +00:00
894488dd09 some silly code changes 2020-01-09 09:28:32 +00:00
f1c5626b1b improved Hawk::Value::setIndexedStr() functions 2020-01-09 07:24:35 +00:00
ba8cb99231 fixed build files to move c++ objects to libhawk from libhawkxx 2020-01-09 04:34:21 +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
0c65ae7eec added Hawk::getErrorMessageU(), Hawk::getErrorMessageB(), Hawk::getErrorLocationFileU(), Hawk::getErrorLocationFileB() 2020-01-08 15:37:42 +00:00
8740a081f7 redefined hawk_uch_t 2020-01-08 07:23:03 +00:00
c22d3369c9 removed more redefinitions of primitive types in Hawk and HawkStd 2020-01-08 03:21:49 +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
4af782af80 fixed Hawk & HawkStd more 2020-01-07 16:34:26 +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
8a990821a5 working on Hawk and HawkStd 2020-01-05 15:12:24 +00:00
6f6b860971 renamed StdHawk to HawkStd.
added quite some c++ code to get Hawk free of compilation errors
2020-01-05 04:32:14 +00:00
0e4cdc0f04 updating Hawk and StdHawk classes for hawk 2020-01-04 16:19:38 +00:00
b610816366 implementing prepared statement support in mod-mysql.c 2020-01-04 15:55:18 +00:00
235500ee8e fixing mod-mysql.c for hawk 2020-01-04 05:21:00 +00:00
f3f4ee4ebe have refactored error information handling in error.c.
removed hawk_seterror() and hawk_seterrstr()
2020-01-04 04:47:41 +00:00
9cae5a6130 removed hawk_rtx_seterror() 2020-01-03 14:22:20 +00:00
dae8b5428d more error information handling touch-up in parse.c 2020-01-03 14:16:24 +00:00
ec5e61278c corrected the random max value.
some more error information handling improvement in parse.c
2020-01-03 10:35:45 +00:00
01464d1fb1 better error information handling in parse.c 2020-01-03 10:22:23 +00:00
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