This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlexperiment: (?{}) and (??{}) are not experimental
[perl5.git] / pod /
2013-06-24 Ricardo Signesperlexperiment: (?{}) and (??{}) are not experimental
2013-06-24 Ricardo Signesperlexperiment: mark regexp backtracking verbs as accepted
2013-06-23 Father Chrysostomosperldiag: Correct ‘Unknown Unicode option value’
2013-06-23 Father Chrysostomosperldiag: Document ‘SWASHNEW didn't return an HV ref’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Repeated format line...’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Perl %s required’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Pattern subroutine nesting...’
2013-06-23 Father Chrysostomosperldiag: Document mprotect errors
2013-06-23 Father Chrysostomosperldiag: Correct ‘length() used on %s’
2013-06-23 Father Chrysostomosperldiag: Document ‘internal %<num>p might conflict’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Infinite recursion in regex’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Don't know how to handle magic’
2013-06-23 Father Chrysostomosperldiag: Add the elliptical variant of strict refs...
2013-06-23 Father ChrysostomosDocument scalarref retvals of @INC hook
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2013-06-23 James E KeenanDocumentation corrections from Wallace Reis++.
2013-06-21 Karl Williamsonperldata: More identifier definition fix
2013-06-21 Johan VromansUpdate perlsub.pod for lvalue subroutines.
2013-06-21 Karl WilliamsonPATCH [perl #118563]: Fix perldata ident defn
2013-06-21 Father Chrysostomosperldiag: Document ‘Can't call mro_method_changed_in()’
2013-06-21 David GoldenRevert "portport: remove DG/UX"
2013-06-21 David Goldennew perldelta
2013-06-20 David Goldenfinalize perldelta.pod for v5.19.1
2013-06-20 David Goldenupdate perlhist for v5.19.1
2013-06-20 David Goldenportport: remove DG/UX
2013-06-20 David GoldenRough draft of perldelta for v5.19.1
2013-06-19 Father Chrysostomosperldelta for #118047
2013-06-18 Ricardo Signesperldelta: note the change to "goto" in perlfunc
2013-06-18 Ricardo Signesreplace weird C<goto-TYPE> with C<goto TYPE>
2013-06-18 Ricardo Signesdocument that goto-EXPR will treat a subref differently
2013-06-18 Karl Williamsonperlfunc: Add caveat about string eval containing NV...
2013-06-18 Karl Williamsonperlrecharclass: Nits
2013-06-18 Karl Williamsonperldelta for locale fixes
2013-06-18 Chris 'BinGOs' Wil... Add Module::CoreList::Utils to perldelta as a new module.
2013-06-18 Chris 'BinGOs' Wil... Correct module links in perldelta
2013-06-18 Father Chrysostomosperldelta for #118297
2013-06-18 Karl Williamsonperllocale: Update, clarify
2013-06-18 Karl WilliamsonDon't use locale definitions unless within scope
2013-06-18 Karl Williamsonperllocale: Nits
2013-06-16 SHIRAKATA KentaroSmall corrections in perlsyn, less one identified by...
2013-06-15 Father Chrysostomosperlfunc: mention that cho(m)p resets the iterator
2013-06-14 Ricardo Signesnote that \s matching \cK is marked experimental
2013-06-14 Ricardo Signesperlexperiment: version of acceptance for \N{name}
2013-06-14 Ricardo Signesperlexperiment: ithreads seemed accepted in 5.8.0
2013-06-14 Ricardo Signesperlexperiment: long doubles are not experimental
2013-06-14 Ricardo Signesreorder experiments by version (mostly)
2013-06-14 Ricardo Signesremove reference to experimental code never in core
2013-06-14 Steve HayFix inclusion of Compress/Raw/Bzip2 and Encode in MinGW...
2013-06-14 Ricardo Signesnote warning categories in perlexperiment
2013-06-14 Ricardo Signesperldelta for the exec warning category change
2013-06-13 Yves OrtonPossessive and non greedy quantifier modifiers are...
2013-06-12 David Goldenperldelta: add entries gleaned from commit messages
2013-06-11 Karl Williamsonperldelta: Correct misstatement
2013-06-11 Father Chrysostomosperldelta: typo
2013-06-11 Karl Williamsonperldelta: ">" was missing its "C<"
2013-06-11 Karl Williamsonpod/perldelta: Add note about documenting toLOWER(...
2013-06-10 Ricardo Signesperldelta for debugger @_ fix
2013-06-10 Steve Hayperldelta for recent BUILD_STATIC/ALL_STATIC changes
2013-06-10 Father Chrysostomosperldelta: DB has not been removed
2013-06-10 Father Chrysostomosperldelta for double quantifier warnings (688e039)
2013-06-10 Father Chrysostomosperldelta for File::Spec->tmpdir and changing env ...
2013-06-10 Father Chrysostomosperldelta for PL_stashcacheh and glob-to-glob assignmen...
2013-06-10 Father Chrysostomosperldelta for freed stashes (#117941)
2013-06-10 Father Chrysostomosperldelta for sort/require CORE:: (#24482)
2013-06-10 Father Chrysostomosperldealt for delete local $ENV{x} leaking (9332b95f7)
2013-06-10 Father Chrysostomosperldelta for (?[]) fixes
2013-06-10 Father Chrysostomosperldelta for #117595 (-l warning)
2013-06-10 Father Chrysostomosperldelta for deparsing ${#}{foo} (#117531)
2013-06-10 Father Chrysostomosperldelta for JS in perltrap
2013-06-10 Father Chrysostomosperldelta for #117311/B::Deparse -l and FF
2013-06-10 Father Chrysostomosperldelta: typo
2013-06-10 Father Chrysostomosperldelta for lexsub syntax errors (3a74e0e282c)
2013-06-10 Father Chrysostomosperldelta for two lexsub fixes
2013-06-10 Father Chrysostomosperldelta for constant inlining (70e5f2b5)
2013-06-10 Father Chrysostomosperldelta for deparsing for my $x (#117081)
2013-06-10 Father Chrysostomosperldelta for 3036c853/\N{} deprecations
2013-06-10 Father Chrysostomosperldelta for #118159 (SvTRUE on ""/1 dualvar)
2013-06-10 Father Chrysostomosperldiag: Document ‘Can't call mro_isa_changed_in’
2013-06-10 Father Chrysostomosperlfunc: Document fallback to "top" format
2013-06-10 Father ChrysostomosMake ‘make regen’ regenerate the tree in perllexwarn
2013-06-09 Father Chrysostomosperldiag: Tweak ‘'%c' allowed only after types’
2013-06-09 Ricardo Signesnote that the return value of for is unspecified
2013-06-09 Zsban Ambrusdocument the /p flag and related variables in delta
2013-06-09 Dominic HargreavesImprove fileno example
2013-06-08 Father Chrysostomosperldiag: typo
2013-06-08 Father Chrysostomos[perl #117941] Blessing into freed current stash
2013-06-08 Father Chrysostomosperldiag: Correct descr of ‘Expecting '(?flags:(?[...
2013-06-07 Ricardo Signesversion bumps and perldelta for debugger depth
2013-06-06 Father Chrysostomosperldiag: Document ‘Expecting '(?flags:(?[...'’
2013-06-06 Father Chrysostomosperldiag: Clarify why ‘False [] range’ can be F
2013-06-06 Father Chrysostomosperldiag: Correct severity/category for ‘False [] range’
2013-06-06 Father ChrysostomosAlphabetize perltrap
2013-06-06 Father Chrysostomosperldelta for #114576 (XS lvalue subs)
2013-06-06 Father Chrysostomosperldelta: typo
2013-06-05 Father Chrysostomos-l $handle warning: globs, iorefs, utf8
2013-06-04 Shlomi Fishperlipc: remove some confusing text.
2013-06-04 Eric BrineTypo fix in perlfunc [RT#118093]
2013-06-04 Father ChrysostomosTraps for the unwary JS programmer (perltrap.pod)
2013-06-03 Eric BrineAdjust documentation for removal of splice warning
2013-06-03 Tony Cookperldelta for 285a3ca13
next