Commit Graph

17 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
5830d8f9ed made match() to accept up to 3 arguments only while keeping str::match() extended with up to 4 arguments 2023-07-17 22:19:46 +09:00
0efc4f8344 fixed the case of some header files not installed 2023-01-13 00:48:18 +09:00
03360b82e5 added tap.inc in the t/Makefile.am 2022-09-26 18:59:21 +09:00
4f5df75a5c removed enc.inc from Makefile.am 2022-09-25 02:19:43 +09:00
9efdf82b16 fixed some build file flaws 2022-09-25 02:08:01 +09:00