hcl/lib
2018-03-05 03:35:44 +00:00
..
bigint.c enhanced hcl_inttostr() to accept a negative radix to produce lower-case alphabetic digits 2018-02-28 15:57:19 +00:00
comp.c enhanced the compiler to implement short-circuited logical 'and' and 'or' special forms. 2018-03-03 17:16:41 +00:00
debug.c changed copyright years 2018-02-07 14:13:13 +00:00
decode.c deprecated NDEBUG and introduced HCL_BUILD_DEBUG and HCL_BUILD_RELEASE 2018-02-21 09:30:18 +00:00
dic.c enhanced the logfmtv to handle encoding conversion of the format string 2018-02-26 15:24:45 +00:00
err.c fixed print_formatted() to use hcl_outfmtobj() instead of hcl_print(). 2018-03-01 14:47:12 +00:00
exec.c fixed a wrong index used when getting the mod pointer into/from the prim object 2018-02-28 05:04:42 +00:00
gc.c added a new special word and and or. compiler yet to be enhanced 2018-03-03 03:28:10 +00:00
hcl-cfg.h.in changed the format of accepted values by --enable-unicode 2018-02-28 07:33:13 +00:00
hcl-cmn.h fixed a bug in printing a single character when hcl_ooch_t is hcl_bch_t 2018-02-28 10:17:05 +00:00
hcl-dos.h changed copyright years 2018-02-07 14:13:13 +00:00
hcl-mac.h changed copyright years 2018-02-07 14:13:13 +00:00
hcl-msw.h changed copyright years 2018-02-07 14:13:13 +00:00
hcl-opt.h changed copyright years 2018-02-07 14:13:13 +00:00
hcl-os2.h changed copyright years 2018-02-07 14:13:13 +00:00
hcl-prv.h implemented the builtin primitive function sprintf 2018-03-05 03:35:44 +00:00
hcl-rbt.h enhanced the logfmtv to handle encoding conversion of the format string 2018-02-26 15:24:45 +00:00
hcl-utl.h changed copyright years 2018-02-07 14:13:13 +00:00
hcl.c implemented the builtin primitive function sprintf 2018-03-05 03:35:44 +00:00
hcl.h implemented the builtin primitive function sprintf 2018-03-05 03:35:44 +00:00
heap.c fixed print_formatted() to use hcl_outfmtobj() instead of hcl_print(). 2018-03-01 14:47:12 +00:00
logfmt.c implemented the builtin primitive function sprintf 2018-03-05 03:35:44 +00:00
logfmtv.h added HCL_LOG_PREFER_JSON and implemented %J 2018-03-02 07:44:13 +00:00
main.c fixed a compilation issue about MMAP_HUGETLB 2018-03-02 02:09:41 +00:00
Makefile.am added some builtin modules, but without many functions in them 2018-02-15 15:36:15 +00:00
Makefile.in added --enable-unicode to configure.ac 2018-02-21 07:37:10 +00:00
obj.c enhanced the logfmtv to handle encoding conversion of the format string 2018-02-26 15:24:45 +00:00
opt-impl.h changed copyright years 2018-02-07 14:13:13 +00:00
opt.c changed copyright years 2018-02-07 14:13:13 +00:00
prim.c implemented the builtin primitive function sprintf 2018-03-05 03:35:44 +00:00
print.c fixed the wrong word output for #nil in the json format 2018-03-02 07:58:37 +00:00
rbt.c changed copyright years 2018-02-07 14:13:13 +00:00
read.c exported hcl_readchar() and hcl_unreadchar() 2018-03-04 14:43:23 +00:00
sym.c enhanced HCL_BRANDOF() to avoid multiple comparisons. 2018-02-23 07:17:23 +00:00
utf8.c changed copyright years 2018-02-07 14:13:13 +00:00
utl.c enhanced the logfmtv to handle encoding conversion of the format string 2018-02-26 15:24:45 +00:00