Go to file
Ulrich Drepper 56b168be5d Update.
2004-01-02  Jakub Jelinek  <jakub@redhat.com>

	* posix/regex_internal.c (re_node_set_insert): Remove unused variables.

	* posix/regex_internal.h (re_dfa_t): Add syntax field.
	* posix/regcomp.c (parse): Initialize dfa->syntax.
	* posix/regexec.c (acquire_init_state_context,
	prune_impossible_nodes, check_matching, check_halt_state_context,
	proceed_next_node, sift_states_iter_mb, sift_states_backward,
	update_cur_sifted_state, sift_states_bkref, transit_state,
	transit_state_sb, transit_state_mb, transit_state_bkref,
	get_subexp, get_subexp_sub, check_arrival, expand_bkref_cache,
	build_trtable): Remove preg argument, add dfa argument instead
	and remove dfa = preg->buffer initialization in the body.
	Adjust all callers.
	(check_node_accept_bytes, group_nodes_into_DFAstates,
	check_node_accept): Likewise.  Use dfa->syntax instead of
	preg->syntax.
	(check_arrival_add_next_nodes): Remove preg argument.

	* posix/regex_internal.h (re_match_context_t): Make input
	re_string_t instead of a pointer to it.
	* posix/regex_internal.c (re_string_construct_common): Don't clear
	pstr here...
	(re_string_construct): ... but only here.
	* posix/regexec.c (match_ctx_init): Remove input argument.  Don't
	initialize fields to zero.
	(re_search_internal): Move input into mctx.input.
	(acquire_init_state_context, check_matching,
	check_halt_state_context, proceed_next_node,
	clean_state_log_if_needed, sift_states_bkref, sift_states_iter_mb,
	transit_state, transit_state_sb, transit_state_mb,
	transit_state_bkref, get_subexp, check_arrival,
	check_arrival_add_next_nodes, check_node_accept, extend_buffers):
	Change mctx->input into &mctx->input and mctx->input->field into
	mctx->input.field.

2004-01-02  Jakub Jelinek  <jakub@redhat.com>
	    Paolo Bonzini  <bonzini@gnu.org>

	* posix/regex_internal.h (re_const_bitset_ptr_t): New type.
	(re_string_t): Add newline_anchor, word_char and word_ops_used fields.
	(re_dfa_t): Change word_char type to bitset.  Add word_ops_used field.
	(re_string_context_at, re_string_reconstruct): Remove last argument.
	* posix/regex_internal.c (re_string_allocate): Initialize
	pstr->word_char and pstr->word_ops_used.
	(re_string_context_at): Remove newline_anchor argument.
	Use input->newline_anchor instead, swap && conditions.
	Only use IS_WIDE_WORD_CHAR if input->word_ops_used != 0.
	Use input->word_char bitmap instead of IS_WORD_CHAR.
	(re_string_reconstruct): Likewise.
	Adjust re_string_context_at caller.
	* posix/regexec.c (acquire_init_state_context,
	check_halt_state_context, transit_state, transit_state_sb,
	transit_state_mb, transit_state_bkref, check_arrival,
	check_node_accept): Adjust re_string_context_at and
	re_string_reconstruct callers.
	(re_search_internal): Likewise.  Set input.newline_anchor.
	(build_trtable): Use dfa->word_char bitmap instead of IS_WORD_CHAR.
	* posix/regcomp.c (init_word_char): Change return type to void.
	Set dfa->word_ops_used.
	(free_dfa_content): Don't free dfa->word_char.
	(parse_expression): Remove error handling for init_word_char.
2004-01-02 21:20:51 +00:00
abilist
aout
argp Update. 2003-11-29 07:20:47 +00:00
assert Update. 2003-08-15 17:55:25 +00:00
bare
bits Update. 2003-09-09 00:07:08 +00:00
catgets Update copyright year. 2004-01-01 20:42:01 +00:00
conf
conform
crypt
csu Update copyright year. 2004-01-01 20:42:01 +00:00
ctype
debug Update copyright year. 2004-01-01 20:42:01 +00:00
dirent Update. 2003-09-17 01:19:43 +00:00
dlfcn Update. 2003-09-19 20:41:17 +00:00
elf Update copyright year. 2004-01-01 20:42:01 +00:00
gmon Update. 2003-09-04 14:26:36 +00:00
gnulib
grp Update. 2003-09-12 22:37:19 +00:00
hesiod
hurd
iconv Update copyright year. 2004-01-01 20:42:01 +00:00
iconvdata
include Update. 2003-11-15 21:58:21 +00:00
inet Update. 2003-12-31 21:44:08 +00:00
intl Update. 2003-12-04 08:04:57 +00:00
io Update. 2003-11-18 19:12:03 +00:00
libio Use __builtin_expect in _IO_getc_unlocked, _IO_peekc_unlocked, _IO_ptc_unlcoked, _IO_getwc_unlocked, and _IO_putwc_unlocked. 2003-12-28 22:47:59 +00:00
linuxthreads Update copyright year. 2004-01-01 18:43:01 +00:00
linuxthreads_db * thread_dbP.h (DB_FUNCTION): New macro. 2003-12-18 02:51:10 +00:00
locale Update copyright year. 2004-01-01 20:42:01 +00:00
localedata Update. 2004-01-02 01:07:21 +00:00
login (CFLAGS-oldtmpfile.c): Add -fexceptions. 2003-09-02 07:14:15 +00:00
mach
malloc Update copyright year. 2004-01-01 20:42:01 +00:00
manual Update. 2003-12-30 17:57:38 +00:00
math (yn_test): Expect invalid exception for negative arguments. (y0_test): Likewise. (y1_test): Likewise. 2003-12-28 20:51:48 +00:00
misc Update. 2003-12-17 23:52:56 +00:00
nis Update. 2003-09-25 19:44:55 +00:00
nptl Update. 2003-12-31 23:41:43 +00:00
nptl_db * thread_dbP.h (DB_FUNCTION): New macro. 2003-12-18 02:51:10 +00:00
nscd Update copyright year. 2004-01-01 20:42:01 +00:00
nss Update copyright year. 2004-01-01 20:42:01 +00:00
po Update. 2003-11-26 03:24:15 +00:00
posix Update. 2004-01-02 21:20:51 +00:00
pwd Update. 2003-09-12 22:37:19 +00:00
resolv Update copyright year. 2004-01-01 18:43:01 +00:00
resource
rpm
rt Update. 2003-12-11 20:46:47 +00:00
scripts Update. 2003-12-06 00:20:16 +00:00
setjmp
shadow Update. 2003-09-12 22:37:19 +00:00
signal Update. 2003-12-29 17:59:41 +00:00
socket
soft-fp
stdio-common Update. 2003-12-29 18:02:21 +00:00
stdlib Update. 2004-01-02 00:59:51 +00:00
streams
string Update. 2003-09-10 05:23:33 +00:00
sunrpc Update. 2003-12-30 17:57:38 +00:00
sysdeps Update. 2003-12-28 20:51:20 +00:00
sysvipc
termios
time * time/mktime.c: (my_mktime_localtime_r): 2003-12-31 23:58:57 +00:00
timezone Update. 2003-10-06 17:48:42 +00:00
wcsmbs Update. 2003-11-15 21:58:21 +00:00
wctype
.cvsignore
BUGS
CANCEL-FILE-WAIVE Update. 2003-09-02 09:33:38 +00:00
CONFORMANCE 2003-12-31 Joseph S. Myers <jsm@polyomino.org.uk> 2003-12-31 23:53:18 +00:00
COPYING
COPYING.LIB
ChangeLog Update. 2004-01-02 21:20:51 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
FAQ
FAQ.in No need for compile time measurements. 2003-10-22 19:07:07 +00:00
INSTALL
INTERFACE
LICENSES
Make-dist
MakeTAGS
Makeconfig (gnulib): If have-cc-withh-libunwind is "yes", also mention -lunwind. 2003-12-10 22:27:45 +00:00
Makefile Update. 2003-11-29 06:51:23 +00:00
Makefile.in
Makerules * Makerules (shlib.lds): Make sure that ld doesn't try to link 2003-11-01 00:36:04 +00:00
NAMESPACE
NEWS Update. 2003-11-29 07:20:47 +00:00
NOTES
PROJECTS
README Remade for stable-2.3.3 2003-12-01 08:29:33 +00:00
README-alpha
README.libm
README.template
Rules
Versions.def
abi-tags
aclocal.m4
config-name.in
config.h.in Update. 2003-12-10 23:02:33 +00:00
config.make.in Update. 2003-12-10 23:02:33 +00:00
configure Update. 2003-12-10 23:02:33 +00:00
configure.in Update. 2003-12-10 23:02:33 +00:00
cppflags-iterator.mk
extra-lib.mk
glibcbug.in
o-iterator.mk
shlib-versions
test-skeleton.c Update. 2003-12-31 21:44:08 +00:00
tls.make.c
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.