hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-04 06:21:18 +00:00
2dd639a1f0 added @pragma defermodsym and implemented deferred module function resolving
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-04 06:18:38 +00:00
41de43301d added @pragma defermodsym and implemented deferred module function resolving
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-03 05:54:38 +00:00
cfab90b656 addded t/h-020.hawk to test the sqlite module
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-02 17:40:53 +00:00
65d3db5d28 added a literal pool per function
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-02 05:24:03 +00:00
4fcca9d26a added HAWK_RTX_QUERYMODULE_NOLOCK
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-02 05:12:59 +00:00
5428a2dcd4 updated mtx on win32 and os2
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-02 04:57:50 +00:00
b33e41f38f fixed missing semicolons
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-02 04:49:46 +00:00
03282caef3 added HAWK_MTX_FLAG_RECURSIVE
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 16:17:52 +00:00
6af7dbbd60 fixed some m4 files
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 15:49:48 +00:00
8b90839e86 protected modtab access with modmtx where applicable
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 15:33:09 +00:00
c1e9d141e7 compiler to emit code to load flt/str/mbs/char/bchr
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 14:54:17 +00:00
b885108407 fixed wrong variable names in the no-snprintf path
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 08:35:10 +00:00
f63a55e432 fixed wrong variables in oops path in gem-glob.c
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 08:17:40 +00:00
a929056995 fixed cleanup in mod-uci.c
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 07:43:19 +00:00
a6eb90c0ee added sig range check in bin/main.c
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 07:36:22 +00:00
7de49991a1 fixed a result count check bug in mod-mysql.c
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 07:27:06 +00:00
7b8f8a3afc fixed a indexing bug in mod-mysql.c
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 06:25:17 +00:00
995aa13f4c defined some more atomic macros
hyung-hwan pushed to main at hyung-hwan/hawk 2026-03-01 06:10:35 +00:00
b0a0746f02 added some missing atomic macro checks
eab345b1e2 fixed some go code issues
b79c24dd17 implemented bc for && and ||
0d312f57bf implemented bc for some simple flow control statements
36bf278632 added STORE_POP
Compare 8 commits »
hyung-hwan pushed to main at hyung-hwan/hodu 2026-02-26 11:08:02 +00:00
34457a3fe1 added some more timeout options