summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/utf8_heavy.pl: Fix separated '(?' tokenKarl Williamson2013-05-021-1/+1
* Document that range operator '..' can not be overloaded.Moritz Lenz2013-04-141-1/+5
* Exporter on CPAN is 5.68 make blead reflect thisChris 'BinGOs' Williams2013-03-271-1/+1
* Make smartmatch, given & when experimentalBrian Fraser2013-03-262-9/+14
* bump version on perl5db.plRicardo Signes2013-03-181-1/+1
* lib/perl5db.pl: Workaround rt#116771 by putting DB::Obj inside BEGIN { }Kent Fredric2013-03-181-0/+14
* lib/perl5db.t: Add test for bug #116771, autotrace crashes debuggerKent Fredric2013-03-181-1/+8
* lib/perl5db.t: Add test for bug #116769, Frame=2 crashes debuggerKent Fredric2013-03-181-1/+8
* lib/perl5db.pl: refactor all calls to IO::Handle via ->autoflush to a short l...Kent Fredric2013-03-181-5/+14
* restore building perl5**.dll and perl.exe on WinCEDaniel Dragan2013-03-121-0/+1
* Bring core up to version-0.9902John Peacock2013-03-077-7/+19
* Bump File::Copy version as the contents have changedChris 'BinGOs' Williams2013-03-051-1/+1
* fix pod: add missing 'C' of inline code tagsreneeb2013-03-041-2/+2
* revert: Benchmark iteration warnings should warnDavid Mitchell2013-03-011-2/+2
* Skip chflags tests in filetests.t on dragonflybsdChris 'BinGOs' Williams2013-03-011-0/+1
* Skip tests in File::Copy tests on DragonflyBSD tooChris 'BinGOs' Williams2013-03-011-0/+3
* Remove /Net from lib/.gitignoreChris 'BinGOs' Williams2013-02-261-1/+0
* Revert "Lookup overloaded assignment operators when trying to swap the argume...Ricardo Signes2013-02-261-1/+1
* Add, fix commentsKarl Williamson2013-02-251-2/+2
* Unicode/UCD.pm: Fix undef bugKarl Williamson2013-02-251-2/+2
* Document \s change for VT, commit 075b9d7d9a6d4473b240a047655e507c8baa6db3Karl Williamson2013-02-241-2/+2
* put an experimental warning on lexical topicRicardo Signes2013-02-201-9/+12
* utf8_heavy.pl: Add 'use re "/aa"'Karl Williamson2013-02-171-0/+2
* In warnings.pm, delete a hash slice, instead of using a loop.Nicholas Clark2013-02-171-2/+2
* charnames.pm: Nit in podKarl Williamson2013-02-162-3/+3
* Unicode::UCD: Add examples to podKarl Williamson2013-02-161-3/+11
* lib/Unicode/UCD.pm: Clarify podKarl Williamson2013-02-151-2/+3
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-092-1/+18
* Benchmark iteration warnings should warn, not printDavid Golden2013-02-051-2/+2
* Update lib/.gitignore to include Config-Perl-V generated fileChris 'BinGOs' Williams2013-01-261-0/+2
* prevent failures deep in value dumping from abortingRicardo Signes2013-01-252-1/+26
* release the global struct *after* we've finished using itTony Cook2013-01-251-4/+4
* Fix various minor pod issuesKarl Williamson2013-01-245-11/+11
* Allow slop on a few locale testsKarl Williamson2013-01-121-0/+22
* Create new warnings category experimental::regex_setsKarl Williamson2013-01-111-7/+10
* charnames: Deprecate character names with spacing issuesKarl Williamson2013-01-041-0/+13
* charnames: :alias alone implies :fullKarl Williamson2013-01-042-7/+9
* charnames: Enforce better file name rulesKarl Williamson2013-01-041-1/+1
* charnames: comment, error message clarificationsKarl Williamson2013-01-041-2/+2
* charnames pod: Typo, clarificationKarl Williamson2013-01-042-5/+5
* bump $VERSION for lib/perl5db.plTony Cook2013-01-021-1/+1
* Missing test count.Shlomi Fish2013-01-021-1/+1
* Fix perl -d's 'w $my_lexical_variable'.Shlomi Fish2013-01-022-34/+62
* Start refactoring "sub restart".Shlomi Fish2013-01-021-20/+24
* Extract _dump_trace_calc_saved_single_arg.Shlomi Fish2013-01-021-31/+35
* Extract _dump_trace_calc_save_args.Shlomi Fish2013-01-021-35/+43
* Avoid pre-declarations.Shlomi Fish2013-01-021-2/+2
* Fixed the test - it passes now.Shlomi Fish2013-01-021-1/+1
* Add a testcase for the bug.Shlomi Fish2013-01-021-0/+24
* Extract _cmd_L_handle_postponed_breakpoints.Shlomi Fish2013-01-021-18/+28