This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-10-18 Karl Williamsonlocale.c: Compile display fcn under more circumstances
2022-10-18 Karl Williamsonlocale: Create special variable to hold current LC_ALL
2022-10-18 Karl WilliamsonClean up perl.h/makedef.pl common logic
2022-10-18 Karl WilliamsonDon't #define USE_THREAD_SAFE LOCALE unless threaded
2022-10-18 Karl Williamsonsv.c: Set phase to CONSTRUCT on interpreter being cloned
2022-10-18 Karl Williamsonsv.c: Clone interpreter with locale set to C
2022-10-18 Karl Williamsonsv.c: Move some code; consolidate
2022-10-17 Tony Cookperldelta for b0bc598140d48
2022-10-17 Tony Cookhandle intermediate pads not including the name in...
2022-10-17 Nicolas RAvoid excess flood from IRC notifications workflow
2022-10-17 Paul "LeoNerd... Don't set OPf_REF on OP_ANONCODE during op_lvalue()
2022-10-17 Dan Bookperlsub - replace uses of $a and $b in examples
2022-10-17 Tony Cookperldelta for e2d2ca12ad65
2022-10-17 Tony Cookend of file (^D on POSIX-likes) now behaves like q...
2022-10-15 Karl Williamsonlocale.c: Silence unused var warning on freebsd
2022-10-14 Karl Williamsonlocale.c: Fix Debug statement on netbsd
2022-10-13 TAKAI KousukeUse `LINE_Tf` for formatting line numbers
2022-10-13 TAKAI Kousuketoke.c: Use `line_t` (rather than `I32`) to hold the...
2022-10-13 TAKAI KousukeUse `LINE_Tf` thoroughly for formatting the value of...
2022-10-13 TAKAI Kousukelocale.c: Add explicit (line_t) cast to silence DEBUGGI...
2022-10-12 BramExtend testsuite.yml to 'select' which jobs to run
2022-10-12 Bramtestsuite.yml: Check for false value
2022-10-12 Bramtestsuite.yml: Split "run_all_jobs" logic
2022-10-12 BramAdd some docs for workflow/testsuite.yml
2022-10-12 BramUse cancelled() instead of always()
2022-10-12 BramAlso run 'dist-modules' when porting test fails
2022-10-11 Peter John... Math-Complex: list all imported constants in POD
2022-10-10 Kenichi IshigakiJSON::PP: Synch with CPAN version 4.12
2022-10-10 Karl Williamsonhandy.h: Set macro to false if can't ever be true
2022-10-10 Karl Williamsonmakedef.pl Skip PL_in_utf8_COLLATE_locale if no LC_COLLATE
2022-10-10 Karl Williamsonlocale.c: Add comments/white space; slight tidying
2022-10-10 Karl Williamsonlocale.c: Make win32_setlocale return const *
2022-10-10 Karl WilliamsonAdd some const to wrap_wsetlocale
2022-10-10 Karl Williamsonlocale.c: Generalize static functions
2022-10-10 Karl Williamsonlocale.c: Make static 2 Win-only functions
2022-10-10 Karl Williamsonlocale.c: Remove unused cpp alternatives
2022-10-10 Karl Williamsonlocale.c: Windows special case NULL input first
2022-10-10 Karl Williamsonlocale.c: Allow function to have side effects
2022-10-10 Karl Williamsonlocale.c: Meld two functions into one
2022-10-10 Karl Williamsonlocale.c: Refactor S_find_locale_from_environment()
2022-10-10 Karl Williamsonlocale.c: Move find_locale_from_environment() in file
2022-10-10 Karl WilliamsonAdd wrap_wsetlocale() to embed.fnc
2022-10-09 Tony Cookperldelta for a37e8492a204, 35458d36d3c9
2022-10-09 Felipe GasperCompile anonymous subs as anoncode without srefgen.
2022-10-09 Felipe GasperAdd anonconst test to Deparse.t
2022-10-07 Karl WilliamsonAllow non-ASCII locale names
2022-10-06 Karl Williamsonlocale.c: Display thread in DEBUG statements
2022-10-05 Nathan MillsNathan Mills is now a Perl author
2022-10-05 Nathan Millspp_pack: Suppress Cppcheck warning.
2022-10-03 Elvin Aslanov[doc] perlnewmod: Move links from HTTP to HTTPS
2022-10-02 Paul "LeoNerd... Add comments to perly.y to explain token ordering
2022-10-02 Karl Williamsonlocale.c: Fix syntax error (only when no LC_ALL)
2022-10-02 Karl WilliamsonCertain LC_CTYPE variables need to always exist
2022-10-02 Karl Williamsonintrpvar.h: Consolidate some defns into #ifdefs
2022-10-02 Karl Williamsonintrpvar.h: White space only
2022-10-02 Karl Williamsonperl.h: Rmv nested STMT_START...END
2022-10-01 Karl Williamsonlocale.c: Remove obsolete, unused label
2022-10-01 Peter John... Math-Complex: fix syntax error in example
2022-10-01 Peter John... Math-Complex: update URLs
2022-10-01 Peter John... fix typo (remove redundant 'an')
2022-10-01 Karl WilliamsonMove Math-Complex from cpan/ to dist/
2022-09-30 Karl WilliamsonRMG: Add step for deprecation/experimental resolution
2022-09-30 Karl Williamsonthread.h: White space only
2022-09-30 Karl WilliamsonAdd pTHX to thread_locale_(init|term)
2022-09-29 Karl WilliamsonMerge branch 'Add mutexes' into blead
2022-09-29 Karl Williamsonutil.c: Add locks around strftime() calls
2022-09-29 Karl WilliamsonPOSIX.xs: Add some mutex locks
2022-09-29 Karl WilliamsonAdd mutexes for various libc calls
2022-09-29 Karl Williamsonos2: Use many reader lock instead of exclusive
2022-09-29 Karl Williamsonutil.c: mktime needs to run under a mutex
2022-09-29 Karl Williamsonwin32.c: Add mutexes around some calls
2022-09-29 Karl WilliamsonAdd mutexes around calls in pp_sys.c
2022-09-29 Karl Williamsontime64.c: Remove no longer needed code
2022-09-29 Karl Williamsonperl.h: Finish implementing combo ENV/LOCALE mutexes
2022-09-29 Karl Williamsonperl.h: Move some statements
2022-09-29 Karl WilliamsonChange ENV/LOCALE locking read macro names
2022-09-29 Karl WilliamsonRemove ENV_LOCALE_LOCK/UNLOCK macros
2022-09-29 Karl Williamsonperl.h: Add #define for gwENVr_LOCALEr_UNLOCK
2022-09-29 Karl Williamsonpp.c: Add mutex around a format
2022-09-29 TAKAI Kousukecop.h: Fix return type in CopLINE()'s apidoc entry
2022-09-29 Karl Williamsonlocale.c: Revamp sync_locale(), switch_to_global_locale()
2022-09-29 Karl Williamsonlocale.c Change function to return a string, not print
2022-09-29 Karl Williamsonlocale.c: Save output of emulate_setlocale in buffer
2022-09-29 Karl Williamsonlocale.c: Teach save_to_buffer to handle self param
2022-09-28 Karl Williamsonmktables: flush output immediately when debugging
2022-09-28 Karl Williamsonlocale.c: Use synonym name for clarity
2022-09-28 BramExtend cmpVERSION.pl to check for modified .c/.h
2022-09-28 Karl Williamsonperlhacktips: Add section on writing safer macros
2022-09-28 Unicode ConsortiumSupport Unicode 15.0
2022-09-28 Karl Williamsonmktables: Skip some new 15.0 files
2022-09-28 Karl Williamsonmktables: Skip some code for Unicode 15
2022-09-28 Karl Williamsonmktables: Revise Version line search in inputs
2022-09-28 Karl Williamsonmktables: Accept multiple @missing lines in input files
2022-09-28 Karl Williamsonmktables: Multi_Default now accepts multiple defaults...
2022-09-28 Karl Williamsonmktables: Add two methods to Multi_Default class
2022-09-28 Karl Williamsonmktables: More closely examine @missing lines
2022-09-28 Karl Williamsonmktables: Standardize value aliases
2022-09-28 Karl Williamsonmktables: Add/Fix comments, white-space
2022-09-28 Karl Williamsonmktables: Use intermed variable to shorten name
2022-09-28 Karl Williamsonmktables: Convert array to hash
next