| Age | Commit message (Collapse) | Author |
|
|
|
|
|
V4.0 BETA
|
|
|
|
becomes defined `c_derived_keyclone` when i_keyfrom is defined, i.e. you don't have to define both, but you can.
Improved cmap docs.
|
|
|
|
README.md docs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
global initialization of maps. This changes ABI, but so far STC has no stable ABI guarantees.
|
|
|
|
Removed usage of c_ARGsv() macro in examples => printf formatting ".*s". csview fully inlined.
|
|
an inline function cregex_find_sv().
|
|
|
|
links to cregex, coption.
crandom.h: fixed "stc64_with_seq doesn't use seq argument #31" thanks to funny-falcon. Removed deprecated funcs.
Added tags for v3.6 and v3.7.
|
|
|
|
small.
|
|
*_u8(). . See README.md
|
|
cregex_find(). Renamed cre_* flags.
|
|
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.
|
|
|
|
|
|
|
|
|