This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-09-16 Father Chrysostomosop.c:newMYSUB: disable stub optimisation
2012-09-16 Father ChrysostomosStore state subs in the pad
2012-09-16 Father Chrysostomoslexsub.t: Add test name, test override from another pkg
2012-09-16 Father ChrysostomosLet barewords look up our subs
2012-09-16 Father Chrysostomostoke.c:yylex:KEY_sub can use PL_tokenbuf to begin with
2012-09-16 Father ChrysostomosMake ‘sub foo{}’ respect ‘our foo’
2012-09-16 Father ChrysostomosFix our sub with proto
2012-09-16 Father ChrysostomosMake do sub() respect our declarations
2012-09-16 Father Chrysostomoslexsub.t: Fix a test
2012-09-16 Father ChrysostomosUse test.pl in lexsub.t
2012-09-16 Father ChrysostomosMake &foo respect our sub
2012-09-16 Father ChrysostomosAllocate ‘our sub’ in the pad
2012-09-16 Father ChrysostomosAdd padcv to Opcode.pm
2012-09-16 Father Chrysostomospadcv op type
2012-09-16 Father ChrysostomosDon’t allow name after our/state sub
2012-09-15 Karl WilliamsonPATCH: [perl #82954] Make "Can't do {n,m} with n >...
2012-09-15 Chris 'BinGOs... Update Sys-Syslog to CPAN version 0.32
2012-09-15 Father ChrysostomosFix build under C++
2012-09-15 Father Chrysostomos[perl #114888] Localise PL_comppad_name in cv_clone
2012-09-15 Father ChrysostomosMake SUPER::method respect method changes in moved pkg
2012-09-15 Father ChrysostomosMake SUPER::method calls work in moved stashes
2012-09-15 Father ChrysostomosMake SUPER:: in main less sensitive
2012-09-15 Father Chrysostomosmethod.t: Add basic tests for SUPER
2012-09-15 Father Chrysostomosmethod.t: Test more method-BLOCK edge cases
2012-09-15 Father Chrysostomoscop.h: Remove obsolete comment
2012-09-15 Father Chrysostomospp_ctl.c:caller: Remove obsolete comment
2012-09-15 Father ChrysostomosPrevent assertion failure with ‘no a a 3’
2012-09-15 Father ChrysostomosIncrease $warnings::VERSION to 1.14
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-09-15 Father ChrysostomosMake (caller $n)[9] respect std warnings
2012-09-15 Father Chrysostomosperldiag: 13 years for reserved word deprec. is enough
2012-09-15 Father Chrysostomosperldiag: ‘Attempt to free unreffed scalar’ is S
2012-09-15 Father Chrysostomosperlhacktips.pod: readonly ops update (again)
2012-09-15 Father Chrysostomossv.c: %vd printf format microöptimisation
2012-09-15 Father ChrysostomosFix %vd with alpha version
2012-09-15 Father Chrysostomosperldiag: ‘Unbalanced string table’ is a default warning
2012-09-15 Father Chrysostomosperldiag: ‘Scalars leaked’ is a default warning
2012-09-15 Craig A. BerryAdd another include directory for the x2p files on...
2012-09-14 David Mitchell[MERGE] eliminate PL_reginput
2012-09-14 David Mitchellregmatch(): eliminate reginput variable
2012-09-14 David Mitchellregmatch(): remove remaining reads of reginput
2012-09-14 David Mitchellregmatch(): remove reginput from CURLY etc
2012-09-14 David Mitchellregmatch(): remove reginput from CURLYM
2012-09-14 David Mitchellregmatch(): remove reginput from IFMATCH etc
2012-09-14 David Mitchellregmatch(): remove reginput from TRIE_next_fail:
2012-09-14 David Mitchellregmatch(): make PUSH_STATE_GOTO dest explicit
2012-09-14 David Mitchelleliminate PL_reginput
2012-09-14 Nicholas ClarkFix compilation for -DPERL_POISON and -DPERL_OLD_COPY_O...
2012-09-14 Nicholas ClarkFix buggy -DPERL_POISON code in S_rxres_free(), exposed...
2012-09-14 Nicholas ClarkRestore the build under -DPERL_OLD_COPY_ON_WRITE
2012-09-14 Colin KuskieRefactor t/op/push.t to use test.pl instead of making...
2012-09-14 Colin KuskieRefactor t/run/switch0.t to use test.pl instead of...
2012-09-14 Colin KuskieRefactor t/op/overload_integer.t to use test.pl instead...
2012-09-14 Colin KuskieRefactor t/op/exists_sub.t to use test.pl instead of...
2012-09-14 Karl WilliamsonMerge branch for mostly regen/regcharclass.pl into...
2012-09-14 Karl Williamsonutf8.h: Use machine generated IS_UTF8_CHAR()
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add ability to restrict platforms
2012-09-14 Karl Williamsonutf8.h: Remove some EBCDIC dependencies
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add optimization
2012-09-14 Karl Williamsonregen/regcharclass.pl: White-space only
2012-09-14 Karl Williamsonregen/regcharclass.pl: Extend previously added optimization
2012-09-14 Karl Williamsonregen/regcharclass.pl: Rmv always true components from...
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add an optimization
2012-09-14 Karl Williamsonregen/regcharclass.pl: Rename a variable
2012-09-14 Karl Williamsonregen/regcharclass.pl: Pass options deeper into call...
2012-09-14 Karl WilliamsonUse macro not swash for utf8 quotemeta
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add new output macro type
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add documentation
2012-09-14 Karl Williamsonregen/regcharclass.pl: Error check input better
2012-09-14 Karl Williamsonregen/regcharclass.pl: Allow comments in input
2012-09-14 Karl Williamsonregen/unicode_constants.pl: Add name parameter
2012-09-14 Karl WilliamsonMove 2 functions from utf8.c to regexec.c
2012-09-14 Karl Williamsonregexec.c: Use new macros instead of swashes
2012-09-14 Karl Williamsonregen/regcharclass.pl: Generate macros for \X processing
2012-09-14 Karl Williamsonregen/regcharclass.pl: Change to work on an empty class
2012-09-14 Karl Williamsonregen/regcharclass.pl: Fix bug for character '0'
2012-09-14 Karl Williamsonregen/regcharclass.pl: Work on EBCDIC platforms
2012-09-14 Karl Williamsonregen/regcharclass.pl: Remove Encode:: dependency
2012-09-14 Karl Williamsonregen/regcharclass.pl: Handle ranges, \p{}
2012-09-14 Karl Williamsonutf8.h: Save a branch in a macro
2012-09-14 Karl Williamsonutf8.h: White-space only
2012-09-14 Karl Williamsonutf8.h: Correct improper EBCDIC conversion
2012-09-14 Karl Williamsonext/B/B.xs: Remove EBCDIC dependency
2012-09-14 Karl WilliamsonRemove some EBCDIC dependencies
2012-09-14 Karl WilliamsonRename regen'd hdr to reflect expanded capabilities
2012-09-14 Karl Williamsonregen/utf8_strings.pl: Add ability to get native charset
2012-09-14 Karl Williamsonregen/utf8_strings.pl: Allow explicit default on input
2012-09-14 Karl Williamsonregen/utf8_strings.pl: Copy empty input lines to output
2012-09-14 Karl Williamson/regcharclass.pl, utf8_strings.pl: Add guard to .h
2012-09-14 Karl WilliamsonUnicode/UCD.pm: Clarify pod
2012-09-14 Karl WilliamsonFix \X handling for Unicode 5.1 - 6.0
2012-09-14 Karl Williamsonregcomp.c: Wrap some long lines
2012-09-13 Steve Hayperldelta for 8700fd3876
2012-09-13 Steve HayDocument how to create and use smoke-me branches
2012-09-13 Steve HayFix a couple of headings in perlgit.pod which look...
2012-09-13 Steve HayAvoid POSIX::close when closing files by descriptor...
2012-09-13 Jesse Luehrswhoops, move this back where it was
2012-09-12 Father Chrysostomosop.c: Document newGIVENOP(..., 0)
2012-09-12 Father ChrysostomosFix listop-hash-infix parsing
2012-09-12 Father Chrysostomostoke.c: Under -DT, dump complement properly
next