platform/upstream/perl.git
2013-11-10 Father ChrysostomosStop open fh, ">>", \$undef from warning
2013-11-10 Father Chrysostomosop.c: Remove unused var
2013-11-10 Father Chrysostomosperldiag: Two minor tweaks
2013-11-09 Karl Williamsonperl.c: White space only
2013-11-09 Karl Williamsonnumeric.c: White-space only
2013-11-09 Karl Williamsonregexec.c: Fix compiler warning
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-11-09 David Mitchellporting/diag.t: restrict what's a warn function
2013-11-09 Father Chrysostomosperldiag: Remove ‘The %s feature...’
2013-11-09 Father Chrysostomostoke.c: Remove unnecessary assignment
2013-11-09 Father Chrysostomos[Merge] Make &CORE:: subs respect vmsish hints
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosUpdate dump.c for the exit->nextstate hush hint move
2013-11-09 Father ChrysostomosUpdate B::Concise for the exit->nextstate hush hint...
2013-11-09 Father ChrysostomosFix &CORE::exit/die under vmsish "hushed"
2013-11-09 Father ChrysostomosTeach B::Concise about VMS hushed flag
2013-11-09 Father ChrysostomosFailing tests for &CORE::exit/die with vmsish
2013-11-09 Father ChrysostomosFix pod screwup in a05ea1cf8be
2013-11-08 Father ChrysostomosLong verbatim pod line in INSTALL
2013-11-08 Father ChrysostomosConsistent spaces after dots in sv.c apidocs
2013-11-08 Daniel DraganPOD-only mention sv_setsv does get magic but not set...
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-11-08 Father ChrysostomosMake _charnames comparison null-safe
2013-11-08 Father ChrysostomosStop lexical CORE sub from interfering with CORE::
2013-11-08 Father Chrysostomostoke.c: Remove dead code handling <FH> //
2013-11-08 David Mitchellthreads::shared: fix compiler warning
2013-11-08 David Mitchellt/x2p/find2perl.t: expand output
2013-11-08 H.Merijn BrandThis version bump also got lost in the merge
2013-11-08 H.Merijn Brandpod fix
2013-11-08 H.Merijn BrandNote (new) platform support
2013-11-08 H.Merijn BrandEnhance INSTALL instructions for missing libraries
2013-11-08 H.Merijn BrandWith symlinks in /lib m and crypt are are no longer...
2013-11-08 H.Merijn BrandSearch for errno.h in more (semi)default locations
2013-11-08 H.Merijn Brandhints for CPU model Marvell Kirkwood mv6282 ARMv5te
2013-11-08 Chris 'BinGOs... Update B-Debug to CPAN version 1.19
2013-11-08 David Mitchellsilence spurious 'may be uninitialized' warnings
2013-11-08 David Mitchellremove some unused vars from op.c and toke.c
2013-11-08 Craig A. BerryMore stack for pat_thr.t on VMS as well.
2013-11-08 =?UTF-8?q?Petr... Commit 1735f6f53ca19f99c6e9e39496c486af323ba6a8 started...
2013-11-07 Karl Williamsonperlfunc: Clarify verbatim table
2013-11-06 Father Chrysostomosperlfunc.pod: long verbatim lines
2013-11-06 Father ChrysostomosFix qx, `` and <<`` overrides
2013-11-06 Father ChrysostomosSplit ck_open into two functions
2013-11-06 Father Chrysostomosgv.c:gv_try_downgrade: Use hv_fetchhek
2013-11-06 Father Chrysostomostoke.c: Remove unnecessary UTF check
2013-11-06 Father ChrysostomosPut common override code into gv_override
2013-11-06 Father ChrysostomosFix readline overriden with a constant
2013-11-06 Father ChrysostomosAllow CORE::GLOBAL:: subs in general to be aliased...
2013-11-05 Father ChrysostomosStop gv_try_downgrade from anonymising referenced CVs
2013-11-05 David Mitchellperlfunc: update require() pseudocode
2013-11-05 Father Chrysostomosgv.c: Removed redundant len==1 check
2013-11-05 Father Chrysostomostoke.c: Remove unnecessary SvRV null check
2013-11-05 Father ChrysostomosFix readpipe overriden with a constant
2013-11-05 Craig A. Berryi_arpainet and i_sysun for configure.com.
2013-11-05 Craig A. Berrycaretx.c, not caretx.x, typo in 7b74bef1.
2013-11-05 David MitchellRT #120446: /\Ga/ running slowly on long strings
2013-11-05 Father Chrysostomos[perl #120462] Exempt $a and $b from ‘used once’ warnings
2013-11-05 Father ChrysostomosMove tests for ‘used once’ from util to gv
2013-11-05 Craig A. BerryAnd the caretx object file for wince.
2013-11-05 Craig A. BerryAlso fix wince for caretx after e2051532106.
2013-11-05 Craig A. BerryRestore VMS build after e205153210.
2013-11-05 Steve HayRestore Windows build following commit e205153210
2013-11-04 Chris 'BinGOs... Update Module-Build to CPAN version 0.4008
2013-11-04 Father Chrysostomoscaretx.c: Add LOTR quote
2013-11-04 Father Chrysostomoscaretx.c: Add bool warning comment
2013-11-04 Peter MartiniMove the function to set $^X to its own file
2013-11-04 Chris 'BinGOs... Update Test-Simple to CPAN version 1.001002
2013-11-04 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.82
2013-11-04 Chris 'BinGOs... Update IPC-Cmd to CPAN release 0.86
2013-11-04 Father Chrysostomosop.c: Avoid vivifying CORE::GLOBAL:: globs unnecessarily
2013-11-04 Father Chrysostomosop.c: Abstract common override code
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::require lookup from crashing on...
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::glob lookup from crashing on stub
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::do lookup from crashing on stub
2013-11-04 Father ChrysostomosMake mro code pass precomputed hash values
2013-11-04 Father ChrysostomosCheck that stash entries are GVs when aliasing pkgs
2013-11-04 Father Chrysostomosgv.c: Tweak API docs
2013-11-04 Father Chrysostomoshv.h: missing macro parentheses
2013-11-04 Father Chrysostomossub NEGATIVE_INDICES; + $tied[-1] = crash
2013-11-04 Father Chrysostomosmg.c: Fix misuse of AvARRAY in defelem_target
2013-11-04 Father Chrysostomospp_sort.c: Remove useless assignments; reduce var scope
2013-11-04 Father Chrysostomosop.c:ck_open: Make hint lookup conditional on HINT_LOCA...
2013-11-04 Father Chrysostomosop.c: Combine common code for hash keys and slices
2013-11-04 Father ChrysostomosMake ‘No such class’ apply to ${$ref}{key}, too
2013-11-04 Father Chrysostomosperlhacktips: Fix verbatim line
2013-11-04 Father Chrysostomosop.c: Apply shared hash key optimisation to slices
2013-11-03 Father ChrysostomosMake ‘No such field’ error apply to 1-elem slices
2013-11-03 Father ChrysostomosStop my Class + sub FIELDS + hash lookup from crashing
2013-11-02 Chris 'BinGOs... Update IO-Compress to CPAN version 2.063
2013-11-02 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.063
2013-11-02 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.063
2013-11-02 Chris 'BinGOs... Update Unicode-Collate to CPAN version 1.01
2013-11-02 Chris 'BinGOs... Update DB_File to CPAN version 1.830
2013-11-02 Daniel Draganwin32/win32sck.c: dont close() a freed socket os handle
2013-11-02 Craig A. BerryRevise fake bool build advice from f789f6a4bdb.
2013-11-02 Father ChrysostomosUndefined lex sub used as inherited method crashes
2013-11-02 Daniel Draganremove redundant Zero() from JMPENV_BOOTSTRAP
2013-11-02 Karen Etheridgeremove unneeded dependency on Test::More 0.98 (RT#88531)
2013-11-01 Father Chrysostomosshared.pm: Consistent spaces after dots
2013-11-01 Father Chrysostomosthreads::shared: Remove redundant description just...
next