This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-07-28 Father ChrysostomosFix C++ build broken by 1f039d60d3
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-28 Father Chrysostomospp.c:pp_trans: avoid redundant sv in transr
2012-07-27 Eric BrineDocument return to be exempt from the looks-like-a...
2012-07-27 Father Chrysostomosperlfunc: document last/next EXPR
2012-07-27 Father ChrysostomosB::Deparse: loopexes have assignment prec
2012-07-27 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.16
2012-07-27 Father Chrysostomos[perl #113684] Make redo/last/next/dump accept expr
2012-07-27 Father Chrysostomospp.h: Make [TP]OPp and [TP]OPpx identical
2012-07-27 Father Chrysostomosop.c: apidoc typo
2012-07-27 Father Chrysostomos[perl #113684] Document actual prec of loop exits
2012-07-27 Father ChrysostomosFix CvOUTSIDE assert/refcnt bugs with sub redefinition
2012-07-27 Father ChrysostomosFix CvGV assertion bug with sub redefinition
2012-07-27 Nicholas ClarkRestore microperl, which has been unable to build since...
2012-07-27 Chip SalzenbergWhen setting environment variables via %ENV, force...
2012-07-27 Chip SalzenbergMake all the SvPV*force* macros always return sv with...
2012-07-26 Karl Williamsonmktables: Change \w definition to match new Unicode's
2012-07-26 Chris 'BinGOs... Make Module::CoreList install into 'site' >= 5.012
2012-07-26 Father Chrysostomos[perl #113872] Fix leavewrite’s stack handling
2012-07-26 Father Chrysostomosop.c: op_clear is tempting fate
2012-07-26 Father ChrysostomosDon’t let ?: folding affect truncate
2012-07-26 Father ChrysostomosStop truncate(word) from falling back to file name
2012-07-26 Father ChrysostomosDon’t let ?: folding affect stat
2012-07-26 Father ChrysostomosMerge ck_trunc and ck_chdir
2012-07-25 Father Chrysostomosop.c: dump LABEL leaks its label
2012-07-25 Father Chrysostomosop.c:op_free: Rmv dead code; simplify cop_free logic
2012-07-25 Karl WilliamsonMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2012-07-25 Karl WilliamsonMerge branch 'khw/invlist' into blead
2012-07-25 Karl Williamsonregcomp.c: Revise bracketed char class optimizations
2012-07-25 Karl Williamsonregcomp.c: Fix <if> condition
2012-07-25 Karl Williamsonregcomp.c: Add _invlist_contains_cp
2012-07-25 Karl Williamsonutf8.c: Add a get_() method to hide internal details
2012-07-25 Karl Williamsonregcomp.c: Optimize /[[:blank:]]/u into \h
2012-07-25 Karl Williamsonregcomp.c: Properly count elements in [] for false...
2012-07-25 Karl Williamsonregcomp.c: Use POSIXA, NPOSIXA
2012-07-25 Karl Williamsonregcomp.sym: Add new node types POSIXA and NPOSIXA
2012-07-25 Karl Williamsonregcomp.h: Use handy.h constants
2012-07-25 Karl Williamsonhandy.h: Free up bits in PL_charclass[]
2012-07-25 Karl Williamsonhandy.h: Add intermediate internal macro
2012-07-25 Karl Williamsonregcomp.c: Relax some restrictions on optimizations...
2012-07-25 Karl Williamsonregcomp.c: Add func to test 2 inversion lists for equality
2012-07-25 Karl Williamsonutf8.c: Add info to commented-out -DU lines
2012-07-25 Karl Williamsonregcomp.c: Reverse order of setting, for speed
2012-07-25 Karl Williamsonperllocale: Mention that \n doesn't change for locales
2012-07-25 Karl Williamsonhandy.h: Remove duplicated test
2012-07-25 Karl Williamsonhandy.h: White space only
2012-07-25 Karl Williamsonregcomp.c: Move table to wider scope
2012-07-25 Karl Williamsonregcomp.c: Silence compiler warning
2012-07-25 Karl Williamsonregcomp.c: Change macro name to better indicate its...
2012-07-25 Karl WilliamsonOptimize a single character [class] into EXACTish
2012-07-25 Karl Williamsonregcomp.c: Extract some code into an inline function
2012-07-25 Karl Williamsonregcomp.c: shrink some optimized [class] nodes
2012-07-25 Karl Williamsonregcomp.c: Delay some initialization until needed
2012-07-25 Karl Williamsonregcomp.c: Remove duplicate assignments
2012-07-25 Karl Williamsonhandy.h: Move bit shifting into base macro
2012-07-25 Karl Williamsonhandy.h: Renumber character class bits
2012-07-25 Karl Williamsonhandy.h: Reorder some #defines
2012-07-25 Karl Williamsonhandy.h: l1_charclass.h: Add bit for matching ASCII
2012-07-25 Karl Williamsonhandy.h: refactor some macros to use a new one in common.
2012-07-25 Karl Williamsonregcomp.c: Extract code to inline function
2012-07-25 Karl Williamsonregcomp.sym: Correct and add comments
2012-07-25 Karl Williamsonregen/regcomp.pl: Allow ';' in comments
2012-07-25 Karl Williamsonregcomp.c: Optimize [^\n] into \N
2012-07-25 Karl Williamsonregcomp.c: White-space, comments only
2012-07-25 Karl Williamsonregcomp.c: Refactor new charclass optimizations
2012-07-25 Karl Williamsonregcomp.c: Use data structure properties to remove...
2012-07-25 Karl Williamsonregcomp.c: Use macro for clarity
2012-07-25 Karl Williamsonregcomp.c: Only try to fold foldable chars
2012-07-25 Karl Williamsonmktables: Generate new table for foldable chars
2012-07-25 Karl Williamsonregcomp.c: Correct outdated comment
2012-07-25 Karl Williamsonregcomp.c: Change and comment a problematic #define
2012-07-25 Karl Williamsonembed.fnc: Remove duplicate entry
2012-07-25 Karl Williamsonutf8.h, regcomp.c: Use mnemonics for Unicode chars
2012-07-25 Karl Williamsonembed.fnc: Add const to remove compiler warning
2012-07-24 Nicholas ClarkIn Perl_magic_setenv() s/ptr/key/ in two pieces of...
2012-07-24 David Mitchelllex_grow_linestr(): update re_eval_start
2012-07-24 Dave RolskyUpdate core to Time::Local 1.2300 from CPAN
2012-07-24 David Mitchell[perl #114248] Newxz? doc wrong in perlclib.pod
2012-07-24 Nicholas ClarkMerge B 1.37 to blead (more SV flag constants exposed).
2012-07-24 Nicholas ClarkBump B's VERSION and note the changes in perldelta...
2012-07-24 Nicholas ClarkExpose all GV flags matching qr/GVf_/ as constants...
2012-07-24 Nicholas ClarkExpose all CV flags matching qr/CVf_/ as constants...
2012-07-24 Nicholas ClarkExpose all SV flags matching qr/SV(?:[fps]|pad)_/ as...
2012-07-24 Nicholas ClarkIn ext/B/Makefile.PL, order the list of files to scan...
2012-07-24 Chip Salzenbergensure that the env var SV after C<{FOO}='x'> is PV...
2012-07-24 Chip Salzenbergreduce magic overhead of tainting (maybe other magic...
2012-07-24 Chip SalzenbergUnify code that initializes constants yes, no, and...
2012-07-23 Chris 'BinGOs... Sync Module-CoreList version in Maintainers.pl with...
2012-07-21 Karl Williamsonre_tests: Add tests for [perl #114220]
2012-07-21 Chip Salzenbergin sv_chop(), add use SvPOK_only_UTF8() to clear obsole...
2012-07-21 Chip Salzenbergmake SvOOK_offset macro safer, with parens and underscores
2012-07-20 Robin Barkerrewrite a regex in lib/DB.t using \Q
2012-07-20 Tony Cookbump to version 5.17.3
2012-07-20 Tony Cooknew perldelta
2012-07-20 Tony Cookupdate epigraphs.pod
2012-07-20 Tony Cookadd releaase 5.17.2 to perlhist v5.17.2
2012-07-20 Tony Cookupdate Module::CoreList for 5.17.2
2012-07-20 Tony CookPorting/corelist.pl didn't handle newlines in the pod...
2012-07-20 Tony Cookfinalize perldelta
2012-07-19 Karl WilliamsonOnly generate above-Uni warning for \p{}, \P{}
next