1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Upgraded documentation to newer Doxygen More... over 13 years ago
Added the cprintff and cscanff functions. Refactored the cprintf and cscanf to internally use the same arguments. More... over 13 years ago
Fixed fraction digits while rounding More... over 13 years ago
Added trio_xstring_append_max More... about 14 years ago
Cygwin does not support long double math More... over 14 years ago
Use new macros instead of obsoleted ones More... over 14 years ago
Undefine macros that may potentially have been defined as macros by stdio More... over 14 years ago
Fixed an earlier refactoring that caused the Borland detection to fail More... almost 15 years ago
Added VPATH More... almost 15 years ago
Fixed regression failure with incorrectly rounded floating-point numbers More... almost 15 years ago
Fixed uninitialized array problem More... almost 15 years ago
Changed trio_get_argument to return a const pointer More... almost 15 years ago
Fixed problem with an infinite loop on subnormal numbers More... almost 15 years ago
Buffer can be NULL if max is 0 for the snprintf family More... almost 15 years ago
Fixed scanning of non-empty formatting string without qualifiers More... almost 15 years ago
Fixed group scanning with whitespaces More... almost 15 years ago
Improved parsing performance by replacing memcpy with specialized function More... almost 15 years ago
Added TRIO_ARGS7 macro More... almost 15 years ago
Improved performance by avoiding memset on character arrays More... almost 15 years ago
Added const to trio_print_string argument More... almost 15 years ago
Fixed unsigned scanning of signed numbers More... almost 15 years ago
Fixed TrioReadGroup with non-matching input More... almost 15 years ago
Fixed missing undo of lookahead scanning More... almost 15 years ago
Stylistic changes More... almost 15 years ago
Minor refactoring More... almost 15 years ago
Changed scanf so that it does not attempt to read input if the format string is empty More... almost 15 years ago
Ralf Junker reported two cases of C99isms that don't work fine with C90 etc. One with a = {} assignment for a struct, and one variable declaration after code.
Daniel Stenberg
as bagder
More... about 15 years ago
Reverted a piece of the autconf support More... over 15 years ago
Added TRIO_DEPRECATED macro More... over 15 years ago
Made #ifdefs a bit more autoconf-friendly More... over 15 years ago