summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* regexes, Slight refactor, but mostly fix comments,Karl Williamson2016-06-191-115/+139
* Revert "regcomp.c: Add shortcuts to some inversion list ops"Karl Williamson2016-06-171-105/+37
* Add missing deprecation message for unescaped '{' in regexesKarl Williamson2016-06-171-3/+8
* fixup, guard av_top_index() for null RExC_warn_textYves Orton2016-06-101-2/+1
* move warning text to RExC_state (via RExC_warn_text)Yves Orton2016-06-101-6/+10
* [perl #128313] Fix leak in perl 5.24 with strict and regex posix char classesYves Orton2016-06-081-8/+4
* regcomp.c: Add shortcuts to some inversion list opsKarl Williamson2016-05-251-44/+106
* fix #128109 - do not move RExC_open_parens[0] in reginsertYves Orton2016-05-101-2/+11
* fix #128085 - SIGSEGV in S_regmatch with S_study_chunk: Assertion "!frame" fa...Yves Orton2016-05-101-9/+3
* Require literal '{' in patterns to be escapedKarl Williamson2016-05-091-5/+4
* Make deprecated qr//xx fatalKarl Williamson2016-05-091-2/+3
* fix debug sprintf issueYves Orton2016-04-031-1/+2
* re_exec_indentf,re_indentf: silence warningsDavid Mitchell2016-03-281-1/+1
* regcomp.c: Fix -Dr output.Karl Williamson2016-03-191-8/+2
* regcomp.c, perl.c: Use 'VOL' not 'volatile'Karl Williamson2016-03-191-2/+2
* regex sets: fix Solaris optimiser bug (2nd attempt)David Mitchell2016-03-181-16/+4
* regcomp.c: Avoid a memory leakKarl Williamson2016-03-171-3/+4
* regcomp.c: Comment enhancementsKarl Williamson2016-03-171-3/+17
* dont call re_printf() with %*s if you arent going to pass it inYves Orton2016-03-131-12/+8
* once more for the winYves Orton2016-03-131-175/+175
* fixup definitions and usage of new re debugging subsYves Orton2016-03-131-188/+188
* Rework diagnostics in the regex engineYves Orton2016-03-131-214/+233
* regex sets: fix Solaris optimiser bugDavid Mitchell2016-03-121-1/+16
* use inequality when checking "tail" in trie compilationYves Orton2016-03-091-3/+3
* Fix Perl #126206: handle NOTHING regops and EXACTFU_SS regops in make_trie() ...Yves Orton2016-03-091-27/+25
* Convert to use av_tindex_nomg()Karl Williamson2016-03-071-18/+21
* regcomp.c: Silence some compiler warningsKarl Williamson2016-03-071-2/+2
* regcomp.c: Remove redundant assignmentKarl Williamson2016-03-071-1/+0
* S_study_chunk(): silence compiler warningDavid Mitchell2016-03-071-2/+2
* add comment explaining a subtletyYves Orton2016-03-071-0/+3
* avoid reading/writing beyond the end of RExC_(open|close)_parensTony Cook2016-03-071-1/+1
* regcomp.c: fix Perl #126405, segfault regexYves Orton2016-03-061-4/+4
* regcomp.c: improve diagnostics for TRIE constructionYves Orton2016-03-061-10/+16
* fix Perl #126182, out of memory due to infinite pattern recursionYves Orton2016-03-061-5/+14
* Unify GOSTART and GOSUBYves Orton2016-03-061-61/+88
* rename RExC_opend RExC_end_op for clarityYves Orton2016-03-061-6/+6
* first step cleaning up regexp recursion "return" logicYves Orton2016-03-061-3/+23
* PATCH: [perl #126141]: qr/]]]]][\\/ fails to raise errorKarl Williamson2016-03-041-0/+5
* regcomp.c: Fix a memory leakKarl Williamson2016-03-041-3/+2
* regcomp.c: Revise, add comments, white-space changesKarl Williamson2016-03-031-9/+15
* regcomp.c: Avoid a memory leakKarl Williamson2016-03-031-0/+1
* regcomp.c: White-space onlyKarl Williamson2016-03-031-14/+15
* Reinstate "PATCH: {perl #127582] Over eager warning for /[.foo.]/""Karl Williamson2016-03-031-56/+48
* reduce number of calls to add_cp_to_invlist()Tony Cook2016-03-021-2/+11
* PATCH: [perl #127599] Fix regcomp.c assertionKarl Williamson2016-03-021-1/+3
* Revert "PATCH: {perl #127582] Over eager warning for /[.foo.]/"Karl Williamson2016-03-011-44/+55
* Revert "regcomp.c: White-space only"Karl Williamson2016-03-011-15/+14
* regcomp.c: Avoid an empty [] in -Dr outputKarl Williamson2016-03-011-1/+1
* regcomp.c: White-space onlyKarl Williamson2016-03-011-14/+15
* PATCH: {perl #127582] Over eager warning for /[.foo.]/Karl Williamson2016-03-011-55/+44