0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
some more code cleanup More... almost 5 years ago
some cosmetic source code changes More... almost 5 years ago
fixed a gc flaw upon rtx disposal More... almost 5 years ago
fixed a bug in run_forin() in run.c More... almost 5 years ago
renamed the suffix of some scripts to .hawk fixed mod-sys.c a bit More... almost 5 years ago
fixed outstanding bugs in gc implementation. pending more improvements More... almost 5 years ago
made some conditional changes to mod-sys.c More... almost 5 years ago
trying to fix bugs in gc implementation More... almost 5 years ago
some interim code for gc implementation More... almost 5 years ago
removed a redundant semicolon after #endif in mod-sys.c More... almost 5 years ago
changed the behavior of for(x in y) loop - it now takes a snapshot of keys before running body More... almost 5 years ago
fixed a fault in hawk-rbt.h More... almost 5 years ago
some gc works More... almost 5 years ago
fixed a bug in string cache managment. added mbs cache management More... almost 5 years ago
added some code to implement gc More... almost 5 years ago
changed the doubly linked list to circular in idmap-imp.h started writing some code to implement gc More... almost 5 years ago
optimized rbt.c and htb.c a bit More... almost 5 years ago
optimized lib/run.c a bit More... almost 5 years ago
enhanced hawk_makemapvalwithdata() to handle integers of various size enhanced sys::stat() More... almost 5 years ago
registered hawk-map.h in lib/Makefile.am More... almost 5 years ago
added sys::stat(). still incomplete More... almost 5 years ago
updated documentation a bit More... almost 5 years ago
added hawk-map.h which uses either htb or rbt depending on HAWK_MAP_IS_HTB or HAWK_MAP_IS_RBT the hawk's map value is now dependent on the above change. at compile time, you can choose HTB or RBT. fixed a bug of not resetting FNR in the standard console read handlers More... almost 5 years ago
enhanced hawk_unescape_bcstr() to convert \uXXXX and \UXXXXXXXX to utf8 sequences More... almost 5 years ago
hawk_unescape_bcstr()/hawk_unescape_ucstr() More... almost 5 years ago
fixed a bug in printing a tree node of the HAWK_NDE_POS type More... almost 5 years ago
updated README.md a bit More... almost 5 years ago
added @pragma multilinestr on/off More... almost 5 years ago
removed some unneeded lines More... almost 5 years ago
enhanced hawk_rtx_match() to handle mbs fixed bugs in hawk_rtx_getrefval() and hawk_rtx_getrefvaltype() for HAWK_VAL_REF_POS More... almost 5 years ago