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