History log of /freebsd-current/share/timedef/ja_JP.SJIS.src
Revision Date Author Comments
# 21725bc7 13-Aug-2016 Baptiste Daroussin <bapt@FreeBSD.org>

Set date and time formats back to what they were before CLDR

While CLDR brings us a good and up to date source data to generate locales for
all databses we are using for locales, it is not the case of LC_TIME. Where it
does not defines the informations we need.

Put back all the date and time formats from the old locales.
Make it statically for now (in order to be able to merge it now into
11.0-RELEASE). The generation tools will be updated soon.

That gives us time to properly work on LC_TIME during the 12 timeframe.

While here fix abbreviated month for af_ZA (which are already fixed in CLDR
data upstream)

In locales where AP/PM was not defined before CLDR data, remove again the AP/PM
informations

For locales where AP/PM was defined before CLDR data, keep the CLDR information
which was properly translated.

MFC after: 3 days


# 7f7cd1d5 20-Dec-2015 Hajimu UMEMOTO <ume@FreeBSD.org>

Restore a day of the week in date(1) output for Japanese locales.
It was lost by recent locale change.


# ce8fe66f 07-Nov-2015 Hajimu UMEMOTO <ume@FreeBSD.org>

Fix alignment of the short month names for CJK locales,
as far as I could edit them.


# 12cafd02 08-Aug-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Add newly generated locales from CLDR 27.0.1


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 3a55f83a 22-Nov-2009 Hajimu UMEMOTO <ume@FreeBSD.org>

MFC r199179, r199271:
- Add unit to the short month names for Japanese locales.
Without unit, the output of the application like ls(1)
is complicated.
- Since %b contains unit, %b is not suitable for c_fmt,
now. Use %_m instead.


# 580a28b1 14-Nov-2009 Hajimu UMEMOTO <ume@FreeBSD.org>

Since %b contains unit, %b is not suitable for c_fmt, now. Use %_m
instead.


# 2711d444 11-Nov-2009 Hajimu UMEMOTO <ume@FreeBSD.org>

Add unit to the short month names for Japanese locales.
Without unit, the output of the application like ls(1)
is complicated.

Reviewed by: nork
MFC after: 1 week


# 20b8d234 09-Jun-2009 Edwin Groothuis <edwin@FreeBSD.org>

ja_JP: AM/PM date format should be localized.

ja_JP.eucJP and ja_JP.SJIS fixes.

PR: conf/63527
Submitted by: Yukihiro Nakai <nakai@gnome.gr.jp>
MFC after: 1 week


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 79386ec7 29-Dec-2007 Andrey A. Chernov <ache@FreeBSD.org>

Comments fixing
1) Back out "month names" -> "months names" and fix few such cases which
are wrong initially
2) "weekdays names" -> "weekday names"

Noted by: des [1]


# 27cb7434 29-Dec-2007 Andrey A. Chernov <ache@FreeBSD.org>

Comments fixing
"month names" -> "months names"
typo
"Long months names (alternative)" or "in alternative form" ->
"(without case ending)"
"Long months names" -> "Long months names (as in a date)"
to not confuse developers on what purpose those sections are


# eb17d7b3 21-Mar-2001 Andrey A. Chernov <ache@FreeBSD.org>

Add padding for some short names to make their length the same to not
break colums


# 3b690f89 21-Mar-2001 Andrey A. Chernov <ache@FreeBSD.org>

Remove fixed length restrictions and padding


# e81765cb 21-Mar-2001 Andrey A. Chernov <ache@FreeBSD.org>

Replace %y with %Y


# 5f071dad 17-Mar-2001 Andrey A. Chernov <ache@FreeBSD.org>

Convert to new locale format with md_order and without E[Ff]_fmt
Add ampm_fmt to all locales


# 3402568c 21-Jun-2000 Andrey A. Chernov <ache@FreeBSD.org>

Fix %EF


# 9e99391d 03-Dec-1999 Andrey A. Chernov <ache@FreeBSD.org>

Don't use %E* in old fields for compatibility reasons


# 79dc5830 30-Nov-1999 Andrey A. Chernov <ache@FreeBSD.org>

Convert after %Ex->%Ef and %EF adding


# 336f19f8 30-Nov-1999 Andrey A. Chernov <ache@FreeBSD.org>

Convert to new format


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# d8afd680 18-Sep-1997 Julian Elischer <julian@FreeBSD.org>

remove bad comment


# 7f87e130 18-Sep-1997 Julian Elischer <julian@FreeBSD.org>

oops
somehow the file I was supplied with turned out to be EUC encoding..
luckily they can be translated by a simple c program :)


# f1b4a89e 18-Sep-1997 Julian Elischer <julian@FreeBSD.org>

Shift JIS versions of date stuff.
more changes to come.
Submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp>
AM/PM changed to 2 letter versions for now, original SJIS versions
commented out. change/check later..