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
stop specifying explicit DEPENDENCIES by listing the .la files in LDADD More... about 4 years ago
fixed a link issue with the socket library on a certain platform More... about 4 years ago
corrected build files for distcheck More... about 4 years ago
simplified build files More... about 4 years ago
removed O_CLOEXEC checks with epoll_create1() More... about 4 years ago
changed to use EPOLL_CLOEXEC if available when calling epoll_create1() More... about 4 years ago
fixed build files regarding -lm More... about 4 years ago
fixed build files More... about 4 years ago
fixed build files More... about 4 years ago
fixed a length calculation bug in fnc_split() More... about 4 years ago
added str::splita() More... about 4 years ago
enhanced str::split() to handle byte strings better More... about 4 years ago
added code to preapre byte string support in split(). still long way to go More... about 4 years ago
hawk initializes block-local variables upon block entry regardless of migration to the outermost block by the parser. it emits the local variable declaration in the original nested block regardless of migration by the parser. More... about 4 years ago
added a new keyword @nil More... about 4 years ago
fixed a test case More... about 4 years ago
fixed some bugs in hawk_rtx_format() and hawk_rtx_formatmbs() More... about 4 years ago
added some test cases on math functions More... about 4 years ago
added more test cases More... about 4 years ago
changed the literal notations of a raw string, a byte string, a raw byte string to have the @ sign before b, r, br, rb More... about 4 years ago
fixed a bug of not checking if the current script is null for @SCRIPTNAME in parse.c More... about 4 years ago
added check for the first parameter to operator new in configure.ac More... about 4 years ago
minor changes of some conditionals in hawk-cmn.h More... about 4 years ago
made some defintions conditional More... about 4 years ago
changed hawk_xma_free() a bit More... about 4 years ago
changed xma dump title More... about 4 years ago
changed hawk to print xma information when -D and -m are specifed More... about 4 years ago
fixed more bugs in xma More... about 4 years ago
changed a field name from avail to free in hawk_xma_mblk_t and hawk_xma_fblk_t More... about 4 years ago
added the xma memory manager More... about 4 years ago