This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-01-19 Nicholas ClarkAdd Steffen Schwigon to AUTHORS.
2012-01-19 Steffen MuellerEU::Typemaps: Implement embedded-typemap dumping
2012-01-19 Karl WilliamsonTypo in perlre
2012-01-18 Chris 'BinGOs... Begin battering the perldelta into shape for v5.15.7
2012-01-18 Father Chrysostomosregen pod issues
2012-01-18 Father Chrysostomosoverload.pm: Smaller indents for long lines
2012-01-18 Father Chrysostomosoverload.pm: spaces after dots; wording tweak
2012-01-18 Father ChrysostomosDocument new overload warning in overload.pm
2012-01-18 Father Chrysostomosoverload.pm: Doc tweaks
2012-01-18 Father ChrysostomosIncrease $overloading::VERSION to 0.02
2012-01-18 Father Chrysostomosoverloading.pm: Load Carp on demand
2012-01-18 Father ChrysostomosIn overload::ov_method, use ‘no overloading’
2012-01-18 Father Chrysostomosperldelta: another bug number
2012-01-18 Father Chrysostomosperldelta for #108480: $cow |= number
2012-01-18 Father Chrysostomos[perl #108480] $cow |= number undefines $cow
2012-01-18 Father Chrysostomosperldelta for last two fixes
2012-01-18 Father ChrysostomosDon’t crash on @a =~ // warning
2012-01-18 Father Chrysostomos[perl #106726] Don’t crash on length(@arr) warning
2012-01-18 Tony Cookavoid truncating time values when long is smaller than...
2012-01-17 Nicholas ClarkAvoid 'defined(@array) is deprecated' warnings in tests.
2012-01-17 Nicholas ClarkIn Perl_refcounted_he_fetch_pvn(), eliminate nested...
2012-01-17 Chris 'BinGOs... Update Locale-Maketext to CPAN version 1.22
2012-01-17 Nicholas ClarkMake Pod::Html more robust against malformed L<> contents.
2012-01-17 Nicholas ClarkPurge references to --netscape and --libpods, no longer...
2012-01-17 Father Chrysostomosperldelta: Typos and calrifications
2012-01-17 Father Chrysostomosperldelta up to 1a50d74bac4
2012-01-17 Father Chrysostomosperldelta for @& and PL_sawampersand
2012-01-17 Father Chrysostomosperldelta for tying and autoviv
2012-01-17 Father Chrysostomosperldelta for overload::Overloaded/can change
2012-01-17 Father Chrysostomosperldelta for += warning
2012-01-17 Father ChrysostomosLower $overload::VERSION to 1.17
2012-01-16 Tony Cookconfig.over is generated on some platforms, .gitignore it
2012-01-16 Tony Cookavoid overflowing a 32-bit signed int
2012-01-16 Tony Cookhandle U suffixed unsigned int literals from regexp.h
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-16 Father ChrysostomosIncrease $Math::BigInt::VERSION to 1.998
2012-01-16 Father ChrysostomosBigInt.pm: Suppress overload warning
2012-01-16 Father Chrysostomosperldiag.pod: Document overload’s invalid arg warning
2012-01-16 Father Chrysostomosoverload.pm: Combine two loops
2012-01-16 Father ChrysostomosTest invalid arg warning from overload
2012-01-16 Father Chrysostomosoverload.pm: Put invalid arg warning in "overload"...
2012-01-16 Father ChrysostomosSuppress ‘useless’ warning in overload.pm
2012-01-16 jkeenanEmit a warning if an attempt is made to overload an...
2012-01-16 Nicholas Clarkdefined(@array) now also warns for package variables.
2012-01-16 Nicholas ClarkTest that defined warns for package arrays and hashes.
2012-01-16 Nicholas ClarkIn Perl_feature_is_enabled() use cBOOL to convert the...
2012-01-16 Steffen MuellerShuffle my entry around to use my name instead of old...
2012-01-16 Hojung YounCorrect Hojung Youn's name in AUTHORS
2012-01-15 Chris 'BinGOs... Bump ExtUtils::Manifest version due to commits 97bae9c5...
2012-01-15 Chris 'BinGOs... Bump autouse version due to commit f965e9d4a
2012-01-15 Father Chrysostomosstat.t: Avoid unconditional lstat on file name
2012-01-15 Father Chrysostomosstat.t, filetest.t: Actually gen rand file names
2012-01-15 Father Chrysostomosperldelta up to 55b5114f4
2012-01-15 Hojung Youn[perl #108224] B::Deparse doesn't recognize for continu...
2012-01-15 Father Chrysostomosperldelta up to 9f71cfe6ef2
2012-01-15 Craig A. BerryIn vmsify, leave ../ path components alone.
2012-01-14 Craig A. BerryUn-TODO some VMS file spec tests under EFS.
2012-01-14 Father ChrysostomosMake lstat($ioref) and lstat($gv) consistent
2012-01-14 Father Chrysostomosstat.t: Make test for -T _ and lstat more robust
2012-01-14 Craig A. BerryDocument the data columns in vms/ext/filespec.t.
2012-01-14 Craig A. BerryStop inadvertently skipping Spec.t on VMS.
2012-01-14 Father Chrysostomospp_sys.c: goto mustn’t skip initialisation
2012-01-14 Father Chrysostomosperldelta up to 7c2b3c783b
2012-01-14 Father Chrysostomosmagic.t: Correct miniperl skip count
2012-01-14 Father Chrysostomos-T "unreadable file" should set stat info consistently
2012-01-14 Father Chrysostomosstat.t: Add bug number
2012-01-14 Father ChrysostomosDon’t emit unopened warning for other stat(HANDLE)...
2012-01-14 Father ChrysostomosMake -T BADHANDLE set errno with fatal warnings
2012-01-14 Father ChrysostomosMake -l HANDLE set PL_laststatval with fatal warnings
2012-01-14 Father ChrysostomosMake -T HANDLE and -B HANDLE always set last stat type
2012-01-14 Father Chrysostomospp_sys.c:pp_fttest: Don’t set PL_statname to SvPV(PL_st...
2012-01-14 Father ChrysostomosMake -T _ and -B _ always set PL_laststatval
2012-01-14 Father Chrysostomospp_sys.c: Remove space from lstat($ioref) warning
2012-01-14 Father Chrysostomospp_sys.c:pp_fttext: Don’t extend the stack after popping
2012-01-14 Father ChrysostomosSquash repetitititive code in doio.c:my_stat_flags
2012-01-14 Father ChrysostomosMake failed filetests consistent with & w/out fatal...
2012-01-14 Father Chrysostomosstat $ioref should record the handle for -T _
2012-01-14 Father Chrysostomosstat $ioref should reset the internal stat type
2012-01-14 Father ChrysostomosSet PL_statgv to null when freed or coerced
2012-01-14 Father ChrysostomosSuppress confusing uninit warning from -T _
2012-01-14 Father Chrysostomosdefined *{"+"} should not stop %+ from working
2012-01-14 Father Chrysostomosdefined *{"!"} should not stop %! from working
2012-01-14 Father ChrysostomosSquash repetititive code in util.c:report_evil_fh
2012-01-13 Karl Williamsonperldelta for Unicode property performance changes
2012-01-13 Karl Williamsonutil.c: Silence compiler warning
2012-01-13 Karl Williamsonregcomp.c: Compile inverted character classes with...
2012-01-13 Karl Williamsonregcomp.c: Prepare for allowing [^\p{...}]
2012-01-13 Karl Williamsonregcomp.c; Use Latin1 \p{} in optimization
2012-01-13 Karl Williamsonregcomp.c: Better optimize [classes] under /aa.
2012-01-13 Karl Williamsonregcomp.c: Avoid unnecessary runtime fold checking
2012-01-13 Karl Williamsonregcomp.c: Change loop variable name, associated changes
2012-01-13 Karl Williamsonregexec.c: Use shared swash in bracketed character...
2012-01-13 Karl Williamsonregexec.c: Allow for returning shared swash
2012-01-13 Karl Williamsonregcomp.c: Clean up comment
2012-01-13 Karl Williamsonperlunicode: Discourage use of is_utf8_char()
2012-01-13 Karl Williamsonperlop: Typos, too long lines, corrections
2012-01-13 Karl Williamsonintrpvar.h: clarification in comment
2012-01-13 Karl Williamsonutf8.c: fix typo in pod
2012-01-13 Karl Williamsonregcomp.c: Avoid leaking a scalar
2012-01-13 Karl Williamsonregcomp.c: truncate long debug dump output
next