This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-06-03 Craig A. BerryRemove extraneous semicolon from OP_PRIVATE_ONCE.
2010-06-03 Vincent PitDeprecate find_rundefsvoffset()
2010-06-03 Vincent PitThe UNDERBAR macro should use find_rundefsv() as well
2010-06-03 Vincent PitMake pp_reverse fetch the lexical $_ from the correct pad
2010-06-01 AbigailSkip two Japhs that use the fact that split in void...
2010-06-01 Slaven RezicDocument IO::Socket getsockopt and setsockopt
2010-05-31 Tony Cookmove the fresh_perl() tests above the environment tests
2010-05-31 Karl WilliamsonPATCH: teach diag.t new warning function names
2010-05-31 H.Merijn BrandState the requirement of a C89 compliant ANSI C-compiler
2010-05-31 Nicholas ClarkIn Perl_pad_add_name(), use sv_upgrade() directly rathe...
2010-05-31 Nicholas ClarkReorder the entry for die, moving discussion of the...
2010-05-31 Tony Cookhandle perl extended utf8 start bytes
2010-05-31 Father Chrysostomos[perl #70075] no 6; broken
2010-05-30 Karl WilliamsonPATCH: [perl #75138] "\c`" -> " "
2010-05-30 Karl WilliamsonDocument tricks, work-arounds for user-defined casing
2010-05-30 Jerry D. HeddenUn-TODO a threads-shared test that now passes
2010-05-30 Karl WilliamsonAdd mktables option for development use
2010-05-30 Karl Williamsonmktables -- don't create Names table unless asked
2010-05-30 Karl WilliamsonFix priority of suppressed vs. explicitly output
2010-05-30 Karl WilliamsonRemove obsolete comment
2010-05-30 Karl WilliamsonGenerate simple case folding tables only if asked
2010-05-30 Karl WilliamsonAdd comment about objaddr in mktables
2010-05-30 Karl WilliamsonUse in-line 'no overloading' for speed
2010-05-30 Karl WilliamsonDon't require doubled backslashes in perldiag.pod
2010-05-30 Nicholas ClarkEliminate some newSV(0)s by merging the SV allocation...
2010-05-30 Nicholas ClarkOnly allocate entries for @_ when the subroutine is...
2010-05-29 Nicholas ClarkFix the regexp in t/porting/args_assert.t, and add...
2010-05-29 Nicholas ClarkProperly free paren_name_list with its regexp.
2010-05-29 Karl WilliamsonClarify that count is bytes not unicode characters
2010-05-29 Karl WilliamsonDisplay characters as Unicode for clarity
2010-05-29 Karl WilliamsonAdd tested for corrupted regnode
2010-05-29 Karl WilliamsonUse sizeof instead of hard-coded array size
2010-05-29 Karl WilliamsonTypo
2010-05-29 Nicholas ClarkWhen assigning to $^P, don't zero $DB::single, $DB...
2010-05-28 Nicholas ClarkMigrate most other op_private to name conversion into...
2010-05-28 Nicholas ClarkIn Perl_do_op_dump(), move calls to append_flags()...
2010-05-28 Nicholas ClarkAdd C_ARRAY_END(), returning a pointer to after the...
2010-05-28 Nicholas ClarkIn Perl_do_op_dump(), reorder the ops within the if...
2010-05-28 Nicholas ClarkIn Perl_do_sv_dump(), use append_flags() for PVCV,...
2010-05-28 Nicholas ClarkIn Perl_do_sv_dump(), for PVCV and PVFM, test for SvCOM...
2010-05-28 Nicholas ClarkIn Perl_do_op_dump(), move runs of op_private name...
2010-05-28 Nicholas ClarkCreate S_append_flags() from a common code pattern...
2010-05-28 Nicholas ClarkInPerl_boot_core_UNIVERSAL() use a data structure for...
2010-05-28 Salvador Ortiz... Naif calls segfault T_PRTOBJ of the stock typemap
2010-05-28 Nicholas ClarkAdd simple_bitmask and varies_bitmask to globvar.sym.
2010-05-27 Nicholas ClarkConvert REGNODE_{SIMPLE,VARIES} to a bitmask lookup...
2010-05-27 Nicholas ClarkChange regcomp.pl to 0-based indexing for its arrays...
2010-05-27 Nicholas ClarkEncapsulate lookups in PL_{varies,simple} within macros...
2010-05-27 Nicholas ClarkGenerate PL_simple[] and PL_varies[] with regcomp.pl...
2010-05-27 Nicholas ClarkRe-work the regcomp.sym to remove use of hard tabs...
2010-05-27 Nicholas ClarkCorrect the node numbers in comments.
2010-05-27 Nicholas ClarkRemove stray tab character in definition for VERB.
2010-05-27 George GreerFix clang "incompatible operand types" error in ternary...
2010-05-26 Karl WilliamsonPATCH: user defined special casing for non utf8
2010-05-25 Karl WilliamsonChange a few tests to use new test.pl EBCDIC stuff
2010-05-25 Karl WilliamsonAdd functions to test.pl for easier EBCDIC testing
2010-05-25 Nicholas ClarkFix CLONE/weakref bug revealed by adf8f095c5881bce.
2010-05-25 H.Merijn BrandUpdate rsync sources in perlhack
2010-05-25 Shlomi FishAdd the perl equivalent for av_make.
2010-05-25 Shlomi FishAdd the Perl equivalent for av_len.
2010-05-25 Shlomi FishAdd a missing comma in the av_fill() docs.
2010-05-25 Shlomi FishClarify the av_fetch() documentation.
2010-05-25 Shlomi FishAdd Perl equivalent for av_exists().
2010-05-25 Shlomi FishAdd a Perl equivalent to av_delete().
2010-05-25 Shlomi FishAdd the Perl equivalent example to av_clear.
2010-05-25 Shlomi FishLink from GIMME_V to perlcall for a usage example.
2010-05-25 Karl WilliamsonPATCH: correct misstatement, formats in perlunicode
2010-05-25 Nicholas ClarkFix for typo in 0824d66743a706cd, in the expected outpu...
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2010-05-25 Father Chrysostomos... Deref ops ignore get-magic when SvROK(sv)
2010-05-25 Father ChrysostomosJust the tests from a proposed fix for 68192
2010-05-25 Karl WilliamsonReplace wrong tr/// table in perlebcdic.pod
2010-05-25 Karl WilliamsonRemove unused, wrong #define in utf8.h
2010-05-24 Jerry D. HeddenFix build warnings introduced by v5.13.0-139-ge0fa7e2
2010-05-24 Nicholas ClarkAdd Perl_clone_params_{del,new} and Perl_sv_dup to...
2010-05-24 Nicholas ClarkSet PADSTALE on all lexicals at the end of sub creation.
2010-05-24 Nicholas ClarkDon't clone the contents of lexicals in pads.
2010-05-24 Nicholas ClarkIn Perl_pad_tidy(), merge the SvPADTMP_on() loops for...
2010-05-24 Nicholas ClarkIn Perl_padlist_dup() don't duplicate @_ or pads caused...
2010-05-24 Nicholas ClarkConvert PAD_DUP to a function Perl_padlist_dup().
2010-05-24 Nicholas ClarkWhen deleting CLONE_PARAMS, push any unreferenced SVs...
2010-05-24 Nicholas ClarkBetter ithreads cloning - add all SVs with a 0 refcnt...
2010-05-24 Nicholas ClarkCleaner implementations for Perl_clone_params_{new...
2010-05-24 Nicholas ClarkAbstract *correct* initialisation of CLONE_PARAMS into...
2010-05-24 Nicholas ClarkConvert Perl_sv_dup_inc() from a macro to a real function.
2010-05-24 Nicholas ClarkIn perl_clone_using(), turn off AvREAL() on param-...
2010-05-24 ZeframAdd package block syntax to perldelta
2010-05-24 David GoldenAdd perldelta entry for non-destructive substitution
2010-05-23 Nicholas ClarkChange the API documentation from sv_2nv to sv_2nv_flags.
2010-05-23 Zeframfix MAD handling of package block syntax
2010-05-23 David Mitchelladd perldelta entry for overload fixes
2010-05-23 David GoldenFormat perlhist consistently by maint/dev track
2010-05-23 David Goldencreate perl5132delta
2010-05-23 David GoldenRephrase perlop for non-destructive substitution
2010-05-23 David GoldenAdd David Caldwell to AUTHORS
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-21 Nicholas ClarkRestore strict refs on stashes, removed by ce10b5d1ec5b...
2010-05-21 Nicholas ClarkRe-instate the use of gv_stashpvn_flags(), and the...
2010-05-21 Nicholas ClarkRemove the tokeniser hack that prevents compile-time...
2010-05-21 Nicholas ClarkPL_in_load_module only has values 0 and 1, so can be...
next