Skip to content

Commit

Permalink
* locales/mai_IN: New file.
Browse files Browse the repository at this point in the history
	Provided by Rajesh Ranjan <rajeshkajha@yahoo.com>.

	* SUPPORTED: Add mai_IN/UTF-8.
  • Loading branch information
Ulrich Drepper committed Nov 3, 2006
1 parent d95b0c5 commit a0e3159
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 9 deletions.
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5629,7 +5629,9 @@ fi
echo "$as_me:$LINENO: result: $libc_cv_z_initfirst" >&5
echo "${ECHO_T}$libc_cv_z_initfirst" >&6
echo "$as_me:$LINENO: checking for -z relro option" >&5
case "$base_machine" in
i[34567]86 | x86_64 | powerpc* | s390* | sparc* | alpha*)
echo "$as_me:$LINENO: checking for -z relro option" >&5
echo $ECHO_N "checking for -z relro option... $ECHO_C" >&6
if test "${libc_cv_z_relro+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
Expand All @@ -5650,21 +5652,19 @@ else
(exit $ac_status); }; }
then
libc_cv_z_relro=yes
else
case "$base_machine" in
i[34567]86 | x86_64 | powerpc* | s390* | sparc* | alpha*) ;;
*) libc_cv_z_relro="not required" ;;
esac
fi
fi
fi
echo "$as_me:$LINENO: result: $libc_cv_z_relro" >&5
echo "${ECHO_T}$libc_cv_z_relro" >&6
if test "$libc_cv_z_relro" = no; then
{ { echo "$as_me:$LINENO: error: linker with -z relro support required" >&5
if test "$libc_cv_z_relro" = no; then
{ { echo "$as_me:$LINENO: error: linker with -z relro support required" >&5
echo "$as_me: error: linker with -z relro support required" >&2;}
{ (exit 1); exit 1; }; }
fi
fi
;;
*) ;;
esac
echo "$as_me:$LINENO: checking for -Bgroup option" >&5
echo $ECHO_N "checking for -Bgroup option... $ECHO_C" >&6
Expand Down
7 changes: 7 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2006-11-02 Ulrich Drepper <drepper@redhat.com>

* locales/mai_IN: New file.
Provided by Rajesh Ranjan <rajeshkajha@yahoo.com>.

* SUPPORTED: Add mai_IN/UTF-8.

2006-10-12 Ulrich Drepper <drepper@redhat.com>

[BZ #3320]
Expand Down
1 change: 1 addition & 0 deletions localedata/SUPPORTED
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ lt_LT.UTF-8/UTF-8 \
lt_LT/ISO-8859-13 \
lv_LV.UTF-8/UTF-8 \
lv_LV/ISO-8859-13 \
mai_IN/UTF-8 \
mg_MG.UTF-8/UTF-8 \
mg_MG/ISO-8859-15 \
mi_NZ.UTF-8/UTF-8 \
Expand Down
84 changes: 84 additions & 0 deletions localedata/locales/mai_IN
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
comment_char %
escape_char /
% Maithili language locale for India.
% Contributed by Rajesh Ranjan <rajeshkajha@yahoo.com> and
% Sangeeta Kumari <sangeeta09@gmail.com>.

LC_IDENTIFICATION
title "Maithili language locale for India"
source "Maithili Computing Research Center, Pune, India"
address "B-3/302, Lunkad Daffodills, Viman Nagar, Pune, India"
contact ""
email "rajeshkajha@yahoo.com"
tel ""
fax ""
language "Maithili"
territory "India"
revision "1.0"
date "2006-11-01"
%
category "mai_IN:2006";LC_IDENTIFICATION
category "mai_IN:2006";LC_CTYPE
category "mai_IN:2006";LC_COLLATE
category "mai_IN:2006";LC_TIME
category "mai_IN:2006";LC_NUMERIC
category "mai_IN:2006";LC_MONETARY
category "mai_IN:2006";LC_MESSAGES
category "mai_IN:2006";LC_PAPER
category "mai_IN:2006";LC_NAME
category "mai_IN:2006";LC_ADDRESS
category "mai_IN:2006";LC_TELEPHONE

END LC_IDENTIFICATION

LC_CTYPE
copy "hi_IN"
END LC_CTYPE

LC_COLLATE
copy "hi_IN"
END LC_COLLATE

LC_MONETARY
copy "hi_IN"
END LC_MONETARY


LC_NUMERIC
copy "hi_IN"
END LC_NUMERIC


LC_TIME
copy "hi_IN"
END LC_TIME


LC_MESSAGES
copy "hi_IN"
END LC_MESSAGES


LC_PAPER
copy "hi_IN"
END LC_PAPER


LC_NAME
copy "hi_IN"
END LC_NAME


LC_ADDRESS
copy "hi_IN"
END LC_ADDRESS


LC_TELEPHONE
copy "hi_IN"
END LC_TELEPHONE


LC_MEASUREMENT
copy "hi_IN"
END LC_MEASUREMENT

0 comments on commit a0e3159

Please sign in to comment.