glibc/manual
Ulrich Drepper c0a0f9a32c Update.
2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>

	* posix/regex.c: Define `inline' as a macro into nothing for the
	compilers which lack the keyword.
	* posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
	for the compatibility of gawk.
	* posix/regcomp.c: Add fake implementation of isblank() for the
	environments which lack the function.
	Don't use free_charset() in case of non-i18n envs.
	(build_range_exp): Don't use i18n related code in case of non-i18n
	envs.
	(build_collating_symbol): Likewise.
	(build_equiv_class): Likewise.
	(build_charclass): Likewise.
	(re_compile_fastmap_iter): Likewise.
	(parse_bracket_exp): Likewise.
	(build_word_op): Likewise.
	(regfree): Don't use free_charset() in case of non-i18n envs.
	* posix/regex_internal.h: Remove COMPLEX_BRACKET from
	re_token_type_t in case of non-i18n envs.
	Don't define re_charset_t in case of non-i18n envs.
	Change the type of wcs of re_string_t from wchar_t to wint_t,
	since we store also WEOF.
	* posix/regex_internal.c: (re_string_realloc_buffers): Change
	the type of wcs of re_string_t from wchar_t to wint_t.
	(re_string_reconstruct): Likewise.
	(create_ci_newstate): Don't use i18n related code in case of
	non-i18n envs.
	(create_cd_newstate): Likewise.

2002-05-24  Ulrich Drepper  <drepper@redhat.com>

	* iconv/loop.c: Fix typo.

2002-05-23  Jakub Jelinek  <jakub@redhat.com>

	* inet/ether_line.c (ether_line): Fix a typo causing only
	lower 4 bits of each ethernet address byte being assigned.
	Don't modify what line points to.
	* inet/tst-ether_aton.c (main): Add ether_line tests.

2002-05-23  Marcus Brinkmann  <marcus@gnu.org>

	* manual/filesys.texi: Don't make readlink example leak memory
	when readlink fails.
2002-05-24 08:49:00 +00:00
..
examples Update. 2002-03-12 02:04:08 +00:00
.cvsignore
argp.texi Update. 2001-07-06 09:21:36 +00:00
arith.texi Update. 2001-07-19 14:37:30 +00:00
charset.texi Update. 2001-11-07 07:21:22 +00:00
conf.texi (Currency Symbol): Add INT_ constants and CODESET: 2001-02-11 09:54:25 +00:00
contrib.texi * manual/libc-texinfo.sh: Add entry about free manuals. 2001-08-28 08:05:41 +00:00
creature.texi Update. 2001-02-13 23:36:45 +00:00
crypt.texi Update. 2001-05-21 17:38:30 +00:00
ctype.texi Update. 2001-05-27 07:05:32 +00:00
debug.texi Update. 2001-05-21 17:38:30 +00:00
dir
errno.texi Update. 2001-08-16 17:51:43 +00:00
fdl.texi Update. 2001-07-06 09:21:36 +00:00
filesys.texi Update. 2002-05-24 08:49:00 +00:00
freemanuals.texi * manual/libc-texinfo.sh: Add entry about free manuals. 2001-08-28 08:05:41 +00:00
getopt.texi (getopt_long, getopt_long_only): Include const in type of longopts parameter. 2001-10-31 08:30:48 +00:00
header.texi
install.texi Update. 2002-04-03 09:17:17 +00:00
intro.texi Update. 2001-05-21 17:38:30 +00:00
io.texi
job.texi
lang.texi
lesser.texi Don't print header completly in CAPS. 2001-07-19 12:48:11 +00:00
libc-texinfo.sh * manual/libc-texinfo.sh: Add entry about free manuals. 2001-08-28 08:05:41 +00:00
libc.texinfo Update. 2002-01-17 07:38:47 +00:00
libcbook.texi
libm-err-tab.pl * manual/libc-texinfo.sh: Add entry about free manuals. 2001-08-28 08:05:41 +00:00
llio.texi Update. 2002-01-29 03:56:50 +00:00
locale.texi Update. 2001-08-07 06:16:51 +00:00
maint.texi
Makefile (glibc-targets): Add xtests. 2002-04-21 00:42:54 +00:00
math.texi * manual/libc-texinfo.sh: Add entry about free manuals. 2001-08-28 08:05:41 +00:00
memory.texi (Aligned Memory Blocks): Fix typo. 2002-03-24 12:58:23 +00:00
message.texi Update. 2001-08-26 17:37:42 +00:00
nss.texi Update. 2001-05-21 17:38:30 +00:00
nsswitch.texi
pattern.texi Update. 2001-05-21 17:38:30 +00:00
pipe.texi
process.texi Update. 2001-05-21 17:38:30 +00:00
resource.texi Update. 2001-06-05 06:21:21 +00:00
search.texi Update. 2002-01-29 08:58:51 +00:00
setjmp.texi Update. 2001-05-21 17:38:30 +00:00
signal.texi Update. 2002-01-29 08:58:51 +00:00
socket.texi Update. 2001-07-06 06:58:28 +00:00
startup.texi Update. 2001-05-27 07:05:32 +00:00
stdio-fp.c
stdio.texi (Output Conversion Syntax): Document how to use precision with the * precision. 2002-04-22 19:42:10 +00:00
string.texi Fix typos. 2001-11-05 20:55:42 +00:00
summary.awk Update. 2001-08-04 15:36:35 +00:00
sysinfo.texi Update. 2001-05-21 17:38:30 +00:00
syslog.texi Update. 2002-01-18 06:26:02 +00:00
terminal.texi Update. 2001-05-21 17:38:30 +00:00
texinfo.tex Update. 2002-03-05 19:53:34 +00:00
texis.awk Correct close statement. 2001-05-18 13:01:32 +00:00
time.texi Update. 2002-03-14 20:48:50 +00:00
tsort.awk
users.texi Update. 2002-04-06 01:45:15 +00:00
xtract-typefun.awk