summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* rework split() special case interaction with regex engineYves Orton2013-03-271-5/+25
* simplify regcomp.c by using vars to avoid repeated macrosYves Orton2013-03-271-14/+7
* regcomp.c: silence compiler warningDavid Mitchell2013-03-231-1/+2
* Revert "PATCH: regex longjmp flaws"Nicholas Clark2013-03-191-4/+2
* In Perl_re_op_compile(), tidy up after removing setjmp().Nicholas Clark2013-03-191-23/+15
* Replace the longjmp()s in Perl_re_op_compile() with goto.Nicholas Clark2013-03-191-30/+8
* Move the longjmp() that implements REQUIRE_UTF8 up to Perl_re_op_compile().Nicholas Clark2013-03-191-1/+2
* Add a flag RESTART_UTF8 to the reg*() routines in regcomp.cNicholas Clark2013-03-191-11/+75
* In S_regclass(), create listsv as a mortal, claiming a reference if needed.Nicholas Clark2013-03-191-19/+5
* Document when and why S_reg{,branch,piece,atom,class}() return NULL.Nicholas Clark2013-03-191-35/+79
* Return orig_emit from S_regclass() when ret_invlist is true.Nicholas Clark2013-03-191-1/+1
* Remove unreachable duplicate (?#...) parsing code from S_reg()Nicholas Clark2013-03-191-8/+0
* fix a segfault in run-time qr//s with (?{})David Mitchell2013-03-181-2/+9
* Fix some ASAN-identified problemsGeorge Greer2013-03-121-14/+33
* Get regcomp.c to compile under EBCDICJohn Goodyear2013-02-251-3/+3
* Add, fix commentsKarl Williamson2013-02-251-2/+5
* PATCH: [perl #116899]: jump on uninitialised valueKarl Williamson2013-02-221-1/+3
* regcomp.c: Rmv comment ref to obsolete regnodeKarl Williamson2013-02-221-1/+1
* Eliminate 'swap' from struct regexp_internal.Nicholas Clark2013-02-201-4/+0
* regcomp.c: Fully parenthesize macro expansions formal parameterKarl Williamson2013-02-111-2/+2
* inline_invlist.c, regcomp.c: Comments-onlys, white-spaceKarl Williamson2013-02-111-2/+2
* Add av_tindex() synonym for av_top_index()Karl Williamson2013-02-081-4/+4
* Change name 'av_top' to 'av_top_index'Karl Williamson2013-02-081-4/+4
* Add interpolations to regex setsKarl Williamson2013-02-031-6/+77
* Incorporate code review feedback for (?[])Karl Williamson2013-02-031-20/+26
* regcomp.c: Slight refactoring for clarityKarl Williamson2013-02-031-9/+6
* regcomp.c: Combine duplicated codeKarl Williamson2013-02-031-4/+2
* regcomp.c: Extract code into functionKarl Williamson2013-02-031-186/+211
* regcomp.c: Remove useless codeKarl Williamson2013-02-031-5/+0
* regcomp.c: Expand diagnosticKarl Williamson2013-01-311-2/+2
* Add deprecation warning for literal PATWS under /xKarl Williamson2013-01-231-0/+9
* regcomp.c: Add macro for generating deprecated warningsKarl Williamson2013-01-231-0/+6
* regcomp.c: Add comments; no code changesKarl Williamson2013-01-231-2/+3
* regcomp.c: Change warning category to just deprecatedKarl Williamson2013-01-231-2/+9
* Add av_top() synonym for av_len()Karl Williamson2013-01-191-1/+0
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-191-4/+4
* Revert "Deprecate literal unescaped "{" in regexes."Karl Williamson2013-01-191-12/+17
* Extend strictness for qr/(?[ \N{} ])/Karl Williamson2013-01-191-8/+24
* Add warnings for "\08", /\017/Karl Williamson2013-01-141-2/+32
* regcomp.c: Silence compiler warningKarl Williamson2013-01-131-1/+2
* regcomp.c: Stop potential leaksKarl Williamson2013-01-131-2/+2
* regcomp.c: Add comments; align ternary operator for clarityKarl Williamson2013-01-131-8/+15
* In S_regatom(), set flags to 0 at the start.Nicholas Clark2013-01-121-1/+1
* New regex experimental feature: (?[ ])Karl Williamson2013-01-111-2/+439
* regcomp.c: White-space onlyKarl Williamson2013-01-111-33/+33
* regcomp.c: Add capability for regclass() to return inversion listKarl Williamson2013-01-111-6/+38
* regcomp.c: Add capability for ignoring white space inside []Karl Williamson2013-01-111-15/+56
* regcomp.c: Add capability for stricter parsing of []Karl Williamson2013-01-111-7/+37
* regcomp.c: Add capability for strict [:posix:]Karl Williamson2013-01-111-3/+20
* regcomp.c: Add function to skip pattern white spaceKarl Williamson2013-01-111-0/+34