hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hawk 2025-11-02 16:35:15 +00:00
ac39ef2bc4 added hawk_arr_itr_t, hawk_val_arr_itr_t and functions for them
hyung-hwan pushed to main at hyung-hwan/hawk 2025-11-02 04:28:12 +00:00
7640fbe805 added hawk_rtx_getarrvaltally().
hyung-hwan pushed to main at hyung-hwan/hak 2025-11-01 10:39:33 +00:00
04e068daab updated build files to produce hakgo under bin
75687acaef moved main.go to bin and updated build files accordingly
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hawk 2025-11-01 04:30:11 +00:00
2fb423df1a updating more value manipulation code for the go wrapper
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-31 15:09:09 +00:00
7d02ad249a working on go-wrapper update
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-30 14:48:09 +00:00
2bebf11d41 fixing the gc issues in go wrapper code
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-29 02:41:02 +00:00
35a9adea7e fixed hawk_seterrumsg
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-26 14:18:43 +00:00
3b5a21a60a adding go wrapper
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-26 14:17:36 +00:00
cd9022643c removed synerr.tgt from x-server.c
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-19 16:37:13 +00:00
f45aba56f2 added the data for a test case
hyung-hwan pushed to main at hyung-hwan/hawk 2025-10-19 16:28:37 +00:00
1466bc32ce updated .drone.yml
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-19 16:02:40 +00:00
83051149cf uncommented lines setting the error number in hak_geterrbinf() and hak_geterruinf()
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-19 03:24:30 +00:00
31a673e185 removed the tgt argument values to syntax error formatting function
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-17 14:26:35 +00:00
8c6235be16 some error message trimming done
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-15 14:28:25 +00:00
00f6b70028 trimming various syntax error messages
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-14 15:04:09 +00:00
e99a4e700b in progress removing the error target stuffs
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-10 16:49:22 +00:00
702696da89 trying to simplify error message handling
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-08 14:38:36 +00:00
7504ec1a4c added hak_makesymbolwithuchars()/hak_makesymbolwithbchars()/hak_makestringwithuchars()/hak_makestirngwithbchars()
hyung-hwan pushed to main at hyung-hwan/hodu 2025-10-08 05:29:48 +00:00
f9e3030268 fixed a nil check issue
hyung-hwan pushed to main at hyung-hwan/hak 2025-10-05 15:59:35 +00:00
56dfb3630e updated hak_open()/hak_openstd()/etc to accept the pointer to hak_errinf_t to convey an error message upon instantiation failure.