summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* regex engine: Issue #19168 - Fix variable length lookbehind matchesYves Orton2022-02-231-0/+4
* fix typo in perl5358deltaBernd2022-02-211-3/+0
* add new perldelta for 5.35.10reneeb2022-02-204-272/+716
* Add new release to perlhistv5.35.9reneeb2022-02-201-0/+1
* finalize perldelta for 5.35.9reneeb2022-02-201-300/+81
* Add 'signatures' to :5.36 feature bundlePaul "LeoNerd" Evans2022-02-203-10/+14
* Update various documentation filesPaul "LeoNerd" Evans2022-02-204-55/+67
* document the new flags behaviour and whyTony Cook2022-02-191-0/+24
* perldelta entry for the PV/IV flags changes.Nicholas Clark2022-02-191-0/+139
* implement a new command-line flag, -gTomasz Konojacki2022-02-192-2/+21
* Reapply "docs: clarify effect of $^H, %^H, ${^WARNING_BITS}"Yves Orton2022-02-191-0/+12
* regcomp.h: change regexp_internal attribute from I32 to U32Yves Orton2022-02-181-3/+3
* regcomp.c,re.pm: Remove "offsets" debugging codeYves Orton2022-02-181-14/+5
* perlreguts.pod: synchronize regexp_internal docs with codeYves Orton2022-02-181-15/+49
* perlrecharclass: Update Unicode version referenceKarl Williamson2022-02-161-1/+1
* perlop.pod: Fix typo in smartmatch examplezhmylove2022-02-151-2/+2
* Add 'isa' to 'use feature :5.35'Paul "LeoNerd" Evans2022-02-152-2/+5
* No longer print experimental::isa warning (closes #18754)Paul "LeoNerd" Evans2022-02-154-19/+15
* Add to perldeprecation.podPaul "LeoNerd" Evans2022-02-131-0/+23
* Add to perldelta.podPaul "LeoNerd" Evans2022-02-131-0/+33
* Print a deprecation warning if downgrading to a use VERSION below v5.11Paul "LeoNerd" Evans2022-02-131-0/+9
* Document that $^S is 1 inside a try blockPaul "LeoNerd" Evans2022-02-081-1/+1
* Update perldiag and perldeprecation for features removed in 5.30Dagfinn Ilmari Mannsåker2022-02-072-32/+8
* Update perlhactips for bool changesKarl Williamson2022-02-061-13/+11
* Add @_ in signatured sub being experimental to perldelta.podPaul "LeoNerd" Evans2022-01-311-0/+28
* Put some wording into perlsub.pod about @_ being discouraged in signatured subsPaul "LeoNerd" Evans2022-01-311-21/+42
* Emit experimental::snail_in_signatures warnings on uses of @_ (aka "snail") i...Paul "LeoNerd" Evans2022-01-311-0/+17
* subroutine redefinitions made with local() shouldn't warnTomasz Konojacki2022-01-271-1/+3
* Add perldelta entry for the four new functionsPaul "LeoNerd" Evans2022-01-271-1/+4
* Emit experimental::builtin warnings from the builtin function callcheckerPaul "LeoNerd" Evans2022-01-251-0/+7
* New perldelta for 5.35.9Nicolas R2022-01-204-108/+552
* Added 5.35.8 to perlhistv5.35.8Nicolas R2022-01-201-1/+1
* Update perldelta for blead release v5.35.8Nicolas R2022-01-201-265/+76
* Add a pod sort sample with function signatureNicolas R2022-01-201-0/+8
* Add perldelta entry for try/catch/finallyPaul "LeoNerd" Evans2022-01-201-0/+22
* Ensure that forbidden control flow messages about finally blocks say "finally...Paul "LeoNerd" Evans2022-01-201-0/+5
* Document the new try/catch/finally syntaxPaul "LeoNerd" Evans2022-01-201-1/+26
* Implement and test try/catch/finally syntaxPaul "LeoNerd" Evans2022-01-201-0/+6
* perldelta for empty sort croak (78cc98885ff2800c)David Mitchell2022-01-191-0/+9
* officially support Visual C++ 2022Tomasz Konojacki2022-01-161-2/+9
* Change pack U behavior for EBCDICKarl Williamson2021-12-281-1/+4
* Fix misspellings in documentation. Correct spelling of name to 'DeIvan Panchenko2021-12-263-5/+5
* Document and test command-line switch '-?'James E Keenan2021-12-241-1/+6
* Replace 'slave' with 'client'James E Keenan2021-12-242-2/+2
* new perldelta for 5.35.8Neil Bowers2021-12-214-84/+528
* Added 5.35.7 to perlhistv5.35.7Neil Bowers2021-12-201-0/+1
* Updated perldelta with changes to core modulesNeil Bowers2021-12-201-23/+47
* added some entries to perldelta after trawling the git logNeil Bowers2021-12-201-296/+34
* perldelta entry for the fix for unbounded memory consumption for hashesNicholas Clark2021-12-201-0/+4
* Mention builtin in perldeltaPaul "LeoNerd" Evans2021-12-181-0/+21