summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make -s: silent means silentReini Urban2015-10-141-1/+3
* [perl #126242] make the constant hash seeds unsigned char *Tony Cook2015-10-142-5/+5
* fix NO_HASH_SEED buildDaniel Dragan2015-10-142-1/+5
* PATCH: [perl #126180] /(?[\ &!])/ segfaultsKarl Williamson2015-10-133-2/+17
* qr/\p{pkg1::...foo}/ must be a user-defined propertyKarl Williamson2015-10-134-9/+52
* regcomp.c: Add macro to output diagnosticKarl Williamson2015-10-131-0/+8
* regcomp.c: White-space, comments onlyKarl Williamson2015-10-131-12/+16
* perldiag: Remove no-longer used message.Karl Williamson2015-10-131-7/+0
* podcheck.t: Regen db after recent new long verbatim lineKarl Williamson2015-10-131-1/+1
* porting/maintainers.t: Skip if -DPERL_EXTERNAL_GLOBKarl Williamson2015-10-131-6/+6
* Fix \p followed by a non-alphaKarl Williamson2015-10-134-20/+44
* regcomp.c: Make compile and run-time error msgs identicalKarl Williamson2015-10-133-21/+17
* regcomp.c: Find more errors at compile timeKarl Williamson2015-10-131-5/+11
* Upgrade Unicode::Normalize from version 1.19 to 1.21Steve Hay2015-10-133-62/+100
* Upgrade File::Path from version 2.11 to 2.12Steve Hay2015-10-137-396/+549
* Upgrade ExtUtils::CBuilder from version 0.280223 to 0.280224Steve Hay2015-10-1317-28/+54
* Upgrade experimental from version 0.015 to 0.016Steve Hay2015-10-132-10/+8
* [perl #126229] POSIX::strerror() clears $!David Mitchell2015-10-132-2/+9
* make /fixed-substr/ much faster.David Mitchell2015-10-132-69/+190
* fbm_instr(): tweak docs and formattingDavid Mitchell2015-10-132-5/+27
* Perl_call_sv move EXTEND into branch that needs itDaniel Dragan2015-10-131-5/+3
* remove repeated PL_stack_sp derefs in Perl_eval_sv/Perl_call_svDaniel Dragan2015-10-131-8/+17
* perldelta for 0f948285b1d2Tony Cook2015-10-121-1/+4
* Include the name of the non-lvalue sub in error messageDagfinn Ilmari Mannsåker2015-10-124-14/+24
* [perl #126051] make the warnings::enabled example use warnings::enabledTony Cook2015-10-122-4/+8
* sync regen/warnings.pl and warnings.pm $VERSIONTony Cook2015-10-122-3/+10
* add Win32 USE_NO_REGISTRY build optionDaniel Dragan2015-10-1210-17/+108
* stop checking the Win32 registry if *"/Software/Perl" doesn't existDaniel Dragan2015-10-123-28/+76
* regcomp.c: Fold only use of static function into its callerKarl Williamson2015-10-114-35/+14
* regcomp.c: Remove useless codeKarl Williamson2015-10-111-2/+1
* Allow (#...) anywhere white space is under qr//xKarl Williamson2015-10-114-14/+20
* Restrict white space inside [] inside(?[ ]) to \hKarl Williamson2015-10-114-32/+38
* regcomp.c: Simplify some handlingKarl Williamson2015-10-111-11/+14
* regcomp.c: Replace apparent dead code by an assertKarl Williamson2015-10-111-1/+8
* regcomp.c: Add some LIKELY(), UNLIKELY().Karl Williamson2015-10-111-1/+3
* regcomp.c: Replace apparent dead code by an assertKarl Williamson2015-10-111-3/+4
* regcomp.c: White-space onlyKarl Williamson2015-10-111-55/+51
* regcomp.c: Simplify some debug handlingKarl Williamson2015-10-111-11/+4
* In qr/[(? ... ])/, keep parse pointer at 1st char byteKarl Williamson2015-10-111-1/+2
* Fix some UTF-8 bugs in qr// compilingKarl Williamson2015-10-111-12/+19
* regcomp.c: Split function into two functionsKarl Williamson2015-10-114-24/+54
* regcomp.c: refactor a static functionKarl Williamson2015-10-113-15/+14
* regcomp.c: Add a panic for code that shouldn't happenKarl Williamson2015-10-111-1/+3
* regcomp.c: Fixes to commentsKarl Williamson2015-10-111-28/+33
* utf8_heavy.pl: Clarify commentKarl Williamson2015-10-111-2/+2
* if if is 0.0606 update Maintainers.pl, but only if if isChris 'BinGOs' Williams2015-10-101-1/+1
* Fix 683e3b31e8b72cceH.Merijn Brand2015-10-101-1/+1
* bump DynaLoader version to 1.35.Craig A. Berry2015-10-091-1/+1
* Missed one statbuf declaration in 45a23732c73.Craig A. Berry2015-10-091-1/+1
* Constant data in .c, not in a .hJarkko Hietaniemi2015-10-092-5/+3