0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Time::y2038 perl module to provide a bare bones wrapper around y2038 for other modules, such as Time::Local, to use. More... over 15 years ago
timelocal64() alias to mktime64() More... over 15 years ago
Test the gregorian cycle optimization code in seconds_between_years by trying out years past 2400 More... over 15 years ago
Implement mktime64() More... over 15 years ago
Fix the tests to properly pass their name and arguments through. More... over 15 years ago
Implement gmtime64() and localtime64(). Follow the requirement that they return static memory. :( More... over 15 years ago
Change safe_year() so it picks the lowest possible year in the 1970 - 2038 range when the year is before 1970. More... over 15 years ago
Consting. More... over 15 years ago
A patch to Time-Local-Extended 0.48 More... over 15 years ago
Put the patch against bleadperl under version control. More... over 15 years ago
Eliminate multi-var macros, that's C99 More... over 15 years ago
Add some trace code to help with debugging. More... over 15 years ago
Quiet a type conversion warning. More... over 15 years ago
Move user configuration stuff into a new file. More... over 15 years ago
Remove is_ll(), which assumes long long, and use is_Int64() instead. More... over 15 years ago
Quiet on last type warning (on Windows). More... over 15 years ago
Change the last of the Int64 uses to more specific types. More... over 15 years ago
we don't need to use floor() or ceil(), integer math takes care of that. More... over 15 years ago
Fix some more type conversion warnings revealed by turning USE_TM64 off. More... over 15 years ago
Turn on -Wconversion to catch conversion mistakes. More... over 15 years ago
r67...@windhund: schwern | 2008-10-02 14:43:35 -0400 Use the SOLAR_CYCLE_LENGTH constant. More... over 15 years ago
r67...@windhund: schwern | 2008-10-02 01:51:56 -0400 Fix the check_min() code. More... over 15 years ago
r67...@windhund: schwern | 2008-10-01 14:58:23 -0400 A little program to test localtime() and gmtime() manually More... over 15 years ago
r67...@windhund: schwern | 2008-10-01 14:47:21 -0400 Undo r67129. It will miss things like the y10k bug where gmtime() fails at y10k but time_t keeps going. More... over 15 years ago
r67...@windhund: schwern | 2008-09-30 19:58:36 -0400 Simplify the checking algorithm by simply finding a lower and upper bound for the binary search checking when time_t overflows. We don't actually have to call the date function in that loop. More... over 15 years ago
r67...@windhund: schwern | 2008-09-30 19:41:17 -0400 Add some install docs. More... over 15 years ago
r67...@windhund: schwern | 2008-09-30 11:44:22 -0400 Consolodate the new binary search date check code. More... over 15 years ago
r67...@windhund: schwern | 2008-09-30 11:29:28 -0400 More accurate binary search. More... over 15 years ago
r67...@windhund: schwern | 2008-09-30 01:22:47 -0400 Make gm/localtime64_r 10000x faster for distant dates. More... over 15 years ago
r67...@windhund: schwern | 2008-09-30 01:19:01 -0400 Fix the types on printf() More... over 15 years ago