0
I Use This!
Inactive

Commits : Listings

Analyzed 44 minutes ago. based on code collected about 3 hours ago.
Apr 20, 2023 — Apr 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Put diagnostic formatting back. More... about 7 years ago
Remove commented out lines from the Makefile. More... about 7 years ago
Merge pull request #14 from rurban/mktime64-fixes More... about 7 years ago
Makefile: fixup linux CFLAGS More... almost 8 years ago
Fix fragile t/mktime64.t, better IS_LEAP_ABS More... almost 8 years ago
%lld => %"PRId64" More... almost 8 years ago
make: add USE_TM64=1 support More... almost 8 years ago
make: add DEBUG=1 support More... almost 8 years ago
add time64.i target More... almost 8 years ago
fix tap declarations More... almost 8 years ago
detect Linux and add _BSD_SOURCE _POSIX_SOURCE More... almost 8 years ago
detect darwin and add missing HAS_TM defs More... almost 8 years ago
Update the Travis file. More... over 8 years ago
Add a test_debug target. More... over 8 years ago
time64_limits.h is considered private to time64.c More... over 8 years ago
Add flags -Wmissing-prototypes -Wc++-compat and fix related warnings. More... over 8 years ago
Allegedly, some <termios.h> define a macro called WRAP, so use a longer name like WRAP_TIME64. More... over 8 years ago
Indexing with the result of IS_LEAP() was risky, as the C standard does not actually guarantee that the 'true' value of a boolean expression is exactly 1. More... over 8 years ago
Comment "This code assumes that long longs are 64 bit integers" no longer applies. More... over 8 years ago
Add extern "C" {} for C++ users. More... over 8 years ago
No longer assume that long longs are 64 bit integers, but use the standard int64_t instead. More... over 8 years ago
"char * tm_zone" changed to "const char *", which also fixes compilation warnings. More... over 8 years ago
Makefile comments for Linux/glibc. More... over 8 years ago
Comment about HAS_TM_TM_GMTOFF and HAS_TM_TM_ZONE under Linux/glibc. More... over 8 years ago
Compilation warnings fixed when not using USE_TM64. More... over 8 years ago
Fixed compilation warnings by changing type of a few "int cycles" variables to Year. More... over 8 years ago
Added flag ".DELETE_ON_ERROR:" to makefile, which is almost always a must. More... over 8 years ago
Allow for just one positive leap second in struct tm, which is what the C99 standard says. Two leap seconds in the same minute are not allowed (the C90 range 0..61 was a defect). More... over 8 years ago
Added "-r" flag to "rm" in make clean target, in order to prevent error messages if the files are not found. More... over 8 years ago
"make clean" now removes "bin/check_max" too. More... over 8 years ago