hyung-hwan
  • Joined on 2022-12-21
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
hyung-hwan pushed to main at hyung-hwan/hodu 2026-02-26 10:18:22 +00:00
3b450020ef fixed to call a cancellation function which want's called
hyung-hwan pushed to main at hyung-hwan/hodu 2026-02-26 09:50:14 +00:00
56a7846e01 specified BaseContext to some http servers
hyung-hwan pushed to main at hyung-hwan/hodu 2026-02-25 19:12:59 +00:00
8f07d095af generated some unit test files
hyung-hwan pushed to main at hyung-hwan/hawk 2026-02-25 16:07:57 +00:00
d2eff711ac fixed wrong free list management in mod-uci
hyung-hwan pushed to main at hyung-hwan/hawk 2026-02-14 06:52:38 +00:00
303fc19003 enhanced hawkgo and hawk51 with --modlibdirs
hyung-hwan pushed to main at hyung-hwan/hawk 2026-02-14 06:02:30 +00:00
53c9b7f77f fixed the console handler to deal with the end of file more gracefully
hyung-hwan pushed to main at hyung-hwan/hawk 2026-02-13 10:29:45 +00:00
05df410d4e updated README.md
hyung-hwan pushed to main at hyung-hwan/hawk 2026-02-13 10:24:32 +00:00
405510d33a implemented the function literal syntax
hyung-hwan pushed to main at hyung-hwan/hawk 2026-02-03 09:07:31 +00:00
6520b42935 implemented an extended function call named xcall internally (e.g. a.b.c(20))
hyung-hwan pushed to main at hyung-hwan/hawk 2026-02-03 03:47:25 +00:00
7b9cab4b47 added the octal number notation with the prefix 0o
62f1c3695f fixed the keyword check data and function
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-26 13:22:04 +00:00
d82d51a0ee added @true and @false
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-25 05:59:35 +00:00
87d5fe427d added the global variable PIPECLOEXEC and @pragma pipecloexec to control CLOEXEC in piping
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-24 19:12:36 +00:00
ecf11171b1 fixed a wrong return code check in mod/mod-json.c