This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc ./ChangeLog fedora/glibc.spec.in posix/Ma ...


CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	fedora-branch
Changes by:	jakub@sourceware.org	2006-09-07 10:42:04

Modified files:
	.              : ChangeLog 
	fedora         : glibc.spec.in 
	posix          : Makefile regex_internal.c 
Added files:
	posix          : bug-regex26.c 

Log message:
	* posix/regex_internal.c (re_string_reconstruct): Handle
	offset < pstr->valid_raw_len && pstr->offsets_needed case.
	Ensure no bytes read before raw_mbs array.  Pass a saved copy of
	pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
	re_string_context_at.
	* posix/Makefile: Add rules to build and run bug-regex26 test.
	* posix/bug-regex26.c: New test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.8782.2.204&r2=1.8782.2.205
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/fedora/glibc.spec.in.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.1.2.191&r2=1.1.2.192
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/bug-regex26.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/Makefile.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.171.2.20&r2=1.171.2.21
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/posix/regex_internal.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.41.2.13&r2=1.41.2.14


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]