summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* semicolon-friendly diagnostic controlZefram2017-12-161-2/+2
* PATCH: [perl #132548] regcomp.c Fix memory leakKarl Williamson2017-12-081-0/+1
* add comment (to test pushing)Yves Orton2017-12-081-1/+1
* fix #131649 - extended charclass can trigger assertYves Orton2017-12-071-10/+18
* regcomp.c: handle_regex_sets() - add DEBUG_PARSE and fixup 'depth' logicYves Orton2017-12-071-4/+6
* prevent integer overflow when compiling a regexpTony Cook2017-12-061-2/+6
* comment entry points to study_chunkYves Orton2017-12-011-0/+16
* Initialize variables.Jarkko Hietaniemi2017-11-291-0/+2
* avoid redundant initialisation around Newxz()Zefram2017-11-131-8/+8
* remove unused struct member "is_top_frame"Zefram2017-11-131-1/+0
* regcomp.c: Convert some strchr to memchrKarl Williamson2017-11-061-4/+6
* dquote.c: Use memchr() instead of strchr()Karl Williamson2017-11-061-0/+4
* Use memBEGINs() in coreKarl Williamson2017-11-061-14/+15
* Change some strBEGINs() to memBEGINs()Karl Williamson2017-11-061-4/+5
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-2/+2
* Use memEQs, memNEs in core filesKarl Williamson2017-11-061-5/+5
* Change upper limit handling of -Dr outputKarl Williamson2017-10-271-8/+9
* regcomp.c: Skip UTF-8 decoding for invariantsKarl Williamson2017-10-271-2/+2
* regcomp.c: Don't forget to restore stateKarl Williamson2017-10-271-10/+12
* regcomp.c: Remove redundant 'if'Karl Williamson2017-10-271-2/+0
* regcomp.c: White-space onlyKarl Williamson2017-10-271-10/+10
* regcomp.c: Add assertionKarl Williamson2017-10-271-0/+1
* regcomp.c: Fix typo in commentKarl Williamson2017-10-211-1/+1
* regcomp.c: Add assertionKarl Williamson2017-10-211-1/+1
* Don't use VOL internally, because "volatile" works just fineAaron Crane2017-10-211-2/+2
* Fix #131868 - silence quantifier warnings for regex gosubYves Orton2017-09-131-1/+1
* PATCH: [perl #131598]Karl Williamson2017-09-101-2/+4
* regcomp [perl #131582]Karl Williamson2017-09-101-0/+1
* reduce error surface of reginsert, set flags to 0 for inserted nodeYves Orton2017-09-101-5/+2
* fix #132017 - OPFAIL insert needs to set flags to 0Yves Orton2017-09-101-1/+5
* Perl_reg_temp_copy(): rename args.David Mitchell2017-08-041-33/+42
* give REGEXP SVs the POK flag againDavid Mitchell2017-07-271-10/+11
* Revert "use symbolic constants for substrs[] indices"David Mitchell2017-07-051-45/+42
* regcomp.c: use symbolic constants for substrs[] indicesDagfinn Ilmari Mannsåker2017-07-051-42/+45
* regcomp.c: parameterise scan_data_t substrs[]David Mitchell2017-07-021-157/+133
* scan_data_t: rename 'longest' fieldDavid Mitchell2017-07-021-17/+19
* regcomp.c: remove float_min_offset etc macro useDavid Mitchell2017-07-021-56/+65
* regcomp.c: S_setup_longest(): simplify argsDavid Mitchell2017-07-021-12/+8
* regcomp: set fixed max_offset to min_offsetDavid Mitchell2017-07-021-8/+23
* S_study_chunk: have per substring flagsDavid Mitchell2017-07-021-39/+40
* regcomp.c: DEBUG_PEEP(): invalid flagsDavid Mitchell2017-07-021-6/+6
* regcomp.c: convert debugging macros to static fnsDavid Mitchell2017-07-021-89/+133
* make struct scan_data_t->longest an index valDavid Mitchell2017-07-021-23/+22
* S_setup_longest() pass struct rather than fieldsDavid Mitchell2017-07-021-25/+21
* struct scan_data_t: make some fields into an arrayDavid Mitchell2017-07-021-79/+85
* regcomp.c: correct the regdata which paratermers under DEBUGYves Orton2017-06-271-1/+4
* regcomp.c: document reg_data types better in reg_dupYves Orton2017-06-271-8/+22
* wrap multi-statement macros in STMT_START/STMT_ENDLukas Mai2017-06-201-4/+8
* Resolve Perl #131522: Spurious "Assuming NOT a POSIX class" warningYves Orton2017-06-181-12/+18
* enforce size constraint via STATIC_ASSERT, not just a commentLukas Mai2017-06-071-0/+1