summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add tests for Tie::ExtraHashDavid Cantrell2010-08-021-0/+50
* Merge remote branch 'khwilliamson/ncharnames' into bleadRafael Garcia-Suarez2010-07-273-174/+11744
|\
| * mktables: Move some CJK chars out of Name.pl tableKarl Williamson2010-07-131-15/+14
| * [perl 71764] Extend charnames to all of UnicodeKarl Williamson2010-07-132-23/+11405
| * charnames.pm: More refactoring for performanceKarl Williamson2010-07-131-32/+33
| * charnames.pm: refactor so complex re is used onceKarl Williamson2010-07-131-24/+27
| * charnames.pm: Change variable's nameKarl Williamson2010-07-131-8/+4
| * charnames.pm: expand tabsKarl Williamson2010-07-131-66/+66
| * mktables: remove wrong extra blank from outputKarl Williamson2010-07-131-1/+1
| * Yet another comment changeKarl Williamson2010-07-131-2/+2
| * charnames.t: Test that can have string "0x..."Karl Williamson2010-07-131-1/+1
| * charnames: Change so :short syntax can have spacesKarl Williamson2010-07-132-11/+12
| * charnames: Fix scoping bugsKarl Williamson2010-07-132-92/+283
| * charnames.pm: A couple more commentsKarl Williamson2010-07-131-2/+2
| * charnames.pm: More comment fixesKarl Williamson2010-07-131-5/+3
| * charnames: clean up podKarl Williamson2010-07-131-12/+21
| * charnames.pm: return ord not chrKarl Williamson2010-07-131-1/+1
| * charnames.pm clarify commentsKarl Williamson2010-07-131-17/+7
* | Update debugger changelogJosh ben Jore2010-07-221-2/+12
* | Debugger prints lines to the remote port when it forks and openes a new portJosh ben Jore2010-07-221-1/+1
* | Looser filename matching for new Carp.t tests.Craig A. Berry2010-07-221-2/+2
* | In Carp, if @DB::args still contains our sentinel, reset it.Nicholas Clark2010-07-221-0/+1
* | In Carp, if B is loaded use it to get the name of the bad caller override.Nicholas Clark2010-07-212-9/+44
* | Detect incomplete caller overrides in Carp, and avoid using bogus @DB::args.Nicholas Clark2010-07-212-5/+28
* | In Carp, minimise the amount of code running in package DB.Nicholas Clark2010-07-211-2/+4
* | Bump module version numbersDavid Golden2010-07-194-4/+4
* | The debugger now continues to use RemotePort when it's been configured to use...Josh ben Jore2010-07-161-14/+41
* | Make example work with "use strict" by eliminating barewords.Alexandr Ciornii2010-07-151-3/+3
* | Stop using $ENV{LESS} for parameters not intended for lessJosh ben Jore2010-07-151-3/+3
* | Configure has a path to less and perl5db.pl can use itJosh ben Jore2010-07-151-0/+6
* | PATCH: [perl #76502] Fix UCD.pm docKarl Williamson2010-07-141-1/+1
|/
* Die with $@ instead of empty messageJosh ben Jore2010-07-101-1/+1
* Remove extra/useless $@ check after eval { require PadWalker } (which is stil...Josh ben Jore2010-07-101-1/+1
* Promote eval( "require ..." ) to eval { require ... }Josh ben Jore2010-07-101-2/+2
* Promote eval { require( ... )} || die to mere require( ... )Josh ben Jore2010-07-101-2/+2
* Remove indirect object notation from debuggerJosh ben Jore2010-07-101-6/+6
* Document that @{$main::{'_<'.$filename}} lines are dualvar to (COP*).Josh ben Jore2010-07-101-3/+5
* Speed up viacodeKarl Williamson2010-07-041-3/+7
* charnames.t update because of rebaseKarl Williamson2010-07-041-59/+6
* Add vi hint for non-std format of charnames.pmKarl Williamson2010-07-041-0/+2
* More charnames pod updatesKarl Williamson2010-07-041-24/+39
* charnames: check for use bytes in vianame; efficiencyKarl Williamson2010-07-042-7/+21
* Clean up charnames pod, including new changesKarl Williamson2010-07-041-70/+86
* Clean up viacode, accept large aliasesKarl Williamson2010-07-042-12/+18
* Extend \N{} enhancements to vianame()Karl Williamson2010-07-042-58/+76
* Bump version; some pod cleanupKarl Williamson2010-07-041-21/+36
* charnames: add CORE:: to hex()Karl Williamson2010-07-041-2/+2
* Abandon plans to change viacode's return of unassignedKarl Williamson2010-07-041-6/+5
* Allow defining custom charnames to ordinalsKarl Williamson2010-07-042-24/+93
* Add clarifying comments to charnames.tKarl Williamson2010-07-041-0/+5