Commit Graph

  • 756a8454b2 removed the enforced -std=c++11 from CXXFLAGS in the rpm spec file hyung-hwan 2020-04-16 06:17:12 +0000
  • 0c6b7a6ac8 adopted AX_CXX_COMPILE_STDCXX() for auto-detection of a c++11 capable compiler hyung-hwan 2020-04-16 06:11:07 +0000
  • c567b511f8 fixed a wrong test macro in t/t.h hyung-hwan 2020-04-16 03:52:35 +0000
  • c3d137a5c2 added %check to the rpm spec file. renamed awk to hawk updated copyright years hyung-hwan 2020-04-16 03:42:30 +0000
  • 5f4635d455 added HAWK_OPT_MODLIBDIRS to specify search path for module files hyung-hwan 2020-04-15 15:12:28 +0000
  • a36dbd9c2f renamed enumerators of hawk_opt_t hyung-hwan 2020-04-15 08:38:41 +0000
  • fd94b20974 adding HAWK_MODLIBDIR hyung-hwan 2020-04-15 08:35:07 +0000
  • b72110af74 integrated some test files to automake hyung-hwan 2020-04-14 14:02:04 +0000
  • ef9db73f19 fixed a bug in handling a reference value in hawk::call() hyung-hwan 2020-04-14 11:45:52 +0000
  • c7961f84d2 some sample code to mod-mysql.c added a test script file t/h-001.hawk. there is still a reference handling bug regarding hawk::call() hyung-hwan 2020-04-14 07:40:30 +0000
  • 11fe4e17ad fixed a bug where a reference value was passed to a user-defined function. a reference value should have been evaluated to a non-reference value before given to a user-defined function. it's a new bug introduced over a few previous commits done to support hawk::call() hyung-hwan 2020-04-14 06:47:46 +0000
  • f827a94d64 work in progress - debugging reference evaluation issues hyung-hwan 2020-04-14 06:02:55 +0000
  • 178c83724b added hawk::function_exists() hyung-hwan 2020-04-13 13:56:09 +0000
  • a8afcca04e simplified hawk::call(). fixed a bug in copying a value for a reference upon returning from a function in hawk_rtx_evalcall(). it was unable to handle the case where a reference variable is not updated in the called function hyung-hwan 2020-04-13 08:41:16 +0000
  • f5da432bb4 fixed wrong macros - hawk_tio_getxtn(), hawk_pio_getxtn(), hawk_sio_getxtn(), etc hyung-hwan 2020-04-13 06:15:03 +0000
  • 6664621a45 fixed an initialization bug in mod-math.c hyung-hwan 2020-04-12 19:05:15 +0000
  • e4de922f7d touched up stack management code added hawk::call() hyung-hwan 2020-04-12 18:23:44 +0000
  • 9eb3c4fc42 enhanced a function caller to take a string and find a function to execute it hyung-hwan 2020-04-09 12:56:47 +0000
  • 9328a49cb1 added hawk_rtx_valtofun() and changed the asort implementation to use it hyung-hwan 2020-04-08 17:07:19 +0000
  • d9ffad1227 renamed hawk_rtx_cleario() to hawk_rtx_clearallios(). added hawk_rtx_flushallios(). revised hawk_rtx_loop() and hawk_rtx_callfun() to call hawk_rtx_flushallios() instead of hawk_rtx_clearallios(). changed the io handler to discard unflushed data if flushing fails in std.c hyung-hwan 2020-04-08 10:23:31 +0000
  • a23eeee168 added true multidimensional map support for the for-in statement and the binary in operator hyung-hwan 2020-04-07 16:16:48 +0000
  • ca1877d412 call-by-reference handling with a true multidimensional map hyung-hwan 2020-04-04 17:40:56 +0000
  • 82eac76de4 more true multidimensional map work hyung-hwan 2020-04-03 17:56:04 +0000
  • 9d40f45092 implementing deletion on true multi-dimensional map hyung-hwan 2020-04-03 09:29:37 +0000
  • 164d91661b implementing assignment with true multi-dimensional map hyung-hwan 2020-04-03 02:05:12 +0000
  • 76d295365a writing code for supporting true multi-dimensional indices in map hyung-hwan 2020-03-30 08:54:37 +0000
  • abcc217dd0 changed the point where hawk_rtx_cleario() is called for cleanup hyung-hwan 2020-03-29 08:05:36 +0000
  • cd7873e19a changed code to prevent buffered output from span across the end of hawk_rtx_execXXX() hyung-hwan 2020-03-29 06:29:05 +0000
  • e54537886c changed to call hawk_rtx_cleario() before restoring SIGPIPE handler in bin/main.c hyung-hwan 2020-03-28 08:28:09 +0000
  • a93beaaf55 added hawk::gc(), hawk::gc_set_threshold(), hawk::gc_get_threshold() hyung-hwan 2020-03-28 08:04:37 +0000
  • 7d70005984 implemented automatic generational processing based on threshold in garbage collection hyung-hwan 2020-03-28 06:45:36 +0000
  • 752b1332c9 touched up gc code hyung-hwan 2020-03-25 17:05:48 +0000
  • d448f8d8bc gc enhancement for supporting generational processing hyung-hwan 2020-03-25 08:40:41 +0000
  • c1ffc899fe some more code cleanup hyung-hwan 2020-03-25 06:22:25 +0000
  • 74180e1d8a some cosmetic source code changes hyung-hwan 2020-03-25 05:56:11 +0000
  • 404c382e33 fixed a gc flaw upon rtx disposal hyung-hwan 2020-03-24 15:26:00 +0000
  • 962b1d47dd fixed a bug in run_forin() in run.c hyung-hwan 2020-03-24 07:14:12 +0000
  • 77640ef73c renamed the suffix of some scripts to .hawk fixed mod-sys.c a bit hyung-hwan 2020-03-24 07:08:21 +0000
  • 565e51091b fixed outstanding bugs in gc implementation. pending more improvements hyung-hwan 2020-03-24 06:49:25 +0000
  • 9dc3d5418a made some conditional changes to mod-sys.c hyung-hwan 2020-03-23 16:33:32 +0000
  • 8f6176f451 trying to fix bugs in gc implementation hyung-hwan 2020-03-23 16:14:38 +0000
  • 8c01bef2fb some interim code for gc implementation hyung-hwan 2020-03-23 09:24:22 +0000
  • 53a3cdfd23 removed a redundant semicolon after #endif in mod-sys.c hyung-hwan 2020-03-22 18:04:38 +0000
  • 6502a2e388 changed the behavior of for(x in y) loop - it now takes a snapshot of keys before running body hyung-hwan 2020-03-22 18:01:05 +0000
  • 66d461e664 fixed a fault in hawk-rbt.h hyung-hwan 2020-03-21 11:38:27 +0000
  • f0c1a26ccc some gc works hyung-hwan 2020-03-20 09:50:32 +0000
  • adcbf748a2 fixed a bug in string cache managment. added mbs cache management hyung-hwan 2020-03-20 06:05:28 +0000
  • 7fe9ea0936 added some code to implement gc hyung-hwan 2020-03-19 17:42:01 +0000
  • 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 +0000
  • bc87c486da optimized rbt.c and htb.c a bit hyung-hwan 2020-03-17 15:44:00 +0000
  • cd4298499f optimized lib/run.c a bit hyung-hwan 2020-03-17 15:30:56 +0000
  • ddcdd3904e enhanced hawk_makemapvalwithdata() to handle integers of various size enhanced sys::stat() hyung-hwan 2020-03-17 08:12:01 +0000
  • 2f548f8b38 registered hawk-map.h in lib/Makefile.am hyung-hwan 2020-03-16 09:39:43 +0000
  • 625cca9d1f added sys::stat(). still incomplete hyung-hwan 2020-03-16 08:55:29 +0000
  • 532de8ac48 updated documentation a bit hyung-hwan 2020-03-16 08:28:02 +0000
  • 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 +0000
  • 4121ef9b3f enhanced hawk_unescape_bcstr() to convert \uXXXX and \UXXXXXXXX to utf8 sequences hyung-hwan 2020-03-14 06:09:59 +0000
  • f2316d1d3e hawk_unescape_bcstr()/hawk_unescape_ucstr() hyung-hwan 2020-03-13 16:00:21 +0000
  • 84c0b37e94 fixed a bug in printing a tree node of the HAWK_NDE_POS type hyung-hwan 2020-03-12 04:26:28 +0000
  • db77a97119 updated README.md a bit hyung-hwan 2020-03-11 07:46:39 +0000
  • 689735eed8 added @pragma multilinestr on/off hyung-hwan 2020-03-11 07:13:02 +0000
  • 059ba422ce removed some unneeded lines hyung-hwan 2020-03-10 15:27:44 +0000
  • 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 +0000
  • 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 +0000
  • 260df21f85 made sub() and gsub() mbs-aware hyung-hwan 2020-03-10 04:07:23 +0000
  • 09360c4abe added a comment on the change made in the previous commit hyung-hwan 2020-03-09 15:36:01 +0000
  • 75ef3a949a changed the tre parser to treat a backslash as an escaper inside [] hyung-hwan 2020-03-09 15:29:31 +0000
  • fd56a19a79 added @pragma stripstrspc on/off added a new global variable STRIPSTRSPC hyung-hwan 2020-03-09 08:52:42 +0000
  • c8e805b159 updated README.md hyung-hwan 2020-03-09 07:10:41 +0000
  • c45114458e moved scripts to the scripts directory. added a embedding sample in c hyung-hwan 2020-03-08 15:39:33 +0000
  • 4ee104e1ee minor touch up hyung-hwan 2020-03-08 15:09:09 +0000
  • 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 +0000
  • 4bd494d07b added hawk_rtx_makenumormbsvalwithuchars(), hawk_rtx_makenumormbsvalwithbchars(), hawk_rtx_makenumorstrvalwithuchars(), hawk_rtx_makenumorstrvalwithbchars() hyung-hwan 2020-03-06 07:43:53 +0000
  • 52dea401f8 fixed mistakes in some assertions hyung-hwan 2020-03-05 15:22:55 +0000
  • ea20bde917 updated open handling in standard console and file handlers hyung-hwan 2020-03-05 15:11:55 +0000
  • 75cb22aaec renamed hawk_setgblbyname() to hawk_setgbltostrbyname() hyung-hwan 2020-03-05 09:04:14 +0000
  • 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 +0000
  • 30887f7f2c some simple touch-ups hyung-hwan 2020-03-04 14:39:27 +0000
  • e8e5aa7935 fixed a bug handling -v in bin/main.c hyung-hwan 2020-03-04 13:59:03 +0000
  • 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 +0000
  • 916da0fd59 fixed wrong error handling in bin/mani.c hyung-hwan 2020-03-04 09:25:17 +0000
  • 2ce27360d5 set the initial value of FS to a single space letter hyung-hwan 2020-03-04 06:34:23 +0000
  • 87656f803e some code touch up hyung-hwan 2020-03-03 12:00:13 +0000
  • 957fa97ebb handled RC_EINTR returned by sys::waitonmux() in tcp-proxy.awk hyung-hwan 2020-03-03 08:09:34 +0000
  • 015ed09c5a added a new global variable SCRIPTNAME which intends to store the first script name loaded hyung-hwan 2020-03-03 08:03:04 +0000
  • 83d47bb64a SO_REUSEPORT fix for platforms lacking it hyung-hwan 2020-03-02 15:52:54 +0000
  • 6886c5fab7 fixed a bug in sys::delfrommux() which didn't clear unread event data hyung-hwan 2020-03-02 14:37:41 +0000
  • 93beb3f041 removed unstable assertions hyung-hwan 2020-03-02 13:35:35 +0000
  • aeff29f68e enhanced scripts/tcp-proxy.awk hyung-hwan 2020-03-02 09:41:11 +0000
  • 8753eae27a Added sys::sockaddrdom() hyung-hwan 2020-03-02 09:40:40 +0000
  • 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 +0000
  • 140c12f726 updated lib/Makefile.am hyung-hwan 2020-02-27 07:49:04 +0000
  • a35c729348 updated ax_pthread.m4 to the latest updated lib/Makeifle.am and samples/Makefile.am hyung-hwan 2020-02-26 18:42:31 +0000
  • b917920aa5 added 2 more parameters to sys::write() adding a tcp proxy script hyung-hwan 2020-02-26 08:38:23 +0000
  • c5799690b8 added @pragma striprecspc on/off hyung-hwan 2020-02-21 07:58:24 +0000
  • b72dc3aaad removed unneeded files hyung-hwan 2020-02-20 06:29:35 +0000
  • 7585c36e3e fixed HAWK_SIZEOF_SKAD_T defintion hyung-hwan 2020-02-16 13:43:01 +0000
  • fb1084a045 implemented sys::flock() with fcntl() hyung-hwan 2020-02-10 08:36:01 +0000
  • 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 +0000
  • 57a6217caf added sys::setsockopt() enhanced mux handling in mod-sys.c hyung-hwan 2020-02-09 06:15:35 +0000