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
*
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
*
Add each directory's symbol map file to SYM_MAPS.
deischen
2006-03-13
1
-0
/
+2
*
Add symbol maps and initial symbol version definitions to libc.
deischen
2006-03-13
1
-0
/
+8
*
Use prototypes for CHIN1() and CHIN().
stefanf
2005-09-12
1
-6
/
+2
*
Fix a boundary condition error in slow() and fast() in multibyte locales:
tjr
2005-08-17
1
-6
/
+7
*
Document the fact that word-boundary matching does not work
tjr
2005-08-17
1
-1
/
+3
*
Change OUT from -2 to CHAR_MIN-1, making it impossible for it to
tjr
2005-08-13
1
-1
/
+1
*
Remove unused file.
delphij
2005-04-25
1
-63
/
+0
*
Expand *n't contractions.
ru
2005-02-13
1
-3
/
+3
*
Sort sections.
ru
2005-01-20
1
-8
/
+8
*
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
*
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
*
Update paths to reg*.c and regex2.h. Add a target to build regex.h.
tjr
2004-07-19
1
-1
/
+3
*
Update for removal of cclass.h. Trim some useless targets. Invoke mkh
tjr
2004-07-19
1
-34
/
+6
*
Update for recent changes to struct re_guts. Disable printing the contents
tjr
2004-07-19
1
-38
/
+5
*
Remove unused files.
tjr
2004-07-19
2
-12
/
+0
*
Remove an entry from the BUGS section: we have multibyte character
tjr
2004-07-12
1
-2
/
+0
*
Make regular expression matching aware of multibyte characters. The general
tjr
2004-07-12
5
-324
/
+478
*
Add a new error code, REG_ILLSEQ, to indicate that a regular expression
tjr
2004-07-12
2
-1
/
+5
*
Remove incomplete support for multi-character collating elements. Remove
tjr
2004-07-11
2
-262
/
+8
*
Document incorrect handling of multibyte characters.
tjr
2004-07-06
1
-1
/
+3
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
2
-3
/
+3
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-1
/
+1
*
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
nectar
2003-02-16
3
-6
/
+6
*
mdoc(7) police: "The .Fa argument.".
ru
2002-12-19
1
-2
/
+6
*
mdoc(7) police: "The .Fn function".
ru
2002-12-18
1
-10
/
+31
*
libc_r wasn't so tied to libc for 22 months.
ru
2002-11-18
1
-3
/
+1
*
Add restrict type-qualifier.
mike
2002-10-02
4
-14
/
+15
*
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
6
-1
/
+5
*
Fix the style of the SCM ID's.
obrien
2002-03-22
6
-12
/
+16
*
Back out last commit (rev 1.2). I thought I caught this file in time
obrien
2002-03-22
1
-1
/
+1
*
Remove __P() usage.
obrien
2002-03-21
4
-54
/
+54
*
Remove 'register' keyword.
obrien
2002-03-21
8
-330
/
+334
*
Fix a typo I made in revision 1.5.
ru
2002-01-22
1
-1
/
+1
*
The algorithm that computes the tables used in the BM search algorithm sometimes
dcs
2001-11-09
1
-1
/
+2
*
mdoc(7) police: Use the new .In macro for #include statements.
ru
2001-10-01
1
-2
/
+2
[next]