This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-07-03 Karl Williamsonmktables: Fix comment
2011-07-03 Karl Williamsonutf8_heavy.pl: Add INVERT_IT to swash
2011-07-03 Karl Williamsonutf8.c: Accept INVERT_IT in swash
2011-07-03 Karl Williamsonutf8.c: swash_to_invlist() handle EXTRAS
2011-07-03 Karl Williamsonmktables: Use inverted tables for disk space
2011-07-03 Karl WilliamsonRestrict some inversion list functions
2011-07-03 Karl WilliamsonAllow utf8.c to access 4 inversion list functions
2011-07-03 Karl WilliamsonChange 4 inversion list functions from S_ to Perl_
2011-07-03 Karl WilliamsonChange _invlist_invert() from being in-line
2011-07-03 Karl WilliamsonChange names of some inversion list functions
2011-07-03 Karl Williamsonembed.fnc: Move entries around
2011-07-03 Karl Williamsonregexp_unicode_prop.t: Improve output
2011-07-03 Karl Williamsonregcomp.c: White space only
2011-07-03 Karl Williamsonregcomp.c: Do some [^abc] inversion at compile time
2011-07-03 Karl WilliamsonAdd 3 methods for inversion lists
2011-07-03 Karl WilliamsonAdd inversion list dump routine, #ifdef'd out to preven...
2011-07-03 Karl WilliamsonAdd flag to num groks to silence non-portable warnings
2011-07-03 Karl WilliamsonAdd an element to inversion list data structure
2011-07-03 Karl Williamsonregcomp.c: Add comments
2011-07-03 Karl Williamsonregcomp.c: Parenthesize rhs of #define
2011-07-03 Karl Williamsonregcomp.c: Move a function around
2011-07-03 Karl WilliamsonAdd length element to inversion lists
2011-07-03 Karl Williamsonregcomp.c: Use inversion list iterator
2011-07-03 Karl WilliamsonAdd iterator for inversion lists
2011-07-03 Karl WilliamsonAllow a header in inversion lists.
2011-07-03 Karl Williamsonregcomp.c: Correct comment
2011-07-03 Karl Williamsonregcomp.c: Macroize two expressions
2011-07-03 Karl Williamsonregcomp.c: Rmv no longer called function
2011-07-03 Karl Williamsonregcomp.c: Remove no longer called function
2011-07-03 Karl Williamsonregcomp.c: Remove invlist_destroy calls
2011-07-03 Karl Williamsonregcomp.c: #undef after finished
2011-07-03 Karl Williamsonregcomp.c: Remove unneeded temporary
2011-07-03 Karl Williamsonregcomp.c: Revise inversion list API
2011-07-03 Karl Williamsonregcomp.c: PL_utf8_foldclosures is a HV
2011-07-03 Karl WilliamsonChange inversion lists to SVs
2011-07-03 Karl Williamsonoverload.pm: Fix broken link
2011-07-03 Karl Williamsonfix broken links in old perldeltas
2011-07-03 Nicholas ClarkConvert B::Deparse's core.t to Test::More.
2011-07-03 Nicholas ClarkUse C<< >> to avoid tripping a podchecker heuristic...
2011-07-03 Ricardo Signesadd when/how to merge/rebase to perlgit.pod
2011-07-03 Ricardo Signesremove another duplicated section
2011-07-03 Ricardo Signesremove duplicated "topic branches" section
2011-07-03 Ricardo SignesRevert "x"
2011-07-03 Ricardo Signesx
2011-07-03 Karl WilliamsonREADME.foo: Change NAME to perlfoo
2011-07-03 Abhijit Menon-SenAdd terse changelog entry for 2.29
2011-07-02 Father ChrysostomosAdd another address for John Peacock
2011-07-02 John PeacockRevise check for negative versions plus test
2011-07-01 Florian RagwitzDual-life Text::Abbrev
2011-07-01 Nicholas ClarkFor shorter strings, store C<study>'s data as U8s or...
2011-07-01 Nicholas ClarkStore C<study>'s data as U32s, instead of I32s.
2011-07-01 Nicholas ClarkTidy code in pp_study and Perl_screaminstr()
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkMerge PL_scream{first,next} into one allocated buffer.
2011-07-01 Nicholas ClarkChange PL_screamnext to store absolute positions.
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-07-01 Father ChrysostomosStop podcheck.t --add-link from chomping a new line
2011-07-01 Father ChrysostomosAdd another address for Claes Jakobsson
2011-07-01 Claes JakobssonReport a better error when trying to use negative versi...
2011-07-01 Jesse VincentChange the example in the Changes file to be more generic.
2011-06-30 Nicholas ClarkThe regex engine can't assume that SvSCREAM() remains...
2011-06-29 Karl Williamsoncharnames.pm: Nits in pod
2011-06-28 Chris 'BinGOs... Updated Locale-Codes to CPAN version 3.17
2011-06-28 David MitchellRT 64804: tainting with index() of a constant
2011-06-28 Niko TyniTODO test for index() of a tainted constant
2011-06-27 Karl Williamsonperlrun: reflow to fit vertabims in 80 cols
2011-06-27 Chris 'BinGOs... Push the atime and mtime of generated Makefile.PLs...
2011-06-27 Vincent PitFix context propagation below return()
2011-06-27 Vincent PitTest taintedness of values returned by given/when
2011-06-27 Vincent PitIn leavewhen, put the SP back when returning
2011-06-27 Vincent PitMake sure break() resets the sp at its original level
2011-06-25 Vincent PitCorrectly preserve the stack on an implicit break.
2011-06-25 Vincent PitConvert pp_leave() to adjust_stack_on_leave()
2011-06-25 Vincent PitMove pp_enter() and pp_leave() with their friends in...
2011-06-25 Vincent PitFactor stack adjustments on leave in a new static function
2011-06-25 Karl Williamsonfold_grind.t: Add comments
2011-06-25 Karl Williamsonautodoc.pl: Don't list experimental functions in API
2011-06-25 Craig A. BerryDon't quote target name in make_ext.pl.
2011-06-25 Nicholas ClarkFix two podchecker errors on perlunicode.pod
2011-06-25 David Mitchelladd do_ncmp fn and make pp_ncmp, pp_eq etc use it
2011-06-25 David Mitchellpp_ncmp: favour the non- Perl_isnan route
2011-06-25 David Mitchellremove unreachable code from various compare ops
2011-06-25 Leon BrocardExpand bump RT version number in Porting/release_manage...
2011-06-25 Alan Haggai... fix `perldoc -v '$0'`
2011-06-25 Father ChrysostomosIncrease $Pod::Perldoc::VERSION
2011-06-25 Father Chrysostomosperldelta entry for #93454
2011-06-25 Father ChrysostomosTiny comment typo fix in handy.h
2011-06-25 Father ChrysostomosCorrect comment that 903fd87c missed
2011-06-24 Karl Williamsonperlunicode: Nits
2011-06-24 Robin Barkercast unsigned to avoid warning
2011-06-24 Father Chrysostomos[perl #93454] Free deleted iterator when freeing hash
2011-06-24 Father ChrysostomosBypass a switch in gv_fetchpvn for 2-char symbols
2011-06-24 Father ChrysostomosUpdate proto docs after prev commit
2011-06-24 Father ChrysostomosAllow the \$ proto to accept any scalar lvalue [perl...
2011-06-24 Father ChrysostomosMake Perl_op_lvalue_flags provide a no-croak option
2011-06-24 Father Chrysostomosop_lvalue .= _flags
2011-06-24 Father Chrysostomosproto.t: Test \$ with subcall()->[elem]
2011-06-24 Father ChrysostomosRemove two tests from proto.t
2011-06-24 Father ChrysostomosMake pp_leavesublv use S_return_lvalues
2011-06-24 Craig A. Berryrealclean clean-up on VMS.
next