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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r317707:
brooks
2017-05-09
1
-0
/
+4
*
MFC r317346:
pfg
2017-05-07
6
-28
/
+27
*
MFC r315162:
pfg
2017-04-07
1
-6
/
+6
*
MFC r312332,r312446,r312451:
ngie
2017-02-04
1
-1
/
+1
*
MFC r302824
ache
2016-08-17
1
-6
/
+5
*
libc/locale: Fix type breakage in __collate_range_cmp().
pfg
2016-06-05
1
-3
/
+3
*
libc: regexec(3) adjustment.
pfg
2016-05-25
2
-24
/
+50
*
libc/regex: fix two buffer underruns.
pfg
2016-05-21
1
-9
/
+6
*
libc: spelling fixes.
pfg
2016-04-30
1
-1
/
+1
*
regex: prevent two improbable signed integer overflows.
pfg
2016-04-23
1
-2
/
+2
*
Add -static to CFLAGS to unbreak the tests by using a libc.a with
ngie
2015-12-13
1
-1
/
+1
*
Fix -Wformat issues and minor whitespace issues in surrounding areas
ngie
2015-12-05
1
-29
/
+25
*
split.ih:
ngie
2015-12-05
3
-4
/
+6
*
Use `==` instead of `=` in the function comment above split(..) so mkh -p
ngie
2015-12-05
1
-1
/
+1
*
Use ANSI C function prototypes/definitions instead of K&R style ones
ngie
2015-12-05
1
-16
/
+11
*
Add missing headers and sort #includes per style(9)
ngie
2015-12-05
1
-3
/
+5
*
- Use ANSI C function prototypes/definitions instead of K&R style ones
ngie
2015-12-05
1
-28
/
+12
*
Fix -Wformat warnings by using the correct format qualifiers
ngie
2015-12-05
1
-1
/
+1
*
mdoc: rendering fixes
bapt
2015-04-26
2
-4
/
+8
*
computematchjumps(): fix allocator sizeof operand mismatch.
pfg
2015-04-22
1
-2
/
+2
*
Prevent NULL pointer de-reference.
pfg
2015-02-21
1
-1
/
+1
*
regex(3): Fix uninitialized pointer values.
pfg
2015-02-20
2
-3
/
+3
*
Disallow pattern spaces which would cause intermediate calculations to
delphij
2015-02-14
1
-0
/
+17
*
mdoc: remove EOL whitespace.
joel
2014-12-29
1
-2
/
+2
*
Plug a memory leak.
delphij
2014-12-19
1
-1
/
+3
*
regex(3): Add support for \< and \> word delimiters
pfg
2014-06-30
2
-2
/
+25
*
Revert r267675:
pfg
2014-06-21
1
-6
/
+6
*
regex: Make use of reallocf().
pfg
2014-06-20
1
-6
/
+6
*
Revert r265367:
pfg
2014-05-05
1
-1
/
+1
*
regex: Use calloc instead of malloc.
pfg
2014-05-05
1
-1
/
+1
*
regex: Remove some unreachable breaks.
pfg
2014-05-01
2
-7
/
+1
*
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
marcel
2014-03-04
1
-2
/
+2
*
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
*
mdoc: drop redundant .Pp and .LP calls
uqs
2010-10-08
1
-1
/
+0
*
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
*
Add two test cases from PR 130504.
dds
2009-09-15
1
-0
/
+3
*
Add two example regexps: (1) one for matching all the characters
keramida
2008-09-05
1
-0
/
+8
*
getopt(3) returns -1, not EOF.
kevlo
2008-02-18
1
-1
/
+1
*
Diff reduction against other *BSDs: ANSIfy function
delphij
2007-06-11
4
-141
/
+66
*
Const'ify and ANSIfy the internal interfaces of regex(3).
delphij
2007-05-25
1
-109
/
+100
*
Use C comments since we now preprocess these files with CPP.
deischen
2007-04-29
1
-1
/
+3
*
Test cases for back references.
delphij
2007-03-05
1
-0
/
+24
*
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
9
-36
/
+0
[next]