about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-23 21:40:11 +0000
committerRoland McGrath <roland@gnu.org>1996-07-23 21:40:11 +0000
commitb24be05f19d1471526b4643d96c078d32ec1c692 (patch)
tree63907e014c30ac36f9ab6714dce8e945da305deb /ChangeLog
parente3047adb46007d1c8a81c0f10c74f7d4f8fdbd22 (diff)
downloadglibc-b24be05f19d1471526b4643d96c078d32ec1c692.tar.gz
glibc-b24be05f19d1471526b4643d96c078d32ec1c692.tar.xz
glibc-b24be05f19d1471526b4643d96c078d32ec1c692.zip
Tue Jul 23 02:49:58 1996 Ulrich Drepper <drepper@cygnus.com>
	* locale/iso-4217.def: Add India to comment for symbol "INR ".
	Reported by Raja R Harinath  <harinath@cs.umn.edu>.

Sat Jul 20 14:03:45 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove bogus
	#undef RESOLVE.

	* time/tzset.c: Include <libc-lock.h>.
	(__tzset_lock): New lock variable.
	(tzset): New function (weak defn), no longer weak alias for __tzset.
	Call __tzset while holding __tzset_lock.
	* time/localtime.c: Include <libc-lock.h>.
	(__localtime_r): Hold __tzset_lock while doing the work.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 206f074057..bc4f32b235 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
+Tue Jul 23 02:49:58 1996  Ulrich Drepper  <drepper@cygnus.com>
+
+	* locale/iso-4217.def: Add India to comment for symbol "INR ".
+	Reported by Raja R Harinath  <harinath@cs.umn.edu>.
+
+Sat Jul 20 14:03:45 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+	* sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove bogus
+	#undef RESOLVE.
+
 Sun Jul 21 06:48:38 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+	* time/tzset.c: Include <libc-lock.h>.
+	(__tzset_lock): New lock variable.
+	(tzset): New function (weak defn), no longer weak alias for __tzset.
+	Call __tzset while holding __tzset_lock.
+	* time/localtime.c: Include <libc-lock.h>.
+	(__localtime_r): Hold __tzset_lock while doing the work.
+
 	* sysdeps/generic/setenv.c (__environ): Change conditional for #define
 	from [!HAVE_GNU_LD] to [!_LIBC].
 	[_LIBC]: Include <libc-lock.h> and define a lock.