2002-09-06  Ulrich Drepper  <drepper@redhat.com>

	* test-skeleton.c (main): Improve error message for unexpected
	signal case.

	* wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
	case of failure.
	* elf/readlib.c (process_file): Conditionalize check for QMAGIC.
This commit is contained in:
Ulrich Drepper 2002-09-06 09:18:08 +00:00
parent 3fc65a7735
commit 452a71dcf7

View File

@ -1,3 +1,8 @@
2002-09-06 Ulrich Drepper <drepper@redhat.com>
* test-skeleton.c (main): Improve error message for unexpected
signal case.
2002-09-05 Roland McGrath <roland@redhat.com>
* ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.