summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* overload.pm: Smaller indents for long linesFather Chrysostomos2012-01-181-6/+6
* overload.pm: spaces after dots; wording tweakFather Chrysostomos2012-01-181-16/+17
* Document new overload warning in overload.pmFather Chrysostomos2012-01-181-0/+5
* overload.pm: Doc tweaksFather Chrysostomos2012-01-181-1/+1
* Increase $overloading::VERSION to 0.02Father Chrysostomos2012-01-181-1/+1
* overloading.pm: Load Carp on demandFather Chrysostomos2012-01-181-3/+1
* In overload::ov_method, use ‘no overloading’Father Chrysostomos2012-01-181-3/+2
* Lower $overload::VERSION to 1.17Father Chrysostomos2012-01-161-1/+1
* overload.pm: Combine two loopsFather Chrysostomos2012-01-161-3/+2
* Test invalid arg warning from overloadFather Chrysostomos2012-01-161-1/+13
* overload.pm: Put invalid arg warning in "overload" categoryFather Chrysostomos2012-01-161-1/+1
* Suppress ‘useless’ warning in overload.pmFather Chrysostomos2012-01-161-1/+1
* Emit a warning if an attempt is made to overload an invalid (e.g., misspelled...jkeenan2012-01-161-17/+30
* utf8_heavy.pl: Add inversion status to cache keyKarl Williamson2012-01-131-8/+10
* utf8.c: Change name of static functionKarl Williamson2012-01-131-1/+1
* utf8_heavy: Allow to be called from regcomp.cKarl Williamson2012-01-131-2/+5
* utf8_heavy: Add DEBUG statementKarl Williamson2012-01-131-0/+1
* mktables: Add a little stress to the testsKarl Williamson2012-01-131-1/+1
* utf8_heavy: Skip unnecessary operationsKarl Williamson2012-01-131-2/+9
* utf8_heavy: remove unused variableKarl Williamson2012-01-131-3/+0
* Comment additions, typos, white-space.Karl Williamson2012-01-132-3/+2
* [perl #40333] Another testJoshua ben Jore2012-01-091-1/+13
* [perl #40333] Stop overload::Overloaded from calling ->canFather Chrysostomos2012-01-092-2/+25
* perlop: remove triple-dotFather Chrysostomos2012-01-051-0/+11
* Increase $overload::VERSION to 1.17Father Chrysostomos2012-01-051-1/+1
* Correct links to perlsyn and perlopFather Chrysostomos2012-01-052-3/+3
* [perl #91850] utf8::decode: croak for ro scalarsFather Chrysostomos2012-01-051-0/+11
* utf8_heavy.pl: Skip unnecessary work for official propertiesKarl Williamson2012-01-021-2/+20
* utf8_heavy.pl: Comment and white-space onlyKarl Williamson2012-01-021-9/+19
* In diagnostics.t, avoid passing a literal \n in the command to run.Nicholas Clark2012-01-021-2/+2
* mktables: Fix bug for early Unicode versionsKarl Williamson2011-12-301-1/+2
* mktables: Change function nameKarl Williamson2011-12-301-2/+2
* mktables: Unicode 6.1 table will be emptyKarl Williamson2011-12-301-0/+2
* mktables: Add commentKarl Williamson2011-12-301-2/+2
* Unicode:UCD: Add commentsKarl Williamson2011-12-301-2/+14
* Unicode::UCD: Extend prop_invmap() to handle multi-entries per code pointKarl Williamson2011-12-301-0/+31
* Unicode::UCD: white-space onlyKarl Williamson2011-12-301-3/+2
* Unicode::UCD: Allow prop_invlist() to work on non-compact tablesKarl Williamson2011-12-301-0/+9
* Unicode::UCD: Special case prop_aliases() 'indic'Karl Williamson2011-12-301-2/+10
* Unicode::UCD: Allow prop_invmap() to work on non-compact binary propertiesKarl Williamson2011-12-301-1/+4
* Unicode::UCD: Correct podKarl Williamson2011-12-301-4/+4
* Add a test for "n EXPR()".Shlomi Fish2011-12-301-1/+24
* perl -d: add a test for s EXPR().Shlomi Fish2011-12-302-1/+35
* perl -d: add a test to the 's' command.Shlomi Fish2011-12-301-1/+50
* Add a test for s.Shlomi Fish2011-12-301-1/+27
* perl -d: test for 'T'.Shlomi Fish2011-12-301-1/+39
* perl -d: add test for the x command.Shlomi Fish2011-12-301-1/+24
* Add a test for the debugger p command.Shlomi Fish2011-12-301-1/+22
* Unicode::UCD: Use 6.1 format for Name_AliasKarl Williamson2011-12-292-7/+28
* mktables: Add commentKarl Williamson2011-12-291-1/+1