This website requires JavaScript.
7fe9ea0936
added some code to implement gc
hyung-hwan
2020-03-19 17:42:01 +00:00
1285d77c1e
changed the doubly linked list to circular in idmap-imp.h started writing some code to implement gc
hyung-hwan
2020-03-18 08:30:40 +00:00
bc87c486da
optimized rbt.c and htb.c a bit
hyung-hwan
2020-03-17 15:44:00 +00:00
cd4298499f
optimized lib/run.c a bit
hyung-hwan
2020-03-17 15:30:56 +00:00
ddcdd3904e
enhanced hawk_makemapvalwithdata() to handle integers of various size enhanced sys::stat()
hyung-hwan
2020-03-17 08:12:01 +00:00
2f548f8b38
registered hawk-map.h in lib/Makefile.am
hyung-hwan
2020-03-16 09:39:43 +00:00
625cca9d1f
added sys::stat(). still incomplete
hyung-hwan
2020-03-16 08:55:29 +00:00
532de8ac48
updated documentation a bit
hyung-hwan
2020-03-16 08:28:02 +00:00
6cd9cafd33
added hawk-map.h which uses either htb or rbt depending on HAWK_MAP_IS_HTB or HAWK_MAP_IS_RBT the hawk's map value is now dependent on the above change. at compile time, you can choose HTB or RBT. fixed a bug of not resetting FNR in the standard console read handlers
hyung-hwan
2020-03-15 17:39:15 +00:00
4121ef9b3f
enhanced hawk_unescape_bcstr() to convert \uXXXX and \UXXXXXXXX to utf8 sequences
hyung-hwan
2020-03-14 06:09:59 +00:00
f2316d1d3e
hawk_unescape_bcstr()/hawk_unescape_ucstr()
hyung-hwan
2020-03-13 16:00:21 +00:00
84c0b37e94
fixed a bug in printing a tree node of the HAWK_NDE_POS type
hyung-hwan
2020-03-12 04:26:28 +00:00
db77a97119
updated README.md a bit
hyung-hwan
2020-03-11 07:46:39 +00:00
689735eed8
added @pragma multilinestr on/off
hyung-hwan
2020-03-11 07:13:02 +00:00
059ba422ce
removed some unneeded lines
hyung-hwan
2020-03-10 15:27:44 +00:00
c2162bd12b
enhanced hawk_rtx_match() to handle mbs fixed bugs in hawk_rtx_getrefval() and hawk_rtx_getrefvaltype() for HAWK_VAL_REF_POS
hyung-hwan
2020-03-10 15:17:21 +00:00
bae06804ef
added hawk_rtx_matchvalwithucs() and hawk_rtx_matchvalwithbcs() renamed hawk_rtx_matchval() to hawk_rtx_matchvalwithoocs() updated code concerning the call to hawk_rtx_setrefval()
hyung-hwan
2020-03-10 08:36:31 +00:00
260df21f85
made sub() and gsub() mbs-aware
hyung-hwan
2020-03-10 04:07:23 +00:00
09360c4abe
added a comment on the change made in the previous commit
hyung-hwan
2020-03-09 15:36:01 +00:00
75ef3a949a
changed the tre parser to treat a backslash as an escaper inside []
hyung-hwan
2020-03-09 15:29:31 +00:00
fd56a19a79
added @pragma stripstrspc on/off added a new global variable STRIPSTRSPC
hyung-hwan
2020-03-09 08:52:42 +00:00
c8e805b159
updated README.md
hyung-hwan
2020-03-09 07:10:41 +00:00
c45114458e
moved scripts to the scripts directory. added a embedding sample in c
hyung-hwan
2020-03-08 15:39:33 +00:00
4ee104e1ee
minor touch up
hyung-hwan
2020-03-08 15:09:09 +00:00
f0d588414e
added %u to printf changed %c with an empty string to '\0' in printf fixed the execution behavior of double patterned action block(e.g. /a/,/b/) fixed a bug in NF=value assignment handling fixed a bug when assigning NF with a large number than the current number of records fixed a bug in converting multidimensional array index to a string
hyung-hwan
2020-03-08 15:04:47 +00:00
4bd494d07b
added hawk_rtx_makenumormbsvalwithuchars(), hawk_rtx_makenumormbsvalwithbchars(), hawk_rtx_makenumorstrvalwithuchars(), hawk_rtx_makenumorstrvalwithbchars()
hyung-hwan
2020-03-06 07:43:53 +00:00
52dea401f8
fixed mistakes in some assertions
hyung-hwan
2020-03-05 15:22:55 +00:00
ea20bde917
updated open handling in standard console and file handlers
hyung-hwan
2020-03-05 15:11:55 +00:00
75cb22aaec
renamed hawk_setgblbyname() to hawk_setgbltostrbyname()
hyung-hwan
2020-03-05 09:04:14 +00:00
b7d29ffc86
added hawk_isvalidident() & hawk_setgblbyname(). fixed the standard console input handler to process special arguments of the var=val format
hyung-hwan
2020-03-05 06:33:58 +00:00
30887f7f2c
some simple touch-ups
hyung-hwan
2020-03-04 14:39:27 +00:00
e8e5aa7935
fixed a bug handling -v in bin/main.c
hyung-hwan
2020-03-04 13:59:03 +00:00
7980e12999
changed the unary bitwise negation operator to a single tilde which overlaps with the regex match operator
hyung-hwan
2020-03-04 09:54:38 +00:00
916da0fd59
fixed wrong error handling in bin/mani.c
hyung-hwan
2020-03-04 09:25:17 +00:00
2ce27360d5
set the initial value of FS to a single space letter
hyung-hwan
2020-03-04 06:34:23 +00:00
87656f803e
some code touch up
hyung-hwan
2020-03-03 12:00:13 +00:00
957fa97ebb
handled RC_EINTR returned by sys::waitonmux() in tcp-proxy.awk
hyung-hwan
2020-03-03 08:09:34 +00:00
015ed09c5a
added a new global variable SCRIPTNAME which intends to store the first script name loaded
hyung-hwan
2020-03-03 08:03:04 +00:00
83d47bb64a
SO_REUSEPORT fix for platforms lacking it
hyung-hwan
2020-03-02 15:52:54 +00:00
6886c5fab7
fixed a bug in sys::delfrommux() which didn't clear unread event data
hyung-hwan
2020-03-02 14:37:41 +00:00
93beb3f041
removed unstable assertions
hyung-hwan
2020-03-02 13:35:35 +00:00
aeff29f68e
enhanced scripts/tcp-proxy.awk
hyung-hwan
2020-03-02 09:41:11 +00:00
8753eae27a
Added sys::sockaddrdom()
hyung-hwan
2020-03-02 09:40:40 +00:00
48809c9e69
fixed a critical bug in handling a multi-dimensional index with delete (e.g. delete[20,"data"])
hyung-hwan
2020-03-02 07:23:34 +00:00
140c12f726
updated lib/Makefile.am
hyung-hwan
2020-02-27 07:49:04 +00:00
a35c729348
updated ax_pthread.m4 to the latest updated lib/Makeifle.am and samples/Makefile.am
hyung-hwan
2020-02-26 18:42:31 +00:00
b917920aa5
added 2 more parameters to sys::write() adding a tcp proxy script
hyung-hwan
2020-02-26 08:38:23 +00:00
c5799690b8
added @pragma striprecspc on/off
hyung-hwan
2020-02-21 07:58:24 +00:00
b72dc3aaad
removed unneeded files
hyung-hwan
2020-02-20 06:29:35 +00:00
7585c36e3e
fixed HAWK_SIZEOF_SKAD_T defintion
hyung-hwan
2020-02-16 13:43:01 +00:00
fb1084a045
implemented sys::flock() with fcntl()
hyung-hwan
2020-02-10 08:36:01 +00:00
388e576ad9
added sys::fnctl() with sys::F_SETFD, sys::F_SETFL, sys::F_GETFD, sys::F_GETFL
hyung-hwan
2020-02-09 17:05:33 +00:00
57a6217caf
added sys::setsockopt() enhanced mux handling in mod-sys.c
hyung-hwan
2020-02-09 06:15:35 +00:00
e82d8d59d4
more mux implementation in mod-sys.c
hyung-hwan
2020-02-08 18:30:03 +00:00
b0d6ba8432
sys::shutdown(), sys::accept(), sys::listen(), sys::bind()
hyung-hwan
2020-02-07 09:33:13 +00:00
e7b251aa3e
added sys::recvfrom in mod-sys.c
hyung-hwan
2020-02-06 15:33:43 +00:00
83e2a43493
added sys::sendto() in mod-sys.c
hyung-hwan
2020-02-05 15:13:29 +00:00
b109ae6fbb
sys::socket, sys::connect() in mod-sys.c
hyung-hwan
2020-02-05 06:13:51 +00:00
722edb36cd
simplified mux in mod-sys.c a bit
hyung-hwan
2020-02-04 15:37:19 +00:00
292f2cc265
some changes to mux handling in mod-sys.c
hyung-hwan
2020-02-04 09:59:08 +00:00
e2accffa0e
some mux work. yet to be finished
hyung-hwan
2020-01-28 23:32:04 +00:00
f45c45ee7e
some mux functions in the sys module
hyung-hwan
2020-01-27 17:08:07 +00:00
1b66deaca0
minor changes for old compilers
hyung-hwan
2020-01-27 09:54:20 +00:00
ef2acc19a5
shortened @pragma startup to @pragma entry adding experimental io multiplexer support to the sys module
hyung-hwan
2020-01-24 14:15:58 +00:00
c3d7da33f5
some fixes for bch mode
hyung-hwan
2020-01-24 06:54:49 +00:00
58515d6c39
modified pkgs/hawk.spec.in
hyung-hwan
2020-01-22 10:14:18 +00:00
824632d4cb
enhanced build files for rpm packaging
hyung-hwan
2020-01-22 09:46:17 +00:00
e2af46cabe
got mysql::execute() and mysql::fetch() working
hyung-hwan
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
hyung-hwan
2020-01-19 11:17:14 +00:00
8246a38f61
wrote more code for mysql::stmt_execute(). changed error handling in mod-mysql.c
hyung-hwan
2020-01-19 04:43:56 +00:00
6c3a3f3f1e
some more experimental code into mod-mysql.c for parameter binding
hyung-hwan
2020-01-18 10:43:41 +00:00
e5692a250e
some experimental into mod-mysql.c
hyung-hwan
2020-01-18 05:36:36 +00:00
851d485499
fixed Hawk and HawkStd for byte reading
hyung-hwan
2020-01-17 06:25:51 +00:00
102a773bed
made getbline implementation more sensible but still not good enough
hyung-hwan
2020-01-17 03:41:10 +00:00
0c2a13b652
removed hawk_rtx_matchrex() and redefined it as a macro
hyung-hwan
2020-01-16 15:22:18 +00:00
45f08d03d9
some code touch-up in run_print and run_printf
hyung-hwan
2020-01-16 14:53:44 +00:00
788b7a6290
some support code for getbline. yet to be completed
hyung-hwan
2020-01-16 10:43:55 +00:00
3325db83fb
removed BRS. attempting to support getbline
hyung-hwan
2020-01-16 09:22:59 +00:00
ba320fad99
fixed lib/Makefile.am
hyung-hwan
2020-01-15 06:00:52 +00:00
8e1c106fe2
added Hawk::setCmgr()
hyung-hwan
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
hyung-hwan
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
hyung-hwan
2020-01-14 14:55:34 +00:00
32344f2c0c
added Hawk::exec()
hyung-hwan
2020-01-14 09:10:47 +00:00
3e86ce4ab2
check for multiple @pragma startup directives at the top-level source
hyung-hwan
2020-01-11 16:01:52 +00:00
cf741c1525
implemented @pragma startup ...
hyung-hwan
2020-01-11 05:24:07 +00:00
d5cb858e04
added sys::symlink()
hyung-hwan
2020-01-10 15:54:23 +00:00
66a626a6e6
added sys::rmdir()
hyung-hwan
2020-01-10 15:30:57 +00:00
8f484cf79e
some code touch up in mod-sys.c
hyung-hwan
2020-01-10 08:28:52 +00:00
ca1c6cf97f
added sys::setenv(), sys::unsetenv()
hyung-hwan
2020-01-10 08:18:55 +00:00
c69a1b3f50
touched up sys::getenv()
hyung-hwan
2020-01-10 05:02:40 +00:00
d895ca93d6
enhanced error handling in fnc_unlink
hyung-hwan
2020-01-10 04:44:44 +00:00
8526c4eeac
fixed segfault in fnc_system
hyung-hwan
2020-01-10 04:33:39 +00:00
13eba6b85d
added sys::chroot()
hyung-hwan
2020-01-10 04:29:27 +00:00
44937ce12a
added sys::fchown()
hyung-hwan
2020-01-09 14:24:26 +00:00
894488dd09
some silly code changes
hyung-hwan
2020-01-09 09:28:32 +00:00
f1c5626b1b
improved Hawk::Value::setIndexedStr() functions
hyung-hwan
2020-01-09 07:24:35 +00:00
ba8cb99231
fixed build files to move c++ objects to libhawk from libhawkxx
hyung-hwan
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
hyung-hwan
2020-01-09 02:58:29 +00:00
c9854dd02c
fixed wrong initialization in utl-skad.c
hyung-hwan
2020-01-09 02:50:45 +00:00
0c65ae7eec
added Hawk::getErrorMessageU(), Hawk::getErrorMessageB(), Hawk::getErrorLocationFileU(), Hawk::getErrorLocationFileB()
hyung-hwan
2020-01-08 15:37:42 +00:00