This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Felipe Gasper to AUTHORS
[perl5.git] / lib /
2013-03-13 Daniel Draganrestore building perl5**.dll and perl.exe on WinCE
2013-03-07 John PeacockBring core up to version-0.9902
2013-03-05 Chris 'BinGOs' Wil... Bump File::Copy version as the contents have changed
2013-03-04 reneebfix pod: add missing 'C' of inline code tags
2013-03-01 David Mitchellrevert: Benchmark iteration warnings should warn
2013-03-01 Chris 'BinGOs' Wil... Skip chflags tests in filetests.t on dragonflybsd
2013-03-01 Chris 'BinGOs' Wil... Skip tests in File::Copy tests on DragonflyBSD too
2013-02-26 Chris 'BinGOs' Wil... Remove /Net from lib/.gitignore
2013-02-26 Ricardo SignesRevert "Lookup overloaded assignment operators when...
2013-02-25 Karl WilliamsonAdd, fix comments
2013-02-25 Karl WilliamsonUnicode/UCD.pm: Fix undef bug
2013-02-24 Karl WilliamsonDocument \s change for VT, commit 075b9d7d9a6d4473b240a...
2013-02-20 Ricardo Signesput an experimental warning on lexical topic
2013-02-17 Karl Williamsonutf8_heavy.pl: Add 'use re "/aa"'
2013-02-17 Nicholas ClarkIn warnings.pm, delete a hash slice, instead of using...
2013-02-16 Karl Williamsoncharnames.pm: Nit in pod
2013-02-16 Karl WilliamsonUnicode::UCD: Add examples to pod
2013-02-15 Karl Williamsonlib/Unicode/UCD.pm: Clarify pod
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2013-02-06 David GoldenBenchmark iteration warnings should warn, not print
2013-01-26 Chris 'BinGOs' Wil... Update lib/.gitignore to include Config-Perl-V generate...
2013-01-26 Ricardo Signesprevent failures deep in value dumping from aborting
2013-01-25 Tony Cookrelease the global struct *after* we've finished using it
2013-01-25 Karl WilliamsonFix various minor pod issues
2013-01-12 Karl WilliamsonAllow slop on a few locale tests
2013-01-11 Karl WilliamsonCreate new warnings category experimental::regex_sets
2013-01-04 Karl Williamsoncharnames: Deprecate character names with spacing issues
2013-01-04 Karl Williamsoncharnames: :alias alone implies :full
2013-01-04 Karl Williamsoncharnames: Enforce better file name rules
2013-01-04 Karl Williamsoncharnames: comment, error message clarifications
2013-01-04 Karl Williamsoncharnames pod: Typo, clarification
2013-01-02 Tony Cookbump $VERSION for lib/perl5db.pl
2013-01-02 Shlomi FishMissing test count.
2013-01-02 Shlomi FishFix perl -d's 'w $my_lexical_variable'.
2013-01-02 Shlomi FishStart refactoring "sub restart".
2013-01-02 Shlomi FishExtract _dump_trace_calc_saved_single_arg.
2013-01-02 Shlomi FishExtract _dump_trace_calc_save_args.
2013-01-02 Shlomi FishAvoid pre-declarations.
2013-01-02 Shlomi FishFixed the test - it passes now.
2013-01-02 Shlomi FishAdd a testcase for the bug.
2013-01-02 Shlomi FishExtract _cmd_L_handle_postponed_breakpoints.
2013-01-02 Shlomi FishAdd empty lines and an explicit return.
2013-01-02 Shlomi FishRemove a no-longer needed comment.
2013-01-02 Shlomi FishExtract a subroutine.
2013-01-02 Shlomi FishExtract some duplicate code into a closure.
2013-01-02 Shlomi FishSome refactoring.
2013-01-02 Shlomi FishStart refactoring cmd_L.
2013-01-02 Shlomi FishRemove an unused parameter.
2013-01-02 Shlomi FishRemove a redundant line.
2013-01-02 Shlomi FishRename vars to remove ambiguity.
2013-01-02 Shlomi Fish[perl5db] Extract.
2013-01-02 Shlomi FishGot rid of passing $cmd to subs that don't use it.
2013-01-02 Shlomi FishExtract _cmd_l_calc_initial_end_and_i .
2013-01-02 Shlomi FishExtract a subroutine.
2013-01-02 Shlomi FishMore refactoring.
2013-01-02 Shlomi FishExtract _cmd_l_range .
2013-01-02 Shlomi Fish[perl5db] Extract some subroutines.
2013-01-02 Shlomi FishExtract a subroutine.
2013-01-02 Shlomi FishGot rid of a $1 reference.
2013-01-02 Shlomi FishAdd explicit returns.
2013-01-02 Shlomi Fish[perl5db] Refactoring.
2012-12-31 Karl Williamsonlocale.t, pat_advanced.t: Remove TODOs
2012-12-31 Karl Williamsonlocale.t: Add TODO tests
2012-12-31 Karl Williamsonlocale.t: Add tests for [:upper:], [:lower:]
2012-12-31 Karl Williamsonlocale.t: Add extra debugging info
2012-12-31 Karl Williamsonlocale.t: Fix off by 1 error in debug output
2012-12-31 Karl Williamsonlocale.t: Add capability to have TODO tests
2012-12-27 Matthew Horsfall... Add regcomp.c warning checks to t/porting/diag.t.
2012-12-23 Father ChrysostomosIncrease $diagnostics::VERSION to 1.31
2012-12-23 Matthew Horsfall... RT-89642 - Don't treat ,; as special end-of-line charac...
2012-12-19 Tony Cookwhen the output isn't RETVAL, update the SV instead...
2012-12-17 Tony Cookfix the debugger t expr command regression
2012-12-17 Tony Cookrough TODO test for t expr
2012-12-16 Karl Williamsonmktables, regexec.c: Comments, white-space; no code...
2012-12-16 Karl WilliamsonRename property involved in \X matching, for clarity
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-12-10 Father ChrysostomosMove File::DosGlob from lib to ext
2012-12-09 Karl Williamsonlocale.t: Add test
2012-12-09 Karl Williamsonlocale.t: Add optional test name supplement
2012-12-04 Father ChrysostomosIncrease $sigtrap::VERSION to 1.07
2012-12-04 Father Chrysostomossigtrap.pm: Avoid lexical $_
2012-12-04 Father ChrysostomosLower version.pm version
2012-12-03 Yves OrtonFix per-hash hash order dependency bug in version.pm
2012-12-01 Father ChrysostomosIncrease $sort::VERSION to 2.02
2012-12-01 Martin Beckerfixed typos in sample code in sort.pm documentation
2012-11-29 Karl Williamsoncharnames: Check for enabled warnings before warning
2012-11-28 Karl Williamsonmktables: Sort some outputs for repeatability
2012-11-27 Father ChrysostomosIncrease $English::VERSION to 1.06
2012-11-27 Father ChrysostomosEnglish.pm: Update -no_match_vars docs
2012-11-24 Father ChrysostomosIncrease $feature::VERSION to 1.32
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-20 Steffen MuellerFix test-skipping logic for File::Find under no-taint...
2012-11-20 Karl WilliamsonUnicode::UCD.pm: Fix bugs in undocumented binary search...
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-17 Father Chrysostomos[perl #114864] Don’t use amt for DESTROY
2012-11-12 Daniel Draganadd items checking to Internals::SvREFCNT
2012-11-12 Shlomi FishSmall cleanups.
2012-11-12 Shlomi FishConvert to a lexical file handle.
2012-11-12 Shlomi Fish[perl5db] unless+eq --> ne.
2012-11-12 Shlomi Fish[perl5db] Refactored cmd_b_sub.
next