glibc/sysdeps/mach/hurd
Ulrich Drepper 5aa8ff620e Update.
1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>

	* iconv/gconv.c (__gconv): Remove bogus input buffer size computation.

	* iconv/gconv_open.c (__gconv_open): Initialize outbufend element.

	* iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
	character in comparison with uint32_t.
	(__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
	(__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
	Optimize BODY a bit.

	* iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
	be defined.

	* iconv/skeleton.c: Also reset converted counter in case of an error.
	Call reset function using correct value for output buffer start.

	* iconvdata/Makefile: Re-enable tests.

	* iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
	value for to-conversion.

	* iconvdata/TESTS: Add new third column.
	* iconvdata/run-iconv-test.sh: Add support for charsets which are
	not ASCII based.
	* iconvdata/testdata/suntzus: New file.

	* elf/dl-minimal.c (__strtol_internal): Increment pointer to string
	while reading.  Correctly used base.  Little optimization.
	(__strtoul_internal): Likewise.

	* elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
	was wrong.  Use explicit variable.

1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* configure.in: Check for awk.
	* config.make.in: Add AWK to be substituted.

	* manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
	* manual/users.texi: Fix typo exposed by above rewrite.

	* Makefile: Invoke awk using AWK variable.
	* csu/Makefile: Likewise.
	* elf/Makefile: Likewise.
	* mach/Makefile: Likewise.
	* manual/Makefile: Likewise.
	* sysdeps/gnu/Makefile: Likewise.
	* sysdeps/mach/hurd/Makefile: Likewise.
	* sysdeps/unix/Makefile: Likewise.
	* timezone/Makefile: Likewise.

1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>

	* sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
	array index translation.
	(SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
	these are defined.

	* sysdeps/mach/hurd/Dist: Add errlist.c to distribution.

	* sysdeps/mach/hurd/errlist.c: New file.
	(ERR_TRANSLATE): Map Hurd error codes into errlist indices.
	(_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
	semantics, so rename it.

1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* iconvdata/run-iconv-test.sh: Make portable.  Always test all
	conversions.

1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>

	* wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
	* wcsmbs/wcsnrtombs.c: Likewise.

1998-04-21  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.

	* wcsmbs/btowc.c (__btowc): Declare inptr as const char *.

	* time/strftime.c (my_strftime): Initialize pad variable in
	declaration.

	* iconvdata/big5.c: Don't use character constants in comparisons
	with unsigned value.

	* sysdeps/generic/setutxent.c: New file.
	* sysdeps/generic/getutxent.c: New file.
	* sysdeps/generic/endutxent.c: New file.
	* sysdeps/generic/getutxid.c: New file.
	* sysdeps/generic/getutxline.c: New file.
	* sysdeps/generic/pututxline.c: New file.
	* sysdeps/generic/utmpxname.c: New file.
	* sysdeps/generic/updwtmpx.c: New file.
1998-04-21 18:15:51 +00:00
..
alpha Update. 1997-11-26 04:23:08 +00:00
bits Update. 1998-04-20 18:41:05 +00:00
hppa Update. 1997-11-26 04:23:08 +00:00
i386 Update. 1997-11-26 04:23:08 +00:00
mips Update. 1997-11-26 04:23:08 +00:00
net Update. 1997-07-06 22:02:42 +00:00
sys Update. 1997-10-12 04:05:44 +00:00
_exit.c Update. 1997-05-26 23:01:17 +00:00
.cvsignore initial import 1995-02-18 01:27:10 +00:00
accept.c Updated. 1997-06-26 22:23:01 +00:00
access.c Update. 1997-06-23 21:55:26 +00:00
adjtime.c Update. 1997-05-26 23:01:17 +00:00
bind.c Updated. 1997-06-26 22:23:01 +00:00
brk.c Update. 1997-05-26 23:01:17 +00:00
chdir.c Update. 1997-05-26 23:01:17 +00:00
chflags.c Update. 1997-05-26 23:01:17 +00:00
chmod.c Update. 1997-05-26 23:01:17 +00:00
chown.c Update. 1997-05-26 23:01:17 +00:00
chroot.c Update. 1997-05-26 23:01:17 +00:00
close.c Update. 1997-05-26 23:01:17 +00:00
closedir.c Update. 1997-06-23 21:55:26 +00:00
configure update from main archive 970121 1997-01-23 04:24:20 +00:00
configure.in update from main archive 970121 1997-01-23 04:24:20 +00:00
connect.c Updated. 1997-06-26 22:23:01 +00:00
cthreads.c Update. 1997-09-30 17:10:40 +00:00
defs.c Update. 1997-05-26 23:01:17 +00:00
dirfd.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
dirstream.h Update. 1997-06-23 21:55:26 +00:00
Dist Update. 1998-04-21 18:15:51 +00:00
dl-cache.c Update. 1997-06-23 21:55:26 +00:00
dl-sysdep.c Update. 1998-04-07 09:21:28 +00:00
dup2.c Update. 1997-05-26 23:01:17 +00:00
err_hurd.sub initial import 1995-02-18 01:27:10 +00:00
errlist.c Update. 1998-04-21 18:15:51 +00:00
errnos.awk Update. 1997-07-06 22:02:42 +00:00
euidaccess.c Update. 1997-06-23 21:55:26 +00:00
execve.c Update. 1997-05-26 23:01:17 +00:00
fchdir.c Update. 1997-07-06 22:02:42 +00:00
fchflags.c Update. 1997-05-26 23:01:17 +00:00
fchmod.c Update. 1997-05-26 23:01:17 +00:00
fchown.c Update. 1997-05-26 23:01:17 +00:00
fcntl.c Update. 1997-05-26 23:01:17 +00:00
fdatasync.c Update. 1997-06-23 21:55:26 +00:00
fdopen.c Update. 1997-05-26 23:01:17 +00:00
fexecve.c Update. 1997-06-23 21:55:26 +00:00
flock.c Update. 1997-05-26 23:01:17 +00:00
fork.c Update. 1997-06-23 21:55:26 +00:00
fpathconf.c Update. 1997-06-23 21:55:26 +00:00
fstatfs.c Update. 1997-06-23 21:55:26 +00:00
fsync.c Update. 1997-05-26 23:01:17 +00:00
ftruncate.c Update. 1997-05-26 23:01:17 +00:00
fxstat.c Update. 1997-06-23 21:55:26 +00:00
getcwd.c Update. 1997-06-23 21:55:26 +00:00
getdents.c update from main archive 970121 1997-01-23 04:24:20 +00:00
getdtsz.c Update. 1997-05-26 23:01:17 +00:00
getegid.c Update. 1997-05-26 23:01:17 +00:00
geteuid.c Update. 1997-05-26 23:01:17 +00:00
getgid.c Update. 1997-05-26 23:01:17 +00:00
getgroups.c Update. 1997-05-26 23:01:17 +00:00
gethostid.c Update. 1997-05-26 23:01:17 +00:00
gethostname.c Update. 1997-05-26 23:01:17 +00:00
getitimer.c Update. 1997-05-26 23:01:17 +00:00
getlogin_r.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
getlogin.c Update. 1997-05-26 23:01:17 +00:00
getpeername.c Update. 1997-07-06 22:02:42 +00:00
getpgid.c Update. 1997-05-26 23:01:17 +00:00
getpid.c Update. 1997-05-26 23:01:17 +00:00
getppid.c Update. 1997-05-26 23:01:17 +00:00
getpriority.c Update. 1997-06-23 21:55:26 +00:00
getrlimit.c Update. 1997-06-23 21:55:26 +00:00
getsid.c Update. 1997-06-23 21:55:26 +00:00
getsockname.c Updated. 1997-06-26 22:23:01 +00:00
getsockopt.c Update. 1997-05-26 23:01:17 +00:00
getuid.c Update. 1997-05-26 23:01:17 +00:00
group_member.c Update. 1997-06-23 21:55:26 +00:00
Implies Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com> 1996-05-22 02:11:55 +00:00
ioctl.c Update. 1997-06-21 02:59:26 +00:00
isatty.c Update. 1997-05-26 23:01:17 +00:00
jmp-unwind.c Update. 1997-06-21 02:59:26 +00:00
kill.c Update. 1997-06-23 21:55:26 +00:00
lchown.c Update. 1997-06-23 21:55:26 +00:00
libc_p-ldscript update from main archive 961203 1996-12-04 01:41:39 +00:00
libc-ldscript update from main archive 961203 1996-12-04 01:41:39 +00:00
link.c Update. 1997-05-26 23:01:17 +00:00
listen.c Update. 1997-05-26 23:01:17 +00:00
lseek.c Update. 1997-05-26 23:01:17 +00:00
lxstat.c Update. 1997-06-23 21:55:26 +00:00
Makefile Update. 1998-04-21 18:15:51 +00:00
mig-reply.c Update. 1997-06-23 21:55:26 +00:00
mkdir.c Update. 1997-05-26 23:01:17 +00:00
mmap.c Update. 1997-10-15 05:34:02 +00:00
open.c Updated. 1997-06-26 22:23:01 +00:00
opendir.c Update. 1997-06-23 21:55:26 +00:00
pathconf.c Update. 1997-06-23 21:55:26 +00:00
pipe.c Update. 1997-05-26 23:01:17 +00:00
pipestream.c *** empty log message *** 1996-10-08 18:38:08 +00:00
prof-freq.c update from main archive 960909 1996-09-10 02:00:15 +00:00
profil.c Update. 1997-09-11 12:09:10 +00:00
ptrace.c Update. 1997-06-23 21:55:26 +00:00
read.c Update. 1997-05-26 23:01:17 +00:00
readdir_r.c Update. 1997-06-23 21:55:26 +00:00
readdir.c Update. 1997-06-23 21:55:26 +00:00
readlink.c Update. 1997-05-26 23:01:17 +00:00
reboot.c Update. 1997-05-26 23:01:17 +00:00
recv.c Update. 1997-05-26 23:01:17 +00:00
recvfrom.c Updated. 1997-06-26 22:23:01 +00:00
rename.c Updated. 1997-06-26 22:23:01 +00:00
rewinddir.c Update. 1997-05-26 23:01:17 +00:00
rmdir.c Update. 1997-05-26 23:01:17 +00:00
sbrk.c Update. 1997-05-26 23:01:17 +00:00
seekdir.c Update. 1997-05-26 23:01:17 +00:00
select.c update. 1997-07-11 01:19:07 +00:00
send.c Update. 1997-06-23 21:55:26 +00:00
sendto.c Update. 1997-06-23 21:55:26 +00:00
setegid.c Update. 1997-05-26 23:01:17 +00:00
seteuid.c Update. 1997-05-26 23:01:17 +00:00
setgid.c Update. 1997-05-26 23:01:17 +00:00
setgroups.c Update. 1997-05-26 23:01:17 +00:00
sethostid.c Update. 1997-05-26 23:01:17 +00:00
sethostname.c Update. 1997-05-26 23:01:17 +00:00
setitimer.c Update. 1997-05-21 01:48:59 +00:00
setlogin.c Update. 1997-05-26 23:01:17 +00:00
setpgid.c Update. 1997-05-26 23:01:17 +00:00
setpriority.c Update. 1997-06-23 21:55:26 +00:00
setregid.c Update. 1997-05-26 23:01:17 +00:00
setreuid.c Update. 1997-05-26 23:01:17 +00:00
setrlimit.c Update. 1997-05-26 23:01:17 +00:00
setsid.c Update. 1997-05-26 23:01:17 +00:00
setsockopt.c Update. 1998-03-24 10:25:31 +00:00
settimeofday.c Update. 1997-05-26 23:01:17 +00:00
setuid.c Update. 1997-05-26 23:01:17 +00:00
shutdown.c Update. 1997-05-26 23:01:17 +00:00
sigaction.c Update. 1997-05-26 23:01:17 +00:00
sigaltstack.c Updated. 1997-06-26 22:23:01 +00:00
sigpending.c Update. 1997-05-26 23:01:17 +00:00
sigprocmask.c Update. 1997-05-26 23:01:17 +00:00
sigstack.c Update. 1997-05-26 23:01:17 +00:00
sigsuspend.c Update. 1997-05-26 23:01:17 +00:00
sigwait.c *** empty log message *** 1997-01-17 19:27:54 +00:00
socket.c Update. 1997-05-26 23:01:17 +00:00
socketpair.c Update. 1997-05-26 23:01:17 +00:00
statfs.c Update. 1997-06-23 21:55:26 +00:00
stdio_init.c Update. 1997-05-26 23:01:17 +00:00
Subdirs Update. 1998-04-20 18:41:05 +00:00
symlink.c Update. 1997-05-26 23:01:17 +00:00
sync.c Update. 1997-05-26 23:01:17 +00:00
sysd-stdio.c Updated. 1997-06-26 22:23:01 +00:00
telldir.c Update. 1997-05-26 23:01:17 +00:00
truncate.c Update. 1997-05-26 23:01:17 +00:00
ttyname_r.c update from main arcive 961210 1996-12-11 01:40:39 +00:00
ttyname.c Update. 1997-06-23 21:55:26 +00:00
umask.c Update. 1997-05-26 23:01:17 +00:00
uname.c Update. 1997-06-23 21:55:26 +00:00
unlink.c Update. 1997-05-26 23:01:17 +00:00
utimes.c Update. 1997-05-26 23:01:17 +00:00
vdprintf.c update from main archive 970124 1997-01-25 02:36:37 +00:00
wait4.c Update. 1997-05-26 23:01:17 +00:00
write.c Update. 1997-05-26 23:01:17 +00:00
xmknod.c update from main arcive 961210 1996-12-11 01:40:39 +00:00
xstat.c Update. 1997-06-23 21:55:26 +00:00