This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-08-10 Karl WilliamsonSwap the ordering of two locale category indices
2022-08-10 Karl Williamsonlocale.c: Rmv unnecessary variable
2022-08-10 Karl Williamsonlocale.c: Make sure newlocale() doesn't destroy arg
2022-08-10 Karl Williamsonlocale.c: panic if shouldn't-happen events do
2022-08-10 Karl Williamsonlocale.c: Don't waste time executing a no-op
2022-08-10 Karl Williamsonlocale.c: Mv declarations closer to use in function
2022-08-10 Karl Williamsonlocale.c: newlocale() can't handle disparate locales
2022-08-10 Karl Williamsonlocale.c: Change outlier call to use macro
2022-08-10 Karl Williamsonlocale.c: Move DEBUG location info
2022-08-10 Karl Williamsonlocale.c: Use DEBUG_(PRE|POST_)STMTS to save/restore...
2022-08-10 Karl WilliamsonAdd a common locale panic macro and functions
2022-08-10 Karl WilliamsonDon't discard locale info in starting P2008
2022-08-10 Karl Williamsonlocale.c: Add DEBUGGING information
2022-08-10 Karl Williamsonlocale.c: Add fcn to hide edge case undefined behavior
2022-08-10 Karl Williamsonsv.c: Duplicate more variables during cloning
2022-08-10 Karl WilliamsonSplit off setting locale to "" from S_emulate_setlocale
2022-08-10 Karl Williamsonlocale.c: locale "" can be disparate
2022-08-10 Karl Williamsonlocale.c: Split ancillary from S_emulate_setlocale
2022-08-10 Karl Williamsonlocale.c: Clean up handling of a glibc bug
2022-08-10 Karl Williamsonlocale.c: Change internal variable name
2022-08-10 Karl Williamsonlocale.c: Comments; move declarations to use point
2022-08-10 Karl Williamsonlocale.c: Avoid loop; panic on unexpected condition.
2022-08-10 Karl Williamsonlocale.c: Split aggregate LC_ALL from emulate_setlocale
2022-08-10 Karl Williamsonsetlocale_failure_panic_i now used more generally
2022-08-10 Karl Williamsonlocale.c: Use setlocale() for init, not P2008
2022-08-10 Karl Williamsonlocale.c: Refactor some derived #defines
2022-08-10 Karl Williamsonlocale.c: Generalize stdize_locale()
2022-08-10 Karl WilliamsonReorder some locale functions in embed.fnc
2022-08-10 Karl WilliamsonMake two locale PL_ strings const char*
2022-08-10 Karl WilliamsonTemporarily skip on Windows
2022-08-10 Karl Williamsonintrpvar.h: Fix when certain locale symbols get defined
2022-08-10 Karl Williamsonsv.c: Move some initialization inside #ifdef
2022-08-09 James E KeenanUpdate version number listed for IO-Compress
2022-08-09 David GoldenHTTP-Tiny: Sync with CPAN version 0.082
2022-08-09 James E KeenanErrno.t: provide labels for tests lacking them 20055/head
2022-08-09 Yves Ortonperl.[ch] - hash related setup affects binary compatibility
2022-08-09 Yves Ortonperl.c - remove code for reporting state of non-existen...
2022-08-09 Yves Ortonhv_func.h - change _PERL style macros to PVT_ style...
2022-08-09 Tomasz Konojackiwin32.c: use _mkgmtime() instead of mktime() in stat()
2022-08-08 Graham KnopSync JSON::PP with CPAN 4.11
2022-08-08 James E KeenanChange of upstream maintainer
2022-08-08 Karl Williamsonperlhacktips, perlguts: Fix typos
2022-08-08 Tony Cookavoid dereferencing prog which may be NULL
2022-08-08 Tony Cookexplicitly ignore the result of sv_utf8_downgrade()
2022-08-08 Tony CookPrevent Coverity complaining about the mixed & and &&
2022-08-07 James E Keenant/op/sselect.t: skip 4 tests under miniperl 20040/head
2022-08-06 Yves Ortonregen/regcomp.pl - Apparently this extra const breaks g++
2022-08-06 Yves Ortonregex engine - replace many attribute arrays with one
2022-08-06 Yves Ortonregex engine - wrap PL_regnode_name with macro REGNODE_...
2022-08-06 Yves Ortonregex engine - wrap PL_regnode_arg_len_varies with...
2022-08-06 Yves Ortonregex engine - wrap PL_regnode_arg_len with macro REGNO...
2022-08-06 Yves Ortonregex engine - wrap PL_regnode_off_by_arg with macro...
2022-08-06 Yves Ortonregex engine - wrap PL_regnode_kind with macro REGNODE_...
2022-08-05 Richard LeachReplace sv_2mortal(newSVhek( with newSVhek_mortal
2022-08-05 Richard Leachsv.c - add Perl_newSVhek_mortal
2022-08-05 Richard LeachPerl_newRV_noinc - explicitly simplify, convert to...
2022-08-05 Elvin Aslanov[doc] Link to module manual pages
2022-08-05 Elvin Aslanovpodcheck.t: Clarify syntax for --add-link
2022-08-05 Elvin Aslanovperl5db.pl: Spelling
2022-08-04 James E KeenanMerge branch 'patch-2' into blead
2022-08-04 Elvin AslanovTypo in "y" (PadWalker) command description 20038/head
2022-08-04 Dan KogaiEncode: sync with CPAN version 3.19
2022-08-04 Nicholas ClarkAdd tests for `do { ... } while 0;` and `do { ... ...
2022-08-04 Karl Williamsontoke.c: Variable should be decleared Size_t, not SSize_t
2022-08-04 Karl WilliamsonRmv obsolete reference to C89
2022-08-03 Paul "LeoNerd... Emit __VA_ARGS__-using macros into embed.h when on...
2022-08-03 Paul "LeoNerd... Avoid some confusion in regen/embed.pl by renaming...
2022-08-03 Yves Ortonregex engine - improved comments explaining REGNODE_AFTER()
2022-08-03 Yves Ortonregex engine - integrate regnode_after() support for...
2022-08-03 Yves Ortonregex engine - rename REGNODE_AFTER_dynamic() REGNODE_A...
2022-08-03 Yves Ortonregcomp.c - initial support for EXACTish nodes in regno...
2022-08-03 Yves Ortonglobvar.sym - sort PL_reg*
2022-08-03 Yves Ortonregex engine - Rename PL_reg_name to PL_regnode_name
2022-08-03 Yves Ortonregex engine - Rename PL_reg_off_by_arg to PL_regnode_o...
2022-08-03 Yves Ortonregex engine - Rename PL_regkind to PL_regnode_kind
2022-08-03 Yves Ortonregex engine - Rename PL_regargvaries to PL_regnode_arg...
2022-08-03 Yves Ortonregex engine - Rename PL_regarglen to PL_regnode_arg_len
2022-08-03 Yves Ortonregen/regcomp.pl - add PL_regargvaries
2022-08-03 Yves Ortonregen/regcomp.pl - add a way to dump the node/state...
2022-08-03 Yves Ortonregen/regcomp.pl - fix documentation (add missing PL_...
2022-08-03 Yves Ortonregcomp.pl - use the regnode typedefs in EXTRA_SIZE...
2022-08-03 Yves Ortonregex engine - Rename reg_off_by_arg to PL_reg_off_by_arg
2022-08-03 Yves Ortonregex engine rename -> reg_off_by_arg
2022-08-03 Yves Ortonregcomp.c - rename NEXTOPER to REGNODE_AFTER and relate...
2022-08-03 Yves Ortonregen/regcomp.pl - create typedefs for all regnode...
2022-08-03 Yves Ortonregen/regcomp.pl - Make regarglen available as PL_regar...
2022-08-03 Yves Ortonregcomp.c - replace OP(n) macro with variable 'op'...
2022-08-03 Yves Ortonregcomp.c - replace repeated OP(n) with variable 'op'.
2022-08-03 Yves Ortonregen/mk_invlists.pl - under DEBUG=1 show some progress...
2022-08-03 Paul "LeoNerd... OP_RUNCV should be created by newSVOP()
2022-08-03 Paul "LeoNerd... assert() in pp_gv and pp_gvsv that the GV really is...
2022-08-03 Paul "LeoNerd... Create a dedicated cMETHOPx_meth() macro
2022-08-03 Paul "LeoNerd... Define the remaining convenience cMETHOP* macros
2022-08-02 Paul "LeoNerd... Fix some unit tests to use new refcount_is() function
2022-08-02 Paul "LeoNerd... Add a refcount_is() helper to t/test.pl
2022-08-02 Nicholas ClarkConfigure should avoid looping infinitely repeating...
2022-08-02 Dan Bookperlfunc - correct argument terminology for dbmopen
2022-08-02 Richard LeachPerl_reg_named_buff_fetch - simpler retarray creation...
2022-08-02 A. Sinan UnurFile::Find: fix "follow => 1" on Windows
2022-08-02 Tomasz KonojackiFile::Find: normalise indentation
next