about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-29 22:07:02 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-29 22:07:02 +0000
commit218007510c52cf9858cdb56f28a86a285c285c70 (patch)
tree4e776c426ea200fbf220ece18edaa571e548cf43 /ChangeLog
parent06522d7e9919fe1c151f3b706daa8b00034a3f88 (diff)
downloadglibc-218007510c52cf9858cdb56f28a86a285c285c70.tar.gz
glibc-218007510c52cf9858cdb56f28a86a285c285c70.tar.xz
glibc-218007510c52cf9858cdb56f28a86a285c285c70.zip
Update.
2003-11-29  Ulrich Drepper  <drepper@redhat.com>

	* misc/mntent_r.c (decode_name): Be compatible with util-linux and
	recognize \134 as well.

	(ELF_NGREG): New #define.
	(elf_greg_t): New type.
	(pt_all_user_regs): New type.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 755665d0ec..9bf1c61b28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-29  Ulrich Drepper  <drepper@redhat.com>
+
+	* misc/mntent_r.c (decode_name): Be compatible with util-linux and
+	recognize \134 as well.
+
 2003-10-09  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/ia64/fpu/fraiseexcpt.c: Don't include <asm/fpu.h>.
@@ -10,9 +15,9 @@
 
 	* sysdeps/unix/sysv/linux/ia64/sys/procfs.h: Don't include
 	<asm/elf.h>.
-	(ELF_NGREG): New.
+	(ELF_NGREG): New #define.
 	(ELF_NFPREG): Likewise.
-	(elf_greg_t): Likewise.
+	(elf_greg_t): New type.
 	(elf_gregset_t): Likewise.
 	(elf_fpreg_t): Likewise.
 	(elf_fpregset_t): Likewise.
@@ -22,7 +27,7 @@
 	* sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Include
 	<sys/ucontext.h>.
 	(__ptrace_request): Add PTRACE_GETREGS and PTRACE_SETREGS.
-	(pt_all_user_regs): New.
+	(pt_all_user_regs): New type.
 
 2003-10-10  Simon Josefsson  <jas@extundo.com>