This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-08-30 Nicolas RPromote v5.36 usage and feature bundles doc
2022-08-30 Elvin Aslanov[doc] Update File::Basename synopsis
2022-08-30 Elvin AslanovUpdate File::Spec synopsis
2022-08-30 Elvin Aslanov[doc] Update FileHandle synopsis
2022-08-30 Elvin Aslanov[doc] Update File::Copy synopsis
2022-08-30 Elvin Aslanov[doc] Update IO::Handle synopsis
2022-08-30 Yves Ortonperlinterp.pod - minor enhancements of the docs about...
2022-08-30 Elvin AslanovUpdate IO::File synopsis
2022-08-30 Elvin AslanovUpdate IO::Dir synopsis
2022-08-29 Yves Ortondeb.c - when PL_copline is NOLINE show 0 not 2^32-1.
2022-08-28 Karl Williamsondiag.t: subDivide exception list
2022-08-28 Karl WilliamsonUse LIFO in Destroying locale subsystem
2022-08-28 Dagfinn Ilmari... Fix POD formatting error in perl5372delta
2022-08-28 Yves Ortonretainedlines.t - deterministic results and fixup tests...
2022-08-27 Kenneth OlwingChange optimization level for Win32 builds
2022-08-27 Kenneth OlwingCustom timeout in watchdog in -T tests fails
2022-08-27 Yves Ortongv.c - use SVf_QUOTEDPREFIX in error message
2022-08-26 Yves Ortonperl.h - move defines out of incorrect ifdef
2022-08-26 James E KeenanChange variable names in test
2022-08-26 Elvin Aslanov[doc] Update File::stat synopsis
2022-08-26 Karl WilliamsonPOSIX: mbrlen,mbtowc: Use SvPVbyte not SvPV
2022-08-25 Richard LeachPerldelta for GH#20077 (addition to existing list)
2022-08-25 Richard LeachAdd OPpTARGET_MY optimization to OP_UNDEF
2022-08-25 Karl Williamsonrun/locale.t: skip illegal locale test when all are...
2022-08-25 Yves Ortonsv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and...
2022-08-25 Kenneth OlwingHandle intrin files on win32 with gcc
2022-08-24 Paul "LeoNerd... Add PUSHpvs("literal") macro family
2022-08-24 Karl Williamsonmakedef.pl: Rmv obsolete symbol
2022-08-24 Karl Williamsonperldelta for changes to I18N::Langinfo
2022-08-24 Karl Williamsonperlapi: Add cautions about PL_Sv, PL_na
2022-08-24 Karl WilliamsonConsolidate PERL_TEST_TIME_OUT_FACTOR to watchdog()
2022-08-23 BramupdateAUTHORS.pm: quote the commit range
2022-08-23 BramTMP: Skip author tests when there is no git config
2022-08-23 Karl WilliamsonUse Windows system default locale
2022-08-23 Todd RinaldoBump Locale::Maketext version to 1.32 to match CPAN
2022-08-23 H.Merijn BrandUpdate Config::Perl::V to version 0.34
2022-08-23 Richard Leachrpeep: don't apply padsv_store and padrange together
2022-08-22 Bramwin32: Remove trailing backslash from `INST_TOP`
2022-08-22 BramSkip t/porting/authors.t on shallow clones
2022-08-22 BramCI: Remove fetching of tags from sanity check
2022-08-22 Karl WilliamsonMerge branch 'fourth batch of locale commits' into...
2022-08-22 Karl WilliamsonRevert "XXX Temporarily skip on Windows"
2022-08-22 Karl Williamsonlanginfo.t: Use mnemonic; Avoid $_
2022-08-22 Karl WilliamsonLanginfo.t: White-space comments only
2022-08-22 Karl Williamsonlanginfo.t: Cope with bad system locale returns
2022-08-22 Karl WilliamsonLanginfo.t: Use different loc_tools function to simplify
2022-08-22 Karl Williamsonlocale.c: Add fallbacks if no mbtowc()
2022-08-22 Karl Williamsonrun/locale.t: Use langinfo not localeconv
2022-08-22 Karl Williamsonrun/locale.t white space
2022-08-22 Karl Williamsonlocale_threads.t: Use I18N::Langinfo, not POSIX::locale...
2022-08-22 Karl Williamsonlib/locale.t: Use I18N::Langinfo, not POSIX::localeconv()
2022-08-22 Karl WilliamsonAdd Perl_langinfo8()
2022-08-22 Karl Williamsonlocale.c: Add utf8ness return param to my_langinfo_i()
2022-08-22 Karl WilliamsonAdd my_strftime8()
2022-08-22 Karl Williamsonlocale.c: Add branch prediction, comments
2022-08-22 Karl Williamsonlocale.c: Collapse duplicate logic into one instance
2022-08-22 Karl Williamsonlocale.c: localeconv() unconditional NUMERIC toggle
2022-08-22 Karl WilliamsonMove POSIX::localeconv() logic to locale.c
2022-08-22 Karl Williamsonlocale.c: Add fcn for UTF8ness determination
2022-08-22 Karl WilliamsonAdd internal typedef locale_utf8ness_t
2022-08-22 Karl WilliamsonAdd utf8ness_t typedef
2022-08-22 Karl Williamsonlocale.c: Add is_locale_utf8()
2022-08-22 Karl Williamsonlocale.: Need CTYPE to match other category for nl_langinfo
2022-08-22 Karl WilliamsonNew signature for static fcn my_langinfo()
2022-08-22 Karl WilliamsonAdd toggle_locale() fcns
2022-08-22 Karl Williamsonlocale.c: Improve non-nl_langinfo() CODESET calc
2022-08-22 Karl Williamsonlocale.c: Add static fcn to analyze locale name codeset
2022-08-22 Karl Williamsonlocale.c: langinfo: Use Windows fcn to find CODESET
2022-08-22 Karl Williamsonlocale.c: Make S_save_to_buffer() reentrant
2022-08-22 Karl Williamsonembed.fnc: Also check for NL_LANGINFO_L
2022-08-22 Karl Williamsonlocale: make PL_langinfo_buf const *
2022-08-22 Karl Williamsonlocale.c: Use a scratch buf; instead of reusing old
2022-08-22 Karl Williamsonlocale.c: Fix Windows bug with broken localeconv()
2022-08-22 Karl Williamsonlocale.c: Don't read off buffer end
2022-08-22 Karl Williamsonlocale.c: S_save_to_buffer; Rmv no longer used param
2022-08-22 Karl WilliamsonS_save_to_buffer() allow ignoring return value
2022-08-22 Karl Williamsonlocale.c: Don't ask S_save_to_buffer() to be inlined
2022-08-22 Karl Williamsonlocale.c: Don't add CP to Windows code page names
2022-08-22 Karl Williamsonlocale.c: Fix currency symbol derivation
2022-08-22 Karl Williamsonlocale.c: Rmv redundant cBOOL()
2022-08-22 Karl Williamsonlocale.c: Use typedef to simplify
2022-08-22 Karl Williamsonlocale.c: Extend S_save_to_buffer()
2022-08-22 Karl Williamsonlocale.c: Shorten my_nl_langinfo() to my_langinfo()
2022-08-22 Karl Williamsonlocale.c: White-space only
2022-08-22 Karl Williamsonlocale.c: Rmv reimplementation of my_strftime()
2022-08-22 Karl Williamsonlocale.c: Return defaults for uncomputable langinfo...
2022-08-22 Karl Williamsonlocale.c: Add two #defines
2022-08-22 Karl Williamsonlocale.c: Make statics of repeated string constants
2022-08-22 Karl Williamsonlocale.c: Reorder cases in a switch
2022-08-22 Karl Williamsonlocale.c: Mollify clang
2022-08-22 Karl WilliamsonMove code for mbr?towc() from POSIX.xs to locale.c
2022-08-22 Karl Williamsonlocale.c: Separate out two Win fcns from a larger one
2022-08-22 Karl Williamsonlocale.c: Don't change locale if already there
2022-08-22 Karl Williamsonlocale.c: Silence some compiler warnings if no LC_ALL
2022-08-22 Karl WilliamsonInitialize PL_numeric_name, PL_collation_name
2022-08-22 Karl Williamsonlocale.c: Refactor a strerror implementation
2022-08-22 Karl Williamsonlocale.c: querylocale return mortalized copy
2022-08-21 James E KeenanCorrect .mailmap entry for a08a101a45
2022-08-21 Bramt/io/eintr.t: only show diag message on failure
2022-08-21 Bramt/io/eintr.t: Add `diag` when F_GETPIPE_SZ failed
next