summaryrefslogtreecommitdiff
path: root/nls
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-28 20:31:42 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-28 20:31:42 -0200
commit8ba0ca32a63c532f128bdca7f1bf982cab8e12be (patch)
tree70a043f6c9c64c0345b6b32db026b0e201d53890 /nls
parent091c1624fd2f9d933329d6152e4ecd865aa7903a (diff)
Janitor: ansification, make distcheck, compiler warnings.
Only convert to use "ansi prototypes" the functions warned from compilation with "./autogen.sh --prefix=/usr", on a Linux computer. Also, only address "trivial" compiler warning fixes in this commit. The new .gitignore is the output of a command like: % find . -name .gitignore -exec cat {} \; | sort | uniq and only the toplevel .gitignore file was kept.
Diffstat (limited to 'nls')
-rw-r--r--nls/.gitignore11
-rw-r--r--nls/C/.gitignore4
-rw-r--r--nls/am_ET.UTF-8/.gitignore4
-rw-r--r--nls/armscii-8/.gitignore4
-rw-r--r--nls/el_GR.UTF-8/.gitignore4
-rw-r--r--nls/en_US.UTF-8/.gitignore4
-rw-r--r--nls/georgian-academy/.gitignore4
-rw-r--r--nls/georgian-ps/.gitignore4
-rw-r--r--nls/ibm-cp1133/.gitignore4
-rw-r--r--nls/iscii-dev/.gitignore4
-rw-r--r--nls/isiri-3342/.gitignore4
-rw-r--r--nls/iso8859-1/.gitignore4
-rw-r--r--nls/iso8859-10/.gitignore4
-rw-r--r--nls/iso8859-11/.gitignore4
-rw-r--r--nls/iso8859-13/.gitignore4
-rw-r--r--nls/iso8859-14/.gitignore4
-rw-r--r--nls/iso8859-15/.gitignore4
-rw-r--r--nls/iso8859-2/.gitignore4
-rw-r--r--nls/iso8859-3/.gitignore4
-rw-r--r--nls/iso8859-4/.gitignore4
-rw-r--r--nls/iso8859-5/.gitignore4
-rw-r--r--nls/iso8859-6/.gitignore4
-rw-r--r--nls/iso8859-7/.gitignore4
-rw-r--r--nls/iso8859-8/.gitignore4
-rw-r--r--nls/iso8859-9/.gitignore4
-rw-r--r--nls/iso8859-9e/.gitignore4
-rw-r--r--nls/ja.JIS/.gitignore4
-rw-r--r--nls/ja.S90/.gitignore4
-rw-r--r--nls/ja.SJIS/.gitignore4
-rw-r--r--nls/ja.U90/.gitignore4
-rw-r--r--nls/ja/.gitignore4
-rw-r--r--nls/ja_JP.UTF-8/.gitignore4
-rw-r--r--nls/ko/.gitignore4
-rw-r--r--nls/ko_KR.UTF-8/.gitignore4
-rw-r--r--nls/koi8-c/.gitignore4
-rw-r--r--nls/koi8-r/.gitignore4
-rw-r--r--nls/koi8-u/.gitignore4
-rw-r--r--nls/microsoft-cp1251/.gitignore4
-rw-r--r--nls/microsoft-cp1255/.gitignore4
-rw-r--r--nls/microsoft-cp1256/.gitignore4
-rw-r--r--nls/mulelao-1/.gitignore4
-rw-r--r--nls/nokhchi-1/.gitignore4
-rw-r--r--nls/pt_BR.UTF-8/.gitignore4
-rw-r--r--nls/tatar-cyr/.gitignore4
-rw-r--r--nls/th_TH.UTF-8/.gitignore4
-rw-r--r--nls/th_TH/.gitignore4
-rw-r--r--nls/tscii-0/.gitignore4
-rw-r--r--nls/vi_VN.tcvn/.gitignore4
-rw-r--r--nls/vi_VN.viscii/.gitignore4
-rw-r--r--nls/zh_CN.UTF-8/.gitignore4
-rw-r--r--nls/zh_CN.gb18030/.gitignore4
-rw-r--r--nls/zh_CN.gbk/.gitignore4
-rw-r--r--nls/zh_CN/.gitignore4
-rw-r--r--nls/zh_HK.UTF-8/.gitignore4
-rw-r--r--nls/zh_HK.big5/.gitignore4
-rw-r--r--nls/zh_HK.big5hkscs/.gitignore4
-rw-r--r--nls/zh_TW.UTF-8/.gitignore4
-rw-r--r--nls/zh_TW.big5/.gitignore4
-rw-r--r--nls/zh_TW/.gitignore4
59 files changed, 0 insertions, 243 deletions
diff --git a/nls/.gitignore b/nls/.gitignore
deleted file mode 100644
index 1b161927..00000000
--- a/nls/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-compose.dir
-compose.dir.l1
-compose.dir.l2
-locale.alias
-locale.alias.l1
-locale.alias.l2
-locale.dir
-locale.dir.l1
-locale.dir.l2
-Makefile
-Makefile.in
diff --git a/nls/C/.gitignore b/nls/C/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/C/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/am_ET.UTF-8/.gitignore b/nls/am_ET.UTF-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/am_ET.UTF-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/armscii-8/.gitignore b/nls/armscii-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/armscii-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/el_GR.UTF-8/.gitignore b/nls/el_GR.UTF-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/el_GR.UTF-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/en_US.UTF-8/.gitignore b/nls/en_US.UTF-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/en_US.UTF-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/georgian-academy/.gitignore b/nls/georgian-academy/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/georgian-academy/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/georgian-ps/.gitignore b/nls/georgian-ps/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/georgian-ps/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/ibm-cp1133/.gitignore b/nls/ibm-cp1133/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/ibm-cp1133/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iscii-dev/.gitignore b/nls/iscii-dev/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iscii-dev/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/isiri-3342/.gitignore b/nls/isiri-3342/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/isiri-3342/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-1/.gitignore b/nls/iso8859-1/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-1/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-10/.gitignore b/nls/iso8859-10/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-10/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-11/.gitignore b/nls/iso8859-11/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-11/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-13/.gitignore b/nls/iso8859-13/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-13/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-14/.gitignore b/nls/iso8859-14/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-14/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-15/.gitignore b/nls/iso8859-15/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-15/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-2/.gitignore b/nls/iso8859-2/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-2/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-3/.gitignore b/nls/iso8859-3/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-3/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-4/.gitignore b/nls/iso8859-4/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-4/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-5/.gitignore b/nls/iso8859-5/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-5/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-6/.gitignore b/nls/iso8859-6/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-6/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-7/.gitignore b/nls/iso8859-7/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-7/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-8/.gitignore b/nls/iso8859-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-9/.gitignore b/nls/iso8859-9/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-9/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/iso8859-9e/.gitignore b/nls/iso8859-9e/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/iso8859-9e/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/ja.JIS/.gitignore b/nls/ja.JIS/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/ja.JIS/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/ja.S90/.gitignore b/nls/ja.S90/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/ja.S90/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/ja.SJIS/.gitignore b/nls/ja.SJIS/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/ja.SJIS/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/ja.U90/.gitignore b/nls/ja.U90/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/ja.U90/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/ja/.gitignore b/nls/ja/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/ja/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/ja_JP.UTF-8/.gitignore b/nls/ja_JP.UTF-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/ja_JP.UTF-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/ko/.gitignore b/nls/ko/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/ko/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/ko_KR.UTF-8/.gitignore b/nls/ko_KR.UTF-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/ko_KR.UTF-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/koi8-c/.gitignore b/nls/koi8-c/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/koi8-c/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/koi8-r/.gitignore b/nls/koi8-r/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/koi8-r/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/koi8-u/.gitignore b/nls/koi8-u/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/koi8-u/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/microsoft-cp1251/.gitignore b/nls/microsoft-cp1251/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/microsoft-cp1251/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/microsoft-cp1255/.gitignore b/nls/microsoft-cp1255/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/microsoft-cp1255/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/microsoft-cp1256/.gitignore b/nls/microsoft-cp1256/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/microsoft-cp1256/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/mulelao-1/.gitignore b/nls/mulelao-1/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/mulelao-1/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/nokhchi-1/.gitignore b/nls/nokhchi-1/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/nokhchi-1/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/pt_BR.UTF-8/.gitignore b/nls/pt_BR.UTF-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/pt_BR.UTF-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/tatar-cyr/.gitignore b/nls/tatar-cyr/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/tatar-cyr/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/th_TH.UTF-8/.gitignore b/nls/th_TH.UTF-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/th_TH.UTF-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/th_TH/.gitignore b/nls/th_TH/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/th_TH/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/tscii-0/.gitignore b/nls/tscii-0/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/tscii-0/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/vi_VN.tcvn/.gitignore b/nls/vi_VN.tcvn/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/vi_VN.tcvn/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/vi_VN.viscii/.gitignore b/nls/vi_VN.viscii/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/vi_VN.viscii/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/zh_CN.UTF-8/.gitignore b/nls/zh_CN.UTF-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/zh_CN.UTF-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/zh_CN.gb18030/.gitignore b/nls/zh_CN.gb18030/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/zh_CN.gb18030/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/zh_CN.gbk/.gitignore b/nls/zh_CN.gbk/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/zh_CN.gbk/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/zh_CN/.gitignore b/nls/zh_CN/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/zh_CN/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/zh_HK.UTF-8/.gitignore b/nls/zh_HK.UTF-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/zh_HK.UTF-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/zh_HK.big5/.gitignore b/nls/zh_HK.big5/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/zh_HK.big5/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/zh_HK.big5hkscs/.gitignore b/nls/zh_HK.big5hkscs/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/zh_HK.big5hkscs/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/zh_TW.UTF-8/.gitignore b/nls/zh_TW.UTF-8/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/zh_TW.UTF-8/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/zh_TW.big5/.gitignore b/nls/zh_TW.big5/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/zh_TW.big5/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE
diff --git a/nls/zh_TW/.gitignore b/nls/zh_TW/.gitignore
deleted file mode 100644
index f7b23e46..00000000
--- a/nls/zh_TW/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-Compose
-Makefile
-Makefile.in
-XLC_LOCALE