8
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
todd miller's code cleanup More... over 1 year ago
substr: fix buffer overflow with utf-8 strings More... over 1 year ago
Add a missing free of f->gototab. More... over 1 year ago
Remove limit on character classes from README.md, now that code is fixed. More... over 1 year ago
gototab reallocation pulled into resize_gototab More... over 1 year ago
Merge branch 'master' into improve-gototab More... over 1 year ago
Small fix in README.md. More... over 1 year ago
Speed it back up. More... over 1 year ago
Be smarter about clearing a goto table. More... over 1 year ago
Two small fixes. More... over 1 year ago
Track inuse vs. allocated, use bsearch in set_gototab. More... over 1 year ago
Sort the gototab entries and binary search them. More... over 1 year ago
First round, dynamically grow entries in a gototab. More... over 1 year ago
updated FIXES [fnematch overhaul] More... over 1 year ago
adjusted version date and help string. More... over 1 year ago
new tests for arnold's unicode FS/RS and null match fixes More... over 1 year ago
arnold's fix for gsub null match bug with unicode chars More... over 1 year ago
Additional fix in lib.c. More... over 1 year ago
Use cclenter("") to construct an empty CCL, not tostring(""). More... over 1 year ago
Restore makefile, final fix in b.c. More... over 1 year ago
Start on rewrite of fnematch. More... over 1 year ago
Fix a bad cast to char * that causes incorrect results on big endian. More... over 1 year ago
Disable utf-8 for non-multibyte locales, such as C or POSIX. More... over 1 year ago
Use upper scope "int i" scope instead of declaring another in the for loop. More... over 1 year ago
adjusted version date. More... over 1 year ago
length error in u8_byte2char that set RSTART to -1 for EOL match(str, /$/). More... over 1 year ago
updated version string More... over 1 year ago
updated moved/old FIXES. More... over 1 year ago
Merge branch 'csv' into staging More... over 1 year ago
updated FIXES and version. More... over 1 year ago