1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #8 from SamuelSarle/master More... almost 9 years ago
Added ldexp() function. pow() now also accepts negative numbers. More... almost 9 years ago
Merge pull request #7 from SamuelSarle/master More... almost 9 years ago
Fixed fabs() and fmod(). More... almost 9 years ago
Removed accidental junk. More... almost 9 years ago
Revert "Implemented the <math.h> fabs() function." More... almost 9 years ago
Implemented the <math.h> fabs() function. More... almost 9 years ago
Fixed fmod() flow. More... almost 9 years ago
Merge pull request #6 from SamuelSarle/master More... almost 9 years ago
Fixed further style errors. Added fmod() function. More... almost 9 years ago
Fixed further style errors. Added fmod() function. More... almost 9 years ago
Style issues fixed. More... almost 9 years ago
Added pow to the math functions. More... almost 9 years ago
Added pow to the math functions. More... almost 9 years ago
Added pow function to math. More... almost 9 years ago
Merge pull request #4 from SamuelSarle/master More... almost 9 years ago
Added Samuel Sarle to the contributors list. More... almost 9 years ago
Fixed build problems due to strncmp(). More... almost 9 years ago
Corrected permissions on ./autogen.sh. More... almost 9 years ago
Merge pull request #2 from warmachine2002/master More... about 10 years ago
Updated README.rst More... about 10 years ago
Updated CREDITS More... about 10 years ago
Implemented more string functions. More... about 10 years ago
Added Vlad Gluhovsky to the contributors list. More... almost 12 years ago
Implemented the <string.h> strncat() function.
gluckq
as Vlad Gluhovsky
More... almost 12 years ago
Implemented the <string.h> strchr() function. More... almost 12 years ago
Implemented the <string.h> strcspn() function. More... almost 12 years ago
Implemented the <string.h> strpbrk() function. More... almost 12 years ago
Implemented the <string.h> strrchr() function. More... almost 12 years ago
Implemented the <string.h> strspn() function. More... almost 12 years ago