Commit Graph

20 Commits

Author SHA1 Message Date
11b9720a77 added hcl_byte_to_bcstr().
implemented k/K/w/W in the formatted output function
2019-03-18 15:37:07 +00:00
22a9a2ec71 fixed a bug of not honoring precision specified with %.* in computing string length given for 's' and 'S' 2019-01-31 09:12:24 +00:00
1c87ebc765 fixed an issue in logfmtv.h 2018-04-09 09:11:24 +00:00
fd3a812cf7 renamed some function names for naming consistency 2018-04-07 15:54:16 +00:00
d5942d9096 changed hcl_seterrxxx() functions not to set the errnum field again for failures in internal operations, especially in hcl_convxxx() 2018-04-06 14:59:44 +00:00
6806c2bd30 added timer functions 2018-03-15 08:35:38 +00:00
15453eb0f7 added HCL_LOG_PREFER_JSON and implemented %J 2018-03-02 07:44:13 +00:00
48cb2bb1ba fixed a bug printing %% in print_formatted.
changed to use #x #o #b for hexadecimal, octal, binary output
2018-03-01 08:56:56 +00:00
191162d3cb touched up various remaining implementation details of the printf builtin function. 2018-03-01 05:25:09 +00:00
9c6ce5df9c changed types of some variables from hcl_oow_t to hcl_ooi_t
attempted to add the builtin printf function
2018-02-26 15:52:15 +00:00
b97e2da6af enhanced the logfmtv to handle encoding conversion of the format string 2018-02-26 15:24:45 +00:00
5f9a5bc9c6 changed a wrong function name from hcl_logoofmt to hcl_logufmt
enhanced the log formatter routine a bit
2018-02-26 10:49:31 +00:00
967aa97dc8 work in progress to implement the builtin printf function 2018-02-24 04:01:19 +00:00
345b36ded4 localized a local variable into a loop in PUT_OOCH and PUT_OOCS in logfmtv 2018-02-21 08:54:13 +00:00
b48de34ebc fixed the premature termination issue in logfmtv 2018-02-21 08:48:47 +00:00
ad0534a18e added --enable-unicode to configure.ac
cleaned up unnecessary code
2018-02-21 07:37:10 +00:00
a8729532bb changed copyright years 2018-02-07 14:13:13 +00:00
0adbd2291e added printing routines 2018-02-05 15:59:32 +00:00
71a10e09c6 trying to revive this project 2018-02-05 10:43:25 +00:00
256efdb134 added initial hcl files 2016-09-28 14:40:37 +00:00