1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-20 16:33:46 +03:00
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
2001-07-06 04:58:11 +00:00
2004-10-04 07:45:53 +00:00
2001-07-06 04:58:11 +00:00
2004-09-17 19:27:08 +00:00
2004-09-17 19:27:08 +00:00
2004-09-14 04:41:35 +00:00
2004-09-07 22:33:37 +00:00
2004-09-07 22:33:37 +00:00
2004-10-18 23:17:46 +00:00
2004-10-06 22:09:35 +00:00
2001-07-06 04:58:11 +00:00
2004-10-05 15:36:41 +00:00
2004-09-14 04:41:35 +00:00
2004-09-30 08:56:32 +00:00
2004-10-27 21:33:40 +00:00
2004-08-14 04:21:09 +00:00
2004-09-26 05:07:13 +00:00
2004-09-28 07:46:43 +00:00
2004-10-05 16:11:51 +00:00
2004-10-19 05:13:11 +00:00
2004-05-03 21:40:30 +00:00
2004-09-26 05:49:15 +00:00
2004-10-30 18:04:21 +00:00
2004-09-26 10:11:59 +00:00
2004-10-26 01:14:11 +00:00
2004-10-15 21:20:11 +00:00
2004-08-15 02:48:06 +00:00
2004-11-08 22:49:44 +00:00
2004-07-23 07:08:19 +00:00
2004-10-27 21:33:40 +00:00
2004-09-07 22:33:37 +00:00
2004-09-07 22:33:37 +00:00
2004-07-16 23:09:27 +00:00
2004-02-09 07:39:42 +00:00
2004-09-07 22:33:37 +00:00
2004-05-03 21:40:12 +00:00
2003-04-19 16:57:17 +00:00
2004-10-17 15:00:17 +00:00
2003-06-15 21:22:26 +00:00
2004-05-03 21:40:12 +00:00
2004-11-01 00:21:39 +00:00
2004-10-12 06:19:23 +00:00
2004-09-07 22:33:37 +00:00
2004-03-16 10:10:13 +00:00
2004-09-11 16:28:48 +00:00
2002-09-30 20:56:47 +00:00
2004-03-08 07:58:18 +00:00
2004-03-08 07:58:18 +00:00
2004-11-08 22:49:44 +00:00
1997-07-22 00:10:33 +00:00
1997-11-18 02:50:07 +00:00
2000-04-28 06:14:43 +00:00
2000-02-29 01:13:44 +00:00
2000-11-10 04:15:55 +00:00
2001-08-16 05:39:18 +00:00
2002-10-03 16:37:04 +00:00
2004-04-20 04:28:00 +00:00
2004-09-17 00:04:18 +00:00
2004-09-17 00:04:18 +00:00
2004-04-17 18:02:33 +00:00
2001-07-06 06:58:28 +00:00
2004-03-08 21:31:23 +00:00
FAQ
2004-08-10 05:12:42 +00:00
1999-10-31 17:37:43 +00:00
2000-11-15 23:56:34 +00:00
2000-03-20 00:42:58 +00:00
2004-10-19 16:05:21 +00:00
2000-03-10 09:36:06 +00:00
2004-10-12 06:19:23 +00:00
2003-12-01 08:29:33 +00:00
1999-05-13 10:22:54 +00:00
2002-10-03 00:24:35 +00:00
2002-09-05 10:28:51 +00:00
2004-02-19 00:55:28 +00:00
2003-12-01 08:28:54 +00:00
2004-03-20 00:38:50 +00:00

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.
Description
Проект GNU C Library предоставляет основные библиотеки для систем GNU и GNU/Linux, а также для многих других систем, использующих Linux в качестве ядра
Readme 379 MiB
Languages
C 76.2%
Assembly 13.4%
Pawn 3.3%
Roff 3.2%
Makefile 1.1%
Other 2.5%