summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial syntax bugs in doc for multidimensionalEugene Alvin Villar2021-02-111-2/+2
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-045-7/+28
* Additional guidance against "FATAL => 'all'".James E Keenan2021-01-301-2/+5
* Bump version to 5.33.7Richard Leach2021-01-211-1/+1
* style: Detabify regen files.Michael G. Schwern2021-01-172-96/+96
* add a bareword_filehandles feature, which is enabled by defaultTony Cook2021-01-041-56/+83
* Avoid indirect object notationJames E Keenan2020-12-271-14/+8
* lib/B/Deparse-core.t: Tidy leading whitespaceJames E Keenan2020-12-271-90/+93
* Correct one misspelled variable nameJames E Keenan2020-12-201-5/+5
* Bump version to 5.33.6Max Maischein2020-12-201-1/+1
* bump perl5db.pl's $VERSIONTony Cook2020-12-091-1/+1
* test - and . at beginning of debugger alias nameTony Cook2020-12-091-1/+7
* Allow debugger aliases that start with '-' and '.'jkahrman2020-12-091-1/+1
* File::Copy: support symlinks on Win32Tony Cook2020-12-012-3/+6
* Add -negative import args for 'use warnings'David Cantrell2020-11-281-8/+54
* Bump version to 5.33.5Tom Hukins2020-11-201-1/+1
* Bump version to 5.33.4Steve Hay2020-10-201-1/+1
* charclass_invlists.h: Add some inverse folds.Karl Williamson2020-10-161-1/+1
* perl5db.pl - remove redundant share()Richard Leach2020-10-141-1/+0
* Fix enough code to get make test_prep working with -dDusedefaultstrictTodd Rinaldo2020-10-1311-30/+74
* Add crosslinks between perl5db.pl and perldebug-related docsDan Book2020-10-081-1/+3
* Update ExtUtils-MakeMaker to CPAN version 7.48Todd Rinaldo2020-10-061-0/+1
* utf8.pm: Add decoding example to podKarl Williamson2020-09-271-1/+6
* Last bits of Perl 6 -> RakuSawyer X2020-09-261-3/+3
* Bump the perl version in various places for 5.33.3Sawyer X2020-09-211-1/+1
* Change some link pod for better renderingKarl Williamson2020-08-311-2/+2
* lib/Symbol.t: Exercise qualify_to_ref()James E Keenan2020-08-221-5/+24
* Bump the perl version in various places for 5.33.2Karen Etheridge2020-08-201-1/+1
* add a default enabled feature "multidimensional"Tony Cook2020-08-101-46/+70
* fix `l $var` where $var is a lexical variableTony Cook2020-08-103-273/+315
* fix C<i $obj> where $obj is a lexicalTony Cook2020-08-103-32/+67
* Widen the feature bundle hint mask to 4 bitsDagfinn Ilmari Mannsåker2020-08-041-1/+1
* Revert "Revert "Debugging GH #17671.""Karl Williamson2020-08-021-0/+4
* perl5db: allow the recorded history item length to be configuredRicardo Signes2020-07-301-6/+6
* Clearing DB::action at the end is no longer neededE. Choroba2020-07-301-4/+0
* After running an action in the debugger, turn it offE. Choroba2020-07-303-1/+30
* Update regen/feature.pl☢ ℕicolas ℝ2020-07-301-34/+30
* document the unary minus exception for barewordsTony Cook2020-07-301-3/+4
* use semicolon to separate statementsGraham Knop2020-07-301-1/+1
* Import ExtUtils::PL2BatLeon Timmermans2020-07-301-0/+1
* Revert "Debugging GH #17671."Karl Williamson2020-07-301-4/+0
* warnings: fix missed `$c` in previous commitDagfinn Ilmari Mannsåker2020-07-211-1/+1
* warnings: fix POD typo "you" → "your"Dagfinn Ilmari Mannsåker2020-07-211-1/+1
* warnings: rename `$a` and `$b` lexical variables in docs and codeDagfinn Ilmari Mannsåker2020-07-211-25/+25
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-27/+0
* B/Deparse.pm: White-space onlyKarl Williamson2020-07-171-2/+2
* B/Deparse.t: Add tests for UTF-8 tr///Karl Williamson2020-07-171-0/+43
* B/Deparse.pm: Rework deparsing of UTF-8 tr///Karl Williamson2020-07-171-40/+123
* B/Deparse.pm: Simplify fcnKarl Williamson2020-07-171-30/+15
* B/Deparse.pm: combine 2 fcns into oneKarl Williamson2020-07-171-18/+8