History log of /freebsd-current/share/timedef/ru_RU.KOI8-R.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


# e936bb40 29-May-2016 Baptiste Daroussin <bapt@FreeBSD.org>

Regenerate timedef:

For Russian:
- Convert AM/PM which are badly formatted in CLDR to replace it by the proper
cyrillic
- Add a dependency on Text::Iconv so non unicode get the proper encoding for
AM/PM
- fix the date format having 'r.,' and convert it to 'r.' (also fixed in Bulgarian)

For All:
- Use complete Day of Week instead of the abbreviated one

Reported by: ache


# ee972428 28-May-2016 Baptiste Daroussin <bapt@FreeBSD.org>

Readd week day to default dates

Requested by: many


# 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.


# 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


# 561a9caa 22-Mar-2001 Andrey A. Chernov <ache@FreeBSD.org>

Since ctime compatibility restrictions removed, use more natural date formats


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

Remove fixed length restrictions and padding


# 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


# eb517714 02-Mar-2001 Andrey A. Chernov <ache@FreeBSD.org>

Clear am and pm fields, add empty ampm_fmt for locales I know is not AM/PM


# 097847f7 09-Feb-2001 Andrey A. Chernov <ache@FreeBSD.org>

Use 4-digit year in x_fmt


# 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


# 91169b79 11-Sep-1999 Dmitrij Tejblum <dt@FreeBSD.org>

Add "alternative" forms of full month names.


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

$Id$ -> $FreeBSD$


# df95264d 22-Aug-1999 Dmitrij Tejblum <dt@FreeBSD.org>

Put full month names in another form ("genitive case"), the only form
suitable for printing dates (like in strftime(... "%e %B %Y" ...)).


# b97fa2ef 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# c77d878f 27-Dec-1996 Andrey A. Chernov <ache@FreeBSD.org>

Return to last column space padding: some programs (cal f.e.) make two-letters
abbreviations by stripping last character.

Should be in 2.2


# 6295b976 16-Nov-1996 Andrey A. Chernov <ache@FreeBSD.org>

Pad two-letter names not with ending space, but with beginning space
As result, it not looks anymore as:
xx , ...
but as
xx, ...

2.2 candidate


# 520e4d33 17-Feb-1996 Andrey A. Chernov <ache@FreeBSD.org>

Change date format to look more naturally


# 78b2ac4b 24-Jan-1996 Andrey A. Chernov <ache@FreeBSD.org>

Use two-letters abbrev. for weekdays
Change months form


# f550ee3d 03-Nov-1995 Andrey A. Chernov <ache@FreeBSD.org>

Cleanup make process per Bruce suggestions
Add ru_SU.CP866 time locale