summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
Commit message (Expand)AuthorAgeFilesLines
* fix a typoTony Cook2021-01-061-1/+1
* \K in lookaround might become permitted in the futureTony Cook2021-01-061-1/+4
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-2/+2
* regcomp.c: Fix named sequences in (?[...])Karl Williamson2020-04-291-0/+25
* perldiag: Alphabetize two entriesKarl Williamson2020-04-281-14/+14
* perldiag: Update text about '{' warnings/deathKarl Williamson2020-04-281-78/+5
* regcomp.c: Avoid a segfaultKarl Williamson2020-04-051-0/+6
* Add named sequences to Unicode wildcard name capabilitesKarl Williamson2020-03-201-0/+14
* Restrict features in wildcardsKarl Williamson2020-02-191-0/+9
* Improve handling of nested qr/(?[...])/Karl Williamson2020-02-191-27/+9
* toke.c - handle ${10} properly - Issue #12948Yves Orton2020-02-101-0/+7
* regcomp.c: make \K+ and \K* illegal.Yves Orton2020-02-071-0/+8
* Update links to perlrun to link to specific itemsDan Book2020-01-281-7/+9
* regcomp.c: Use uc to print hex A-F in err msgKarl Williamson2020-01-231-2/+2
* (toke|regcomp).c: Use common fcn to handle \0 problemsKarl Williamson2020-01-231-0/+9
* Restructure grok_bslash_[ox]Karl Williamson2020-01-231-1/+13
* Warn on too high a code point if portable warn enabledKarl Williamson2020-01-231-3/+6
* Collapse grok_bin, _oct, _hex into one functionKarl Williamson2020-01-131-17/+10
* perldiag: Clarify statementKarl Williamson2020-01-121-2/+2
* perldiag: Rmv obsolete statementKarl Williamson2020-01-121-2/+0
* Update documentation, readmes, comments, and utilities to reference the GitHu...Dan Book2019-12-221-2/+2
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-0/+6
* Remove swashes from coreKarl Williamson2019-11-061-5/+0
* Corrections: one grammatical; one POD formattingJames E Keenan2019-11-031-2/+2
* And silence some silly examples.Max Maischein2019-11-031-0/+12
* Accept experimental script_run featureKarl Williamson2019-10-311-6/+0
* Accept experimental alpha_assertions featureKarl Williamson2019-10-311-6/+0
* Move more URLs from http:// to https://Max Maischein2019-10-111-1/+1
* Eliminate modifiable variables in constantsJames E Keenan2019-10-021-4/+3
* sub foo($_) {...} - change error messageDavid Mitchell2019-09-231-1/+1
* (perl #124256) disallow \K in lookahead and lookbehindTony Cook2019-08-191-0/+5
* PATCH: [perl #133996] reword diagnosticKarl Williamson2019-06-271-1/+1
* (perl #134125) make no digits after 0x/0b fatalTony Cook2019-06-271-0/+5
* (perl #133913) limit numeric format results to INT_MAXTony Cook2019-06-031-0/+6
* Use of code points over 0xFF in string bitwise operatorsJames E Keenan2019-05-311-1/+1
* Use of strings with code points over 0xFF as arguments to "vec"James E Keenan2019-05-301-4/+3
* remove leftovers from [perl #127663]Tomasz Konojacki2019-04-261-6/+0
* PATCH: [perl #133988], Assertion failureKarl Williamson2019-04-051-4/+20
* perldiag: Rmv obsolete messageKarl Williamson2019-03-281-7/+0
* PATCH: [perl #132851] Empty /(?)/Karl Williamson2019-03-231-0/+5
* Change error wording for empty \x{}Karl Williamson2019-03-191-2/+5
* Change error wording for \o{}Karl Williamson2019-03-191-3/+4
* Implement variable length lookbehind in regex patternsKarl Williamson2019-03-181-1/+6
* PATCH: [perl #131551] Too deep regex compilation recursionKarl Williamson2019-03-171-0/+9
* Allow qr'\N{...}'Karl Williamson2019-03-131-32/+0
* there is no sv_catpvfn()Tony Cook2019-03-141-2/+2
* perldiag: A deprecation is now fatalKarl Williamson2019-03-131-4/+4
* Add Unicode property wildcardsKarl Williamson2019-03-121-0/+20
* Add hook for Unicode private use overrideKarl Williamson2019-03-071-0/+5
* Implement fatalization of dump()James E Keenan2018-10-171-6/+4