platform/upstream/perl.git
2012-11-24 Alexandr CiorniiErrno was added in 5.5, not in 5.5.4
2012-11-24 Karl WilliamsonRequest is_utf8_char_slow() be inlined
2012-11-24 Karl Williamsonregen/embed.pl: flag 'i' didn't work with 'n'
2012-11-24 Yves OrtonAdd "buzzhash16" - a random hash function
2012-11-24 Father ChrysostomosStop sub decl redef warnings from leaking CVs
2012-11-24 Father Chrysostomosperldiag: Correct wording of ‘Using just the first...
2012-11-24 Father Chrysostomosperldiag: Add cat to ‘Using just the first char...’
2012-11-24 Father ChrysostomosIncrease $feature::VERSION to 1.32
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-24 Father Chrysostomosop.c: Factor common ‘existing sub’ logic into static...
2012-11-24 Father ChrysostomosWarn by default for constant my sub redefinition
2012-11-24 Father ChrysostomosPrevent double frees with lexical constants
2012-11-24 Father Chrysostomosop.c:newATTRSUB: Change an if condition to an else
2012-11-24 Father ChrysostomosStop ignored :lvalue warning from leaking CVs
2012-11-24 Yves Ortonprevent memory exhaustion from hash attacks
2012-11-24 Daniel DraganSvPVXtrue single eval->multiple eval
2012-11-24 Father ChrysostomosStop toke.c:S_scan_const from leaking
2012-11-23 Daniel Draganprevent multiple evaluations of ERRSV
2012-11-23 Father Chrysostomossv.c:S_curse: move assertions to make them useful
2012-11-23 Father Chrysostomossv.c:S_curse: remove unnecessary null check
2012-11-23 Father Chrysostomossvleak.t: To-do tests for fatal warnings and some synta...
2012-11-23 Daniel Draganremove an EXTEND from XS_re_regexp_pattern
2012-11-23 Nicholas ClarkSuperFastHash needs to define PERL_HASH_SEED_BYTES...
2012-11-23 Nicholas ClarkThe size of PL_hash_seed depends on the chosen hash...
2012-11-23 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.94
2012-11-23 bulk88 (via RT)av_exists: dont make a mortal never to use it
2012-11-23 l.mai@web.deFix typo in perl5120delta
2012-11-23 Daniel DraganReduce scope of SP in Perl_eval_pv
2012-11-23 Craig A. BerryPreserve the case of t/lib/vmsfspec.t.
2012-11-22 Karl Williamsonpodcheck.t: Was always giving failure under -regen
2012-11-22 Chris 'BinGOs... Update with Module-CoreList-2.78
2012-11-22 Nicholas ClarkSkip the test for fork's undef return if ulimit -u...
2012-11-22 Nicholas ClarkBump $XS::Typemap::VERSION after previous commit.
2012-11-22 Steffen MuellerAdd additional tests for T_BOOL typemap
2012-11-22 Craig A. BerryBetter pass-through handling for tovmsspec.
2012-11-21 Yves Ortonprevious patch forgot to bump the version on Locale...
2012-11-21 Yves Ortonfix hash order dependency bug in Local-Maketext/t/09_co...
2012-11-21 Yves OrtonRemove improper use of each() in B::walksymtable and...
2012-11-21 David Mitchellregmatch(): silence OpenWatcom compiler warnings
2012-11-21 Father Chrysostomossv.c: Remove aTHX from croak_no_modify call
2012-11-21 Father ChrysostomosFix double free with stashes blessed into each other
2012-11-21 Daniel Draganrefactor pp_stringify and pp_and
2012-11-21 Yves Ortonfix a hash order dependency in cpan/List-Util tests
2012-11-21 Father Chrysostomosperlhack: better word
2012-11-21 Father ChrysostomosAdd assertions to S_curse in sv.c
2012-11-21 Father Chrysostomosscope.c: Remove XXX tmp comment from SAVEt_FREEOP
2012-11-21 Father ChrysostomosRevert "Revert "8c34e50dc slowed down detruction with...
2012-11-21 Father Chrysostomos[perl #115830] Fix crash by not copying DESTROY cache
2012-11-21 Father Chrysostomossv.c: obsolete comment
2012-11-21 Father ChrysostomosMention do_curse in alloc section of sv.c apidocs
2012-11-21 Father ChrysostomosFix panic/crash with sort { $not_num } and fatal warnings
2012-11-21 Father Chrysostomosperldiag: Correct entry about sort sub and single values
2012-11-21 Ricardo Signesbump version to 5.17.7
2012-11-21 Ricardo Signesadd perldelta for 5.17.7
2012-11-21 Ricardo Signeswrap some very long lines in verbatim blocks
2012-11-21 Ricardo Signesuse verbatim paragraphs for verse epigraphs
2012-11-21 Ricardo Signesadd the v5.17.6 epigraph
2012-11-20 Ricardo Signesupdate perlhist and release schedule
2012-11-20 Ricardo Signesupdate Module-CoreList
2012-11-20 Ricardo Signesclean up and finalize the perldelta
2012-11-20 Ricardo Signesstart cleaning up perldelta for 5.17.6
2012-11-20 Nicholas ClarkThe MurmurHash3 code can use the existing perl.h #defin...
2012-11-20 Karl Williamsonperldelta.pod: Nits
2012-11-20 Craig A. Berryperldelta for VMS case preservation features.
2012-11-20 Steve HayAdd perldelta for 517bb5c6f8
2012-11-20 Yves Ortonrefine
2012-11-20 Yves Ortonadd more perldelta changes about hash patch
2012-11-20 Yves Ortondocument hash changes in perldelta
2012-11-20 Steffen Muellerperldelta: Entry for NO_TAINT_SUPPORT
2012-11-20 Steffen MuellerFix test-skipping logic for File::Find under no-taint...
2012-11-20 Father Chrysostomospp_hot.c:padsv: rewrt cmnt for clrty
2012-11-20 Father ChrysostomosRevert "8c34e50dc slowed down detruction with no DESTROY"
2012-11-20 Father Chrysostomosperldiag: typo
2012-11-20 Karl Williamsonembed.fnc: Fix flags problem for regposixcc
2012-11-20 Karl Williamsonregen/embed.pl: Fix uninit variable warning.
2012-11-20 Karl WilliamsonMerge topic branch into blead
2012-11-20 Karl WilliamsonRefactor is(SPACE|PSXSP)_(uni|utf8) macros and utf8.c
2012-11-20 Karl Williamsonregexec.c: Use SPACE macros instead of swash
2012-11-20 Karl WilliamsonRefactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macros
2012-11-20 Karl WilliamsonRefactor is_BLANK_uni() and is_BLANK_utf8() macros
2012-11-20 Karl Williamsonhandy.h: Add isVERTWS_uni(), isVERTWS_utf8()
2012-11-20 Karl WilliamsonRefactor is_CNTRL_utf8(), is_utf8_cntrl()
2012-11-20 Karl Williamsonhandy.h: Refactor macros to avoid aTHX_ problems
2012-11-20 Karl Williamsonembed.fnc: Make a function global
2012-11-20 Karl Williamsonregexec.c: Add PERL_UNIUSED_VAR()
2012-11-20 Karl WilliamsonXS-APItest/t/handy.t: Refactor
2012-11-20 Karl WilliamsonUnicode::UCD.pm: Fix bugs in undocumented binary search...
2012-11-20 Karl Williamsonregen/regcharclass.pl: Add 'cp_high' macro type
2012-11-20 Karl Williamsonregcomp.c: Revise comment
2012-11-20 Karl Williamsonregexes: Add \v to table of latin1 char classes
2012-11-20 Karl Williamsonregcomp.h: Make some #defines sequential
2012-11-20 Karl Williamsonregcomp.sym: Change regkind for NPOSIX regnodes
2012-11-20 Karl Williamsonregcomp: Change name of #define to better reflect its...
2012-11-20 Karl Williamsonregcomp.c: Revise debugging function
2012-11-20 Karl Williamsonhandy.h: white-space, comments only
2012-11-20 Karl Williamsonhandy.h: Mark more clearly things for internal-only use
2012-11-20 Karl Williamsonhandy.h: Use class numbers instead of macros in macro...
2012-11-20 Karl Williamsonhandy.h: Convert 3 macros to standard form
2012-11-20 Karl Williamsonhandy.h: Define some macros for consistency
2012-11-20 Karl Williamsonutf8.c: Request function to be inline
next