From 102070bccd48c5daab06adb921eb76463987bdcd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 27 Nov 2004 19:32:49 +0000 Subject: Update. 2004-11-27 Ulrich Drepper * include/dlfcn.h (__libc_dlopen): Add __RTLD_DLOPEN to the mode parameter. Reported by VY Newsum . 2004-11-10 Daniel Jacobowitz * libio/iolibio.h (_IO_fclose, _IO_new_fclose, _IO_old_fclose, _IO_fflush, _IO_fgetpos, _IO_fgetpos64, _IO_fgets, _IO_fopen, _IO_old_fopen, _IO_new_fopen, _IO_fopen64, __fopen_internal, _IO_fprintf, _IO_fputs, _IO_fsetpos, _IO_fsetpos64, _IO_ftell, _IO_fread, _IO_fwrite, _IO_gets, _IO_printf, _IO_puts, _IO_scanf, _IO_fflush_internal, _IO_ftell_internal, _IO_fputs_internal) _IO_fwrite_internal): Remove incorrect __THROW. * libio/libioP.h (_IO_default_xsputn, _IO_wdefault_xsputn, _IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_default_write, _IO_default_read, _IO_getline, _IO_getline_info, _IO_getwline, _IO_getwline_info, _IO_file_read_internal, _IO_sgetn_internal, _IO_wdo_write_internal, _IO_do_write_internal, _IO_getline_info_internal, _IO_getline_internal, _IO_vfprintf_internal, _IO_putc_internal, _IO_read, _IO_write, _IO_close): Likewise. --- localedata/ChangeLog | 5 +++++ localedata/locales/pa_IN | 58 ++++++++++++++++++++++++------------------------ 2 files changed, 34 insertions(+), 29 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 4467bc16c9..392833f6a0 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2004-11-27 Ulrich Drepper + + * locales/pa_IN: Add some missing fields and fix some spelling + mistakes. Patch by Jatin Nansi . + 2004-10-31 Petter Reinholdtsen [BZ #337] diff --git a/localedata/locales/pa_IN b/localedata/locales/pa_IN index a1b49943bf..2a2072837b 100644 --- a/localedata/locales/pa_IN +++ b/localedata/locales/pa_IN @@ -1,11 +1,11 @@ comment_char % escape_char / -% Punjabi language locale for India. -% used hi_IN as guideline, Rajneesh K Saini +% Punjabi language locale for Indian Punjabi(Gurmukhi) +% Last update by A Alam LC_IDENTIFICATION -title "Punjabi language locale for India" -source "IndLinux.org" +title "Punjabi language locale for Indian Punjabi(Gurmukhi)" +source "IndLinux.org" address "" contact "" email "bug-glibc-locales@gnu.org" @@ -13,8 +13,8 @@ tel "" fax "" language "Punjabi" territory "India" -revision "0.01" -date "2002-04-10" +revision "0.2" +date "2004-09-30" % category "pa_IN:2000";LC_IDENTIFICATION category "pa_IN:2000";LC_CTYPE @@ -45,7 +45,7 @@ END LC_COLLATE LC_MONETARY % This is the POSIX Locale definition the LC_MONETARY category. int_curr_symbol "" -currency_symbol "" +currency_symbol "" mon_decimal_point "" mon_thousands_sep "" mon_grouping 3 @@ -74,56 +74,56 @@ LC_TIME % for IBM Class for Unicode/Java % % Abbreviated weekday names (%a) -abday "";/ +abday "";/ "";/ "";/ "";/ "";/ - "";/ - "" + "";/ + "" % % Full weekday names (%A) -day "";/ +day "";/ "";/ "";/ "";/ "";/ - "";/ - "" + "";/ + "" % Abbreviated month names (%b) abmon "";/ - "";/ - "";/ - "";/ - "";/ + "";/ + "";/ + "";/ + "";/ "";/ - "";/ + "";/ "";/ - "";/ + "";/ "";/ "";/ - "" + "" % % Full month names (%B) mon "";/ - "";/ - "";/ - "";/ - "";/ + "";/ + "";/ + "";/ + "";/ "";/ - "";/ + "";/ "";/ - "";/ + "";/ "";/ "";/ - "" + "" % % Equivalent of AM PM -am_pm "";/ - "" +am_pm "";/ + "" % % Appropriate date and time representation -- cgit v1.2.3