Commit Graph

515 Commits

Author SHA1 Message Date
cbf85790ec updated the build files to be able to choose between static modules and dynamic modules even if the main library is static 2025-05-25 17:15:49 +09:00
404b1297d3 refactored the main function 2025-05-24 11:19:27 +09:00
d8b3e8ef9e updated the main function 2025-05-23 23:28:45 +09:00
a5f7e9d43c code update to proudct a single hawk binary including sed 2025-05-16 00:41:36 +09:00
b80ee515b6 fixed bch mode issues and raised the version to 0.9.9 2025-02-11 17:43:46 +09:00
6a59d3c70b adding some json functions 2025-02-11 13:21:50 +09:00
523b922be4 touched up some wrong type casting 2025-02-11 00:00:59 +09:00
867e8bb63e extenced sys::gettime() to accept an argument for nanoseconds 2025-02-10 01:49:13 +09:00
4578d98834 fixed h-002.hawk for enhancement to match()
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-19 12:59:11 +09:00
9953e5c66b updated sample code using match()
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-18 00:14:47 +09:00
7ff4b3a812 partial enhancement to str::match() and match()
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-17 14:32:50 +09:00
d6ac0010d3 fixed a segfault bug in mysql::stmt_init(), raising the version to 0.9.8
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-25 15:21:53 +09:00
be43c289b6 Merge branch 'vmfhrmfoaj-main' containing the new memcached client module
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-06 15:30:53 +09:00
96ece751f7 added memcached module 2024-05-08 10:35:59 +09:00
3296b5e545 added a few more test cases
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-05 14:13:46 +09:00
4ed8651821 added t/err.sh for testing errors
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-04 00:49:27 +09:00
b6a512f90f fixed the fault in checking the number of arguments for variadic functions in hawk_rtx_evalcall()
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-02 23:57:31 +00:00
ca5ca2c3ce updated README.md
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-03 16:50:36 +09:00
114040cf68 made @argc and @argv look like ARGC and ARGV
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-03 14:04:03 +09:00
32d5a3f335 updated socket library detection in configure.ac
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-03 10:23:25 +09:00
35e8edd783 fixed typos
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-02 22:47:30 +09:00
e28faca54e primitive support of variadic arguments
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-02 22:36:50 +09:00
4fbbe049ba fixed a potential invalid memory access issue related to function argument spec handling
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-01 13:24:08 +09:00
3105f52a71 fixed a flaw of HAWK_RTX_IS_NUMSTRDETECT_ON()
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-29 19:54:06 +09:00
616fe96150 fixed the location of SIGPIPE change in bin/hawk.c
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-29 09:32:00 +09:00
c9829f8f1e updated README.md with text for functions and control structures
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-29 03:29:33 +09:00
08ff43dd97 added the hawk image for fun
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-28 23:16:15 +09:00
d1fee4d84c updated README.md with more text
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-28 22:42:13 +09:00
21fc3dc86e updated README.md with more text
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-28 21:50:34 +09:00
db2651d811 updated README.md
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-28 19:15:17 +09:00
90a3e4e73b updated README.md
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-28 16:34:00 +09:00
f928ce5ec8 code touch-up for recent c language standard
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-28 13:32:29 +09:00
9271fae745 added a small test case for gc
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-23 00:39:01 +09:00
27bf77b51e added gc::get_pressure()
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-23 00:22:59 +09:00
ebfdb71044 some minor clean-up
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-23 00:06:55 +09:00
9fa26924c7 added hawk_gem_dupucsarr() and hawk_gem_dupbcsarr()
All checks were successful
continuous-integration/drone/push Build is passing
modifed mod-uci.h to be compilable at least - it's full of problems
2024-04-22 23:19:50 +09:00
5b4eac36af updated mod-mysql.c and mod-uci.c for better styling
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-22 21:35:40 +09:00
bea9b75fad fixed a file descriptor leak
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-21 15:24:14 +09:00
a7d3432c11 added the hawk::type() builtin function
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-16 12:33:13 +09:00
0407dd648c raised the version to 0.9.7.
All checks were successful
continuous-integration/drone/push Build is passing
added Hawk::Value::getTypeName().
fixed some build issues
2024-04-16 12:05:50 +09:00
0b9d05e5c3 fixed typos
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-16 11:13:21 +09:00
d83c3635ec hack around my_bool
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing
2023-12-27 09:22:59 +09:00
4492889ab4 upated configure.ac to set with_mysql automatically if enable-mod-mysql is set
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-22 22:03:41 +09:00
1fc2c0eb12 renamed AX_CXX_NAMESPACE_STD to AX_CXX_NAMESPACES
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-20 23:59:19 +09:00
d7ce330bb8 updated .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2023-10-20 23:54:24 +09:00
744fd38dfd updated .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-10-20 23:52:29 +09:00
a4aa2a36ae updated various build files
Some checks failed
continuous-integration/drone Build is failing
2023-10-20 22:59:09 +09:00
6037c47e3f modified configure.ac to capture configure command and arguments 2023-10-08 14:36:25 +09:00
1623786eef removed t_connect check in configure.ac 2023-09-14 08:54:17 +09:00
7e96e62206 put back conditionals for MYSQL_OPT_RECONNECT 2023-07-31 23:59:43 +09:00