1999-08-15  Ulrich Drepper  <drepper@cygnus.com>

	* localedata/locales/ca_ES: New file.
	Contributed by Joan Carles Soler <Joan.Soler@uv.es>.

	* SUPPORTED: Add ca_ES.
This commit is contained in:
Ulrich Drepper 1999-08-15 16:10:09 +00:00
parent ed9c47d90b
commit 7506cf98e6
7 changed files with 6459 additions and 8 deletions

View file

@ -26,6 +26,7 @@
# it with the rest of us. Send it using the `glibcbug' script to
# bugs@gnu.org.
catalan ca_ES.ISO-8859-1
croatian hr_HR.ISO-8859-2
czech cs_CZ.ISO-8859-2
danish da_DK.ISO-8859-1

View file

@ -1,3 +1,10 @@
1999-08-15 Ulrich Drepper <drepper@cygnus.com>
* localedata/locales/ca_ES: New file.
Contributed by Joan Carles Soler <Joan.Soler@uv.es>.
* SUPPORTED: Add ca_ES.
1999-05-18 Ulrich Drepper <drepper@cygnus.com>
* Makefile (LOCALEDEF): Add I18NPATH definition to find the

View file

@ -1,6 +1,7 @@
# This file names the currently supported and somewhat tested locales.
# If you have any additions please use the glibcbug script to send an
# appropriate message.
ca_ES ISO-8859-1
cs_CZ ISO-8859-2
da_DK ISO-8859-1
de_AT ISO-8859-1

2154
localedata/locales/ca_ES Normal file

File diff suppressed because it is too large Load diff

View file

@ -169,9 +169,10 @@ compile but use what you say instead of guessing what your system is.
This is most useful to change the CPU submodel. For example, if
configure guesses your machine as @code{i586-pc-linux-gnu} but you want
to compile a library optimized for 386es, give
@samp{--host=i386-pc-linux-gnu} or just @samp{--host=i386-linux}. (A
library compiled for a Pentium (@code{i586}) will still work on a 386,
but it may be slower.)
@samp{--host=i386-pc-linux-gnu} or just @samp{--host=i386-linux} and add
the appropriate compiler flags (@samp{-mcpu=i386} will do the trick) to
@var{CFLAGS}. (A library compiled for a Pentium (@code{i586}) will still
work on a 386, but it may be slower.)
If you give just @samp{--build}, configure will get confused.
@end table
@ -419,11 +420,14 @@ maintainers by sending electronic mail to @email{bug-glibc@@gnu.org}.
Each case of @samp{i@var{x}86} can be @samp{i386}, @samp{i486},
@samp{i586}, or @samp{i686}. All of those configurations produce a
library that can run on any of these processors. The library will be
optimized for the specified processor, but will not use instructions not
available on all of them. If you want the library to use instructions
only available on newer processors, give GCC the appropriate @samp{-m}
switches via @var{CFLAGS}.
library that can run on any of these processors if the compiler is
configured correctly. The GCC compiler by default generates code
that's optimized for the machine it's configured for and will use the
instructions available on that machine. For example if your GCC is
configured for @samp{i686}, gcc will optimize for @samp{i686} and
might issue some @samp{i686} specific instructions. To generate code
for other models you should give GCC the appropriate @samp{-march=}
and @samp{-mcpu=} compiler switches via @var{CFLAGS}.
@node Linux
@appendixsec Specific advice for Linux systems

4282
po/pt_BR.po Normal file

File diff suppressed because it is too large Load diff

View file

@ -20,6 +20,8 @@
# define _WINT_T
typedef unsigned int wint_t;
#endif
#define __need_mbstate_t
#include <wchar.h>
#define _G_size_t size_t
typedef struct
{