From f89ac85ca83afd8d3c040f81931b8fac3c0ce9bf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 1 May 1998 21:51:03 +0000 Subject: Update. * intl/locale.alias: Update russian entry. 1998-05-01 21:54 Zack Weinberg * Makerules (static-only-routines): Reimplement in terms of elide-routines.os. (shared-only-routines): Reimplement in terms of elide-routines.X [where X is all object-suffixes except .os]. (stubs): Create stubs file inside the subdir. (common-mostlyclean): Remove stubs file from inside the subdir. * Makefile (subdir-stubs): Look for stubs files inside the subdirs. * manual/Makefile (stubs): Create dummy stubs file inside the subdir. 1998-05-01 21:01 Zack Weinberg Build speed improvement: make ar less of a bottleneck. * Makerules (stamp$o): Just record the object list for later use. (libc_foo.a): New rule, depends on subdir stamp files; builds and ranlibs the library from the lists saved in those files. (subdirs-stamps): Define also if subdir == elf (FIXME: kludge). (subdirs-stamp-o): Likewise. (ar-symtab-name): Delete variable. (lib%.a): Delete target. (libc_foo.a(bar.%)): Delete target. (libc_foo.a($(ar-symtab-name))): Delete target. (objects objs): Just depend on libobjs and extra-objs. (libobjs): Depend on the stamp files, not the objects. (extra-objs): New target, just depends on the extra-objs list. (CREATE_ARFLAGS): Kill the `ar S' hack. * config.make.in (have-ar-S): Deleted. * configure.in: Delete test for `ar S'. Add test to determine whether ranlib does anything useful. 1998-05-01 Ulrich Drepper --- localedata/locales/ru_SU | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 localedata/locales/ru_SU (limited to 'localedata/locales') diff --git a/localedata/locales/ru_SU b/localedata/locales/ru_SU new file mode 100644 index 0000000..8993099 --- /dev/null +++ b/localedata/locales/ru_SU @@ -0,0 +1,45 @@ +comment_char % +escape_char / +% +% Russian Language Locale for Russia +% Source: RAP +% Address: Sankt Jo//rgens Alle 8 +% DK-1615 Ko//benhavn V, Danmark +% Contact: Keld Simonsen +% Email: Keld.Simonsen@dkuug.dk +% Tel: +45 - 31226543 +% Fax: +45 - 33256543 +% Language: ru +% Territory: RU +% Revision: 4.3 +% Date: 1996-10-15 +% Application: general +% Users: general +% Repertoiremap: mnemonic,ds +% Charset: KOI8-R +% Distribution and use is free, also +% for commercial purposes. + +LC_CTYPE +copy "ru_RU" +END LC_CTYPE + +LC_COLLATE +copy "ru_RU" +END LC_COLLATE + +LC_MESSAGES +copy "ru_RU" +END LC_MESSAGES + +LC_MONETARY +copy "ru_RU" +END LC_MONETARY + +LC_NUMERIC +copy "ru_RU" +END LC_NUMERIC + +LC_TIME +copy "ru_RU" +END LC_TIME -- cgit v1.1