summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * regen/regcharclass.pl: Rename a variableKarl Williamson2012-09-131-3/+3
| * regen/regcharclass.pl: Pass options deeper into call stackKarl Williamson2012-09-131-8/+8
| * Use macro not swash for utf8 quotemetaKarl Williamson2012-09-1310-25/+71
| * regen/regcharclass.pl: Add new output macro typeKarl Williamson2012-09-131-5/+10
| * regen/regcharclass.pl: Add documentationKarl Williamson2012-09-131-32/+128
| * regen/regcharclass.pl: Error check input betterKarl Williamson2012-09-131-3/+15
| * regen/regcharclass.pl: Allow comments in inputKarl Williamson2012-09-131-8/+8
| * regen/unicode_constants.pl: Add name parameterKarl Williamson2012-09-132-3/+12
| * Move 2 functions from utf8.c to regexec.cKarl Williamson2012-09-135-78/+77
| * regexec.c: Use new macros instead of swashesKarl Williamson2012-09-1310-235/+27
| * regen/regcharclass.pl: Generate macros for \X processingKarl Williamson2012-09-132-0/+156
| * regen/regcharclass.pl: Change to work on an empty classKarl Williamson2012-09-131-0/+1
| * regen/regcharclass.pl: Fix bug for character '0'Karl Williamson2012-09-131-1/+1
| * regen/regcharclass.pl: Work on EBCDIC platformsKarl Williamson2012-09-131-8/+40
| * regen/regcharclass.pl: Remove Encode:: dependencyKarl Williamson2012-09-131-6/+3
| * regen/regcharclass.pl: Handle ranges, \p{}Karl Williamson2012-09-132-66/+37
| * utf8.h: Save a branch in a macroKarl Williamson2012-09-131-1/+1
| * utf8.h: White-space onlyKarl Williamson2012-09-131-6/+8
| * utf8.h: Correct improper EBCDIC conversionKarl Williamson2012-09-131-4/+8
| * ext/B/B.xs: Remove EBCDIC dependencyKarl Williamson2012-09-131-8/+0
| * Remove some EBCDIC dependenciesKarl Williamson2012-09-134-41/+14