glibc/intl
Ulrich Drepper 1c298d0887 [BZ #4775, BZ #4776]
2007-07-12  Jakub Jelinek  <jakub@redhat.com>
	[BZ #4775]
	* math/tgmath.h (__tgmath_real_type_sub): Formatting.
	(__tgmath_real_type): Fix if expr is const int or other const
	qualified integral type.
	(__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
	expressions and handle const qualified arguments.
	(__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
	__TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
	(__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
	statement expressions.
	(__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
	__TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
	(__TGMATH_UNARY_IMAG): Define.
	(conj, cproj): Use __TGMATH_UNARY_IMAG macro.
	* math/Makefile (tests): Add test-tgmath2.
	(CFLAGS-test-tgmath2.c): Add.
	* math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
	count_cfloat, count_cldouble): New variables.
	(NCCALLS): Define.
	(main): Check number of complex calls as well.
	(F(compile_test)): Add complex tests and tests with const qualified
	arguments.
	(y, z, ccount): Define.
	(F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
	F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
	F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
	F(cproj)): New functions.
	* math/test-tgmath2.c: New test.

2007-07-11  Jakub Jelinek  <jakub@redhat.com>

	[BZ #4776]
	* elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
	RPATH etc. as "/" rather than "", don't segfault on empty paths,
	instead output ".".
	* dlfcn/Makefile (distribute): Add glreflib3.c.
	(module-names): Add glreflib3.
	($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
	glreflib1.so.
	(LDFLAGS_glreflib3.so): New.
	* dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
	glreflib1.so.
	* dlfcn/glreflib3.c: New file.

	* intl/finddomain.c (_nl_find_domain): If _nl_explode_name
	returned -1, return NULL.
	* intl/explodename.c (_nl_explode_name): Return -1 if
	_nl_normalize_codeset failed.
2007-07-12 18:17:11 +00:00
..
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Depend Update. 2000-06-17 07:39:18 +00:00
Makefile * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix) 2005-05-04 17:58:13 +00:00
Versions Update. 2002-05-01 17:09:58 +00:00
bindtextdom.c * intl/tst-gettext3.c: New file. 2005-04-04 22:37:38 +00:00
dcgettext.c * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64. 2005-06-14 15:55:44 +00:00
dcigettext.c * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't 2006-06-22 23:59:32 +00:00
dcngettext.c * intl/gettext.h: Renamed to ... 2002-12-11 22:59:29 +00:00
dgettext.c * intl/gettext.h: Renamed to ... 2002-12-11 22:59:29 +00:00
dngettext.c * intl/gettext.h: Renamed to ... 2002-12-11 22:59:29 +00:00
explodename.c [BZ #4775, BZ #4776] 2007-07-12 18:17:11 +00:00
finddomain.c [BZ #4775, BZ #4776] 2007-07-12 18:17:11 +00:00
gettext.c * intl/gettext.h: Renamed to ... 2002-12-11 22:59:29 +00:00
gettextP.h * intl/tst-gettext3.c: New file. 2005-04-04 22:37:38 +00:00
gmo.h Update. 2004-01-14 05:38:11 +00:00
hash-string.c (__hash_string): Zero-extend each char from the string; the old code did a sign-extend on some platforms. 2003-10-24 03:22:26 +00:00
hash-string.h Update. 2003-06-11 21:57:23 +00:00
l10nflist.c [BZ #2066] 2005-12-22 01:03:50 +00:00
libintl.h * intl/libintl.h: Always use __attribute_format_arg__ for gettext 2005-05-07 20:36:13 +00:00
loadinfo.h Update. 2004-09-26 05:07:13 +00:00
loadmsgcat.c * intl/tst-gettext3.c: New file. 2005-04-04 22:37:38 +00:00
locale.alias 2.5-18.1 2007-07-12 18:26:36 +00:00
localealias.c * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort. 2005-08-20 01:22:05 +00:00
ngettext.c * intl/gettext.h: Renamed to ... 2002-12-11 22:59:29 +00:00
plural-eval.c Update. 2001-11-28 00:09:26 +00:00
plural-exp.c * intl/plural-exp.c (GERMANIC_PLURAL): Mark as const. 2005-12-21 04:23:34 +00:00
plural-exp.h * intl/plural-exp.c (GERMANIC_PLURAL): Mark as const. 2005-12-21 04:23:34 +00:00
plural.c Update. 2003-04-29 22:49:58 +00:00
plural.y Update. 2003-04-29 22:49:58 +00:00
po2test.sed 2003-03-30 Roland McGrath <roland@redhat.com> 2003-03-30 21:55:45 +00:00
textdomain.c * intl/gettext.h: Renamed to ... 2002-12-11 22:59:29 +00:00
translit.po Update. 2000-11-02 07:51:38 +00:00
tst-codeset.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-codeset.sh [BZ #592, BZ #821, BZ #822, BZ #825] 2005-04-06 02:18:44 +00:00
tst-gettext.c Update. 2004-08-15 19:28:54 +00:00
tst-gettext.sh Update. 2004-08-15 19:28:54 +00:00
tst-gettext2.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-gettext2.sh * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix) 2005-05-04 17:58:13 +00:00
tst-gettext3.c * intl/tst-gettext3.c: New file. 2005-04-04 22:37:38 +00:00
tst-gettext3.sh [BZ #592, BZ #821, BZ #822, BZ #825] 2005-04-06 02:18:44 +00:00
tst-gettext4-de.po * sysdeps/i386/i686/memcmp.S: Move misplaced END. 2005-04-28 18:21:03 +00:00
tst-gettext4-fr.po * sysdeps/i386/i686/memcmp.S: Move misplaced END. 2005-04-28 18:21:03 +00:00
tst-gettext4.c * sysdeps/i386/i686/memcmp.S: Move misplaced END. 2005-04-28 18:21:03 +00:00
tst-gettext4.sh * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix) 2005-05-04 17:58:13 +00:00
tst-gettext5.c * sysdeps/i386/i686/memcmp.S: Move misplaced END. 2005-04-28 18:21:03 +00:00
tst-gettext5.sh * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix) 2005-05-04 17:58:13 +00:00
tst-ngettext.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-translit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-translit.sh * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix) 2005-05-04 17:58:13 +00:00
tstcodeset.po Update. 2001-04-10 00:15:08 +00:00
tstlang1.po Update. 2000-10-31 03:10:13 +00:00
tstlang2.po Update. 2000-10-31 03:10:13 +00:00