summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump $feature::VERSIONFlorian Ragwitz2010-08-171-1/+1
* Fix the overload tests marked as TODO in 22afb09b13a6dc17f20388991422fdbe6166...Chris 'BinGOs' Williams2010-08-151-6/+4
* Made a number of tests TODO in lib/overload.t due to changes to Test-SimpleChris 'BinGOs' Williams2010-08-141-1/+3
* use charnames (); failsKarl Williamson2010-08-131-7/+34
* charnames.t: tweak amount of testing of CJK charsKarl Williamson2010-08-131-6/+13
* charnames.t: Change message to fit in 80 columnsKarl Williamson2010-08-131-3/+3
* charnames.t: Guard agains empty lines in __DATA__Karl Williamson2010-08-131-0/+1
* charnames.t: use srand's seedKarl Williamson2010-08-131-5/+5
* feature.pm: Note unicode_strings is not completeKarl Williamson2010-08-111-1/+1
* 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