1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #13 from sodero/topic/additional_error_codes More... almost 3 years ago
fixed README.md More... almost 3 years ago
moved from travis-ci to github actions and retired codeclimate. More... almost 3 years ago
Add ENOTSUP error code. More... over 3 years ago
Rewritten to handle date ranges better which lie outside the expected time of day, day of month and month. More... almost 4 years ago
Fix for translation bug, which would make "a/../b" into "a./b". Contributed by Thomas Frieden - thank you very much! More... over 5 years ago
Add wcscoll() dummy. More... about 6 years ago
Use IsMinListEmpty() for MinList rather than IsListEmpty(). More... about 6 years ago
Create the proper directoy for MAKELIB. More... about 6 years ago
Compile with -nostdlib, rather than -mcrt=clib2. More... about 6 years ago
Disable -Wunused-label. More... about 6 years ago
Disable -Wbad-function-cast. It produces a lot of useless warnings. More... about 6 years ago
Fix cast to function pointer. More... about 6 years ago
Merge pull request #7 from sba1/wchar-fixes More... about 6 years ago
Update changelog. More... about 6 years ago
Include stdint.h for WCHAR_MAX to avoid redundant definitions. More... about 6 years ago
Don't define wchar_t in C++ as it is a bultin-type there. More... about 6 years ago
Compile wchar_wscoll.c. More... about 6 years ago
Provide stub for mbrtowc(). More... about 6 years ago
Provide some more wide char functions. More... about 6 years ago
Disable the LOG_COMMAND. More... about 6 years ago
Implement wcscat(). More... about 6 years ago
Implement some more of the iswXXX() functions. More... about 6 years ago
Fix vswprintf() prototype. More... about 6 years ago
Implement few wide char functions. More... about 6 years ago
Fix mbtowc() to and compile it. More... about 6 years ago
Build all existing wchar and wctype functions. More... about 6 years ago
Add dummy wctob(). More... about 6 years ago
Fix wcspbrk() definition to match the prototype. More... about 6 years ago
Add wcscoll() prototype. More... about 6 years ago