| Age | Commit message (Collapse) | Author |
|
changed: removed the last two args.
|
|
cstr_printf() cannot take self as print argument.
|
|
examples.
|
|
|
|
pattern input instead of a cregex*, similar to cregex_replace*().
|
|
|
|
|
|
|
|
examples/regex_replace.c. Docs not ready, i.e. API not fixed. Some other refactoring and minor fixes/improvements. cstr_assign_sv() now returns char* like the other cstr_assign*().
|
|
tables to newest. Updated benchmarks/build_all.sh
|
|
|
|
power of 2 length and bit-masking used for mapping hash to index.
|
|
ex. and map shootout.
|
|
add emhash to benchmark
|
|
|
|
and fixed warnings. Thanks to ktprime for reporting.
|
|
|
|
code-breaking API changes.
|
|
cstr_from_sv() from csview.h to cstr.h
|
|
|
|
replace n instances instead of n bytes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cstr_replace_from(s, pos, search, repl): matches cstr_find() + cstr_find_from().
|
|
cstr_replace(self, start, search, replace).
|