glibc/libio
Ulrich Drepper 17c389fc2b Update.
* libio/stdio.h: Make fseeko and ftello prototypes available is
	__USE_LARGEFILE.  Patch by Paul Eggert <eggert@twinsun.com>.

	* sysdeps/generic/dl-environ.c (unsetenv): Follow change to the
	real unsetenv implementation from 1999-07-29 [PR libc/1714].

2000-05-03  Bruno Haible  <haible@clisp.cons.org>

	* intl/dcigettext.c (dcigettext): Do the defaulting of 'domainname'
	before calling tfind.

2000-03-05  Jakub Jelinek  <jakub@redhat.com>

	* resolv/resolv.h (res_querydomain): Remove redefinition to
	__res_querydomain (reported by Owen Taylor <otaylor@redhat.com>).

2000-05-03  Ulrich Drepper  <drepper@redhat.com>

	* po/gl.po: Update from translation team.

	* manual/intro.texi (Program Basics): Change section title.
	* manual/process.texi: Fix reference.
	(Executing a File): Add reference exec in other section.
	* manual/signal.texi: Fix reference.
	* manual/startup.texi: Document syscall function.
	Patches by Bryan Henderson <bryanh@giraffe-data.com>.

2000-04-29  Bruno Haible  <haible@clisp.cons.org>

	* intl/libintl.h (bind_textdomain_codeset): New declaration.
	* intl/bindtextdom.c (set_binding_values): New function.
	(bindtextdomain): Call it.
	(bind_textdomain_codeset): New function.
	* intl/dcigettext.c (dcigettext): Pass binding to _nl_find_domain.
	(free_mem): Free each binding's codeset.
	* intl/gettextP.h (struct binding): Add codeset field.
	(_nl_find_domain): Add domainbinding argument.
	* intl/finddomain.c (_nl_find_domain): Add domainbinding argument.
	Pass it to _nl_make_l10nflist.
	* intl/loadinfo.h (struct loaded_l10nfile): Add domainbinding field.
	(_nl_make_l10nflist): Add domainbinding argument.
	* intl/l10nflist.c (_nl_make_l10nflist): Add domainbinding argument.
	* intl/loadmsgcat.c (_nl_load_domain): Look at the domainbinding's
	codeset when determining outcharset. If !_LIBC && HAVE_ICONV, call
	locale_charset().
	* manual/message.texi: New node "Charset conversion in gettext".

2000-04-30  Bruno Haible  <haible@clisp.cons.org>

	* catgets/open_catalog.c (__open_catalog): Use __builtin_expect where
	appropriate.  Handle possible __read error.

2000-04-29  Bruno Haible  <haible@clisp.cons.org>

	* intl/gettextP.h (__builtin_expect): Define as empty if not a
	compiler builtin.
	* intl/loadinfo.h (__builtin_expect): Likewise.
	* intl/dcigettext.c (dcigettext, _nl_find_msg): Use
	__builtin_expect where appropriate.
	* intl/loadmsgcat.c (_nl_load_domain): Likewise.
	* intl/localealias.c (extend_alias_table): Return an error indicator.
	(read_alias_file): Bail out if extend_alias_table fails.

2000-04-29  Bruno Haible  <haible@clisp.cons.org>

	* intl/loadmsgcat.c: Define _GNU_SOURCE as early as possible.
	* intl/localealias.c: Likewise.

2000-05-01  Bruno Haible  <haible@clisp.cons.org>

	* intl/loadmsgcat.c (_nl_load_domain): Initialize domain->conv_tab.
	Initialize domain->plural and domain->nplurals even if there is no
	nullentry.

2000-05-01  Bruno Haible  <haible@clisp.cons.org>

	* intl/dcigettext.c (_nl_find_msg): Terminate __gconv loop if return
	value is == __GCONV_OK or == __GCONV_EMPTY_INPUT, not != __GCONV_OK.
	In case of failure, goto converted.

2000-05-01  Bruno Haible  <haible@clisp.cons.org>

	* wcsmbs/wcsmbsload.c (norm_add_slashes): Move away.
	* iconv/gconv_int.h (norm_add_slashes): Move to here.
	* intl/loadmsgcat.c (_nl_load_domain): Normalize strings passed to
	__gconv_open.

2000-04-29  Bruno Haible  <haible@clisp.cons.org>

	* intl/dcigettext.c (transcmp): Compare the domains as well.
	(dcigettext): Call strlen (msgid1) after testing msgid1 against NULL,
	not before.
	* intl/loadmsgcat.c (_nl_load_domain): Deal with EINTR. Include
	<errno.h>.

2000-05-03  Ulrich Drepper  <drepper@redhat.com>
2000-05-04 02:46:54 +00:00
..
bits Update. 1998-11-25 15:42:34 +00:00
.cvsignore
Banner
Makefile * libio/Makefile (headers): Add bits/stdio-lock.h here. 2000-03-27 03:57:46 +00:00
Versions Update. 1999-06-16 22:55:47 +00:00
clearerr.c Update. 1999-07-31 06:11:24 +00:00
clearerr_u.c
fcloseall.c
feof.c Update. 1999-07-31 06:11:24 +00:00
feof_u.c
ferror.c Update. 1999-07-31 06:11:24 +00:00
ferror_u.c
filedoalloc.c
fileno.c Update. 1999-07-08 11:59:45 +00:00
fileops.c Update. 2000-03-21 22:08:26 +00:00
fputc.c Update. 1999-07-31 06:11:24 +00:00
fputc_u.c
fputwc.c * libio/libio.h (_IO_putwc): Correct type of first argument. * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked, putwc_unlocked, putwchar_unlocked): Likewise. * libio/fputwc.c: Likewise. * libio/fputwc_unlocked.c: Likewise. * libio/putwc.c: Likewise. * libio/putwc_unlocked.c: Likewise. * libio/putwchar.c: Likewise. * libio/putwchar_unlocked.c: Likewise. 1999-06-20 08:57:58 +00:00
fputwc_u.c * libio/libio.h (_IO_putwc): Correct type of first argument. * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked, putwc_unlocked, putwchar_unlocked): Likewise. * libio/fputwc.c: Likewise. * libio/fputwc_unlocked.c: Likewise. * libio/putwc.c: Likewise. * libio/putwc_unlocked.c: Likewise. * libio/putwchar.c: Likewise. * libio/putwchar_unlocked.c: Likewise. 1999-06-20 08:57:58 +00:00
freopen.c Update. 2000-03-31 05:50:02 +00:00
freopen64.c Update. 1998-06-07 14:06:56 +00:00
fseek.c Update. 1998-06-07 14:06:56 +00:00
fseeko.c Update. 1998-06-07 14:06:56 +00:00
fseeko64.c Update. 1998-06-07 14:06:56 +00:00
ftello.c Update. 2000-04-22 07:19:25 +00:00
ftello64.c Update. 2000-04-22 07:19:25 +00:00
fwprintf.c Update. 1999-06-16 22:55:47 +00:00
fwscanf.c Update. 1999-06-16 22:55:47 +00:00
genops.c Update. 2000-03-27 07:36:16 +00:00
getc.c Update. 1999-07-31 06:11:24 +00:00
getc_u.c Update. 1999-01-28 13:53:14 +00:00
getchar.c Update. 1999-07-31 06:11:24 +00:00
getchar_u.c Update. 1999-06-21 16:46:16 +00:00
getwc.c Update. 1999-06-16 22:55:47 +00:00
getwc_u.c Update. 1999-06-16 22:55:47 +00:00
getwchar.c Update. 1999-06-16 22:55:47 +00:00
getwchar_u.c Update. 1999-06-16 22:55:47 +00:00
iofclose.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
iofdopen.c Update. 2000-03-21 23:09:29 +00:00
iofflush.c Update. 1999-07-31 06:11:24 +00:00
iofflush_u.c
iofgetpos.c Update. 2000-03-21 23:09:29 +00:00
iofgetpos64.c Update. 2000-03-21 23:09:29 +00:00
iofgets.c Update. 1999-07-30 06:32:48 +00:00
iofgets_u.c Update. 1998-11-08 10:40:28 +00:00
iofgetws.c Update. 1999-06-16 22:55:47 +00:00
iofgetws_u.c Update. 1999-06-16 22:55:47 +00:00
iofopen.c Update. 2000-03-21 23:09:29 +00:00
iofopen64.c Update. 1999-06-16 22:55:47 +00:00
iofopncook.c Remove K&R prototypes. 2000-03-26 19:56:04 +00:00
iofputs.c Update. 1999-08-16 01:21:50 +00:00
iofputs_u.c Update. 1999-06-16 22:55:47 +00:00
iofputws.c Update. 1999-06-16 22:55:47 +00:00
iofputws_u.c Update. 1999-06-16 22:55:47 +00:00
iofread.c Update. 1999-07-30 06:32:48 +00:00
iofread_u.c (abmon): Remove spaces. 1998-11-12 18:03:43 +00:00
iofsetpos.c Update. 2000-03-21 23:09:29 +00:00
iofsetpos64.c Update. 2000-03-21 23:09:29 +00:00
ioftell.c Update. 2000-04-22 07:19:25 +00:00
iofwide.c Update. 2000-04-09 17:43:29 +00:00
iofwrite.c Update. 1999-08-16 01:21:50 +00:00
iofwrite_u.c Update. 1999-06-16 22:55:47 +00:00
iogetdelim.c Update. 1998-06-07 14:06:56 +00:00
iogetline.c Update. 1998-08-26 16:00:46 +00:00
iogets.c Update. 1998-06-07 14:06:56 +00:00
iogetwline.c Update. 1999-06-16 22:55:47 +00:00
iolibio.h Update. 1999-06-16 22:55:47 +00:00
iopadn.c
iopopen.c Update. 2000-04-12 20:45:32 +00:00
ioputs.c Update. 1999-08-16 06:06:21 +00:00
ioseekoff.c Update. 1999-06-16 22:55:47 +00:00
ioseekpos.c Update. 1999-06-16 22:55:47 +00:00
iosetbuffer.c Update. 1999-12-01 21:05:53 +00:00
iosetvbuf.c Update. 1999-12-01 21:05:53 +00:00
iosprintf.c
ioungetc.c Update. 1998-06-07 14:06:56 +00:00
ioungetwc.c Update. 1999-06-16 22:55:47 +00:00
iovdprintf.c Update. 1999-06-16 22:55:47 +00:00
iovsprintf.c Update. 1999-06-16 22:55:47 +00:00
iovsscanf.c Update. 1999-06-16 22:55:47 +00:00
iovswscanf.c Update. 1999-08-19 16:47:42 +00:00
iowpadn.c Update. 1999-06-16 22:55:47 +00:00
libio.h * mach/devstream.c (devstream_write, devstream_read): New functions. 2000-03-10 08:46:33 +00:00
libioP.h Update. 2000-01-27 01:40:33 +00:00
memstream.c Update. 1999-06-16 22:55:47 +00:00
obprintf.c (_IO_obstack_vprintf): Fix one more memory handling problem. 2000-03-27 18:03:07 +00:00
oldfileops.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofclose.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofdopen.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofgetpos.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofgetpos64.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofopen.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofsetpos.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiofsetpos64.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldiopopen.c Update. 2000-04-12 20:45:32 +00:00
oldpclose.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldstdfiles.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
oldtmpfile.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
pclose.c Update. 2000-03-21 23:09:29 +00:00
peekc.c Update. 1998-06-07 14:06:56 +00:00
putc.c Update. 1999-07-31 06:11:24 +00:00
putc_u.c
putchar.c Update. 1999-07-31 06:11:24 +00:00
putchar_u.c Update. 1999-06-21 16:46:16 +00:00
putwc.c * libio/libio.h (_IO_putwc): Correct type of first argument. * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked, putwc_unlocked, putwchar_unlocked): Likewise. * libio/fputwc.c: Likewise. * libio/fputwc_unlocked.c: Likewise. * libio/putwc.c: Likewise. * libio/putwc_unlocked.c: Likewise. * libio/putwchar.c: Likewise. * libio/putwchar_unlocked.c: Likewise. 1999-06-20 08:57:58 +00:00
putwc_u.c * libio/libio.h (_IO_putwc): Correct type of first argument. * wcsmbs/wchar.h: (fputwc, putwc, putwchar, fputwc_unlocked, putwc_unlocked, putwchar_unlocked): Likewise. * libio/fputwc.c: Likewise. * libio/fputwc_unlocked.c: Likewise. * libio/putwc.c: Likewise. * libio/putwc_unlocked.c: Likewise. * libio/putwchar.c: Likewise. * libio/putwchar_unlocked.c: Likewise. 1999-06-20 08:57:58 +00:00
putwchar.c Update. 1999-06-21 16:46:16 +00:00
putwchar_u.c Update. 1999-06-21 16:46:16 +00:00
rewind.c Update. 1998-10-25 09:11:53 +00:00
setbuf.c
setlinebuf.c
stdfiles.c Update. 1999-06-16 22:55:47 +00:00
stdio.c
stdio.h Update. 2000-05-04 02:46:54 +00:00
strfile.h Update. 1999-12-31 18:51:25 +00:00
strops.c Update. 1999-06-16 22:55:47 +00:00
swprintf.c Update. 1999-06-16 22:55:47 +00:00
swscanf.c Update. 1999-06-16 22:55:47 +00:00
tst_swprintf.c Update. 1999-06-16 22:55:47 +00:00
tst_swscanf.c Update. 1999-06-16 22:55:47 +00:00
tst_wprintf.c Update. 1999-06-16 22:55:47 +00:00
tst_wscanf.c Update. 1999-06-16 22:55:47 +00:00
tst_wscanf.input Update. 1999-06-16 22:55:47 +00:00
vasprintf.c Update. 2000-04-21 15:03:52 +00:00
vscanf.c
vsnprintf.c Update. 1999-08-19 16:47:42 +00:00
vswprintf.c Update. 1999-08-19 16:47:42 +00:00
vwprintf.c Update. 1999-06-17 12:33:08 +00:00
vwscanf.c Update. 1999-06-16 22:55:47 +00:00
wfiledoalloc.c Update. 1999-06-16 22:55:47 +00:00
wfileops.c * libio/fileops.c (_IO_new_file_underflow): Set error indicator 1999-07-21 13:24:21 +00:00
wgenops.c Update. 1999-06-21 13:38:44 +00:00
wprintf.c Update. 1999-06-17 12:33:08 +00:00
wscanf.c Update. 1999-06-22 12:35:23 +00:00
wstrops.c Update. 1999-06-16 22:55:47 +00:00