summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perldiag: typoFather Chrysostomos2012-11-191-1/+1
* embed.fnc: Fix flags problem for regposixccKarl Williamson2012-11-191-1/+1
* regen/embed.pl: Fix uninit variable warning.Karl Williamson2012-11-191-1/+1
* Merge topic branch into bleadKarl Williamson2012-11-1918-577/+563
|\
| * Refactor is(SPACE|PSXSP)_(uni|utf8) macros and utf8.cKarl Williamson2012-11-192-8/+7
| * regexec.c: Use SPACE macros instead of swashKarl Williamson2012-11-193-26/+142
| * Refactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macrosKarl Williamson2012-11-194-6/+35
| * Refactor is_BLANK_uni() and is_BLANK_utf8() macrosKarl Williamson2012-11-194-7/+39
| * handy.h: Add isVERTWS_uni(), isVERTWS_utf8()Karl Williamson2012-11-196-2/+33
| * Refactor is_CNTRL_utf8(), is_utf8_cntrl()Karl Williamson2012-11-192-10/+2
| * handy.h: Refactor macros to avoid aTHX_ problemsKarl Williamson2012-11-191-23/+28
| * embed.fnc: Make a function globalKarl Williamson2012-11-192-2/+2
| * regexec.c: Add PERL_UNIUSED_VAR()Karl Williamson2012-11-191-0/+1
| * XS-APItest/t/handy.t: RefactorKarl Williamson2012-11-191-361/+97
| * Unicode::UCD.pm: Fix bugs in undocumented binary search functionKarl Williamson2012-11-191-3/+7
| * regen/regcharclass.pl: Add 'cp_high' macro typeKarl Williamson2012-11-191-14/+20
| * regcomp.c: Revise commentKarl Williamson2012-11-191-2/+2
| * regexes: Add \v to table of latin1 char classesKarl Williamson2012-11-194-16/+23
| * regcomp.h: Make some #defines sequentialKarl Williamson2012-11-191-9/+11
| * regcomp.sym: Change regkind for NPOSIX regnodesKarl Williamson2012-11-193-10/+10
| * regcomp: Change name of #define to better reflect its purposeKarl Williamson2012-11-192-4/+6
| * regcomp.c: Revise debugging functionKarl Williamson2012-11-192-3/+10
| * handy.h: white-space, comments onlyKarl Williamson2012-11-191-2/+8
| * handy.h: Mark more clearly things for internal-only useKarl Williamson2012-11-191-50/+47
| * handy.h: Use class numbers instead of macros in macro generationKarl Williamson2012-11-191-41/+44
| * handy.h: Convert 3 macros to standard formKarl Williamson2012-11-191-13/+6
| * handy.h: Define some macros for consistencyKarl Williamson2012-11-191-2/+4
| * utf8.c: Request function to be inlineKarl Williamson2012-11-193-3/+3
| * utf8.c: White-space, comments onlyKarl Williamson2012-11-191-2/+3
| * utf8.c: Fix potential bugKarl Williamson2012-11-191-13/+28
| * embed.fnc: Restrict access to non-public functionsKarl Williamson2012-11-193-16/+16
|/
* perldelta: mention OP_PADRANGEDavid Mitchell2012-11-191-0/+9
* Remove the EPOC port.Nicholas Clark2012-11-1932-1740/+51
* Update CGI to CPAN version 3.63Chris 'BinGOs' Williams2012-11-194-14/+26
* Update Unicode-Collate to CPAN version 0.93Chris 'BinGOs' Williams2012-11-1989-26201/+26221
* Fix test-skipping logic for File::Glob under no-taint-perlSteffen Mueller2012-11-191-2/+2
* CPAN for EU::ParseXS is now at 3.18Steffen Mueller2012-11-191-1/+1
* Complete ExtUtils::ParseXS/EU::Typemaps version bumpSteffen Mueller2012-11-196-5/+8
* refactor pp_padsvDaniel Dragan2012-11-181-11/+21
* reduce scope of a var in save_clearsvDaniel Dragan2012-11-181-1/+1
* perlhack: Note why some t/op tests avoid test.plFather Chrysostomos2012-11-181-0/+3
* Stop \P{Assigned} from leakingFather Chrysostomos2012-11-182-2/+3
* utf8.c: Fix a minor refcounting bug caused by 02c8547Father Chrysostomos2012-11-181-0/+3
* Request that regcomp.c:S_regpposixcc be inlinedFather Chrysostomos2012-11-183-3/+3
* Stop /[.zog.]/ and /[[.zog.]]/ from leakingFather Chrysostomos2012-11-185-8/+13
* gv.t: Suppress warningFather Chrysostomos2012-11-181-1/+1
* Inline regcomp.c:S_checkposixcc into its only callerFather Chrysostomos2012-11-185-42/+25
* fix -DPERL_GLOBAL_STRUCT builds broken with the hash mergeTony Cook2012-11-192-0/+2
* perldelta: hash function still needs mentionFather Chrysostomos2012-11-181-0/+1
* gv.t: More *foo{NAME,PACKAGE} testsFather Chrysostomos2012-11-181-1/+5