knu
c7a6772202
Add ja_JP.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-11 16:19:43 +00:00
asmodai
494891cf61
Add ko_KR.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
...
Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
2001-02-11 15:40:01 +00:00
ache
3250f9fb77
Add missing 4-th space at the end of int_curr_symbol
2001-02-10 23:07:05 +00:00
abial
5ee0814345
Add Polish locale.
2001-02-10 22:44:31 +00:00
abial
e2f846b9d7
Unbreak by syncing with changes in <sys/sysctl.h> macros.
2001-02-10 22:36:05 +00:00
ache
c6a14de213
Back out my "3;3" -> something change. While technikally the same, it only
...
leads to confusion.
el_GR: change "0;0" to "-1".
"0" is repeater for previous number, not no grouping
2001-02-10 19:06:32 +00:00
ache
63fa6b1604
Back out my "3;3" -> something changes. While technikally the same, it only
...
leads to confusion.
2001-02-10 18:51:51 +00:00
phantom
512c73411e
activate cs_CZ.ISO_8859-2 and el_GR.ISO_8859-7
2001-02-10 13:35:30 +00:00
phantom
1aa1981806
add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for cs_CZ.ISO_8859-2
...
PR: misc/24970
Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
2001-02-10 13:31:36 +00:00
phantom
afdc01850e
Add LC_NUMERIC, LC_MESSAGES and LC_MONETARY for el_GR.ISO_8859-7
...
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> via -i18n
2001-02-10 13:28:23 +00:00
ache
42a3debfe3
Use -1 for CHAR_MAX instead of empty string as recommended by POSIX
...
Still not parsed in localeconv() in anycase
2001-02-10 03:20:27 +00:00
ache
3f674e1b6a
I change my mind a bit: assuming last \0 is contrproductive since will cause
...
user confusion, so specify it directly, i.e. change "3" to "3;0".
In this style "3;" or "3" must not cause repeating
(converted to \3, CHAR_MAX, \0)
Still not implemented and broken in localeconv()
2001-02-10 02:55:42 +00:00
ache
0ee6f8129f
I change my mind a bit: assuming last \0 is contrproductive since will cause
...
user confusion, so specify it directly, i.e. change "3" to "3;0".
In this style "3;" must not cause repeating (converted to \3, CHAR_MAX, \0)
NOTE: still no proper conversion done in localeconv()
2001-02-10 02:51:20 +00:00
ache
a9173afcb1
Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3)
...
repeated forever according to SUSv2
Remove "0;0" - \0 means not "no grouping" but repeat forever previous char,
and added automatically. Empty string could be parsed later into CHAR_MAX
(real "no grouping") by localeconv()
2001-02-10 02:31:14 +00:00
ache
efcbded137
Change "3;3" in mon_grouping to "3". This is cosmetique, last \0 will cause
...
previous \3 repeat forever, according to SUSv2
Add comment about mon_grouping separator
NOTE: mon_grouping localeconv() parsing still broken.
2001-02-10 02:17:49 +00:00
ache
f464cf2297
Back out removing trailing space from int_curr_symbol, this is SUSV2
...
requirement
2001-02-09 23:49:22 +00:00
wollman
0ee225494f
Add additional English- and French-speaking countries with the appropriate
...
currency symbols. Use make(1) loops, not sh(1) loops.
2001-02-09 21:27:09 +00:00
wollman
df3a31abf2
Add links:
...
en_CA, en_GB => en_US
en_AU, en_NZ => en_GB
fr_CA, fr_CH => fr_FR
There are separate links for `GB English' and `US English' because I
anticipate users of the former to potentially want a thousands_sep of
" " (to match modern British style) rather than ",".
XXX What about en_IE? ISO_8859-15?
2001-02-09 21:17:39 +00:00
wollman
dbc6187cac
Use make(1) for loop rather than sh(1) loop.
2001-02-09 21:01:50 +00:00
wollman
820e3e851b
Add additional English-language locales (en_AU, en_CA, en_GB, and en_NZ)
...
and an additional English-language locale (fr_CA).
Use make(1) loops rather than sh(1) loops.
2001-02-09 20:59:18 +00:00
ache
ad1791b616
Remove extra space after int_currency_symbol
2001-02-09 17:30:34 +00:00
ache
d7a1e493bc
Use 4-digit year in x_fmt
2001-02-09 17:18:45 +00:00
ache
4a64085099
Use " " as thousands_sep
2001-02-09 16:55:39 +00:00
ache
f4a8a8422e
Remove extra space after int_curr_sym
2001-02-09 16:52:19 +00:00
ache
b315862fbd
Remove extra space after int_curr_sym
...
Add "." after currency_sym
Replace decimal_point with ","
Add " " as thousands_sep
2001-02-09 16:50:43 +00:00
asmodai
2e93f42b58
Add is_IS locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 14:08:52 +00:00
asmodai
e71edef85d
Add fi_FI locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 13:37:06 +00:00
asmodai
d0b6393792
Add af_ZA locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:39:32 +00:00
asmodai
4b6210bfbc
Add fr_FR locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:30:53 +00:00
asmodai
e4f1fe72db
Add de_DE locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:21:17 +00:00
asmodai
308dc0dab7
Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 12:08:12 +00:00
asmodai
9b5f9b1aca
Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 11:53:55 +00:00
asmodai
db30317761
Add sv_SE locale files for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
2001-02-09 11:38:57 +00:00
asmodai
26481f6b64
Repeat after me: no commits when tired.
...
Add the correct named file for LC_NUMERIC for nl_NL locales.
2001-02-09 09:09:14 +00:00
asmodai
3475ac9408
Apply clue to mind and correct the ISO setting to the correct one.
...
This adds LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for nl_NL
locales.
2001-02-08 23:06:11 +00:00
asmodai
f13568e414
Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions for
...
nl_NL.ISO_8859-9.
2001-02-08 22:49:38 +00:00
asmodai
8ccc594b1b
Fix comment to reflect what it should be:
...
yesexpr/noexpr
2001-02-08 22:45:44 +00:00
phantom
4331c8a979
activate monetdef, msgdef and numericdef
2001-02-08 17:33:55 +00:00
phantom
58896dce4d
Add sources for following categories: LC_NUMERIC (share/numericdef),
...
LC_MONETARY (share/monetdef), LC_MESSAGES (share/msgdef). Now only
en_US.ISO_8859-1 and ru_RU.KOI8-R locales ready. I will find some time
in near future and'll try to make defintions for other locales.
2001-02-08 17:33:19 +00:00
ru
bca411760f
mdoc(7) police: removed hard sentence break, corrected .Nd.
2001-02-08 10:06:09 +00:00
semenu
e472dcaec2
Update tx(4) man page to reflect changes since 1997, especially
...
recent changes.
2001-02-07 20:09:50 +00:00
ru
5addfd60d6
mdoc(7) police: Change -filled displays (which just happen
...
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
2001-02-07 13:45:30 +00:00
ru
3d96d7e52f
mdoc(7) police: Removed extraneous .No call. The .Nm macro in
...
mdocNG has been fixed to properly handle its arguments so this
was causing the extraneous (undesirable) space.
2001-02-07 10:11:57 +00:00
ru
e7014a61ed
mdoc(7) police: minor style/formatting fixes.
2001-02-06 15:07:35 +00:00
ru
abe7e4afb5
mdoc(7) police: minor style/formatting fixes.
2001-02-06 14:58:39 +00:00
asmodai
30048f7c05
Our manual pages are no longer in /usr/man, but in /usr/share/man.
...
Also, add the default #!/bin/sh for shellscripts, as well as $FreeBSD$.
2001-02-06 12:45:29 +00:00
asmodai
47a2266000
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Submitted to look at by: kris
2001-02-06 10:39:38 +00:00
bp
a3946b3321
Add man page for VOP_GETVOBJECT, VOP_CREATEVOBJECT and VOP_DESTROYVOBJECT
...
operations.
Reviewed by: sheldonh
2001-02-06 10:33:37 +00:00
asmodai
95353f0060
Add vcount.9 / count_dev.9.
...
Touched up a bit and added some consistency to the text by your's truly.
PR: 23745
Submitted by: Andrew Stevenson <andrew@ugh.net.au>
2001-02-06 09:04:52 +00:00
bde
03e580293f
Don't set a bad example by putting the function type in ".Fo".
2001-02-06 01:42:56 +00:00