This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-12-05 Zeframremove doc hedge about autovivification
2017-12-05 Zeframdocument context provided by refgen
2017-12-05 Aaron Cranepod/perlapio.pod: fix incorrect count of list items
2017-12-05 Zeframstop using &PL_sv_yes as no-op method
2017-12-05 Zeframdocument newATTRSUB_x()
2017-12-05 Zeframmore fully document newCONSTSUB{,_flags}()
2017-12-05 Zeframdocument newXS_len_flags()
2017-12-05 Zeframavoid attaching prototype to freed XS sub
2017-12-04 Father ChrysostomosMake Bad name error less unhelpful
2017-12-04 James E KeenanRelax workaround for d_uselocale from RT #128867.
2017-12-04 David Mitchellmulticoncat: don't fold adjacent constants
2017-12-04 Karl Williamsonperluniprops/mktables: Add code points matched annotations
2017-12-04 Karl Williamsonperluniprops/mktables: Add Definition concept
2017-12-03 David Mitchellre_intuit_start(): skip too short variant utf8 pat
2017-12-03 Karl Williamsonperluniprops/mktables: Fix wong output.
2017-12-02 Father Chrysostomossubstr.t: typo
2017-12-02 Father Chrysostomos[perl #132527] Allow 4-arg substr(delete ...)
2017-12-02 Father Chrysostomost/lib/warnings/9enabled: update comment
2017-12-01 Yves Ortonfixup test that was broken by 3c67ad9b9.
2017-12-01 Yves Ortoncomment entry points to study_chunk
2017-12-01 Yves Ortoncomment out unreachable code and explain why it was...
2017-12-01 Craig A. BerrySpecify afs entries in configure.com.
2017-12-01 Zeframin Data-Dumper, quote glob names better
2017-12-01 Tony Cook(perl #132506) finish the correction to dir_unchanged()
2017-12-01 Zeframcorrect a perldelta description
2017-12-01 Zeframrevert changes to st_ino signedness handling
2017-12-01 Zeframin malloc, compute memory sizes in size_t
2017-11-30 Karl Williamsonperluniprops: Display controls sorted by alpha
2017-11-30 Karl Williamsonmktables: Add safety code
2017-11-30 Karl Williamsonperluniprops: Make sc property refer to scx
2017-11-30 Karl Williamsonperluniprops/mktables: Fix bad entry
2017-11-30 Karl Williamsonmktables: Comment fixes only
2017-11-30 Karl Williamsonmktables: Use global for Script_Extensions object
2017-11-30 Karl Williamsonperluniprops: \p{Greek} is a shortcut for scx:greek
2017-11-30 Craig A. BerryTry harder to define INT64_C and UINT64_C.
2017-11-30 Chris 'BinGOs... Update File-Fetch to CPAN version 0.56
2017-11-30 Marco FontaniRT#132520: mention it's OK to attach a patch to an...
2017-11-30 Steve HayFix Windows build following commit 184f90dc41
2017-11-30 Steve HayUpgrade experimental from version 0.17 to 0.18
2017-11-30 Steve HayUpgrade Test-Simple from version 1.302113 to 1.302120
2017-11-30 Tony Cook(perl #132506) remove an unneeded argument
2017-11-30 Tony Cook(perl #132506) deal with un-/partly implemented *at...
2017-11-30 Karl WilliamsonPATCH: [perl #132516] locale.c compiler warning
2017-11-29 Nicolas Rmark MB_CUR_MAX constant as unsigned long
2017-11-29 Karl Williamsonperluniprops: Improve sorting
2017-11-29 Nicolas RIO test: adjust require for non CORE perl
2017-11-29 Jarkko HietaniemiMore UINT64_C.
2017-11-29 Jarkko Hietaniemiassert() that the vlnz is not NULL before using it.
2017-11-29 Jarkko HietaniemiInitialize variables.
2017-11-29 Jarkko HietaniemiSet safer umask for mkstemp().
2017-11-29 Jarkko HietaniemiMore robust version of 793c2ded.
2017-11-29 Marco Fontanisecond arg to mkdir is MODE, not MASK
2017-11-29 David MitchellPOSIX.xs: remove unused variable
2017-11-29 David Mitchellrpeep(): use OPpPADHV_ISKEYS, not OPpRV2HV_ISKEYS
2017-11-28 Dagfinn Ilmari... Assigning non-zero to $[ will become fatal in 5.30
2017-11-28 David Mitchell$overloaded .= $x: don't stringify $x
2017-11-28 Steve Hayperldelta for commit 6f669bf58b
2017-11-28 Steve HayFix $Config{libpth} for x64 builds with VC++ earlier...
2017-11-28 Jarkko HietaniemiFalse false.
2017-11-28 Jarkko HietaniemiSTDCHAR * might not be char *.
2017-11-28 Jarkko HietaniemiInitialize the variable.
2017-11-28 Jarkko HietaniemiMake certain the info is initialized.
2017-11-28 Jarkko HietaniemiIn some systems st.ino is never negative.
2017-11-28 Jarkko HietaniemiUse UINT64_C() for 64-bit constant.
2017-11-27 Karl WilliamsonAPItest: Add ability to test API fcn utf8_length()
2017-11-27 Karl WilliamsonAPItest: Initialize parameter
2017-11-27 Karl Williamsoninline.h: White-space only
2017-11-27 Karl WilliamsonUse is_utf8_invariant_string() more
2017-11-27 Karl WilliamsonFix and clarify the pod for utf8_length()
2017-11-27 Father Chrysostomostoke.c: Don’t leak memory
2017-11-27 Father Chrysostomosperldelta for 2cb35ee01 / #132485
2017-11-26 Father Chrysostomossort perldiag
2017-11-26 Father Chrysostomos[perl #132485] Warn about "$foo'bar"
2017-11-26 Father Chrysostomostoke.c: Comment typo
2017-11-26 Zeframexpect -k to be overloadable on Win32
2017-11-26 Karl WilliamsonPOSIX.xs: Convert to use is_utf8_non_invariant_string()
2017-11-26 Karl Williamsontoke.c: Convert to use is_utf8_non_invariant_string
2017-11-26 Karl Williamsonmg.c: Convert to use is_utf8_non_invariant_string()
2017-11-26 Karl WilliamsonAdd is_utf8_non_invariant_string()
2017-11-26 Karl WilliamsonChange 3 functions to be #defines of others
2017-11-26 Karl Williamsoninline.h: Avoid some extra strlen()
2017-11-25 Karl Williamsonsv_utf8_decode: Reverse order of tests for speed
2017-11-25 Karl Williamsonpp_sys.c: Avoid reparsing string
2017-11-24 Jarkko Hietaniemiminiperl/minitest cannot do these tests.
2017-11-23 Karl Williamsontoke.c lex_stuff_pvn(): Use fcn, not handrolled code
2017-11-23 Karl Williamsonmktables: Avoid some work
2017-11-23 Karl Williamsondoop.c: Change to use is_utf8_invariant_string()
2017-11-23 Karl WilliamsonSearch for UTF-8 invariants by word
2017-11-23 Karl Williamsonutf8.c: White-space only
2017-11-23 David Mitchell[MERGE] t/TEST -deparse fixups
2017-11-23 David Mitchellupdate Porting/deparse-skips.txt
2017-11-23 David Mitchellautouse: fix autouse.t deparsing
2017-11-23 David MitchellDeparse: handle warnings NOFATAL
2017-11-23 David MitchellDeparse: handle state attributes
2017-11-23 David MitchellDeparse: don't parenthesise state @a = ...
2017-11-23 David MitchellTEST -deparse: don't list unexpected pass as fail
2017-11-23 David MitchellDon't Deparse "${$}abc" as "$$abc"
2017-11-23 David MitchellDeparse: avoid upgrading RV to GV in stash entries
2017-11-23 David MitchellDeparse nested (($x .= ...) .= ...) correctly.
2017-11-23 David Mitchelladd OPpCONCAT_NESTED flag
next