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
*
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
*
mdoc(7) police: protect trailing full stops of abbreviations
ru
2001-08-10
1
-1
/
+1
*
mdoc(7) police:
ru
2001-08-07
1
-4
/
+2
*
Remove whitespace at EOL.
dd
2001-07-15
1
-2
/
+2
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-2
/
+2
*
mdoc(7) police: fixed the weird construct.
ru
2001-02-09
1
-3
/
+1
*
man(7) -> mdoc(7).
ru
2001-01-12
1
-266
/
+433
*
Prepare for mdoc(7)NG.
ru
2000-12-29
1
-13
/
+13
*
Replace a `dagger' sign with a `double dagger' one.
ru
2000-11-16
1
-15
/
+15
*
Convert this from -man to -mdoc.
ru
2000-11-14
1
-140
/
+345
*
Actually make it so this Makefile can build grot.
green
2000-07-10
1
-1
/
+8
*
Add a test case for one of the bugs found on the new additions to
dcs
2000-07-09
1
-0
/
+1
*
Spencer's regex(3) test code.
dcs
2000-07-09
8
-0
/
+1727
*
altoffset() always returned whenever it recursed, because at the end
dcs
2000-07-09
1
-0
/
+4
*
Since g->moffset points to the _maximum_ offset at which the must
dcs
2000-07-09
1
-1
/
+1
*
Add some casts here and there.
dcs
2000-07-09
1
-3
/
+3
*
Since we have modified charjump to be CHAR_MIN-based, we have to
dcs
2000-07-08
1
-1
/
+2
*
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
2
-21
/
+17
*
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
[next]