Lines Matching refs:regcomp
28 09-12-11 regex/regcomp.c: posix semantics for [z-a]
29 09-12-11 regex/regcomp.c: fix BRE/ERE ^^ logic
30 09-12-11 regex/regcomp.c: fix regcomb() for REG_LEFT|REG_RIGHT
31 09-12-11 regex/regcomp.c: bm complete=0 if REX_END
39 09-11-11 regex.h,regcomp.c: add REG_CLASS_ESCAPE, \ inside [...] literal by default
67 09-04-22 include/regex.h,regex/regcomp.c: add REG_REGEXP <regexp.h> compatibility
102 08-11-04 regex/regcomp.c: fix locale [!-...] and [^-...] re-initialization
133 08-05-14 regex/regcomp.c,regcoll.c: fix UTF-8 collation sequence logic
136 08-04-30 misc/glob.c,reegex/regcomp.c: ~(R) => ~(O) to avoid pcre clash
144 08-02-05 regex/regcomp.c: allow REG_SHELL {,n}... => {0,n}...
161 07-10-31 regex/regcomp.c: fix REX_COLL_CLASS node allocation size
169 07-10-26 regex/regcomp.c: fix bug that missed ')' in ~(F)...
279 06-09-26 regex/regcomp.c: handle KRE ~(...)<invalid-kre>
291 06-08-30 misc/glob.c: fix ~(E)re bug that stripped ~(E) before regcomp
297 06-08-16 regex/regcomp.c: accept but ignore ~(N)
307 06-07-17 regex/regcomp.c: inline REG_SHELL => anchored, otherwise not
308 06-07-17 regex/regcomp.c: inline B|G:basic E:REG_EXTENDED F|L:REG_LITERAL
309 06-07-17 regex/regcomp.c: inline l:REG_LEFT r:REG_RIGHT
310 06-07-17 regex/regcomp.c: inline a:REG_LEFT|REG_RIGHT p:~REG_LENIENT
347 05-06-29 regex/regcomp.c: fix the A & B inline flag logic
366 05-04-19 regex/regcomp.c: handle REG_SHELL [^...] == [!...]
399 05-01-08 regex/regcomp.c: conj() => con() to avoid C99 clash
460 04-05-24 regcomp.c: fix no-advance initialization
522 03-09-22 regex.h,regcomp.c: add regncomp()
526 03-09-17 regcomp.c: add pedantic backref error checks
552 03-07-17 regex/regcomp.c: fix bug that treated KRE X{n,m} like {n,m}(X)
659 03-02-17 regex/regcomp.c: fix stats.l REX_REP logic that botched REX_BM
679 03-01-03 include/regex.h,regex/regcomp.h: add REG_SHELL_GROUP
748 02-08-07 regex/regcomp.c: recognize anchors in BRE subexpressions
781 02-06-01 regex/regcomp.c: REG_DELIMITED now consumes the delimiter
782 02-05-31 regex/reglib.h,regcomp.c,regnexec.c: null subexpression fixes
802 02-04-11 regex/regcomp.c: check for pattern number overflow
831 regex/regcomp.c: fix recomb() to reject RE with backref
933 regex/regcomp.c: fix \ in [...] parse
951 regex/regcomp.c: REG_LENIENT|REG_DELIMITED \<newline> => <newline>
952 regex/regcomp.c: REG_LENIENT \000 => NUL
967 01-05-03 regcomp.c: optimize ((x)!)* to ((x)!)
1189 99-04-24 regcomp: fix ksh pattern +! parse
1231 98-09-22 regcomp: add REG_DELIMITED and REG_ESCAPE delimited re support
1437 regex: handle strto?l() errno in regcomp()
1464 add REX_BM pre-filter to regcomp/regnexec
1465 96-01-22 add regcomp env.paren overflow checks