summaryrefslogtreecommitdiffhomepage
path: root/stc
AgeCommit message (Expand)Author
2020-11-22Fixed cstr_find_n(). Renamed cstr_NPOS to cstr_npos.Tyge Løvset
2020-11-16Small update of the new cstr methods.Tyge Løvset
2020-11-16Added cstr_contains(), cstr_begins_with(), cstr_ends_with(), and changed cstr...Tyge Løvset
2020-11-10Refactored cstr_fmt().Tyge Løvset
2020-11-07Last fix on getdelim().Tyge Løvset
2020-11-07Another fix of cstr_getdelim()Tyge Løvset
2020-11-07Fix bug in cstr_reserve, discovered in cstr_getdelim().Tyge Løvset
2020-11-06Two minor fixes.Tyge Løvset
2020-11-04Larger constant Phi in hash16.Tyge Løvset
2020-11-03Small API change c_withbuffer() and doc fix.Tyge Løvset
2020-11-03renamed __init to _initsTyge Løvset
2020-11-02Changed (half)-internal *_INIT to *__init macros. Minor reformatting.Tyge Løvset
2020-10-27Fixed final minor error.Tyge Løvset
2020-10-27Improved error, and code reduction.Tyge Løvset
2020-10-26Updates examples using cfmt.h c_print().Tyge Løvset
2020-10-26Final fix.Tyge Løvset
2020-10-26Another minor.Tyge Løvset
2020-10-26Minor.Tyge Løvset
2020-10-26Removed differencing between float/double. Cleaner.Tyge Løvset
2020-10-26Support for differenting between float and double. Messy-Tyge Løvset
2020-10-25Changed stdout to have alias 1 instead of 0, and stderr=2.Tyge Løvset
2020-10-24Renamed c_printf() to c_print() because it no longer support of printf() form...Tyge Løvset
2020-10-24Added in-code documentation cfmt.hTyge Løvset
2020-10-24Make sure returned buf is null terminated on unseuccessful strftime.Tyge Løvset
2020-10-24% no longer needed to be 'escaped' with %. now behaves as any chars.Tyge Løvset
2020-10-24More robust way.Tyge Løvset
2020-10-24Minor fix to c_timef() feature.Tyge Løvset
2020-10-24Added c_timef(fmt, tm) macro - a convenience strftime()-wrapper function to b...Tyge Løvset
2020-10-23Fix1: Added _Bool. Fix2: Handle '*' flag in format. 3: Removed support for %-...Tyge Løvset
2020-10-23Fix/reverted to use continue in parser.Tyge Løvset
2020-10-22Improved error messages for c_printf().Tyge Løvset
2020-10-22A minor fix.Tyge Løvset
2020-10-22Removed debug statement.Tyge Løvset
2020-10-22Added support for %t (can have flags: %10t) as alternative to {} in c_printf(...Tyge Løvset
2020-10-21Reverted to print chars as chars not numbers. signed char will show as char o...Tyge Løvset
2020-10-21Fixed missing _Generic types. Renamed c_print to c_printf, added some usage.Tyge Løvset
2020-10-21Fixed some VS signed char problems.Tyge Løvset
2020-10-21Small update.Tyge Løvset
2020-10-21Added support for regular % formatting as well.Tyge Løvset
2020-10-21Added c++ support for cfmt.hTyge Løvset
2020-10-20Minor things.Tyge Løvset
2020-10-20Added cfmt.h and some smaller fixes.Tyge Løvset
2020-10-17Internal renaming of STC_IMP to STC_DEF. Removed cstr_INIT. Use cstr_init().Tyge Løvset
2020-10-16Fixed compiling as lib (-DSTC_HEADER) and added c_withbuffer() and c_break_wi...Tyge Løvset
2020-10-14Renamed cstr() constructor to cstr_from(), cstr_from() to cstr_from_fmt().Tyge Løvset
2020-10-14Simplified repr.Tyge Løvset
2020-10-13Restructuring.Tyge Løvset
2020-10-13Tweaks.Tyge Løvset
2020-10-13Fixed cstr_getdelim()Tyge Løvset
2020-10-10Added cstr_getdelim() / getline() functions.Tyge Løvset