glibc/sysdeps/unix/sysv/linux/sparc/sparc64
Ulrich Drepper 293321753c Update.
1999-12-23  Ulrich Drepper  <drepper@cygnus.com>

	* locale/programs/ld-monetary.c (monetary_finish): Add cast to
	prevent warning.

	* locale/programs/ld-collate.c: Implement writing out multibyte
	collation data.

	* locale/setlocale.c (setlocale): Allow setting LC_COLLATE again.
	* locale/localeinfo.h: Declare variables only for currently implemented
	collate functionality.  Remove FORWARD_CHAR and ELLIPSIS_CHAR.
	* locale/lc-collate.c: Define variables only for currently implemented
	functionality.
	* locale/langinfo.h: Define symbols only for currently implemented
	functionality.
	* locale/categories.def: Define elements for currently implemented
	functionality.
	* locale/C-collate.c: Comment out definitions of arrays with symbol
	name definitions etc.
	(_nl_C_LC_COLLATE): Update for currently defined information.

	* intl/libintl.h: Remove dcgettext macro definition.
	* intl/gettextP.h: Declare _nl_msg_cat_cntr.

	* locale/iso-4217.def: Add NAD.  Remove a few obsolete entries.

	* sysdeps/generic/glob.c (glob): Pass alternate file access functions
	also in recursive call.  Patch by Joe Orton <joe@orton.demon.co.uk>.

1999-12-22  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Use proper type
	for __fenv_stfsr argument.
	* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
	truncate64, ftruncate64, fstat64, lstat64, stat64 and mmap2.
	Remove ugetrlimit.
	* sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h
	(XSTAT_IS_XSTAT64): Define.
	* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Add
	__libc_lseek64, __libc_pread, __libc_pread64, __libc_pwrite
	and __libc_pwrite64.
	Remove oldgetrlimit and oldsetrlimit.
	* sysdeps/unix/sysv/linux/sparc/sparc64/fxstat64.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc64/lxstat64.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc64/xstat64.c: New file.

	* sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Pass the buf
	pointer to the syscall, not address of that pointer.
	* sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
	* sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
	(__syscall_stat64): Provide proper prototype.

	* sysdeps/unix/sysv/linux/ftruncate64.c (ftruncate64): Share
	has_no_truncate64 between truncate64 and ftruncate64.
	* sysdeps/unix/sysv/linux/truncate64.c (truncate64): Likewise.

	* sysdeps/unix/sysv/linux/kernel-features.h
	(__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_MMAP2_SYSCALL,
	__ASSUME_STAT64_SYSCALL): Define on Sparc for kernels >= 2.3.35.

1999-12-22  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __libc_lseek64,
	__libc_pread, __libc_pread64, __libc_pwrite and __libc_pwrite64.
1999-12-24 05:55:50 +00:00
..
__longjmp.S Update. 1997-08-14 01:54:13 +00:00
brk.S Update. 1998-09-16 17:54:34 +00:00
bsd-_setjmp.S Update. 1997-08-14 01:54:13 +00:00
bsd-setjmp.S Update. 1997-08-14 01:54:13 +00:00
clone.S Update. 1998-09-16 17:54:34 +00:00
Dist Update. 1998-09-23 18:52:55 +00:00
dl-cache.h Update. 1999-06-09 11:42:30 +00:00
dl-procinfo.h Sparc merge from Jakub. 1999-04-14 15:48:28 +00:00
fstatfs64.c Update. 1997-12-22 20:53:38 +00:00
ftruncate64.c Update. 1997-12-22 20:53:38 +00:00
fxstat64.c Update. 1999-12-24 05:55:50 +00:00
getcontext.S Update. 1997-08-14 01:54:13 +00:00
getrlimit64.c Update. 1997-12-22 20:53:38 +00:00
glob64.c Update. 1998-08-10 15:54:54 +00:00
glob.c Update. 1998-08-10 15:54:54 +00:00
init-first.h Update. 1998-09-16 17:54:34 +00:00
kernel_stat.h Update. 1999-12-24 05:55:50 +00:00
longjmp.S Update. 1998-09-16 17:54:34 +00:00
lxstat64.c Update. 1999-12-24 05:55:50 +00:00
Makefile Update. 1998-10-21 15:40:39 +00:00
mmap64.c Update. 1997-12-28 16:01:53 +00:00
pause.c Update. 1999-06-02 11:11:45 +00:00
pipe.S Update. 1999-02-03 09:31:42 +00:00
pread64.c Update. 1997-10-26 20:13:00 +00:00
profil-counter.h Update. 1999-10-29 17:38:14 +00:00
pwrite64.c Update. 1997-10-26 20:13:00 +00:00
readdir64_r.c Update. 1997-12-22 20:53:38 +00:00
readdir64.c Update. 1997-12-22 20:53:38 +00:00
readdir_r.c Update. 1997-12-22 20:53:38 +00:00
readdir.c Update. 1998-09-16 17:54:34 +00:00
register-dump.h Update. 1999-12-10 04:37:40 +00:00
setcontext.S Update. 1997-08-14 01:54:13 +00:00
setjmp.S Update. 1997-10-12 04:05:44 +00:00
setrlimit64.c Update. 1997-12-22 20:53:38 +00:00
sigaction.c Update. 1999-12-18 19:45:25 +00:00
sigcontextinfo.h Update. 1999-12-10 04:37:40 +00:00
sigjmp.S Update. 1997-08-14 01:54:13 +00:00
sigpending.c Update. 1999-06-02 11:11:45 +00:00
sigprocmask.c Update. 1999-06-02 11:11:45 +00:00
sigsuspend.c Update. 1999-06-02 11:11:45 +00:00
sizes.h Update. 1998-02-12 18:22:41 +00:00
socket.S Update. 1998-09-17 19:51:33 +00:00
statfs64.c Update. 1997-12-22 20:53:38 +00:00
syscall.S Update. 1999-02-03 09:31:42 +00:00
syscalls.list Update. 1999-12-24 05:55:50 +00:00
sysdep.h Update. 1998-09-16 17:54:34 +00:00
truncate64.c Update. 1997-12-22 20:53:38 +00:00
xstat64.c Update. 1999-12-24 05:55:50 +00:00