Commit Graph

13 Commits

Author SHA1 Message Date
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