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
/
regcomp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix assignment of maximum bounadary.
delphij
2013-03-01
1
-1
/
+1
*
Remove some duplicated copyright notices.
theraven
2012-03-06
1
-5
/
+0
*
Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
theraven
2011-11-20
1
-4
/
+16
*
Converting int to wint_t leads to broekn comparison of raw char
kevlo
2011-11-11
1
-8
/
+8
*
- Don't handle out-of-memory condition
kevlo
2011-11-10
1
-20
/
+21
*
Diff reduction against other *BSDs: ANSIfy function
delphij
2007-06-11
1
-113
/
+49
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn't
stefanf
2004-10-03
1
-0
/
+1
*
Fix two problems with REG_ICASE that were introduced with the addition of
tjr
2004-09-05
1
-13
/
+10
*
Make regular expression matching aware of multibyte characters. The general
tjr
2004-07-12
1
-261
/
+255
*
Remove incomplete support for multi-character collating elements. Remove
tjr
2004-07-11
1
-245
/
+8
*
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
nectar
2003-02-16
1
-2
/
+2
*
Add restrict type-qualifier.
mike
2002-10-02
1
-2
/
+2
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-2
/
+2
*
Remove __P() usage.
obrien
2002-03-21
1
-43
/
+43
*
Remove 'register' keyword.
obrien
2002-03-21
1
-203
/
+203
*
The algorithm that computes the tables used in the BM search algorithm sometimes
dcs
2001-11-09
1
-1
/
+2
*
altoffset() always returned whenever it recursed, because at the end
dcs
2000-07-09
1
-0
/
+4
*
Add some casts here and there.
dcs
2000-07-09
1
-3
/
+3
*
Do not free NULL pointers.
dcs
2000-07-07
1
-1
/
+1
*
Deal with the signed/unsigned chars issue in a more proper manner. We
dcs
2000-07-07
1
-3
/
+5
*
I hate signed chars.^W^W^W^W^WCast to unsigned char before using signed
dcs
2000-07-06
1
-1
/
+1
*
Correct comment to work with test code.
dcs
2000-07-06
1
-2
/
+2
*
Use UCHAR_MAX consistently.
dcs
2000-07-06
1
-1
/
+1
*
Enhance the optimization provided by pre-matching. Fix style bugs with
dcs
2000-07-02
1
-5
/
+164
*
Initialize variables used by the Boyer-Moore algorithm.
dcs
2000-06-29
1
-0
/
+2
*
Add Boyler-Moore algorithm to pre-matching test.
dcs
2000-06-29
1
-0
/
+144
*
unsigned char cleanup
ache
1999-07-26
1
-17
/
+17
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
1
-4
/
+4
*
Speedup in case locale not used
ache
1997-04-04
1
-5
/
+11
*
collate_range_cmp -> __collate_range_cmp
ache
1996-10-31
1
-4
/
+5
*
Convert to newly aded collate compare function
ache
1996-08-12
1
-4
/
+4
*
Remove static collcmp, use new internal function now
ache
1996-08-12
1
-37
/
+4
*
Use collate data for national alpha character ranges like [a-z]
ache
1996-08-11
1
-4
/
+45
*
Short value is better for hash due to easy overflow in 8bit characters
ache
1996-08-11
1
-1
/
+1
*
Use locale for character classes instead of hardcoded values
ache
1996-08-11
1
-6
/
+66
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-28
/
+32
*
8bit clean fixes
ache
1996-03-25
1
-3
/
+5
*
More cleanup.
phk
1995-10-22
1
-2
/
+0
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+1698