Go to file
Ulrich Drepper e40a38b383 Update.
2004-11-08  Ulrich Drepper  <drepper@redhat.com>

	* posix/regcomp.c (utf8_sb_map): Define.
	(free_dfa_content): Don't free dfa->sb_char if it's a pointer to
	utf8_sb_map.
	(init_dfa): Use utf8_sb_map instead of initializing memory when the
	encoding is UTF-8.

	* posix/regcomp.c (init_dfa): Get the codeset name outside glibc as
	well.  Check if it is spelled UTF8 as well as UTF-8, and check
	case-insensitively.  Set dfa->map_notascii manually when outside
	glibc.
	* posix/regex_internal.c (build_wcs_upper_buffer) [!_LIBC]: Enable
	optimizations based on map_notascii.
	* posix/regex_internal.h [HAVE_LANGINFO_H || HAVE_LANGINFO_CODESET
	|| _LIBC]: Include langinfo.h.

	* posix/regex_internal.h (struct re_backref_cache_entry): Add "more"
	field.
	* posix/regexec.c (check_dst_limits): Hoist computation of the source
	and destination bkref_idx out of the loop.  Pass it to
	check_dst_limits_calc_pos.
	(check_dst_limits_calc_pos_1): New function, containing the recursive
	loop of check_dst_limits_calc_pos; uses the "more" field of
	struct re_backref_cache to control the loop.
	(check_dst_limits_calc_pos): Store into "boundaries" the position
	relative to lim's start and end positions.  Do not accept eclosures,
	accept bkref_idx instead.  Call check_dst_limits_calc_pos_1 to do the
	work.
	(sift_states_bkref): Use the "more" field of struct re_backref_cache
	to control the loop.  A big "if" was turned into a continue and the
	function was reindented.
	(get_subexp): Use the "more" field of struct re_backref_cache
	to control the loop.
	(match_ctx_add_entry): Initialize the bkref_ents' "more" field.
	(search_cur_bkref_entry): Return -1 if out of bounds.

	* posix/regexec.c (empty_set): Remove.
	(sift_states_backward): Remove cur_src variable.  Move inner loop
	to build_sifted_states.
	(build_sifted_states): Extract from sift_states_backward.  Do not
	use empty_set.
	(update_cur_sifted_state): Do not use empty_set.  Special case
	dest_nodes->nelem == 0.
2004-11-08 22:49:44 +00:00
abilist 2004-08-30 Roland McGrath <roland@frob.com> 2004-08-31 06:17:08 +00:00
aout Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp 2004-10-15 Jakub Jelinek <jakub@redhat.com> 2004-10-18 04:17:19 +00:00
assert Update. 2004-10-04 07:45:53 +00:00
bare Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bits 2004-09-27 Roland McGrath <roland@redhat.com> 2004-09-28 01:58:03 +00:00
catgets Update. 2004-09-17 19:27:08 +00:00
conf (NEED_INETADDR, NEED_INETATON): Define to 1, not empty. 1995-09-08 20:24:57 +00:00
conform 2004-05-26 Roland McGrath <roland@frob.com> 2004-05-26 19:21:39 +00:00
crypt Update. 2004-09-17 19:27:08 +00:00
csu Update. 2004-09-14 04:41:35 +00:00
ctype Update. 2004-09-07 22:33:37 +00:00
debug * debug/tst-chk1.c (ret): New volatile variable. 2004-11-03 20:31:21 +00:00
dirent Update. 2004-09-07 22:33:37 +00:00
dlfcn Update. 2004-10-18 23:17:46 +00:00
elf * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Define 2004-11-06 00:24:55 +00:00
gmon Update. 2004-10-06 22:09:35 +00:00
gnulib Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
grp Update. 2004-10-05 15:36:41 +00:00
hesiod Update. 2004-09-14 04:41:35 +00:00
hurd 2004-04-30 Roland McGrath <roland@frob.com> 2004-05-10 20:11:11 +00:00
iconv Update. 2004-09-30 08:56:32 +00:00
iconvdata Encodings without iconv support. 2004-09-18 08:15:55 +00:00
include Update. 2004-10-27 21:33:40 +00:00
inet Update. 2004-08-14 04:21:09 +00:00
intl Update. 2004-09-26 05:07:13 +00:00
io Update. 2004-09-28 07:46:43 +00:00
libidn Update. 2004-10-05 16:11:51 +00:00
libio 2004-11-04 Jakub Jelinek <jakub@redhat.com> 2004-11-04 23:22:02 +00:00
linuxthreads [BZ #406] 2004-10-19 05:13:11 +00:00
linuxthreads_db Update. 2004-05-03 21:40:30 +00:00
locale [BZ #356] 2004-09-26 05:49:15 +00:00
localedata Change contact address to bug-glibc-locales@gnu.org (a new alias for the libc-locales mailing list). [BZ #337] 2004-10-31 23:42:28 +00:00
login * login/openpty.c (openpty): Add libutil_hidden_def. 2004-10-26 02:36:52 +00:00
mach 2003-05-11 Andreas Schwab <schwab@suse.de> 2003-05-28 21:05:12 +00:00
malloc Update. 2004-10-30 18:04:21 +00:00
manual * manual/errno.texi (Error Codes): Revert last change for now. 2004-11-05 23:02:22 +00:00
math [BZ #376] 2004-09-26 10:11:59 +00:00
misc 2004-10-15 Jakub Jelinek <jakub@redhat.com> 2004-10-18 04:17:19 +00:00
nis (first_shoot): Fix typo. 2004-10-26 01:14:11 +00:00
nptl * debug/tst-chk1.c (ret): New volatile variable. 2004-11-03 20:31:21 +00:00
nptl_db * td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Don't abort if inferior's 2004-09-09 22:51:44 +00:00
nscd Update. 2004-10-15 21:20:11 +00:00
nss either libc_hidden_def or libnss_files_hidden_def, not hidden_def. 2004-10-26 02:30:36 +00:00
po Update from translation team. 2004-08-15 02:48:06 +00:00
posix Update. 2004-11-08 22:49:44 +00:00
pwd Update. 2004-07-23 07:08:19 +00:00
resolv Update. 2004-10-27 21:33:40 +00:00
resource Update. 2004-09-07 22:33:37 +00:00
rt Update. 2004-09-07 22:33:37 +00:00
scripts * Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also 2004-10-21 01:29:31 +00:00
setjmp [BZ #269] 2004-07-16 23:09:27 +00:00
shadow Update. 2004-02-09 07:39:42 +00:00
signal Update. 2004-09-07 22:33:37 +00:00
socket Update. 2004-05-03 21:40:12 +00:00
soft-fp * soft-fp/quad.h (union _FP_UNION_Q): Add longs structure. * sysdeps/alpha/Implies: Add alpha/soft-fp. * sysdeps/alpha/soft-fp/sfp-machine.h: Rewrite for GEM interface. * sysdeps/alpha/Subdirs, sysdeps/alpha/soft-fp/Makefile, sysdeps/alpha/soft-fp/Versions, sysdeps/alpha/soft-fp/local-soft-fp.h, sysdeps/alpha/soft-fp/ots_add.c, sysdeps/alpha/soft-fp/ots_cmp.c, sysdeps/alpha/soft-fp/ots_cmpe.c, sysdeps/alpha/soft-fp/ots_cvtqux.c, sysdeps/alpha/soft-fp/ots_cvtqx.c, sysdeps/alpha/soft-fp/ots_cvttx.c, sysdeps/alpha/soft-fp/ots_cvtxq.c, sysdeps/alpha/soft-fp/ots_cvtxt.c, sysdeps/alpha/soft-fp/ots_div.c, sysdeps/alpha/soft-fp/ots_mul.c, sysdeps/alpha/soft-fp/ots_nintxq.c, sysdeps/alpha/soft-fp/ots_sub.c: New files. 2004-03-06 20:46:23 +00:00
stdio-common 2004-10-15 Jakub Jelinek <jakub@redhat.com> 2004-10-18 04:17:19 +00:00
stdlib * posix/tst-waitid.c (do_test): Add tests for waitpid with WCONTINUED. 2004-09-28 01:42:49 +00:00
streams Update. 2003-04-19 16:57:17 +00:00
string 2004-10-15 Jakub Jelinek <jakub@redhat.com> 2004-10-18 04:17:19 +00:00
sunrpc Update. 2004-10-17 15:00:17 +00:00
sysdeps * sysdeps/gnu/errlist.c: Regenerated. 2004-11-06 00:29:01 +00:00
sysvipc Update. 2003-06-15 21:22:26 +00:00
termios Update. 2004-05-03 21:40:12 +00:00
time [BZ #473, BZ #487] 2004-11-01 00:21:39 +00:00
timezone Update. 2004-10-12 06:19:23 +00:00
wcsmbs Update. 2004-09-07 22:33:37 +00:00
wctype Update. 2004-03-16 10:10:13 +00:00
.cvsignore Update. 2004-09-11 16:28:48 +00:00
BUGS Update. 2002-09-30 20:56:47 +00:00
CANCEL-FCT-WAIVE Update. 2004-03-08 07:58:18 +00:00
CANCEL-FILE-WAIVE Update. 2004-03-08 07:58:18 +00:00
CONFORMANCE Update. 2004-04-17 18:02:33 +00:00
COPYING Update. 2001-07-06 06:58:28 +00:00
COPYING.LIB 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
ChangeLog Update. 2004-11-08 22:49:44 +00:00
ChangeLog.1 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.2 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.3 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.4 * Makefile (distribute): Add ChangeLog.[0-9]. 1995-04-14 03:52:54 +00:00
ChangeLog.5 Thu Jul 18 12:33:57 1996 Roland McGrath <roland@baalperazim.frob.com> 1996-07-20 12:06:21 +00:00
ChangeLog.6 Update. 1997-07-22 00:10:33 +00:00
ChangeLog.7 Update. 1997-11-18 02:50:07 +00:00
ChangeLog.8 Update. Old logs are in ChangeLog.7. 1998-08-11 18:44:11 +00:00
ChangeLog.9 Update. 2000-04-28 06:14:43 +00:00
ChangeLog.10 Update. 2000-02-29 01:13:44 +00:00
ChangeLog.11 Update. 2000-11-10 04:15:55 +00:00
ChangeLog.12 Update. 2001-08-16 05:39:18 +00:00
ChangeLog.13 Update. 2002-10-03 16:37:04 +00:00
ChangeLog.14 Update. 2004-04-20 04:28:00 +00:00
FAQ * FAQ: Regenerated. 2004-08-10 05:12:42 +00:00
FAQ.in Refer to web pages instead of bug-glibc. 2004-08-10 03:00:24 +00:00
INSTALL 2004-08-09 Roland McGrath <roland@frob.com> 2004-08-10 05:10:38 +00:00
INTERFACE Update. 1999-10-31 17:37:43 +00:00
LICENSES 2002-08-20 Brian Youmans <3diff@gnu.org> 2002-08-20 21:51:55 +00:00
MakeTAGS 2003-02-22 Roland McGrath <roland@redhat.com> 2003-02-22 20:20:29 +00:00
Makeconfig * Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions. 2004-11-04 23:43:59 +00:00
Makefile 2004-10-22 Roland McGrath <roland@frob.com> 2004-10-23 20:10:40 +00:00
Makefile.in Update. 2000-11-15 23:56:34 +00:00
Makerules 2004-10-22 Roland McGrath <roland@frob.com> 2004-10-23 20:10:40 +00:00
NAMESPACE Add and update many more entries. 2000-03-20 00:42:58 +00:00
NEWS Update. 2004-10-19 16:05:21 +00:00
NOTES Regenerated. 2000-03-10 09:36:06 +00:00
PROJECTS Update. 2004-10-12 06:19:23 +00:00
README Remade for stable-2.3.3 2003-12-01 08:29:33 +00:00
README-alpha Update. 1999-05-13 10:22:54 +00:00
README.libm update from main archive 961105 1996-11-06 04:24:40 +00:00
README.template Update. 2002-10-03 00:24:35 +00:00
Rules * Makerules (compile-mkdep-flags): Add -MT $@. 2004-06-20 01:43:43 +00:00
Versions.def Update. 2004-03-20 00:38:50 +00:00
abi-tags * sysdeps/generic/utmp-equal.h: New file, extracted from utmp_file.c. 2002-09-20 22:07:20 +00:00
aclocal.m4 * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT. 2004-07-02 06:45:17 +00:00
config-name.in initial import 1995-02-18 01:27:10 +00:00
config.h.in Update. 2004-09-17 00:04:18 +00:00
config.make.in Update. 2004-09-17 00:04:18 +00:00
configure 2004-10-25 Roland McGrath <roland@frob.com> 2004-10-26 01:35:54 +00:00
configure.in 2004-10-25 Roland McGrath <roland@frob.com> 2004-10-26 01:35:54 +00:00
cppflags-iterator.mk 2004-03-11 Jeroen Dekkers <jeroen@dekkers.cx> 2004-03-14 19:13:17 +00:00
extra-lib.mk * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed. 2002-10-16 22:09:55 +00:00
extra-modules.mk Update. 2004-03-08 21:31:23 +00:00
o-iterator.mk Fri Mar 17 12:58:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-03-17 18:42:51 +00:00
shlib-versions Update. 2002-09-05 10:28:51 +00:00
test-skeleton.c Update. 2004-02-19 00:55:28 +00:00
tls.make.c * sysdeps/unix/make-syscalls.sh: When an undefined syscall has 2003-03-26 22:49:50 +00:00
version.h Automatic version bump. 2003-12-01 08:28:54 +00:00

README

This directory contains the version 2.3.3 release of the GNU C Library.
Many bugs have been fixed since the last release.
Some bugs surely remain.

As of this release, the GNU C library is known to run on the following
configurations:

		*-*-gnu			GNU Hurd
		i[3456]86-*-linux-gnu	Linux-2.x on Intel
		m68k-*-linux-gnu	Linux-2.x on Motorola 680x0
		alpha*-*-linux-gnu	Linux-2.x on DEC Alpha
		powerpc-*-linux-gnu     Linux and MkLinux on PowerPC systems
		powerpc64-*-linux-gnu	Linux-2.4.19+ on 64-bit PowerPC systems
		sparc-*-linux-gnu	Linux-2.x on SPARC
		sparc64-*-linux-gnu	Linux-2.x on UltraSPARC 64-bit
		arm-*-none		ARM standalone systems
		arm-*-linux		Linux-2.x on ARM
		arm-*-linuxaout		Linux-2.x on ARM using a.out binaries
		mips*-*-linux-gnu	Linux-2.x on MIPS
		ia64-*-linux-gnu	Linux-2.x on ia64
		s390-*-linux-gnu	Linux-2.x on IBM S/390
		s390x-*-linux-gnu	Linux-2.4+ on IBM S/390 64-bit
		sh-*-linux-gnu		Linux-2.x on Super Hitachi
		cris-*-linux-gnu	Linux-2.4+ on CRIS
		x86-64-*-linux-gnu	Linux-2.4+ on x86-64

Former releases of this library (version 1.09.1 and perhaps earlier
versions) used to run on the following configurations:

		alpha-dec-osf1
		i[3456]86-*-bsd4.3
		i[3456]86-*-isc2.2
		i[3456]86-*-isc3
		i[3456]86-*-sco3.2
		i[3456]86-*-sco3.2v4
		i[3456]86-*-sysv
		i[3456]86-*-sysv4
		i[3456]86-force_cpu386-none
		i[3456]86-sequent-bsd
		i960-nindy960-none
		m68k-hp-bsd4.3
		m68k-mvme135-none
		m68k-mvme136-none
		m68k-sony-newsos3
		m68k-sony-newsos4
		m68k-sun-sunos4
		mips-dec-ultrix4
		mips-sgi-irix4
		sparc-sun-solaris2
		sparc-sun-sunos4

Since no one has volunteered to test and fix the above configurations,
these are not supported at the moment.  It's expected that these don't
work anymore.  Porting the library is not hard.  If you are interested
in doing a port, please contact the glibc maintainers by sending
electronic mail to <bug-glibc@gnu.org>.

There are some add-ons which can be used together with GNU libc.  They
are designed in a way to ease the installation by integrating them in
the libc source tree.  Simply get the add-ons you need and use the
--enable-add-ons option of the `configure' script to tell where the
add-ons are found.  Please read the FAQ file for more details.

See the file INSTALL to find out how to configure, build, install, and port
the GNU C library.  You might also consider reading the WWW pages for the
GNU libc at http://www.gnu.org/software/libc/libc.html.

The GNU C Library is completely documented by the Texinfo manual found
in the `manual/' subdirectory.  The manual is still being updated and
contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.
Please send comments on the manual to <bug-glibc-manual@gnu.org>, and
not to the library bug-reporting address.

The file NOTES contains a description of the feature-test macros used
in the GNU C library, explaining how you can tell the library what
facilities you want it to make available.

We prefer to get bug reports sent using the `glibcbug' shell script which
is installed together with the rest of the GNU libc to <bugs@gnu.org>.
Simply run this shell script and fill in the information.  Nevertheless
you can still send bug reports to <bug-glibc@gnu.org> as normal electronic
mails.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.