From 76fbcfdd66556dfe8e813cda50ac28071d0da573 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 14 Mar 1998 09:27:24 +0000 Subject: Update. 1998-03-14 00:52 Tim Waugh * posix/wordexp.c (parse_param): Perform field-splitting after expanding positional parameter. * posix/wordexp-tst.sh: Test that field-splitting is performed after expanding positional parameter. * posix/wordexp.c (parse_param): Fixed memory leak in field-splitting after parameter expansion. 1998-03-14 Ulrich Drepper * locale/programs/linereader.c (lr_token): Return EOF token at EOF. (get_toplvl_escape): Correctly terminate loop at EOF. Patch by Cristian Gafton . --- localedata/ChangeLog | 5 +++++ localedata/locales/ru_RU | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 05b3b0b..34e95cd 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +1998-03-14 Ulrich Drepper + + * locales/ru_RU: Correct last patch. + Patch by Cristian Gafton . + 1998-03-11 Ulrich Drepper * locales/de_DE: Use common german data and time format not ISO diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU index d898f63..56755ca 100644 --- a/localedata/locales/ru_RU +++ b/localedata/locales/ru_RU @@ -2134,18 +2134,18 @@ abday "";/ "";/ "";/ "" -mon "<%'>";/ - "<%'>";/ +mon "";/ + "";/ "";/ - "<%'>";/ + "";/ "";/ - "<%'>";/ - "<%'>";/ - "";/ - "<%'>";/ - "<%'>";/ - "<%'>";/ - "<%'>" + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" abmon "";/ "";/ "";/ -- cgit v1.1