This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-08-29 Karl Williamsontoke.c: Remove some NATIVE_TO_NEED calls
2013-08-29 Karl Williamsontoke.c: Emphasize that only [A-Za-z] is used here
2013-08-29 Karl WilliamsonUse real illegal UTF-8 byte
2013-08-29 Karl Williamsontoke.c: Remove remapping for EBCDIC for octal
2013-08-29 Karl WilliamsonRemove EBCDIC remappings
2013-08-29 Karl WilliamsonAdd and use macro to return EBCDIC
2013-08-29 Karl Williamsoncharnames: Make work in EBCDIC
2013-08-29 Karl WilliamsonUnicode::UCD: Work on non-ASCII platforms
2013-08-29 Karl Williamsonmktables: Generate native code-point tables
2013-08-29 Karl Williamsonmktables: Move table creation code
2013-08-29 Karl WilliamsonFix some EBCDIC problems
2013-08-29 Karl WilliamsonRemove unnecessary temp variable in converting to UTF-8
2013-08-29 Karl Williamsonutf8.h: Correct macros for EBCDIC
2013-08-29 Karl WilliamsonExtract common code to an inline function
2013-08-29 Karl WilliamsonDon't use EBCDIC macro for a C language escape
2013-08-29 Karl WilliamsonUse byte domain EBCDIC/LATIN1 macro where appropriate
2013-08-29 Karl WilliamsonUse new clearer named #defines
2013-08-29 Karl Williamsonutf8.h, utfebcdic.h: Create less confusing #defines
2013-08-29 Karl Williamsonpp_ctl.c: Use isCNTRL instead of hard-coded mask
2013-08-29 Karl Williamsonutf8.c: is_utf8_char_slow() should use native length
2013-08-29 Steve HayStop t/op/coreamp.t leaving temporary files behind
2013-08-29 Steve HayStop t/io/utf8.t leaving a temporary file behind on...
2013-08-29 Steve HayPrevent ExtUtils-CBuilder leaving test output on Windows
2013-08-29 Nicholas ClarkUpdate the comments in t/op/magic.t
2013-08-29 Nicholas Clark${^MPEN} had been treated as a synonym of ${^MATCH...
2013-08-29 Steve Hayperldelta - Rewordings in the light of fa3234e35d
2013-08-29 H.Merijn Brandregen Configure after backports
2013-08-29 Father Chrysostomosperl5200delta: Mention broken modules from #119463
2013-08-29 Father Chrysostomosinline.h: Avoid redundant ckWARN call
2013-08-29 Father Chrysostomosperldiag: Reword/rewrap embedded null warning
2013-08-29 Father Chrysostomosperlpacktut: mention h2ph
2013-08-29 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.56
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-29 Father ChrysostomosStop creating defelems for undef in foreach(@_)
2013-08-29 Father Chrysostomosperldelta: typo
2013-08-29 Ricardo Signesrmg: provide a link to edit-a-ticket page to check...
2013-08-29 Ricardo Signesperlhist: 5.17.11 was missing!
2013-08-28 Steve Hayperldelta - Fill in descriptions of module upgrades...
2013-08-28 Nicholas ClarkMove the thrice-repeated "64bitint is buggy?" test...
2013-08-28 Nicholas ClarkOnly predeclare S_sv_or_pv_pos_u2b for -DPERL_CORE...
2013-08-28 Father Chrysostomosmg.h: Suppress compiler warning
2013-08-28 Reini UrbanB::INVLIST isa B::PV (for now)
2013-08-27 Chris 'BinGOs... Module-Build wasn't listed as DEPRECATED
2013-08-27 Chris 'BinGOs... Update ExtUtils-MakerMaker to CPAN version 6.74
2013-08-27 Steve Hayperldelta - Start noting module upgrades and new test...
2013-08-27 Steve Hayperldelta - Add missing =item directive
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-27 Tony Cook[perl #119351] the test note isn't a note but an object...
2013-08-26 Ricardo Signesrelease schedule: Steve Hay will release in 2013-09
2013-08-26 Tony Cookperldelta for 6ca940a96, ed51a345f
2013-08-26 Tony Cook[perl #85104] save platform specific error code across...
2013-08-26 Tony Cook[perl #85104] work harder to save error numbers
2013-08-26 Tony Cook[perl #85104] TODO test for preserving $^E across signa...
2013-08-26 Tony Cookperldelta for c8028aa68
2013-08-26 Tony Cookfix a type in the find2perl perldelta entry
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-26 Tony Cook[perl #119351] update the test note for the changed...
2013-08-25 Tony Cookperldelta for f244b0855, d80ab086, 4883c539
2013-08-25 Tony Cook[perl #119351] fix regression in B::CV::GV
2013-08-25 Tony Cookbump B to 1.46
2013-08-25 Tony Cook[perl #119351] fix B::CV::GV to return a B::SPECIAL...
2013-08-25 Father ChrysostomosIncrease $re::VERSION to 0.26
2013-08-25 Father ChrysostomosCorrect sub signature in re.xs
2013-08-25 Father ChrysostomosFix assert fail when fetching pos clobbers ref with...
2013-08-25 Father ChrysostomosStop values from ‘sticking’ to @- and @+ elems
2013-08-25 Father Chrysostomospp_hot.c: Show lengths in -Dr output for minlen optimis...
2013-08-25 Father Chrysostomos[Merge] Regexp long string support
2013-08-25 Father ChrysostomosUse SSize_t/STRLEN in more places in regexp code
2013-08-25 Father ChrysostomosStop substr re optimisation from rejecting long strs
2013-08-25 Father ChrysostomosMake @- and @+ return correct offsets beyond 2**31
2013-08-25 Father ChrysostomosMake $' work past the 2**31 threshold
2013-08-25 Father Chrysostomos[perl #116907] Allow //g matching past 2**31 threshold
2013-08-25 Father ChrysostomosStop minlen regexp optimisation from rejecting long...
2013-08-25 Father Chrysostomosregexec.c:regexec_flags: Remove unused var
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosDon’t push nulls on to the stack in pp_padav
2013-08-25 Father Chrysostomos$Increase B::Concise::VERSION to 0.99
2013-08-25 Father ChrysostomosUnbreak Concise glob output
2013-08-25 Father Chrysostomostoke.c:scan_str: Document args in one spot
2013-08-25 Father ChrysostomosMake __DATA__ use the right pkg
2013-08-25 Zeframnote Module::Build's core-deprecation
2013-08-25 Father Chrysostomospp_ctl.c:pp_flop: Avoid redundant SvNV calls
2013-08-25 Father ChrysostomosIncrease $mro::VERSION to 1.14
2013-08-25 Father ChrysostomosIncrease $Math::BigInt::FastCalc::VERSION to 0.31
2013-08-25 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.149
2013-08-25 Father ChrysostomosStifle diag.t
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosCroak when range tries to extend stack too far
2013-08-25 Father ChrysostomosUse SSize_t when extending the stack
2013-08-25 Father ChrysostomosUse SSize_t for tmps stack offsets
2013-08-25 Zeframinstall useful Regexp::CARP_TRACE from Carp
2013-08-25 Zeframremove stray debugging print statements
2013-08-25 Zeframmore tests for $Carp::MaxArgLen
2013-08-25 Ricardo Signesperlexperiment: Unicode on EBCDIC is not backtracking
2013-08-25 Ricardo Signesperlexperiment: ticket for pluggable keywords
2013-08-25 Ricardo Signesperlexperiment: ticket for :win32 pseudolayer
2013-08-25 Ricardo Signesperlexperiment: ticket link for regex_sets
2013-08-25 Ricardo Signesrelease schedule: the rest of 2013 (except September!)
2013-08-25 Ricardo Signesrelease schedule: 5.18.1 is out and 5.14.x is EOL
2013-08-24 Zeframupdate copyright years for Carp dual-life release
next