Branch: refs/heads/smoke-me/khw-strftime
Home: https://github.com/Perl/perl5
Commit: 667502a5414000234c33436e1540cdbd69835006
https://github.com/Perl/perl5/commit/667502a5414000234c33436e1540cdbd69835006
Author: Karl Williamson <[email protected]>
Date: 2025-11-09 (Sun, 09 Nov 2025)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Silence unused variable compiler warning
On some systems this was unused. Now that we have C99, we can move the
declaration and some #ifdef's and not declare it unless it is going to
be used.
Commit: 39320e01d5ee574f0408ee4920f839b9cee19540
https://github.com/Perl/perl5/commit/39320e01d5ee574f0408ee4920f839b9cee19540
Author: Karl Williamson <[email protected]>
Date: 2025-11-09 (Sun, 09 Nov 2025)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Slight comment clarification
Commit: 48ad0ba35891d99b1adc8610d24364ea9c141613
https://github.com/Perl/perl5/commit/48ad0ba35891d99b1adc8610d24364ea9c141613
Author: Karl Williamson <[email protected]>
Date: 2025-11-09 (Sun, 09 Nov 2025)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: ints_to_tm: Fix #if's
These were just plain wrong, causing code to be skipped that should have
been compiled. This is the core of GH #23878
Commit: 0a2c00a77b045ca331320363885d278527152cc4
https://github.com/Perl/perl5/commit/0a2c00a77b045ca331320363885d278527152cc4
Author: Karl Williamson <[email protected]>
Date: 2025-11-09 (Sun, 09 Nov 2025)
Changed paths:
M locale.c
Log Message:
-----------
perlapi: Add extensive strftime documentation
Due to the differences in various systems' implementations, I think it
is a good idea to more fully document the Perl version.
Commit: 5db16171530a47c58e5f0d7476ead507584ccca6
https://github.com/Perl/perl5/commit/5db16171530a47c58e5f0d7476ead507584ccca6
Author: Karl Williamson <[email protected]>
Date: 2025-11-09 (Sun, 09 Nov 2025)
Changed paths:
M ext/POSIX/POSIX.xs
M ext/POSIX/lib/POSIX.pm
M ext/POSIX/lib/POSIX.pod
M ext/POSIX/t/posix.t
M ext/POSIX/t/time.t
M locale.c
Log Message:
-----------
test
Compare: https://github.com/Perl/perl5/compare/26269a069881...5db16171530a
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications