| Commit message (Expand) | Author | Age | Files | Lines |
* | overload.pl -> regen/overload.pl | Father Chrysostomos | 2010-10-13 | 1 | -1/+1 |
* | Fix typos in comments | Karl Williamson | 2010-10-12 | 1 | -2/+2 |
* | charnames.t: Make sure code point aliasess are right | Karl Williamson | 2010-10-12 | 1 | -0/+4 |
* | charnames.t: Extract common code to subroutine | Karl Williamson | 2010-10-12 | 1 | -13/+15 |
* | mktables: Change name of option to -annotate | Karl Williamson | 2010-10-12 | 1 | -3/+3 |
* | mktables: Change variable name | Karl Williamson | 2010-10-12 | 1 | -14/+13 |
* | mktables: Extend -output_names option | Karl Williamson | 2010-10-12 | 1 | -34/+387 |
* | mktables: Add arg to write() to say if in utf8 | Karl Williamson | 2010-10-12 | 1 | -10/+19 |
* | mktables: Move method to different class | Karl Williamson | 2010-10-12 | 1 | -30/+31 |
* | mktables: Remove extraneous error message | Karl Williamson | 2010-10-12 | 1 | -7/+0 |
* | mktables: Change method name for clarity | Karl Williamson | 2010-10-12 | 1 | -4/+4 |
* | mktables: Finish the refactoring out of a pass. | Karl Williamson | 2010-10-12 | 1 | -1/+6 |
* | mktables: Remove unshift onto large array | Karl Williamson | 2010-10-12 | 1 | -19/+15 |
* | mktables: Rmv obsolete field | Karl Williamson | 2010-10-12 | 1 | -16/+0 |
* | mktables: refactor to eliminate a pass over tables | Karl Williamson | 2010-10-12 | 1 | -225/+253 |
* | mktables: Add # XXX so can find experimental code | Karl Williamson | 2010-10-12 | 1 | -2/+3 |
* | mktables: Move 'format' to base class | Karl Williamson | 2010-10-12 | 1 | -12/+18 |
* | mktables: Change format name for Decomposition.pl | Karl Williamson | 2010-10-12 | 1 | -1/+3 |
* | mktables: change variable name for clarity | Karl Williamson | 2010-10-12 | 1 | -8/+8 |
* | mktables: if modify during run, regen tables | Karl Williamson | 2010-10-12 | 1 | -9/+22 |
* | mktables: rewrite 'if' statement for clarity | Karl Williamson | 2010-10-12 | 1 | -2/+2 |
* | mktables: complement variable name for rebuilding | Karl Williamson | 2010-10-12 | 1 | -6/+6 |
* | mktables: Add type_of() method to get range's type | Karl Williamson | 2010-10-12 | 1 | -0/+16 |
* | mktables: Convert value_of() to use containing_range() | Karl Williamson | 2010-10-12 | 1 | -5/+3 |
* | mktables: Remove extraneous debug statement | Karl Williamson | 2010-10-12 | 1 | -1/+0 |
* | mktables: Add containing_range method | Karl Williamson | 2010-10-12 | 1 | -0/+17 |
* | mktables: Clarify comment in generated tables | Karl Williamson | 2010-10-12 | 1 | -1/+1 |
* | mktables: Clarify comment in generated tables | Karl Williamson | 2010-10-12 | 1 | -2/+2 |
* | mktables: Save reference to two commonly used tables | Karl Williamson | 2010-10-12 | 1 | -4/+5 |
* | mktables: Improve message | Karl Williamson | 2010-10-12 | 1 | -1/+1 |
* | mktables: Remove commented out obsolete code | Karl Williamson | 2010-10-12 | 1 | -21/+0 |
* | mktables: Can't generate simple casing tables | Karl Williamson | 2010-10-12 | 1 | -1/+1 |
* | mktables: Use more descriptive property names | Karl Williamson | 2010-10-12 | 1 | -2/+2 |
* | mktables: Make generated files use hex code points | Karl Williamson | 2010-10-12 | 1 | -13/+18 |
* | mktables: fix typos in comments | Karl Williamson | 2010-10-12 | 1 | -9/+9 |
* | Don't assume filenames can contain parentheses | Craig A. Berry | 2010-10-10 | 1 | -19/+25 |
* | Pod/Html.pm is now in ext/Pod-Html | Florian Ragwitz | 2010-10-10 | 1 | -0/+1 |
* | Make the new perl5db.t taint test work on VMS. | Craig A. Berry | 2010-10-09 | 1 | -0/+1 |
* | ExtUtils::XSSymSet can now let the compiler shorten symbols. | Craig A. Berry | 2010-10-08 | 1 | -4/+16 |
* | Change vverify() to return HV or NULL (RT#78286) | David Golden | 2010-10-08 | 1 | -1/+7 |
* | Move Pod::Html from lib/ to ext/ | Nicholas Clark | 2010-10-05 | 8 | -2943/+0 |
* | [perl #71998] overload::Method can die with blessed methods | Father Chrysostomos | 2010-09-28 | 2 | -3/+13 |
* | Version bump and perldelta for Carp | Father Chrysostomos | 2010-09-27 | 1 | -1/+1 |
* | [perl #78082] Carp.pm: Avoid autovivification of CORE::GLOBAL::caller | Aaron Crane | 2010-09-27 | 2 | -3/+9 |
* | Try once more to fix sigtrap.t | Father Chrysostomos | 2010-09-25 | 1 | -7/+9 |
* | charnames.pm: reformat comments | Karl Williamson | 2010-09-25 | 1 | -8/+6 |
* | charnames.pm: indent less to fit in 80 columns | Karl Williamson | 2010-09-25 | 1 | -415/+415 |
* | Teach Perl about Unicode named character sequences | Karl Williamson | 2010-09-25 | 3 | -442/+652 |
* | charnames.pm: Nits in pod | Karl Williamson | 2010-09-25 | 1 | -13/+16 |
* | charnames.pm: Clarify comments | Karl Williamson | 2010-09-25 | 1 | -6/+6 |