1
I Use This!
Activity Not Available

Commits : Listings

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