This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Teach diag.t about Perl_mess
[perl5.git] / time64.c
2014-09-10 Jarkko HietaniemiUse the Perl_ math in time64.c, too.
2014-09-04 Jarkko HietaniemiSome <termios.h> #define WRAP, undef it.
2014-06-27 Craig A. BerryTime functions in time64.c need thread context on VMS.
2014-06-24 Jarkko HietaniemiUnused contexts found under PERL_GLOBAL_STRUCT.
2014-01-12 Daniel Draganreduce size of const static tables in time64.c
2013-01-17 Andy DoughertyAdded asserts() to check the arguments to S_copy_little...
2013-01-17 Daniel Draganremove an useless null check in S_copy_little_tm_to_big_TM
2012-11-09 Daniel Draganremove various redundant dTHXes
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-08-19 Steve PetersSilence a warning in time64.c. Need to downgrade a...
2010-01-31 Michael G Schwerngmtime/localtime are busted around 2**48
2009-05-14 Vincent Pitpp.c and time64.c don't need to be executable
2009-04-25 Craig A. BerryMake time64 use NV for time_t, I32 for year, not Quad_t.
2009-03-27 Craig A. BerryForgot one "static" in 7430375d1909c2b62c1fb3f9c6ed4b9d...
2009-03-26 Craig A. BerryRemove unused function S_copy_big_TM_to_little_tm from...
2009-03-26 Craig A. BerryNamespace clean-up for time64.
2009-01-13 Jerry D. HeddenSilence time64.c build warning
2009-01-13 Steve HaySilence Win32 compiler warnings.
2009-01-09 Craig A. Berryfake_localtime_r and fake_gmtime_r may need thread...
2009-01-05 Craig A. BerryMake time64.c's internal copy function names more reada...
2009-01-03 Michael G. SchwernUpdate from y2038
2009-01-03 Michael G. SchwernUpdate from y2038.
2009-01-03 Michael G. SchwernUpdate from y2038
2009-01-03 Michael G. SchwernRemove the AIX work around code. Instead it should...
2009-01-03 Michael G. SchwernRename localtime64.[ch] to time64.[ch] to mirror change...