summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2020-10-08Renamed cdefs.h to ccommon.hTyge Løvset
2020-10-08Minor opt.Tyge Løvset
2020-10-02Fixed generic less function - only worked for intTyge Løvset
2020-10-01Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-10-01Renamed cpqueue build() to make_heap()Tyge Løvset
2020-10-01Update README.mdTyge Løvset
2020-10-01Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-10-01Minor refactoring.Tyge Løvset
2020-10-01Minor refactoring.Tyge Løvset
2020-10-01Tiny doc errorTyge Løvset
2020-10-01Extended into example.tylo
2020-09-30Update README.mdTyge Løvset
2020-09-30Update README.mdTyge Løvset
2020-09-30Update README.mdTyge Løvset
2020-09-30Fixed a bug in clist_insert_after() when list is empty.Tyge Løvset
2020-09-29added c_withfile (f, open) macro.Tyge Løvset
2020-09-27Fixed csptr and examples.Tyge Løvset