This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-11-25 Chris 'BinGOs... Treat nmake the same as dmake (expand 6544e9b1a)
2014-11-25 syberRemove op_const_class; just use the name on the stack
2014-11-25 Jarkko HietaniemiRemove -std=c89/-ansi if freebsd has "inline static...
2014-11-25 Jarkko HietaniemiPrefer -std=c89 over -ansi.
2014-11-25 Jarkko HietaniemiRevert "Drop -std=c89."
2014-11-24 Karl WilliamsonPATCH [perl #123280] Turn off expected warnings in...
2014-11-24 Chris 'BinGOs... Dmake's -v means verbose not version
2014-11-24 Karl Williamsoncharnames: More fix to work on EBCDIC.
2014-11-24 Karl Williamsont/test.pl: Fix for non-ASCII platforms
2014-11-24 Karl Williamsonpp_pack.c: Make pack('U', 0x41) eq 'A'
2014-11-24 Karl Williamsonpp_pack.c: Add comment
2014-11-24 Karl WilliamsonImprove EBCDIC skip msgs in t/uni
2014-11-24 Karl Williamsont/uni/case.pl: Improve test names.
2014-11-24 Karl Williamsont/uni/case.pl: Use calculated test count
2014-11-24 Karl Williamsonlib/Unicode/UCD.t: Add missing arg to failure sprintf
2014-11-24 Karl WilliamsonMake /[\N{}-\N{}]/ match Unicodely on EBCDIC
2014-11-24 Karl Williamsontoke.c: Add comment
2014-11-24 Karl Williamsonutf8.c: Shorten long constant names, and simplify
2014-11-24 Karl Williamsonutf8.c: Was taking sizeof() wrong thing
2014-11-24 Karl Williamsonperlvar: Add info
2014-11-24 Karl Williamsoncharnames: Generalize to work on non-ASCII platforms
2014-11-24 Karl Williamsoncharnames: Don't return UTF-8 unless have to.
2014-11-24 Karl Williamsontoke.c: Ignore 'use encoding' on \N{}
2014-11-24 Karl Williamsonlib/_charnames.pm: Change variable name
2014-11-24 Karl Williamsoncharnames: Nit in comments, pod
2014-11-24 Karl Williamsoncharnames: Bump version to 1.43
2014-11-24 Karl Williamsontoke.c: Typo in comment
2014-11-24 Father ChrysostomosFix UTF8 lex sub names
2014-11-24 Father Chrysostomosperl5220delta: Function::Parameters update
2014-11-24 Father Chrysostomosperl5215delta.pod: typo
2014-11-24 syberop_class_sv removed for threaded perls op_class_targ...
2014-11-24 syberThis commit speeds up class method calls when class...
2014-11-24 Daniel Draganremove a branch in SvIV_please_nomg
2014-11-24 Tony Cookperldelta for d9bb50d52d1c
2014-11-24 Daniel Draganimprove ParseXS RETVAL code gen
2014-11-24 Father Chrysostomosperl5220delta: Hook::LexWrap is fixed
2014-11-24 Father Chrysostomosknown_pod_issues.dat: 2 more known mods
2014-11-24 Father ChrysostomosAdd 2 more problematic mods to perl5220delta
2014-11-24 Chad GranumUpdate Test-Simple to Alpha 078
2014-11-24 Father Chrysostomos[perl #123062] & proto: only sub{} and \&sub
2014-11-23 H.Merijn BrandConfigure syncup
2014-11-23 David Mitchellfix ext/B/t/optree_misc.t in unthreaded builds
2014-11-23 Jarkko HietaniemiAIX: gcc long doubles do not use -qlongdouble.
2014-11-23 David Mitchellfix recent Concise tests under PERL_UNICODE=''
2014-11-23 Craig A. BerryRemove mysig* macros from vmsish.h.
2014-11-22 Chad GranumUpdate Test-Simple to alpha 076
2014-11-22 Steve HayRevert part of 8629b8cee5
2014-11-22 Ricardo Signesdocument the postderef feature in feature.pm
2014-11-22 Father ChrysostomosProtect ${^E_NCODING} from abuse
2014-11-22 Jim CromieStorable: fixup pod wording
2014-11-21 Karl Williamsonmg.c: Remove poorly considered assertion
2014-11-21 Steve HayUpdate .gitignore file
2014-11-21 Steve HayFix longdblsize and nvsize for 64-bit USE_LONG_DOUBLE...
2014-11-21 Petr PísařReport inaccesible file on failed require
2014-11-21 David Mitchellfix builds with ExtUtils::ParseXS
2014-11-21 Jarkko HietaniemiRevert "Since HP cc is strict c89, use -std=c89 with...
2014-11-21 Jarkko HietaniemiDocument MACOSX_DEPLOYMENT_TARGET.
2014-11-21 Father ChrysostomosIncrease other ExtUtils mods’ version to 3.27
2014-11-21 Father ChrysostomosRemove context param from set_padlist
2014-11-21 Father ChrysostomosIncrease $ExtUtils::ParseXS::VERSION to 3.27
2014-11-21 Father ChrysostomosExtUtils::ParseXS: Suppress unused ‘file’ warning
2014-11-21 Father ChrysostomosSort perldiag
2014-11-21 Father Chrysostomosmg.c: _get_encoding needs dVAR
2014-11-21 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.31
2014-11-21 Father ChrysostomosIncrease $POSIX::VERSION to 1.47
2014-11-21 Father ChrysostomosIncrease $B::VERSION to 1.54
2014-11-21 Father Chrysostomosperl5216delta: Move an entry
2014-11-21 Karl Williamsonperldelta for deprecating ${^ENCODING}
2014-11-21 Karl Williamsonperlvar: More text about ${^ENCODING}; refer by perldiag
2014-11-21 Karl Williamsontoke.c: Consistently upgrade under encoding
2014-11-21 Dagfinn Ilmari... Deprecate setting ${^ENCODING}
2014-11-21 Karl Williamsonmg.c: White-space only
2014-11-21 Karl WilliamsonMake encoding pragma lexical in scope
2014-11-21 Karl WilliamsonMake a function to get PL_encoding's value
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
2014-11-21 Father Chrysostomoslex_assign.t: Make store count test stricter
2014-11-21 Jim Cromieconcise.t: correct test description to match actual...
2014-11-21 Father ChrysostomosMake B use B::COP for nulled COPs
2014-11-21 Father ChrysostomosRemove extraneous semicolons from Deparse output
2014-11-21 Father Chrysostomos[perl #77452] Deparse { ...; BEGIN{} } correctly
2014-11-21 Father Chrysostomosop.h: Note unstack use of OPf_SPECIAL
2014-11-21 Father Chrysostomostest.pl:runperl: Allow multiline prog
2014-11-21 Father ChrysostomosUse test.pl in Deparse.t
2014-11-21 Jarkko HietaniemiSince HP cc is strict c89, use -std=c89 with gcc.
2014-11-21 Jarkko HietaniemiDrop -std=c89.
2014-11-21 Jarkko Hietaniemitgamma infinity limit for IEEE quad prec.
2014-11-21 Chris 'BinGOs... Update perlhist for v5.21.6
2014-11-21 Chris 'BinGOs... Bump the perl version in various places for 5.21.7
2014-11-21 Chris 'BinGOs... New perldelta for v5.21.7
2014-11-21 Chris 'BinGOs... Add epigraph for v5.21.6
2014-11-20 Chris 'BinGOs... Finalise perldelta v5.21.6
2014-11-20 Chris 'BinGOs... Update Module::CoreList for v5.21.6
2014-11-20 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.143240
2014-11-20 Chris 'BinGOs... Update CPAN-Meta-Requirements to CPAN version 2.130
2014-11-19 Karl Williamsonlocale.c: Account for setlocale using static storage
2014-11-19 Ricardo Signesperldelta: fix inconsistent variable names
2014-11-19 Craig A. BerryEscape EFS for directory portion in tovmsspec.
2014-11-19 Jarkko HietaniemiTry making gcc happy about casting U32 to void*.
2014-11-19 Jarkko HietaniemiWhile the nan() todo remains, at least warn not.
2014-11-19 Jarkko HietaniemiComment reformatting.
next