summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* handy.h: Change isFOO_A() to be O(1) performanceKarl Williamson2010-09-251-32/+17
* Add 256 word bit table of character classesKarl Williamson2010-09-253-0/+505
* handy.h: EBCDIC should use native isalpha()Karl Williamson2010-09-251-1/+2
* handy.h: Add isFOO_A() macros for ASCII range matchesKarl Williamson2010-09-251-26/+64
* handy.h: should use EBCDIC libc isdigit()Karl Williamson2010-09-251-1/+2
* handy.h: move macro in fileKarl Williamson2010-09-251-1/+2
* Subject: handy.h: Add isWORDCHAR() for clarityKarl Williamson2010-09-251-3/+4
* Add a comment; clarify anotherKarl Williamson2010-09-251-2/+2
* Indent a comment betterKarl Williamson2010-09-251-1/+1
* Subject: handy.h: Reorder #defines alphabeticallyKarl Williamson2010-09-251-12/+13
* handy.h: isSPACE() is wrong for EBCDICKarl Williamson2010-09-251-2/+3
* handy.h: EBCDIC isBLANK() is wrongKarl Williamson2010-09-251-1/+2
* handy.h: isPSXSPC() is wrong for EBCDICKarl Williamson2010-09-251-1/+2
* Subject: handy.h: Move defn's outside #ifndef EBCDICKarl Williamson2010-09-251-15/+15
* charnames.pm: reformat commentsKarl Williamson2010-09-251-8/+6
* charnames.pm: indent less to fit in 80 columnsKarl Williamson2010-09-251-415/+415
* Teach Perl about Unicode named character sequencesKarl Williamson2010-09-259-461/+688
* charnames.pm: Nits in podKarl Williamson2010-09-251-13/+16
* perlrecharclass.pod: Add caveat about multi-char sequencesKarl Williamson2010-09-251-2/+4
* charnames.pm: Clarify commentsKarl Williamson2010-09-251-6/+6
* charnames.t: Add output messageKarl Williamson2010-09-251-1/+1
* charnames.t: Clarify messageKarl Williamson2010-09-251-1/+1
* charnames.t: Clarify value is hexKarl Williamson2010-09-251-1/+1
* charnames.t: Add tests for NameAliasesKarl Williamson2010-09-251-0/+10
* Fix casing, wordingKarl Williamson2010-09-251-2/+2
* Fix spellingKarl Williamson2010-09-251-3/+3
* charnames.pm: Change variable nameKarl Williamson2010-09-251-13/+13
* charnames.t: Add code so can test 100% of namesKarl Williamson2010-09-251-1/+12
* charnames.t: clarify commentsKarl Williamson2010-09-251-4/+7
* charnames.t: Don't call srand(undef)Karl Williamson2010-09-251-3/+9
* charnames: Remove unnecessary \t in Name.plKarl Williamson2010-09-252-10/+10
* charnames.pm: Small performance enhancementsKarl Williamson2010-09-252-32/+36
* mktables: Remove stubbed out codeKarl Williamson2010-09-251-27/+0
* Use the same $func to Perl_$func macros independent of multiplicity.Nicholas Clark2010-09-252-2534/+57
* Make the new sigtrap.t test more tolerant of OS differencesFather Chrysostomos2010-09-241-7/+7
* define SvTRUE_nomg for compilers other than gccFather Chrysostomos2010-09-241-0/+15
* perldelta entries for the double-magic fixes [perl #76814]Father Chrysostomos2010-09-241-1/+58
* [perl #76814] FETCH called twice - yFather Chrysostomos2010-09-242-10/+7
* [perl #76814] FETCH called twice - m and sFather Chrysostomos2010-09-243-5/+15
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-249-13/+55
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-249-40/+110
* Committing the current freeze and release plan for 5.14. khw++ forJesse Vincent2010-09-241-1/+27
* Fis various Math::BigInt spelling mistakesgregor herrmann2010-09-245-7/+8
* [perl #78000] [PATCH] Upgrade to threads 1.79Jerry D. Hedden2010-09-247-12/+121
* Modify a utf8.t test in anticipation of a fix for [perl #74022]Father Chrysostomos2010-09-241-2/+3
* fix typo in perl5135deltaDavid Golden2010-09-242-1/+11
* perldelta: Note Perl version of regexp_pattern()Karl Williamson2010-09-241-3/+3
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-246-11/+15
* Avoid using double quotes in a one-liner runperl.Nicholas Clark2010-09-241-1/+1
* sigtrap version bump + perldeltaFather Chrysostomos2010-09-242-3/+13