0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
working on mod-ffi More... about 4 years ago
working on mod-ffi More... about 4 years ago
added more ffi module code More... about 4 years ago
updated t/t-001.c More... about 4 years ago
updated get_ifcfg() More... about 4 years ago
added net/route.h to configure.ac More... about 4 years ago
added sys/sysct.h to configure.ac More... about 4 years ago
fixed the environ issue on macosx More... about 4 years ago
fixed bchr handling in some functions in val.c More... about 4 years ago
fixed wrong endian handling in sys::pack() and sys::unpack() More... about 4 years ago
fixed bugs in sys::split() More... about 4 years ago
fixed flaws in configure.ac More... about 4 years ago
changed bin_PROGRAMS to noinst_PROGRAMS in samples and tools More... about 4 years ago
added the return type check for unsetenv() in configure.ac More... about 4 years ago
implementing mod-ffi More... about 4 years ago
moved syslog-related data from the module context to the module's rtx context More... about 4 years ago
renamed hawk_find_bchar() to hawk_find_bchar_in_bchars(). renamed similar function names in the same way. updated sys::openlog() to accept a local log socket path with remote:// (e.g. remote:///dev/log/xxx) More... about 4 years ago
added sys::SIZEOF_INT, sys::SIZEOF_INTPTR, sys::SIZEOF_INTPTR, sys::SIZEOF_FLT, sys::SIZEOF_FLTBAS, sys::SIZEOF_FLTMAX fixed some bugs in sys::pack() More... about 4 years ago
implemented 'd', 'f' in sys::pack() and sys::unpack() More... about 4 years ago
added c, n, N to sys::pack() and sys::unpack() More... about 4 years ago
added some code for sys::unpack() More... about 4 years ago
implementing sys::unpack() More... about 4 years ago
moved hawk::pack() to sys::pack() enhanced sys::pack() to return an error code and set the error message upon failure More... about 4 years ago
added some code to implement hawk::pack() More... about 4 years ago
added hawk::cmgr_exists() enhanced str::tombs() enhanced hawk_rtx_valtobcstrdupwithcmgr() More... about 4 years ago
removed an invalid @include More... about 4 years ago
resolved numerous bugs regarding byte-characters and byte-strings changed the way to handle %s/%k/%K contained inside CONVFMT - treat the format specifier as if it is %g instead of returning an error. removed HAWK_EFMTCNV for the CONVFMT formatting change More... about 4 years ago
added some code for the byte-character literal support. enhanced value comparison routines More... about 4 years ago
enhanced the concat operator handler to process mbs properly More... about 4 years ago
added str::strchar() made str::tolower(), str::toupper(), str::tonum() character-friendly More... about 4 years ago