This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2018-04-03 Daniel DraganRT #133039 dont build a Storable.so/.dll with a static... origin/tonyc/132992-storable-deps
2018-04-03 Karl Williamsonregexec.c: Use macro intended for the purpose
2018-04-02 Tony Cook(perl #132876) define API macros on if the NEED_ macro...
2018-04-02 Tony Cook(perl #132876) only define croak_xs_usage()'s assert...
2018-04-02 Tony Cook(perl #133009) *nix builds need Cwd.pm too
2018-04-02 Tony CookStorable: the Limit.pm should depend on the code genera...
2018-04-02 Tony Cook(perl #133009) handle the XP fallback after we're ready...
2018-04-01 Karl WilliamsonPATCH: [perl #133405] POSIX.xs: Silence compiler warning
2018-03-31 Karl Williamsonregexec.c: Silence a compiler warning
2018-03-31 Karl Williamsonregcomp.c: Simplify a function
2018-03-31 Karl Williamsonutf8.c: Add missing const in formal parameter
2018-03-31 Karl Williamsonutf8.c: Remove unused thread context for core-only fcn
2018-03-31 Karl Williamsonregexec.c: Simplify a little
2018-03-31 Karl Williamsonregexec.c: White-space only
2018-03-31 Karl Williamsonregcomp.c: White-space only
2018-03-31 Karl WilliamsonMerge branch 'use swashes less often' into blead
2018-03-31 Karl Williamsonregcomp.c: Rmv no longer used variable
2018-03-31 Karl Williamsonregcomp.c: Rmv no longer used core-only function
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Fix to work on early Unicode
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Improve error message
2018-03-31 Karl Williamsonutf8.c: Rmv no longer used function
2018-03-31 Karl WilliamsonUse compiled-in C structure for inverted case folds
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Generate tables for inverted...
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Inversion maps don't have to...
2018-03-31 Karl Williamsonregexec.c: Remove no longer used macros
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Change some fcns to return a ref
2018-03-31 Karl WilliamsonRemove obsolete variables
2018-03-31 Karl Williamsonregexec.c: White-space, comment only
2018-03-31 Karl Williamsonregexec.c: Convert swash lookup to inversion list
2018-03-31 Karl Williamsonregexec.c: Convert swash lookup to inversion list
2018-03-31 Karl Williamsonregexec.c: Convert swash lookup to inversion list
2018-03-31 Karl Williamsonregexec.c: Explicitly use case: instead of default:
2018-03-31 Karl Williamsonregexec.c: Check for UTF-8 fitting
2018-03-31 Karl Williamsonregexec.c: Convert one swash to inversion list
2018-03-31 Karl Williamsonregexec.c: Rmv obsolete macro
2018-03-31 Karl WilliamsonUse charnames inversion lists
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Generate charnames inversion...
2018-03-31 Karl WilliamsonRemove no longer used constant and #if checks.
2018-03-31 Karl Williamsonutf8.c: Change no longer used params to dummys
2018-03-31 Karl WilliamsonMove init of 2 inversion lists to perl.c
2018-03-31 Karl WilliamsonFix bug in mathoms fcn _is_utf8_xidcont()
2018-03-31 Karl Williamsonutf8.c: Avoid calling swash code
2018-03-31 Karl Williamsonutf8.c: Prefer an inversion list over a swash
2018-03-31 Karl Williamsonutf8.c: Clarify comment
2018-03-31 Karl Williamsonperl.h: Clarify comment
2018-03-31 Karl Williamsonutf8.c: Add comments
2018-03-31 Karl Williamsonregexec.c: Silence compiler warning
2018-03-31 Karl Williamsonutf8.c: Allow to compile for early Unicode versions
2018-03-30 Zeframfix versions in doc of signature/attribute diag
2018-03-30 Zeframdelete unreliable test of Carp crash avoidance
2018-03-29 James E KeenanRemove 'our' from one non-Exporter-related variable.
2018-03-29 James E KeenanUse lexically scoped ('our') variables in POD examples.
2018-03-29 Karl WilliamsonUpdate proto.h
2018-03-29 Karl Williamsonembed.fnc: Add a const to parameter
2018-03-29 Sergey AleynikovMaintain extralibs order for linker
2018-03-29 Sergey AleynikovFix ALL_STATIC builds with MinGW
2018-03-29 Sergey AleynikovFix spelling in windows makefiles
2018-03-29 Sergey AleynikovFix static builds with MinGW
2018-03-29 Sergey AleynikovUpdate links in Devel::PPPort documentation
2018-03-27 Sergey AleynikovUpdate RT path for Devel::PPPort
2018-03-27 Karl Williamsonutf8.c: fix leak
2018-03-27 Karl WilliamsonRegen uconfig.h
2018-03-27 Dagfinn Ilmari Man... Mark unused dl_unload_all_files() argument
2018-03-27 H.Merijn BrandWhitespace consistency
2018-03-27 Dagfinn Ilmari Man... Fix building with -Accflags=-DDL_UNLOAD_ALL_AT_EXIT
2018-03-27 H.Merijn Brandd_strchr is C89 and has been removed from Configure
2018-03-26 Karl WilliamsonMove some inversion list init to perl.c
2018-03-26 Karl WilliamsonMove case change invlists from interpreter to global
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Fix comment gobbleldy gook
2018-03-26 Karl WilliamsonMove UTF-8 case changing data into core
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Add case changing tables
2018-03-26 Karl Williamsonregen/mk_invlists.pl: White space only
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Allow to Generate code point...
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Fix bug with adjusted inputs
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Suppress empty enum declarations
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Allow enum defns to be public
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Handle EBCDIC
2018-03-26 Karl Williamsonregen/mk_invlists.pl: Remove Currency_Symbol definition
2018-03-24 Steve HayAdd epigraphs for 5.24.4-RC1 and 5.26.2-RC1
2018-03-24 Steve Hay5.24.4-RC1 and 5.26.2-RC1 today
2018-03-23 Todd RinaldoBump Time-HiRes to 1.9759 to revert changes from 1...
2018-03-23 Todd RinaldoRevert "Upgrade Time::HiRes from version 1.9753 to...
2018-03-23 Todd RinaldoRevert "Upgrade Time::HiRes from version 1.9757 to...
2018-03-22 Steve HayMaint releases are now expected mid-April; RC1s will...
2018-03-22 Todd RinaldoRemove redundant advice in the RMG about using pod2html...
2018-03-22 Todd RinaldoUpdate Porting/Maintainers.pl to match CPAN for Module...
2018-03-22 Todd RinaldoUpgrade Time::HiRes from version 1.9757 to 1.9758
2018-03-22 Karl Williamsonutf8.c: Update comment
2018-03-22 Karl WilliamsonI18N::Langinfo/t/Langinfo.t: Skip tests on early netbsd
2018-03-21 Karl Williamsonlocale.c: Really silence compiler warning
2018-03-21 David Mitchellop_dump(): display PARENT of top-most node
2018-03-21 Sawyer XPush release of 5.28 by a month to May
2018-03-21 Karl Williamsonmktables: Add aliases to the Present_In property
2018-03-21 Todd RinaldoAdjust code which did not get automatically switched...
2018-03-21 PaliDevel::PPPort: Use prefix D_PPP_ for helper macros
2018-03-20 Todd RinaldoBump the perl version in various places for 5.27.11
2018-03-20 Todd RinaldoNew Perldelta for 5.27.11
2018-03-20 Chris 'BinGOs' Wil... Tick another dev release off
2018-03-20 Todd RinaldoEpigraph for 5.27.10
2018-03-20 Todd RinaldoPerlhist entry for 5.27.10 v5.27.10
next