summaryrefslogtreecommitdiff
path: root/time64.c
Commit message (Expand)AuthorAgeFilesLines
* time64.c: Remove no longer needed codeKarl Williamson2022-09-291-34/+0
* Change ENV/LOCALE locking read macro namesKarl Williamson2022-09-291-4/+4
* Remove ENV_LOCALE_LOCK/UNLOCK macrosKarl Williamson2022-09-291-4/+4
* Fix typos in tim64.c commentsKarl Williamson2022-06-081-2/+3
* Add Hobbit quote to time64.cLeon Timmermans2022-06-081-0/+26
* time64.c: avoid 'uninit' compiler warningDavid Mitchell2020-12-031-1/+1
* time64: declare `tm_zone` as `const char*` unconditionallyDagfinn Ilmari Mannsåker2020-07-181-1/+1
* time64.c: Add a branch prediction for unlikely eventKarl Williamson2020-03-181-1/+1
* time64.c: Add mutex protectionKarl Williamson2020-03-181-3/+46
* time64.[ch]: Inline only use of another macroKarl Williamson2020-03-181-24/+21
* time64.[ch]: Inline only use of a macro and fcnKarl Williamson2020-03-181-24/+24
* time64.c: White-space onlyKarl Williamson2020-03-181-42/+42
* time64.c: Refactor Perl_localtime64_r()Karl Williamson2020-03-181-8/+7
* time64.c: Store fcn return in a variableKarl Williamson2020-03-181-1/+2
* A few small tweaks in time64.cAndy Lester2016-11-291-10/+10
* Drop useful-looking but unused lookup table.Jarkko Hietaniemi2015-07-221-10/+0
* Add time64 as its own build target.Jarkko Hietaniemi2015-07-221-5/+8
* Use the Perl_ math in time64.c, too.Jarkko Hietaniemi2014-09-101-9/+9
* Some <termios.h> #define WRAP, undef it.Jarkko Hietaniemi2014-09-041-0/+1
* Time functions in time64.c need thread context on VMS.Craig A. Berry2014-06-271-2/+5
* Unused contexts found under PERL_GLOBAL_STRUCT.Jarkko Hietaniemi2014-06-241-1/+0
* reduce size of const static tables in time64.cDaniel Dragan2014-01-131-5/+5
* Added asserts() to check the arguments to S_copy_little_tm_to_big_TM.Andy Dougherty2013-01-171-0/+2
* remove an useless null check in S_copy_little_tm_to_big_TMDaniel Dragan2013-01-171-28/+23
* remove various redundant dTHXesDaniel Dragan2012-11-081-0/+2
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* Silence a warning in time64.c. Need to downgrade a const char *Steve Peters2010-08-191-1/+1
* gmtime/localtime are busted around 2**48Michael G Schwern2010-01-311-1/+1
* pp.c and time64.c don't need to be executableVincent Pit2009-05-141-0/+0
* Make time64 use NV for time_t, I32 for year, not Quad_t.Craig A. Berry2009-04-251-10/+10
* Forgot one "static" in 7430375d1909c2b62c1fb3f9c6ed4b9d24dfcf32.Craig A. Berry2009-03-271-1/+1
* Remove unused function S_copy_big_TM_to_little_tm from time64.c.Craig A. Berry2009-03-261-32/+0
* Namespace clean-up for time64.Craig A. Berry2009-03-261-44/+46
* Silence time64.c build warningJerry D. Hedden2009-01-131-0/+2
* Silence Win32 compiler warnings.Steve Hay2009-01-131-3/+3
* fake_localtime_r and fake_gmtime_r may need thread context.Craig A. Berry2009-01-091-0/+2
* Make time64.c's internal copy function names more readable and VMS-friendly.Craig A. Berry2009-01-041-5/+5
* Update from y2038Michael G. Schwern2009-01-031-12/+17
* Update from y2038.Michael G. Schwern2009-01-031-14/+27
* Update from y2038Michael G. Schwern2009-01-031-17/+28
* Remove the AIX work around code. Instead it should just set it's LOCALTIME_MA...Michael G. Schwern2009-01-031-36/+107
* Rename localtime64.[ch] to time64.[ch] to mirror change in y2038, and the fil...Michael G. Schwern2009-01-031-0/+481