index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
regex
/
engine.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent NULL pointer de-reference.
pfg
2015-02-21
1
-1
/
+1
*
regex(3): Fix uninitialized pointer values.
pfg
2015-02-20
1
-1
/
+1
*
regex: Remove some unreachable breaks.
pfg
2014-05-01
1
-6
/
+1
*
Fix an off-by-one error in the marking of the O_CH operator
dds
2009-09-16
1
-1
/
+1
*
Add a couple of debugging statements.
dds
2009-09-16
1
-0
/
+3
*
Const'ify and ANSIfy the internal interfaces of regex(3).
delphij
2007-05-25
1
-109
/
+100
*
Only stop evaluation of a back reference if the match length is
delphij
2007-03-05
1
-15
/
+17
*
Avoid infinite recursion on:
delphij
2007-03-05
1
-0
/
+2
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
Fix a boundary condition error in slow() and fast() in multibyte locales:
tjr
2005-08-17
1
-6
/
+7
*
Plug memory leak.
dds
2004-12-30
1
-0
/
+4
*
Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoid
tjr
2004-11-21
1
-4
/
+4
*
Make regular expression matching aware of multibyte characters. The general
tjr
2004-07-12
1
-40
/
+92
*
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
nectar
2003-02-16
1
-3
/
+3
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-2
/
+3
*
Remove __P() usage.
obrien
2002-03-21
1
-9
/
+9
*
Remove 'register' keyword.
obrien
2002-03-21
1
-78
/
+78
*
Since g->moffset points to the _maximum_ offset at which the must
dcs
2000-07-09
1
-1
/
+1
*
Deal with the signed/unsigned chars issue in a more proper manner. We
dcs
2000-07-07
1
-18
/
+12
*
Enhance the optimization provided by pre-matching. Fix style bugs with
dcs
2000-07-02
1
-7
/
+12
*
Add Boyler-Moore algorithm to pre-matching test.
dcs
2000-06-29
1
-6
/
+54
*
Use locale for character classes instead of hardcoded values
ache
1996-08-11
1
-1
/
+1
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-2
/
+2
*
More cleanup.
phk
1995-10-22
1
-0
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-1
/
+1
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+1091