hyung-hwan
  • Joined on 2022-12-21
hyung-hwan created repository hyung-hwan/codit 2026-02-04 18:09:05 +00:00
hyung-hwan pushed to main at hyung-hwan/repokit 2026-02-04 18:08:31 +00:00
8cd48ad68b updated README.md
e9f1f9d4f2 refreshed go modules
33ca9723ae prefixed more names with Rpm or rpm_
b712837aa5 prefixed many functions with rpm_
958f9089c0 added some initial rpm repo manipulation code
hyung-hwan created branch main in hyung-hwan/repokit 2026-02-04 18:08:31 +00:00
hyung-hwan created repository hyung-hwan/repokit 2026-02-04 18:05:50 +00:00
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
hyung-hwan pushed to main at hyung-hwan/hodu 2026-01-24 00:03:03 +00:00
0a9f27aa1b increased the key text precision to 32 when compsing an error message for rsa key
hyung-hwan pushed to main at hyung-hwan/hodu 2026-01-23 15:08:49 +00:00
c39a0f87b5 added --rpx-target-addr to client
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-23 03:10:29 +00:00
af69d59cab added the mode paramenter to hawk_rtx_makenumorstrvalwithuchars() and its relatives
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-22 12:54:27 +00:00
d8ef908e1d added the json module
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-21 15:26:39 +00:00
4883104ae8 implemented @const as well as optional initializer expression to @global/@local
hyung-hwan pushed to main at hyung-hwan/hodu 2026-01-19 04:43:36 +00:00
214467328e updated to use SetReadDeadline() instead of Close to break websocket receive
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-17 16:38:10 +00:00
72493d6939 fixed the backslash handling issue in sub/gsub/gensub
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-14 05:06:50 +00:00
f7f4ead790 updated README.md and the rpm spec file
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-13 09:24:22 +00:00
0c5cf2edc1 more documetnation on singal handling
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-13 06:14:34 +00:00
e8d1a179d6 updated the Hawk class and the Hawk::Run class to integrate the signal handling code
a83e85cc09 renamed SetSigsetHandler to OnSigset
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hawk 2026-01-12 13:09:11 +00:00
5ec23566db implemented the sigset handler in go files