summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* padcv op typeFather Chrysostomos2012-09-155-1/+15
* Don’t allow name after our/state subFather Chrysostomos2012-09-153-3/+20
* PATCH: [perl #82954] Make "Can't do {n,m} with n > m into warningKarl Williamson2012-09-155-12/+34
* Update Sys-Syslog to CPAN version 0.32Chris 'BinGOs' Williams2012-09-156-15/+29
* Fix build under C++Father Chrysostomos2012-09-141-1/+2
* [perl #114888] Localise PL_comppad_name in cv_cloneFather Chrysostomos2012-09-142-1/+28
* Make SUPER::method respect method changes in moved pkgFather Chrysostomos2012-09-142-2/+6
* Make SUPER::method calls work in moved stashesFather Chrysostomos2012-09-142-3/+17
* Make SUPER:: in main less sensitiveFather Chrysostomos2012-09-142-4/+12
* method.t: Add basic tests for SUPERFather Chrysostomos2012-09-141-2/+21
* method.t: Test more method-BLOCK edge casesFather Chrysostomos2012-09-141-1/+13
* cop.h: Remove obsolete commentFather Chrysostomos2012-09-141-1/+0
* pp_ctl.c:caller: Remove obsolete commentFather Chrysostomos2012-09-141-3/+0
* Prevent assertion failure with ‘no a a 3’Father Chrysostomos2012-09-142-3/+5
* Increase $warnings::VERSION to 1.14Father Chrysostomos2012-09-142-2/+2
* Stop lexical warnings from turning off deprecationsFather Chrysostomos2012-09-148-13/+47
* Make (caller $n)[9] respect std warningsFather Chrysostomos2012-09-142-3/+21
* perldiag: 13 years for reserved word deprec. is enoughFather Chrysostomos2012-09-141-9/+0
* perldiag: ‘Attempt to free unreffed scalar’ is SFather Chrysostomos2012-09-141-1/+1
* perlhacktips.pod: readonly ops update (again)Father Chrysostomos2012-09-141-27/+4
* sv.c: %vd printf format microöptimisationFather Chrysostomos2012-09-141-4/+1
* Fix %vd with alpha versionFather Chrysostomos2012-09-144-4/+21
* perldiag: ‘Unbalanced string table’ is a default warningFather Chrysostomos2012-09-141-1/+1
* perldiag: ‘Scalars leaked’ is a default warningFather Chrysostomos2012-09-141-1/+1
* Add another include directory for the x2p files on VMS.Craig A. Berry2012-09-141-1/+1
* [MERGE] eliminate PL_reginputDavid Mitchell2012-09-146-124/+130
|\
| * regmatch(): eliminate reginput variableDavid Mitchell2012-09-141-20/+9
| * regmatch(): remove remaining reads of reginputDavid Mitchell2012-09-141-2/+3
| * regmatch(): remove reginput from CURLY etcDavid Mitchell2012-09-141-26/+23
| * regmatch(): remove reginput from CURLYMDavid Mitchell2012-09-141-13/+8
| * regmatch(): remove reginput from IFMATCH etcDavid Mitchell2012-09-141-8/+11
| * regmatch(): remove reginput from TRIE_next_fail:David Mitchell2012-09-141-4/+6
| * regmatch(): make PUSH_STATE_GOTO dest explicitDavid Mitchell2012-09-141-35/+38
| * eliminate PL_reginputDavid Mitchell2012-09-146-82/+98
|/
* Fix compilation for -DPERL_POISON and -DPERL_OLD_COPY_ON_WRITE together.Nicholas Clark2012-09-141-2/+2
* Fix buggy -DPERL_POISON code in S_rxres_free(), exposed by a recent test.Nicholas Clark2012-09-141-10/+14
* Restore the build under -DPERL_OLD_COPY_ON_WRITENicholas Clark2012-09-141-1/+2
* Refactor t/op/push.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-141-41/+27
* Refactor t/run/switch0.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-141-2/+10
* Refactor t/op/overload_integer.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-141-31/+11
* Refactor t/op/exists_sub.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-141-21/+58
* Merge branch for mostly regen/regcharclass.pl into bleadKarl Williamson2012-09-1324-866/+1212
|\
| * utf8.h: Use machine generated IS_UTF8_CHAR()Karl Williamson2012-09-132-95/+63
| * regen/regcharclass.pl: Add ability to restrict platformsKarl Williamson2012-09-131-0/+9
| * utf8.h: Remove some EBCDIC dependenciesKarl Williamson2012-09-133-82/+62
| * regen/regcharclass.pl: Add optimizationKarl Williamson2012-09-132-44/+88
| * regen/regcharclass.pl: White-space onlyKarl Williamson2012-09-131-7/+7
| * regen/regcharclass.pl: Extend previously added optimizationKarl Williamson2012-09-132-17/+75
| * regen/regcharclass.pl: Rmv always true components from gen'd macroKarl Williamson2012-09-131-0/+3
| * regen/regcharclass.pl: Add an optimizationKarl Williamson2012-09-132-30/+156