| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump $feature::VERSION | Florian Ragwitz | 2010-08-17 | 1 | -1/+1 |
* | Fix the overload tests marked as TODO in 22afb09b13a6dc17f20388991422fdbe6166... | Chris 'BinGOs' Williams | 2010-08-15 | 1 | -6/+4 |
* | Made a number of tests TODO in lib/overload.t due to changes to Test-Simple | Chris 'BinGOs' Williams | 2010-08-14 | 1 | -1/+3 |
* | use charnames (); fails | Karl Williamson | 2010-08-13 | 1 | -7/+34 |
* | charnames.t: tweak amount of testing of CJK chars | Karl Williamson | 2010-08-13 | 1 | -6/+13 |
* | charnames.t: Change message to fit in 80 columns | Karl Williamson | 2010-08-13 | 1 | -3/+3 |
* | charnames.t: Guard agains empty lines in __DATA__ | Karl Williamson | 2010-08-13 | 1 | -0/+1 |
* | charnames.t: use srand's seed | Karl Williamson | 2010-08-13 | 1 | -5/+5 |
* | feature.pm: Note unicode_strings is not complete | Karl Williamson | 2010-08-11 | 1 | -1/+1 |
* | Add tests for Tie::ExtraHash | David Cantrell | 2010-08-02 | 1 | -0/+50 |
* | Merge remote branch 'khwilliamson/ncharnames' into blead | Rafael Garcia-Suarez | 2010-07-27 | 3 | -174/+11744 |
|\ |
|
| * | mktables: Move some CJK chars out of Name.pl table | Karl Williamson | 2010-07-13 | 1 | -15/+14 |
| * | [perl 71764] Extend charnames to all of Unicode | Karl Williamson | 2010-07-13 | 2 | -23/+11405 |
| * | charnames.pm: More refactoring for performance | Karl Williamson | 2010-07-13 | 1 | -32/+33 |
| * | charnames.pm: refactor so complex re is used once | Karl Williamson | 2010-07-13 | 1 | -24/+27 |
| * | charnames.pm: Change variable's name | Karl Williamson | 2010-07-13 | 1 | -8/+4 |
| * | charnames.pm: expand tabs | Karl Williamson | 2010-07-13 | 1 | -66/+66 |
| * | mktables: remove wrong extra blank from output | Karl Williamson | 2010-07-13 | 1 | -1/+1 |
| * | Yet another comment change | Karl Williamson | 2010-07-13 | 1 | -2/+2 |
| * | charnames.t: Test that can have string "0x..." | Karl Williamson | 2010-07-13 | 1 | -1/+1 |
| * | charnames: Change so :short syntax can have spaces | Karl Williamson | 2010-07-13 | 2 | -11/+12 |
| * | charnames: Fix scoping bugs | Karl Williamson | 2010-07-13 | 2 | -92/+283 |
| * | charnames.pm: A couple more comments | Karl Williamson | 2010-07-13 | 1 | -2/+2 |
| * | charnames.pm: More comment fixes | Karl Williamson | 2010-07-13 | 1 | -5/+3 |
| * | charnames: clean up pod | Karl Williamson | 2010-07-13 | 1 | -12/+21 |
| * | charnames.pm: return ord not chr | Karl Williamson | 2010-07-13 | 1 | -1/+1 |
| * | charnames.pm clarify comments | Karl Williamson | 2010-07-13 | 1 | -17/+7 |
* | | Update debugger changelog | Josh ben Jore | 2010-07-22 | 1 | -2/+12 |
* | | Debugger prints lines to the remote port when it forks and openes a new port | Josh ben Jore | 2010-07-22 | 1 | -1/+1 |
* | | Looser filename matching for new Carp.t tests. | Craig A. Berry | 2010-07-22 | 1 | -2/+2 |
* | | In Carp, if @DB::args still contains our sentinel, reset it. | Nicholas Clark | 2010-07-22 | 1 | -0/+1 |
* | | In Carp, if B is loaded use it to get the name of the bad caller override. | Nicholas Clark | 2010-07-21 | 2 | -9/+44 |
* | | Detect incomplete caller overrides in Carp, and avoid using bogus @DB::args. | Nicholas Clark | 2010-07-21 | 2 | -5/+28 |
* | | In Carp, minimise the amount of code running in package DB. | Nicholas Clark | 2010-07-21 | 1 | -2/+4 |
* | | Bump module version numbers | David Golden | 2010-07-19 | 4 | -4/+4 |
* | | The debugger now continues to use RemotePort when it's been configured to use... | Josh ben Jore | 2010-07-16 | 1 | -14/+41 |
* | | Make example work with "use strict" by eliminating barewords. | Alexandr Ciornii | 2010-07-15 | 1 | -3/+3 |
* | | Stop using $ENV{LESS} for parameters not intended for less | Josh ben Jore | 2010-07-15 | 1 | -3/+3 |
* | | Configure has a path to less and perl5db.pl can use it | Josh ben Jore | 2010-07-15 | 1 | -0/+6 |
* | | PATCH: [perl #76502] Fix UCD.pm doc | Karl Williamson | 2010-07-14 | 1 | -1/+1 |
|/ |
|
* | Die with $@ instead of empty message | Josh ben Jore | 2010-07-10 | 1 | -1/+1 |
* | Remove extra/useless $@ check after eval { require PadWalker } (which is stil... | Josh ben Jore | 2010-07-10 | 1 | -1/+1 |
* | Promote eval( "require ..." ) to eval { require ... } | Josh ben Jore | 2010-07-10 | 1 | -2/+2 |
* | Promote eval { require( ... )} || die to mere require( ... ) | Josh ben Jore | 2010-07-10 | 1 | -2/+2 |
* | Remove indirect object notation from debugger | Josh ben Jore | 2010-07-10 | 1 | -6/+6 |
* | Document that @{$main::{'_<'.$filename}} lines are dualvar to (COP*). | Josh ben Jore | 2010-07-10 | 1 | -3/+5 |
* | Speed up viacode | Karl Williamson | 2010-07-04 | 1 | -3/+7 |
* | charnames.t update because of rebase | Karl Williamson | 2010-07-04 | 1 | -59/+6 |
* | Add vi hint for non-std format of charnames.pm | Karl Williamson | 2010-07-04 | 1 | -0/+2 |
* | More charnames pod updates | Karl Williamson | 2010-07-04 | 1 | -24/+39 |