ru
07cd1d9dbe
mdoc(7) police: markup polishing.
...
Approved by: re
2002-11-26 17:33:37 +00:00
charnier
c99f71bc3e
Normalize FILES section by using .Bl/.El enumerate.
2002-10-16 13:00:42 +00:00
charnier
1b2d41b734
Test getopt() against -1 instead of EOF.
2002-10-16 12:56:22 +00:00
dwmalone
35f645071f
Avoid a signedness warning by casting chain_index to a size_t.
...
(Should be OK as chain_index is supposed to be positive).
2002-09-04 21:22:49 +00:00
ache
835b7c75b6
Switch to new format which allows unlimited numbers of chains and
...
usually saves 2K in both data file and program memory.
Updated libc required.
2002-08-31 01:48:56 +00:00
ache
7e98e90cb8
Prepare for switching to unlimited chains format
2002-08-30 20:34:36 +00:00
ache
f507a07c9b
Tweak chain example to show more possibilities
2002-08-23 14:03:59 +00:00
ache
5eed5e140e
Allow chains in any form like <name1><name2> or \xf1\xf2, not binary
...
representation only.
2002-08-23 04:18:26 +00:00
ache
bfd7442268
Use proper #include
2002-08-14 11:59:57 +00:00
ache
8fb0ab8811
Add #undefs to separate local buffers declaration and now dinamic libc buffers
2002-08-14 11:51:26 +00:00
dwmalone
c9e99bb187
ANSIify function definitions to avoid a warning.
...
PR: 38930
Submitted by: keramida
2002-07-28 15:20:10 +00:00
charnier
a426ff29b9
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
ru
95e914ce15
No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.
2002-04-09 11:39:05 +00:00
markm
fcaa25d991
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
2002-02-08 23:07:37 +00:00
markm
72f8b8d824
Remove leaf node WARNS?=2 (that mainly I added). This should
...
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00
jhb
3ad9b56217
Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.
...
Requested by: bde
2002-01-08 11:08:20 +00:00
jhb
bcdc3a5187
Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a
...
cross-build environment.
2002-01-08 08:13:23 +00:00
imp
3d4e5333f7
Only use __FBSDID if it is defined. This fixes the 4.4-release (but
...
not stable) -> current upgrade path.
Reviewed by: markm
2001-12-08 02:28:16 +00:00
markm
644a714f10
WARNS=2 fixup.
...
Use __FBSDID().
Set NO_WERROR because this would rely on some lex(1) fixes that
cannot be committed yet.
2001-12-02 23:40:46 +00:00
ache
f8390dc7e7
Rewrite buffer handling code a bit to handle large values.
...
Add more checks for data overflow.
2001-11-28 09:50:24 +00:00
ache
4087763ecf
Increase internal buffer space
2001-11-28 09:26:57 +00:00
ache
09ecef5980
Add safeguard to prevent charmap symbol length overflowing
2001-11-27 23:39:14 +00:00
ache
65ce8d43d0
Move extern definitions to common.h
...
Increase charmap symbol length to 64
2001-11-27 23:11:05 +00:00
sobomax
ef063723af
Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.
...
MFC after: 2 weeks
2001-10-16 09:21:09 +00:00
kris
7c758c582c
yyerror() is a printflike function
...
MFC after: 1 week
2001-07-24 12:20:17 +00:00
ru
0b7f07b8e5
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
2001-02-28 17:38:53 +00:00
ru
2ef53d5bd4
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +00:00
kris
3c13566a2a
vsprintf() -> vsnprintf()
2000-11-26 08:14:55 +00:00
ru
0957874304
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
ru
77559ae015
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
ru
f9c7198049
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
sheldonh
d39e57413d
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 12:20:22 +00:00
ache
5615c4d9b5
Moved to share
1999-10-18 14:00:59 +00:00
jkh
b1ba978ecf
Remove one of the locales which is currently breaking the build.
1999-10-14 19:20:01 +00:00
ache
f87b197d4e
sv_SE collate
...
add one missing dependance
PR: 13928
Submitted by: Palle Girgensohn <girgen@partitur.se>
1999-10-03 02:13:26 +00:00
ache
03dfca3cca
ISO8859-5 collate
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-10-03 01:22:22 +00:00
ache
44ec625bdf
allow comments in map files
1999-10-03 01:21:33 +00:00
peter
e4b04a2b21
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
foxfair
f3baa7a602
Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.
...
It makes compatible with IANA charset defination, and let existent I18N
app happier.
Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets >
1999-06-08 02:25:19 +00:00
julian
930c75fce7
Support the IANA definition of Shift Jis nameley ja_JP.Shift_JIS
...
as well as the X11 version ja_JP.SJIS
1999-06-05 03:04:03 +00:00
foxfair
082e788c1c
Correct a link problem with zh_TW.BIG5, make the display reasonable.
1999-04-10 12:22:25 +00:00
foxfair
e08645d99e
Supporting locale for Chinese Big5 completely.
1999-03-20 11:49:23 +00:00
imp
e39f9f9804
Fix disorder introduced by me in the Euro part 2 locale commit.
...
Submited by: bde
(This was uncommitted for too long in my tree, but is well tested)
1999-03-01 06:05:58 +00:00
ache
00b88b4c30
back out obj/colldef PATH hack, it breaks cross-compiling per Bruce
...
There is _BUILD_TOOLS hack for. Plase all targets under it.
1999-02-15 15:11:07 +00:00
ache
1092206a31
syntax change: allow symbolic names as substitute first arg
...
use this to substitute <ss>
1999-02-13 14:15:25 +00:00
ache
6c47401ce1
syntax change: allow symbolic names as substitute first arg
1999-02-13 14:14:47 +00:00
ache
fe9a4f0693
substitute ss
...
Submitted by: "D. Rock" <rock@cs.uni-sb.de>
1999-02-12 21:14:41 +00:00
ache
ac02832785
add more checks for substitution
...
dissalow substituted character be ordered
1999-02-12 20:56:49 +00:00
ache
626782d096
fix English
...
detect recursive substitutions
allow substituted character not present in the order
1999-02-12 20:39:06 +00:00
imp
3dd0f682fd
Euro support, part 2.
...
This should be merged into RELENG_3 and a similar patch may be needed
for RELENG_2_2, should that deemed necessary.
Make world succeeded with these patches in my tree.
Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com>
1999-01-21 19:41:38 +00:00