hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-05 13:31:45 +00:00
20ddd12c89 renamed various names
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-05 07:58:56 +00:00
94a44f1fd7 separted the IO handlers to the source code handler and user stream handlers
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-04 14:23:32 +00:00
bcfe69feda yet another round of internal name changes
238365e198 another round of internal name changes
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-04 13:58:40 +00:00
df924338df internal name changes
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-04 04:50:31 +00:00
110cb0b767 renamed some variables
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-03 13:48:13 +00:00
b913ab5403 fixed some build dependency
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-03 09:05:02 +00:00
428f67f25c added hcl_feedbchars()/hcl_feeduchars()
hyung-hwan pushed to main at hyung-hwan/hcl 2023-11-01 07:06:39 +00:00
7ccc1ce136 enhanced the go wrapper by adding more methods and cleaning up code
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-31 16:42:54 +00:00
85a2152be4 fixed the go wrapper code further
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-31 12:17:21 +00:00
3b9b02de83 changed 'sed' to use -e for an expression
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-29 17:30:28 +00:00
a7b323b795 specifed CGO_CFLAGS and CGO_LDFLAGS in Makefile.am
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-29 13:01:30 +00:00
5a1fd8f130 updated the module name in go.mod
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-29 12:40:23 +00:00
801b5ea77f restructured some go wrapper files
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-29 11:26:58 +00:00
e5dc214a59 added hcl_copy_ucstr_to_bcstr(), hcl_copy_bcstr_to_ucstr(), hcl_errnum_to_errbcstr(), hcl_errnum_to_errucstr()
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-28 15:35:50 +00:00
dc01f41773 updated go/Makefile.am
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-28 03:19:06 +00:00
463f112ae5 moved the -C option to the beginning of the go build command
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-27 09:26:39 +00:00
2f9ed77452 added --enable-hclgo
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-27 09:20:18 +00:00
de94b4e66f added the go wrapper files. work in progress
hyung-hwan pushed to main at hyung-hwan/hcl 2023-10-23 09:51:06 +00:00
f19b971645 removed unneeded reader code.
hyung-hwan pushed to main at hyung-hwan/hawk 2023-10-22 13:04:01 +00:00
4492889ab4 upated configure.ac to set with_mysql automatically if enable-mod-mysql is set