0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
assert: Split some of the work into a separate C file. More... over 15 years ago
math: Implement fabs and friends. More... over 15 years ago
complex: Implement creal/cimag and friends. More... over 15 years ago
sprintf: Add some missing field-width checks. More... over 15 years ago
complex: Implement conj and friends. More... over 15 years ago
stdlib: Implement abort. More... over 15 years ago
build: Add missing header to Makefile.am. More... over 15 years ago
math: Move mathcommon.h to toplevel include. More... over 15 years ago
math: Implement nan and friends. More... over 15 years ago
math: Implement fmin/fmax and friends. More... over 15 years ago
build: Remove autogen.sh. More... over 15 years ago
math: Implement exp and friends. More... over 15 years ago
stdio: Partially implement vsnprintf and friends. More... over 15 years ago
assert: Fix embarrassing error. More... over 15 years ago
Update license boilerplate. More... over 15 years ago
bsearch: Update test case. More... almost 16 years ago
wchar: Fix constraint violation in "C" locale handling. More... almost 16 years ago
bsearch: Use a nicer midpoint computation. More... over 16 years ago
bsearch: Add missing copyright header. More... over 16 years ago
wchar: Add initial wide character support for "C" locale. More... over 16 years ago
include: Add headers to the distribution. More... over 16 years ago
strncmp: Fix constraint violation in pointer assignment. More... over 16 years ago
strncmp: Fix behaviour on negative chars. More... over 16 years ago
build: Add missing headers to Makefile.am. More... over 16 years ago
memmove: Update test case. More... over 16 years ago
stdlib: Implement bsearch. More... over 16 years ago
memset: Fix embarrasing error. More... over 16 years ago
stdlib: Implement the div family of functions. More... over 16 years ago
memmove: Avoid copy into temporary buffer. More... over 16 years ago
memmove: Add a test case. More... over 16 years ago