This is the mail archive of the libc-alpha@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]

Re: [PATCH] Fix handling of collating symbols in regexps


On Thu, 7 Feb 2013, Roland McGrath wrote:

> > By the way, by merging I mean "make the two source-code copies
> > identical"; I don't mean "fix glibc regex so that it can handle strings
> > longer than 2 GiB on 64-bit machines".  The latter will require more
> > work, since it'll mean that a 64-bit glibc build needs to compile the
> > regex code twice, once for the current (broken) ABI and once for the new
> > (fixed) ABI.  It shouldn't be hard to arrange for that, for someone who
> > knows how to fiddle with glibc ABI versions, but I'm afraid that I'm not
> > that someone.
> 
> We can take care of that when the code itself is ready.  Is there a
> bugzilla item filed for the 2G limit issue?  Can you show the header

<http://sourceware.org/bugzilla/show_bug.cgi?id=5945>, I think (if not the 
same, it's at least a related issue).

-- 
Joseph S. Myers
joseph@codesourcery.com


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