This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2012-01-13 Karl Williamsonregcomp.c: in debug output, don't duplicate code points
2012-01-13 Karl Williamsonregcomp.c: Change debug dump of bitmap/non-bitmap
2012-01-13 Karl Williamsonregcomp.c: Change \t to a - in debug dumping ranges
2012-01-13 Karl Williamsonregcomp.c: White-space only
2012-01-13 Karl Williamsonregcomp.c: put_byte wants an ord, not a utf8 char
2012-01-13 Karl Williamsonregcomp.c: White-space only
2012-01-13 Karl Williamsonregcomp.c: Don't read beyond input
2012-01-13 Karl Williamsonregcomp.c: Optimize a single Unicode property in a...
2012-01-13 Karl WilliamsonMove Unicode property defn processing to compile time
2012-01-13 Karl Williamsonregcomp.c: Pass inversion list directly to regexec.c
2012-01-13 Karl Williamsonregexec.c: Prepare for inversion lists in ANYOF nodes
2012-01-13 Karl Williamsonregcomp.c: Add _invlist_contents() to compactly dump...
2012-01-13 Karl Williamsonutf8.c: White-space only
2012-01-13 Karl Williamsonutf8.c: Add ability to pass inversion list to _core_swa...
2012-01-13 Karl Williamsonutf8.c: Add flag to swash_init() to not croak on error
2012-01-13 Karl Williamsonregcomp.c: Use '*a == b', not 'a == &b'
2012-01-13 Karl Williamsonregcomp.c: decrement ptr ref cnt before invalidating ptr
2012-01-13 Karl Williamsonregcomp.c: Add some assertions
2012-01-13 Karl Williamsonregcomp.c: Don't overallocate space for cloned SV
2012-01-13 Karl Williamsonregcomp.c: Make sure invlist_clone length set correctly
2012-01-13 Karl Williamsonutf8.c: Prevent reading before buffer start
2012-01-13 Karl WilliamsonUtf8.c: Generate and use inversion lists for binary...
2012-01-13 Karl Williamsonregcomp.c: Add _invlist_populate_swatch()
2012-01-13 Karl Williamsonregcomp.c: Add invlist_search()
next