This website requires JavaScript.
e82d8d59d4
more mux implementation in mod-sys.c
hyung-hwan
2020-02-08 18:30:03 +0000
b0d6ba8432
sys::shutdown(), sys::accept(), sys::listen(), sys::bind()
hyung-hwan
2020-02-07 09:33:13 +0000
e7b251aa3e
added sys::recvfrom in mod-sys.c
hyung-hwan
2020-02-06 15:33:43 +0000
83e2a43493
added sys::sendto() in mod-sys.c
hyung-hwan
2020-02-05 15:13:29 +0000
b109ae6fbb
sys::socket, sys::connect() in mod-sys.c
hyung-hwan
2020-02-05 06:13:51 +0000
722edb36cd
simplified mux in mod-sys.c a bit
hyung-hwan
2020-02-04 15:37:19 +0000
292f2cc265
some changes to mux handling in mod-sys.c
hyung-hwan
2020-02-04 09:59:08 +0000
e2accffa0e
some mux work. yet to be finished
hyung-hwan
2020-01-28 23:32:04 +0000
f45c45ee7e
some mux functions in the sys module
hyung-hwan
2020-01-27 17:08:07 +0000
1b66deaca0
minor changes for old compilers
hyung-hwan
2020-01-27 09:54:20 +0000
ef2acc19a5
shortened @pragma startup to @pragma entry adding experimental io multiplexer support to the sys module
hyung-hwan
2020-01-24 14:15:58 +0000
c3d7da33f5
some fixes for bch mode
hyung-hwan
2020-01-24 06:54:49 +0000
58515d6c39
modified pkgs/hawk.spec.in
hyung-hwan
2020-01-22 10:14:18 +0000
824632d4cb
enhanced build files for rpm packaging
hyung-hwan
2020-01-22 09:46:17 +0000
e2af46cabe
got mysql::execute() and mysql::fetch() working
hyung-hwan
2020-01-19 14:31:27 +0000
49b7896ba0
added mysql::insert_id(), mysql::stmt_insert_id(), mysql::stmt_fetch(). mysql::stmt_fetch() yet to be finished
hyung-hwan
2020-01-19 11:17:14 +0000
8246a38f61
wrote more code for mysql::stmt_execute(). changed error handling in mod-mysql.c
hyung-hwan
2020-01-19 04:43:56 +0000
6c3a3f3f1e
some more experimental code into mod-mysql.c for parameter binding
hyung-hwan
2020-01-18 10:43:41 +0000
e5692a250e
some experimental into mod-mysql.c
hyung-hwan
2020-01-18 05:36:36 +0000
851d485499
fixed Hawk and HawkStd for byte reading
hyung-hwan
2020-01-17 06:25:51 +0000
102a773bed
made getbline implementation more sensible but still not good enough
hyung-hwan
2020-01-17 03:41:10 +0000
0c2a13b652
removed hawk_rtx_matchrex() and redefined it as a macro
hyung-hwan
2020-01-16 15:22:18 +0000
45f08d03d9
some code touch-up in run_print and run_printf
hyung-hwan
2020-01-16 14:53:44 +0000
788b7a6290
some support code for getbline. yet to be completed
hyung-hwan
2020-01-16 10:43:55 +0000
3325db83fb
removed BRS. attempting to support getbline
hyung-hwan
2020-01-16 09:22:59 +0000
ba320fad99
fixed lib/Makefile.am
hyung-hwan
2020-01-15 06:00:52 +0000
8e1c106fe2
added Hawk::setCmgr()
hyung-hwan
2020-01-15 05:25:43 +0000
27e0b5f4f7
renamed hawk_dflerrstr() to hawk_dfl_errstr(). removed the hawk_t* argument from hawk_dfl_errstr(). added the _cmd field to Hawk
hyung-hwan
2020-01-15 04:59:36 +0000
b7fecc3172
added a new global variable BRS for byte reading. wrote some more functions to support byte reading
hyung-hwan
2020-01-14 14:55:34 +0000
32344f2c0c
added Hawk::exec()
hyung-hwan
2020-01-14 09:10:47 +0000
3e86ce4ab2
check for multiple @pragma startup directives at the top-level source
hyung-hwan
2020-01-11 16:01:52 +0000
cf741c1525
implemented @pragma startup ...
hyung-hwan
2020-01-11 05:24:07 +0000
d5cb858e04
added sys::symlink()
hyung-hwan
2020-01-10 15:54:23 +0000
66a626a6e6
added sys::rmdir()
hyung-hwan
2020-01-10 15:30:57 +0000
8f484cf79e
some code touch up in mod-sys.c
hyung-hwan
2020-01-10 08:28:52 +0000
ca1c6cf97f
added sys::setenv(), sys::unsetenv()
hyung-hwan
2020-01-10 08:18:55 +0000
c69a1b3f50
touched up sys::getenv()
hyung-hwan
2020-01-10 05:02:40 +0000
d895ca93d6
enhanced error handling in fnc_unlink
hyung-hwan
2020-01-10 04:44:44 +0000
8526c4eeac
fixed segfault in fnc_system
hyung-hwan
2020-01-10 04:33:39 +0000
13eba6b85d
added sys::chroot()
hyung-hwan
2020-01-10 04:29:27 +0000
44937ce12a
added sys::fchown()
hyung-hwan
2020-01-09 14:24:26 +0000
894488dd09
some silly code changes
hyung-hwan
2020-01-09 09:28:32 +0000
f1c5626b1b
improved Hawk::Value::setIndexedStr() functions
hyung-hwan
2020-01-09 07:24:35 +0000
ba8cb99231
fixed build files to move c++ objects to libhawk from libhawkxx
hyung-hwan
2020-01-09 04:34:21 +0000
8d23aa3ab7
changed configure.ac to accept yes:4w, yes:2w, no:4w, no:2w with enable-unicode
hyung-hwan
2020-01-09 02:58:29 +0000
c9854dd02c
fixed wrong initialization in utl-skad.c
hyung-hwan
2020-01-09 02:50:45 +0000
0c65ae7eec
added Hawk::getErrorMessageU(), Hawk::getErrorMessageB(), Hawk::getErrorLocationFileU(), Hawk::getErrorLocationFileB()
hyung-hwan
2020-01-08 15:37:42 +0000
8740a081f7
redefined hawk_uch_t
hyung-hwan
2020-01-08 07:23:03 +0000
c22d3369c9
removed more redefinitions of primitive types in Hawk and HawkStd
hyung-hwan
2020-01-08 03:21:49 +0000
19c1a9e831
fixed to set path on the sio argument in HawkStd removed some redefinition of primitive types in Hawk
hyung-hwan
2020-01-08 03:14:41 +0000
4af782af80
fixed Hawk & HawkStd more
hyung-hwan
2020-01-07 16:34:26 +0000
05c58df30f
added a new directory - samples more code in Hawk and HawkStd
hyung-hwan
2020-01-07 09:02:56 +0000
053dec0f99
added some c++ code
hyung-hwan
2020-01-06 16:18:33 +0000
b62142dea7
fixed the bug of having omitted setting an error message when given wrong handle. more fixes in HawkStd
hyung-hwan
2020-01-06 08:53:31 +0000
8a990821a5
working on Hawk and HawkStd
hyung-hwan
2020-01-05 15:12:24 +0000
6f6b860971
renamed StdHawk to HawkStd. added quite some c++ code to get Hawk free of compilation errors
hyung-hwan
2020-01-05 04:32:14 +0000
0e4cdc0f04
updating Hawk and StdHawk classes for hawk
hyung-hwan
2020-01-04 16:19:38 +0000
b610816366
implementing prepared statement support in mod-mysql.c
hyung-hwan
2020-01-04 15:55:18 +0000
235500ee8e
fixing mod-mysql.c for hawk
hyung-hwan
2020-01-04 05:21:00 +0000
f3f4ee4ebe
have refactored error information handling in error.c. removed hawk_seterror() and hawk_seterrstr()
hyung-hwan
2020-01-04 04:47:41 +0000
9cae5a6130
removed hawk_rtx_seterror()
hyung-hwan
2020-01-03 14:22:20 +0000
dae8b5428d
more error information handling touch-up in parse.c
hyung-hwan
2020-01-03 14:16:24 +0000
ec5e61278c
corrected the random max value. some more error information handling improvement in parse.c
hyung-hwan
2020-01-03 10:35:45 +0000
01464d1fb1
better error information handling in parse.c
hyung-hwan
2020-01-03 10:22:23 +0000
c64364ecb1
updated parse.c with new way to setting error information partially
hyung-hwan
2020-01-03 07:35:59 +0000
f4650746bb
changed the way to set error information in run.c
hyung-hwan
2020-01-03 07:11:32 +0000
0fa5af5614
added -t to bin/main.c to accept console output files
hyung-hwan
2020-01-03 03:37:36 +0000
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
hyung-hwan
2020-01-03 03:02:26 +0000
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
hyung-hwan
2020-01-02 15:10:04 +0000
912c2787ad
fixed bugs in query_module() deleted unused files. added sys::resetdir().
hyung-hwan
2020-01-02 08:33:24 +0000
65552ff85e
minor code fix
hyung-hwan
2020-01-01 14:16:01 +0000
9a24d57b8f
added hawk_rtx_buildrex() and hawk_rtx_freertx()
hyung-hwan
2020-01-01 14:02:27 +0000
49e3eec642
consolidated syserr_to_errnum macros to a single hawk_syserr_to_errnum() function
hyung-hwan
2020-01-01 05:20:28 +0000
05cb4dc080
changed hawk_seterrnum() to be consistent with hawk_gem_seterrnum()
hyung-hwan
2020-01-01 04:46:49 +0000
988dc83bf4
changed hawk_rtx_seterrnum() to be consistent with hawk_gem_seterrnum()
hyung-hwan
2019-12-31 15:52:28 +0000
fffc474b9c
some fix for netbsd
hyung-hwan
2019-12-31 07:15:38 +0000
bd61380fa0
added hawk_gem_skadtoucstr() and hawk_gem_skadtobcstr()
hyung-hwan
2019-12-31 06:46:33 +0000
4ccf7d99a5
added hawk_uchars_to_bin() and bchars_to_bin()
hyung-hwan
2019-12-30 15:53:35 +0000
33f0f6b245
added hawk_tokenize_bchars() and hawk_tokenize_uchars(). trying to get functions right in gem-nwif2.c
hyung-hwan
2019-12-29 16:54:12 +0000
757b7e6c63
adding some network interface functions
hyung-hwan
2019-12-27 08:21:27 +0000
b7c7231c1b
added lib/gem-nwif.c
hyung-hwan
2019-12-26 15:00:02 +0000
4db2d0fc41
fixed wrong defintion of HAWK_UCH_PROP_ALNUM and HAWK_BCH_PROP_ALNUM
hyung-hwan
2019-12-26 05:57:57 +0000
d2ed09fe4d
revived syslog functions in the sys module. fixed script and stream file name handling issues. added the path field to the hawk_sio_arg_t structure. the field should be set by the I/O handler if the name field is not HAWK_NULL.
hyung-hwan
2019-12-25 16:01:43 +0000
40bf6910e5
some work for socket address conversion
hyung-hwan
2019-12-24 16:26:18 +0000
3ff8866dec
experimental socket address conversion function
hyung-hwan
2019-12-24 16:13:19 +0000
476a800572
simplified assertion
hyung-hwan
2019-12-21 16:59:00 +0000
c23d902ad0
got mod-sys.c working partially
hyung-hwan
2019-12-20 14:55:10 +0000
baae1c4bf6
replaced hawk_pma_t by hawk_tre_mem_t
hyung-hwan
2019-12-20 03:15:03 +0000
c9e0adfde0
cleaned up regular expression functions in misc.c
hyung-hwan
2019-12-19 09:11:40 +0000
9387994622
removed unneeded code from tre
hyung-hwan
2019-12-18 15:28:31 +0000
62664a4e58
deleted unneeded code
hyung-hwan
2019-12-18 08:59:27 +0000
c25b251efc
gem intead of hawk in tre
hyung-hwan
2019-12-18 08:34:44 +0000
40d8800dab
refactoring
hyung-hwan
2019-12-18 08:16:34 +0000
446925bcbf
more fixes to use gem
hyung-hwan
2019-12-18 05:15:03 +0000
4ee4e3fe60
refactored fio
hyung-hwan
2019-12-17 08:53:33 +0000
e21d307a8c
changed arr to use gem instead of hawk
hyung-hwan
2019-12-16 15:09:58 +0000
58d06e55b3
some code refactoring
hyung-hwan
2019-12-16 08:57:43 +0000
73e059d458
removed typecasgint to int for length to %.*js
hyung-hwan
2019-12-14 16:25:11 +0000
cf2f249ba9
removed typecasgint to int for length to %.*js
hyung-hwan
2019-12-14 16:20:46 +0000
5923c452f8
logging functions as error printer
hyung-hwan
2019-12-14 16:18:35 +0000