index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stc
Age
Commit message (
Expand
)
Author
2020-11-22
Fixed cstr_find_n(). Renamed cstr_NPOS to cstr_npos.
Tyge Løvset
2020-11-16
Small update of the new cstr methods.
Tyge Løvset
2020-11-16
Added cstr_contains(), cstr_begins_with(), cstr_ends_with(), and changed cstr...
Tyge Løvset
2020-11-10
Refactored cstr_fmt().
Tyge Løvset
2020-11-07
Last fix on getdelim().
Tyge Løvset
2020-11-07
Another fix of cstr_getdelim()
Tyge Løvset
2020-11-07
Fix bug in cstr_reserve, discovered in cstr_getdelim().
Tyge Løvset
2020-11-06
Two minor fixes.
Tyge Løvset
2020-11-04
Larger constant Phi in hash16.
Tyge Løvset
2020-11-03
Small API change c_withbuffer() and doc fix.
Tyge Løvset
2020-11-03
renamed __init to _inits
Tyge Løvset
2020-11-02
Changed (half)-internal *_INIT to *__init macros. Minor reformatting.
Tyge Løvset
2020-10-27
Fixed final minor error.
Tyge Løvset
2020-10-27
Improved error, and code reduction.
Tyge Løvset
2020-10-26
Updates examples using cfmt.h c_print().
Tyge Løvset
2020-10-26
Final fix.
Tyge Løvset
2020-10-26
Another minor.
Tyge Løvset
2020-10-26
Minor.
Tyge Løvset
2020-10-26
Removed differencing between float/double. Cleaner.
Tyge Løvset
2020-10-26
Support for differenting between float and double. Messy-
Tyge Løvset
2020-10-25
Changed stdout to have alias 1 instead of 0, and stderr=2.
Tyge Løvset
2020-10-24
Renamed c_printf() to c_print() because it no longer support of printf() form...
Tyge Løvset
2020-10-24
Added in-code documentation cfmt.h
Tyge Løvset
2020-10-24
Make 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-24
More robust way.
Tyge Løvset
2020-10-24
Minor fix to c_timef() feature.
Tyge Løvset
2020-10-24
Added c_timef(fmt, tm) macro - a convenience strftime()-wrapper function to b...
Tyge Løvset
2020-10-23
Fix1: Added _Bool. Fix2: Handle '*' flag in format. 3: Removed support for %-...
Tyge Løvset
2020-10-23
Fix/reverted to use continue in parser.
Tyge Løvset
2020-10-22
Improved error messages for c_printf().
Tyge Løvset
2020-10-22
A minor fix.
Tyge Løvset
2020-10-22
Removed debug statement.
Tyge Løvset
2020-10-22
Added support for %t (can have flags: %10t) as alternative to {} in c_printf(...
Tyge Løvset
2020-10-21
Reverted to print chars as chars not numbers. signed char will show as char o...
Tyge Løvset
2020-10-21
Fixed missing _Generic types. Renamed c_print to c_printf, added some usage.
Tyge Løvset
2020-10-21
Fixed some VS signed char problems.
Tyge Løvset
2020-10-21
Small update.
Tyge Løvset
2020-10-21
Added support for regular % formatting as well.
Tyge Løvset
2020-10-21
Added c++ support for cfmt.h
Tyge Løvset
2020-10-20
Minor things.
Tyge Løvset
2020-10-20
Added cfmt.h and some smaller fixes.
Tyge Løvset
2020-10-17
Internal renaming of STC_IMP to STC_DEF. Removed cstr_INIT. Use cstr_init().
Tyge Løvset
2020-10-16
Fixed compiling as lib (-DSTC_HEADER) and added c_withbuffer() and c_break_wi...
Tyge Løvset
2020-10-14
Renamed cstr() constructor to cstr_from(), cstr_from() to cstr_from_fmt().
Tyge Løvset
2020-10-14
Simplified repr.
Tyge Løvset
2020-10-13
Restructuring.
Tyge Løvset
2020-10-13
Tweaks.
Tyge Løvset
2020-10-13
Fixed cstr_getdelim()
Tyge Løvset
2020-10-10
Added cstr_getdelim() / getline() functions.
Tyge Løvset
[prev]
[next]