glibc/sysdeps/generic
Roland McGrath b8fe19fa80 Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com>
* stdlib/strtol.c [!QUAD] (ULONG_MAX, LONG_MAX): Define these
	macros if they are not available.
	(WEAKNAME): New macro to declare argument as weak.
	Define function with __ prefix and add normal name as weak alias.

	* sysdeps/posix/euidaccess.c (S_IROTH, S_IWOTH, S_IXOTH): Defines
	these macros if not already available based on R_OK, W_OK, and
	X_OK.

Tue May 21 18:48:46 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

	* misc/sys/syslog.h (__need___va_list): Define this instead of
	__need_va_list before including <stdarg.h>.

	* Makerules (o-iterator): Use $(object-suffixes-left) instead
	of $(object-suffixes) to produce repetitions; this is used for other
	lists than just that one.
	[versioned]: Use $(o-iterator) properly.

	* sysdeps/unix/sysv/linux/Implies: Include `gnu'.
	* sysdeps/mach/hurd/Implies: Likewise.

Sat May 18 02:57:46 1996  Ulrich Drepper  <drepper@cygnus.com>

	* login/Makefile: New file.  This directory contains functions
	for user administration.
	* Makefile (subdirs): Add login.

	* misc/Makefile (headers): Remove utmp.h.  Now in login/utmp.h.
	(extra-libs, libutil-routines): Ditto.
	* misc/login.c, misc/login_tty.c, misc/logout.c, misc/logwtmp.c,
	misc/utmp.h: Moved to misc/.
	* login/login.c, login/login_tty.c, login/logout.c,
        login/logwtmp.c, login/utmp.h: Moved to here from misc/.

	* login/utmp.h: Split file.  Definitions of data structures
	and constants are now in the system dependent utmpbits.h file.

	* login/setutent_r.c, login/setutent.c, login/endutent_r.c,
	login/endutent.c, login/getutent_r.c, login/getutent.c,
	login/getutid_r.c, login/getutid.c, login/getutline_r.c,
	login/getutline.c, login/pututline_r.c, login/pututline.c:
	New files.  Routines to handle utmp-style files.

	* sysdeps/gnu/utmpbits.h: New file.  Contains GNU/Linux
	specific definitions of utmp data structures and constants.

	* sysdeps/unix/sysv/utmpbits.h: Renamed from sysdeps/unix/sysv/utmp.h.

	* sysdeps/generic/utmpbits.h: New file.  Generic (BSDish) version of
	definitions of utmp data structures and constants.

Fri May 17 00:01:31 1996  Ulrich Drepper  <drepper@cygnus.com>

	* locale/C-monetary.c: Default value for mon_decimal_point should be
        '.'.

	* stdio-common/printf.h: Remove Linux libc compatibility stuff.
	Add `extra' flag.  Currently used in __printf_fp.

	* stdio-common/printf_fp.c (__guess_grouping): Renamed from
        `guess_grouping' and extend visibility to extern.  This function
        is now used in `strfmon'.
	(__printf_fp): Recognize new bit flag in info struct.  This
	triggers to use the grouping information and decimal point from
	the LC_MONETARY category instead of the LC_NUMERIC category.

	* stdio-common/vfprintf.c (process_arg): Correct major bug.  In
	`complicated' loop we must not use the varargs because the args
	are already available in the ARGS_VALUE array.

	* stdlib/Makefile (headers): Add monetary.h.
	(routines): Add strfmon.
	* stdlib/monetary.h: New file.  Header for strfmon function.
	* stdlib/strfmon.c: New file.  Implement strfmon function to print
	monetary amounts according to current locale's rules.

	* sysdeps/unix/sysv/linux/i386/sys/vm86.h: The kernel header is
	now (>= Linux-1.3.100) called <asm/vm86.h>.
1996-05-22 02:11:55 +00:00
..
gnu Fri Jan 12 13:40:01 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-13 00:46:48 +00:00
netinet Sun Apr 28 14:14:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-28 18:25:22 +00:00
sys Sun Apr 28 14:14:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-28 18:25:22 +00:00
Dist initial import 1995-02-18 01:27:10 +00:00
Makefile Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-05 21:41:30 +00:00
_strerror.c * sysdeps/unix/sysv/linux/tcdrain.c: Define tcdrain, not 1996-01-20 10:00:23 +00:00
abort.c initial import 1995-02-18 01:27:10 +00:00
acos.c initial import 1995-02-18 01:27:10 +00:00
acosh.c initial import 1995-02-18 01:27:10 +00:00
add_n.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
addmul_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
asin.c initial import 1995-02-18 01:27:10 +00:00
asincos.c initial import 1995-02-18 01:27:10 +00:00
asinh.c initial import 1995-02-18 01:27:10 +00:00
atan.c initial import 1995-02-18 01:27:10 +00:00
atan2.c initial import 1995-02-18 01:27:10 +00:00
atanh.c initial import 1995-02-18 01:27:10 +00:00
bb_init_func.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
bcopy.c initial import 1995-02-18 01:27:10 +00:00
bzero.c initial import 1995-02-18 01:27:10 +00:00
cabs.c initial import 1995-02-18 01:27:10 +00:00
ceil.c initial import 1995-02-18 01:27:10 +00:00
cmp.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
configure Regenerated: autoconf sysdeps/unix/configure.in 1996-05-09 23:13:21 +00:00
configure.in initial import 1995-02-18 01:27:10 +00:00
confname.h Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-08 02:07:47 +00:00
copysign.c initial import 1995-02-18 01:27:10 +00:00
cosh.c initial import 1995-02-18 01:27:10 +00:00
det_endian.c initial import 1995-02-18 01:27:10 +00:00
divmod_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
divrem.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
dl-sysdep.c Sat Apr 20 18:13:00 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-21 00:27:19 +00:00
exp.c initial import 1995-02-18 01:27:10 +00:00
exp__E.c initial import 1995-02-18 01:27:10 +00:00
expm1.c * sysdeps/generic/expm1.c: #undef expm1 before weak_alias. 1995-04-14 03:27:44 +00:00
fabs.c initial import 1995-02-18 01:27:10 +00:00
fdatasync.c Sun Apr 28 14:14:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-28 18:25:22 +00:00
ffs.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
floor.c initial import 1995-02-18 01:27:10 +00:00
fmod.c initial import 1995-02-18 01:27:10 +00:00
frexp.c initial import 1995-02-18 01:27:10 +00:00
ftime.c initial import 1995-02-18 01:27:10 +00:00
get_str.c initial import 1995-02-18 01:27:10 +00:00
getdomain.c * sysdeps/unix/i386/sysdep.h [HAVE_ELF] (ASM_TYPE_DIRECTIVE): 1995-09-27 16:05:25 +00:00
getenv.c initial import 1995-02-18 01:27:10 +00:00
getpgrp.c initial import 1995-02-18 01:27:10 +00:00
gmp-mparam.h Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
group_member.c Tue Oct 31 00:07:29 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-10-31 06:54:40 +00:00
htonl.c initial import 1995-02-18 01:27:10 +00:00
htons.c initial import 1995-02-18 01:27:10 +00:00
hypot.c * misc/efgcvt_r.c (ecvt_r): Handle negative values. 1996-01-17 02:03:00 +00:00
infnan.c initial import 1995-02-18 01:27:10 +00:00
inlines.c Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-08 02:07:47 +00:00
iovec.h Mon Mar 25 03:35:16 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-25 17:48:26 +00:00
isnan.c initial import 1995-02-18 01:27:10 +00:00
ldexp.c initial import 1995-02-18 01:27:10 +00:00
log.c initial import 1995-02-18 01:27:10 +00:00
log1p.c initial import 1995-02-18 01:27:10 +00:00
log10.c initial import 1995-02-18 01:27:10 +00:00
log__L.c initial import 1995-02-18 01:27:10 +00:00
lshift.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
lxstat.c Wed Jan 17 11:04:58 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-18 00:35:55 +00:00
machine-gmon.h Sun Feb 18 15:08:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-02-19 23:14:44 +00:00
make_siglist.c #undef _SIGNAL_H before defining it. 1996-02-10 11:19:12 +00:00
mathimpl.h initial import 1995-02-18 01:27:10 +00:00
memccpy.c initial import 1995-02-18 01:27:10 +00:00
memchr.c Cast RHS to const unsigned char * to avoid error from Irix-4.0.5's C compiler. 1995-05-27 20:22:12 +00:00
memcmp.c initial import 1995-02-18 01:27:10 +00:00
memcopy.h initial import 1995-02-18 01:27:10 +00:00
memcpy.c * string/Makefile (distribute): Add pagecopy.h. 1995-02-21 08:07:34 +00:00
memmem.c Sun Jan 28 17:25:38 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-28 22:47:31 +00:00
memmove.c * string/Makefile (distribute): Add pagecopy.h. 1995-02-21 08:07:34 +00:00
memset.c initial import 1995-02-18 01:27:10 +00:00
mig-reply.c initial import 1995-02-18 01:27:10 +00:00
mod_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
modf.c initial import 1995-02-18 01:27:10 +00:00
morecore.c Mon Aug 14 16:51:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-08-14 22:49:23 +00:00
mul.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
mul_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
mul_n.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
ntohl.c initial import 1995-02-18 01:27:10 +00:00
ntohs.c initial import 1995-02-18 01:27:10 +00:00
pagecopy.h . 1995-02-21 20:27:45 +00:00
pow.c initial import 1995-02-18 01:27:10 +00:00
profil-counter.h Sat Mar 2 16:35:40 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-02 21:37:50 +00:00
pty.c * sysdeps/unix/bsd/bsd4.4/revoke.S: New file. 1995-03-27 10:24:00 +00:00
putenv.c * misc/efgcvt_r.c (ecvt_r): Handle negative values. 1996-01-17 02:03:00 +00:00
resourcebits.h initial import 1995-02-18 01:27:10 +00:00
rint.c initial import 1995-02-18 01:27:10 +00:00
rshift.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
sbrk.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
schedbits.h Sun Apr 28 14:14:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-28 18:25:22 +00:00
setenv.c Tue Apr 2 21:27:01 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-04-03 16:31:49 +00:00
sigaction.h Sat Apr 20 18:13:00 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-21 00:27:19 +00:00
signame.c * sysdeps/unix/bsd/waitflags.h (WNOREAP): New macro. 1996-03-20 17:01:27 +00:00
signame.h Fri Feb 24 14:40:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-02-24 19:47:17 +00:00
sigset.h Sat Apr 20 18:13:00 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-21 00:27:19 +00:00
sincos.c initial import 1995-02-18 01:27:10 +00:00
sinh.c initial import 1995-02-18 01:27:10 +00:00
sockaddrcom.h initial import 1995-02-18 01:27:10 +00:00
speed.c initial import 1995-02-18 01:27:10 +00:00
statfsbuf.h Tue Apr 23 15:56:56 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-24 00:58:47 +00:00
stpcpy.c * sysdeps/mach/hurd/getcwd.c (__getcwd): Renamed from getcwd. 1995-09-28 09:00:19 +00:00
stpncpy.c Wed May 1 09:10:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-01 13:55:18 +00:00
strcasecmp.c * sysdeps/mach/hurd/getcwd.c (__getcwd): Renamed from getcwd. 1995-09-28 09:00:19 +00:00
strcat.c initial import 1995-02-18 01:27:10 +00:00
strchr.c initial import 1995-02-18 01:27:10 +00:00
strcmp.c initial import 1995-02-18 01:27:10 +00:00
strcpy.c initial import 1995-02-18 01:27:10 +00:00
strcspn.c initial import 1995-02-18 01:27:10 +00:00
strlen.c initial import 1995-02-18 01:27:10 +00:00
strncase.c initial import 1995-02-18 01:27:10 +00:00
strncat.c initial import 1995-02-18 01:27:10 +00:00
strncmp.c initial import 1995-02-18 01:27:10 +00:00
strncpy.c initial import 1995-02-18 01:27:10 +00:00
strpbrk.c initial import 1995-02-18 01:27:10 +00:00
strrchr.c Tue May 14 19:42:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-15 15:49:26 +00:00
strsep.c Rewritten. 1996-01-04 00:06:01 +00:00
strspn.c initial import 1995-02-18 01:27:10 +00:00
strstr.c Sat Sep 16 17:47:19 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> 1995-09-17 20:23:15 +00:00
sub_n.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
submul_1.c Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
sysd-stdio.c Mon Aug 7 14:04:36 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-08-07 18:24:47 +00:00
tan.c initial import 1995-02-18 01:27:10 +00:00
tanh.c initial import 1995-02-18 01:27:10 +00:00
termbits.h initial import 1995-02-18 01:27:10 +00:00
trig.h initial import 1995-02-18 01:27:10 +00:00
uname.c initial import 1995-02-18 01:27:10 +00:00
utmpbits.h Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com> 1996-05-22 02:11:55 +00:00
utsnamelen.h initial import 1995-02-18 01:27:10 +00:00
varargs.h initial import 1995-02-18 01:27:10 +00:00
vfork.c initial import 1995-02-18 01:27:10 +00:00
vlimit.c initial import 1995-02-18 01:27:10 +00:00
vtimes.c initial import 1995-02-18 01:27:10 +00:00
waitstatus.h initial import 1995-02-18 01:27:10 +00:00
wordcopy.c initial import 1995-02-18 01:27:10 +00:00