Commit Graph

305 Commits

Author SHA1 Message Date
e7b251aa3e added sys::recvfrom in mod-sys.c 2020-02-06 15:33:43 +00:00
83e2a43493 added sys::sendto() in mod-sys.c 2020-02-05 15:13:29 +00:00
b109ae6fbb sys::socket, sys::connect() in mod-sys.c 2020-02-05 06:13:51 +00:00
722edb36cd simplified mux in mod-sys.c a bit 2020-02-04 15:37:19 +00:00
292f2cc265 some changes to mux handling in mod-sys.c 2020-02-04 09:59:08 +00:00
e2accffa0e some mux work. yet to be finished 2020-01-28 23:32:04 +00:00
f45c45ee7e some mux functions in the sys module 2020-01-27 17:08:07 +00:00
1b66deaca0 minor changes for old compilers 2020-01-27 09:54:20 +00:00
ef2acc19a5 shortened @pragma startup to @pragma entry
adding experimental io multiplexer support to the sys module
2020-01-24 14:15:58 +00:00
c3d7da33f5 some fixes for bch mode 2020-01-24 06:54:49 +00:00
58515d6c39 modified pkgs/hawk.spec.in 2020-01-22 10:14:18 +00:00
824632d4cb enhanced build files for rpm packaging 2020-01-22 09:46:17 +00:00
e2af46cabe got mysql::execute() and mysql::fetch() working 2020-01-19 14:31:27 +00:00
49b7896ba0 added mysql::insert_id(), mysql::stmt_insert_id(), mysql::stmt_fetch().
mysql::stmt_fetch() yet to be finished
2020-01-19 11:17:14 +00:00
8246a38f61 wrote more code for mysql::stmt_execute().
changed error handling in mod-mysql.c
2020-01-19 04:43:56 +00:00
6c3a3f3f1e some more experimental code into mod-mysql.c for parameter binding 2020-01-18 10:43:41 +00:00
e5692a250e some experimental into mod-mysql.c 2020-01-18 05:36:36 +00:00
851d485499 fixed Hawk and HawkStd for byte reading 2020-01-17 06:25:51 +00:00
102a773bed made getbline implementation more sensible but still not good enough 2020-01-17 03:41:10 +00:00
0c2a13b652 removed hawk_rtx_matchrex() and redefined it as a macro 2020-01-16 15:22:18 +00:00
45f08d03d9 some code touch-up in run_print and run_printf 2020-01-16 14:53:44 +00:00
788b7a6290 some support code for getbline. yet to be completed 2020-01-16 10:43:55 +00:00
3325db83fb removed BRS.
attempting to support getbline
2020-01-16 09:22:59 +00:00
ba320fad99 fixed lib/Makefile.am 2020-01-15 06:00:52 +00:00
8e1c106fe2 added Hawk::setCmgr() 2020-01-15 05:25:43 +00:00
27e0b5f4f7 renamed hawk_dflerrstr() to hawk_dfl_errstr().
removed the hawk_t* argument from hawk_dfl_errstr().
added the _cmd field to Hawk
2020-01-15 04:59:36 +00:00
b7fecc3172 added a new global variable BRS for byte reading.
wrote some more functions to support byte reading
2020-01-14 14:55:34 +00:00
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