thorpej
|
c7668999ad
|
If we're preprocessing with cpp, it's not a very good idea to use
"#" as a comment character; use "//" in those places, instead.
|
2002-12-06 02:50:21 +00:00 |
lukem
|
58a44e7ae0
|
use NETBSDSRCDIR as appropriate
|
2002-09-18 02:51:46 +00:00 |
thorpej
|
69d62447b8
|
Use ${CPP}, not cpp.
|
2002-09-15 16:01:17 +00:00 |
junyoung
|
f1216cb905
|
Replace with a much better one which covers the whole Unicode range,
from U+0000 to U+FFFF.
Contributed by Hye-Shik Chang <perky@freebsd.org>. Thanks, perky!
|
2002-07-15 13:40:06 +00:00 |
tshiozak
|
973a95f068
|
add LC_CTYPE for sk_SK.ISO8859-2, by Lubomir Sedlacik.
|
2002-07-09 09:00:30 +00:00 |
jdolecek
|
bab1dc1428
|
Add character 0xbe (uppercase Y diaeresis) to UPPER chars.
Fixes misc/15363 by Joachim Kuebart.
|
2002-01-25 23:40:42 +00:00 |
lukem
|
b0b0a32ad7
|
Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
Otherwise the appropriate MKxxx=no won't be defined .
|
2001-12-12 12:24:19 +00:00 |
tv
|
8e6f7afb5b
|
MKfoo=no -> NOfoo
|
2001-12-12 01:48:43 +00:00 |
tshiozak
|
0c95c16c79
|
Remove UTF-2. UTF-2 is superceded by UTF-8.
see also:
http://mail-index.netbsd.org/tech-userlevel/2001/03/30/0000.html
http://mail-index.netbsd.org/tech-userlevel/2001/03/30/0001.html
http://mail-index.netbsd.org/tech-userlevel/2001/03/30/0002.html
|
2001-04-01 17:43:07 +00:00 |
tshiozak
|
b62c5889f4
|
support nl_langinfo(CODESET).
|
2001-03-26 19:56:35 +00:00 |
itojun
|
e80503da97
|
integrate Makefile.inc and Makefile. use bsd.files.mk to avoid installation
with cmp(1).
|
2001-02-01 19:46:42 +00:00 |
itojun
|
64a16b4f7e
|
ru_SU locales are deprecated, ru_RU is now correct one.
rename LC_CTYPE locale declarations and vi message catalog.
From: Oleg Polyanski <luke@jetinf.com>
|
2001-01-22 17:48:15 +00:00 |
itojun
|
8760b352ac
|
supply ru_RU.* LC_CTYPE locales.
From: Patrick Welche <prlw1@newn.cam.ac.uk>
|
2001-01-20 16:33:02 +00:00 |
itojun
|
e3f54d12af
|
move src/share/mklocale into src/share/locale/ctype. PR 11838.
|
2000-12-30 02:33:04 +00:00 |