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
/
usr.bin
/
colldef
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
markm
2002-02-08
1
-1
/
+0
*
Remove leaf node WARNS?=2 (that mainly I added). This should
markm
2002-02-08
1
-1
/
+0
*
Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.
jhb
2002-01-08
1
-1
/
+2
*
Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a
jhb
2002-01-08
1
-1
/
+1
*
Only use __FBSDID if it is defined. This fixes the 4.4-release (but
imp
2001-12-08
2
-0
/
+4
*
WARNS=2 fixup.
markm
2001-12-02
3
-20
/
+29
*
Rewrite buffer handling code a bit to handle large values.
ache
2001-11-28
3
-5
/
+15
*
Increase internal buffer space
ache
2001-11-28
1
-1
/
+1
*
Add safeguard to prevent charmap symbol length overflowing
ache
2001-11-27
1
-0
/
+2
*
Move extern definitions to common.h
ache
2001-11-27
3
-4
/
+13
*
Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.
sobomax
2001-10-16
1
-1
/
+1
*
yyerror() is a printflike function
kris
2001-07-24
1
-1
/
+1
*
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
ru
2001-02-28
1
-2
/
+2
*
mdoc(7) police: use canonical form of .Dd macro.
ru
2000-12-11
1
-1
/
+1
*
vsprintf() -> vsnprintf()
kris
2000-11-26
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-1
/
+1
*
mdoc(7) police: use certified section headers wherever possible.
ru
2000-11-17
1
-4
/
+6
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
1
-3
/
+2
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
1
-8
/
+16
*
Moved to share
ache
1999-10-18
24
-4757
/
+0
*
Remove one of the locales which is currently breaking the build.
jkh
1999-10-14
1
-1
/
+0
*
sv_SE collate
ache
1999-10-03
3
-2
/
+87
*
ISO8859-5 collate
ache
1999-10-03
3
-0
/
+213
*
allow comments in map files
ache
1999-10-03
1
-0
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
17
-17
/
+17
*
Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.
foxfair
1999-06-08
1
-2
/
+2
*
Support the IANA definition of Shift Jis nameley ja_JP.Shift_JIS
julian
1999-06-05
1
-2
/
+2
*
Correct a link problem with zh_TW.BIG5, make the display reasonable.
foxfair
1999-04-10
1
-2
/
+8
*
Supporting locale for Chinese Big5 completely.
foxfair
1999-03-20
1
-2
/
+2
*
Fix disorder introduced by me in the Euro part 2 locale commit.
imp
1999-03-01
1
-15
/
+15
*
back out obj/colldef PATH hack, it breaks cross-compiling per Bruce
ache
1999-02-15
1
-4
/
+1
*
syntax change: allow symbolic names as substitute first arg
ache
1999-02-13
3
-5
/
+6
*
syntax change: allow symbolic names as substitute first arg
ache
1999-02-13
3
-41
/
+39
*
substitute ss
ache
1999-02-12
2
-4
/
+6
*
add more checks for substitution
ache
1999-02-12
1
-7
/
+13
*
fix English
ache
1999-02-12
2
-19
/
+26
*
Euro support, part 2.
imp
1999-01-21
6
-2
/
+345
*
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
archie
1998-12-06
2
-2
/
+7
*
I have been running with these locale data for a while now and
phk
1998-08-10
1
-2
/
+2
*
add Hungarian clooate
ache
1998-08-07
1
-2
/
+2
*
Use the installed version of colldef for `make all'. It is now
bde
1998-07-07
1
-9
/
+6
*
Added y.tab.h to SRCS. This should have been used to get dependencies
bde
1998-05-05
1
-2
/
+2
*
Fixed races in `make -jN' using new yacc rules.
bde
1998-05-04
1
-4
/
+2
*
Add Slovene link
ache
1997-11-07
1
-2
/
+2
*
Add Polish link
ache
1997-11-07
1
-2
/
+2
*
put in the link for the dummy collation module for Shift-JIS
julian
1997-09-24
1
-2
/
+2
*
Use EX_USAGE in usage().
charnier
1997-06-30
1
-2
/
+2
*
Add usage(). Put program name in bold in the man page.
charnier
1997-06-26
2
-7
/
+15
*
Add ASCII collate mainly for fallback for EUC-type locales
ache
1997-03-25
2
-1
/
+15
*
Include unistd.h for getopt() prototype after Lite2 merge
peter
1997-03-11
1
-1
/
+2
[next]