Commit Graph

517 Commits

Author SHA1 Message Date
501d1277a8 adding some experimental code 2020-09-19 11:55:58 +00:00
5a69c03344 added hcl_add_ntime()/hcl_sub_ntime() 2020-09-03 06:21:01 +00:00
49625d87fd removed unneeded substitutions in configure.ac 2020-08-19 05:10:22 +00:00
702fa3f382 changed --enable-unicode to --enable-wide-char in configure.ac and removed c++ stuffs 2020-08-18 03:03:45 +00:00
f6a585354c changed ambiguous code in lib/fmt.c 2020-07-10 14:52:29 +00:00
c8f12e1ef8 updated ax_pthread.m4 2020-02-27 07:57:19 +00:00
7c61ddaa39 fixed wrong prefix output for %# in fmt.c 2019-11-24 08:06:06 +00:00
55d608bce1 added hcl_oocu_t, hcl_ucu_t, hcl_bcu_t 2019-11-19 13:59:24 +00:00
03e270a789 renamed hcl_getrbtstyle() to hcl_get_rbt_style() 2019-11-18 14:09:57 +00:00
213ae3a908 added HCL_BITSOF(x) 2019-09-26 05:24:13 +00:00
d2b583a605 added hcl_inttouintmax()/hcl_inttointmax()/hcl_uintmaxtoint()/hcl_intmaxtoint() 2019-08-13 07:15:12 +00:00
cfe729a19e added static assertion macros 2019-08-06 03:08:36 +00:00
38554907cd not useful macro trimming 2019-06-24 11:38:58 +00:00
732ac89cc2 not useful macro reordering 2019-06-24 11:36:07 +00:00
a20589ddf5 added the _instsize field to hcl_t, hcl_server_t, hcl_client_t 2019-06-21 12:36:25 +00:00
9d8831f2bb fixed a bug and a typo introduced in the earlier commit of json.c 2019-06-15 05:31:29 +00:00
87b93b9f64 touched up json processor 2019-06-11 16:27:39 +00:00
77499205fd fixed a buffer management bug in json.c 2019-06-11 15:07:29 +00:00
ceac040698 removed unused functions 2019-06-10 08:52:41 +00:00
2f0e7b253a diverted w/W to k/K in format_stack_args() in the non-unicode mode 2019-06-02 15:58:12 +00:00
0f38aa8e70 fixed a flaw in print_ucs() in fmt.c
renamed ENABLE_HCLEX to ENABLE_HCLX
2019-06-02 06:42:47 +00:00
63143f721d added hcl_prufmtv() and hcl_prbfmtv() 2019-06-02 05:06:08 +00:00
dfc2043d92 added fmt.c 2019-06-01 14:05:45 +00:00
4fc557e02a refactored fmt code 2019-05-31 10:54:13 +00:00
73361ba5b2 added the bin directory and moves files for binary commands into it 2019-05-14 04:21:35 +00:00
fbdb084fec refined the msb positioning functions
migrated hcl_isint()/hcl_isbigint() to hcl-prv.h
2019-05-04 17:56:45 +00:00
aa79aef5a8 added __cplusplus when determining inline availability 2019-05-03 08:42:52 +00:00
256a196839 enhanced hcl_bswap16/32/64() 2019-05-03 07:39:01 +00:00
249c0f3c42 refined some endian conversion macros with proper type casting 2019-05-03 03:20:10 +00:00
a37e19db8d redefined endian conversion routines 2019-05-02 07:58:36 +00:00
8348b712db enhanced sys.stime to use settimeofday if available 2019-04-17 06:28:18 +00:00
b776cccecf fixed a flaw in configure.ac 2019-04-17 06:01:59 +00:00
4a4e188a5c added --enable-full-liw to configure.ac 2019-04-17 05:51:36 +00:00
2b5c4d0c82 added hcl_flushio() and HCL_IO_FLUSH 2019-04-17 05:37:56 +00:00
8485b683d9 added sys.stime 2019-04-17 03:57:21 +00:00
90bde8d14a added sys.time, sys.random, sys.srandom.
removed test-bi.sh
wrote a simple bigint test program into test-bi.hcl
2019-04-17 03:46:39 +00:00
0051809442 changed hcl_inttostr()
touched up log output and formatted output functions
2019-04-16 15:46:00 +00:00
b54102b705 added -v to hcl. found a bug of a new line printed when printf is called. need to debug it 2019-04-16 09:35:56 +00:00
97b27fb1d2 synchronized the bigint functions with moo 2019-04-16 09:06:30 +00:00
fd705112b9 added typecasting to some hcl_xxxx() macros 2019-04-13 01:02:20 +00:00
9186249cf2 optimized bigint division a bit 2019-03-25 13:01:05 +00:00
2b4c85a586 changed PUT_BYTE_IN_HEX() 2019-03-19 13:58:40 +00:00
ebe018d5dc renamed inconsistent function names 2019-03-19 13:29:59 +00:00
11b9720a77 added hcl_byte_to_bcstr().
implemented k/K/w/W in the formatted output function
2019-03-18 15:37:07 +00:00
c788be6a4c fixed wrong conditionals in hcl-utl.h 2019-03-07 12:54:23 +00:00
357cb80b0d added section titles to hcl-utl.h 2019-03-06 01:57:06 +00:00
6632745618 redefined hash functions 2019-03-06 01:50:46 +00:00
46604f2787 fixed indentataion 2019-03-05 06:39:10 +00:00
66dbb4e027 changed hcl_hash_bytes() to use fnv-1 hash 2019-03-01 09:12:34 +00:00
fc183e19a4 changed hcl_hash_bytes() to sdbm hash 2019-03-01 07:51:53 +00:00