emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Merging forked versions of regex.c


From: Miles Bader
Subject: Re: Merging forked versions of regex.c
Date: 18 Mar 2002 22:27:45 +0900

Richard Stallman <address@hidden> writes:
> Various GNU programs such as Emacs and Glibc have separate forked
> versions of the file regex.c.  It would be good to clean up this mess,
> to reunite the forked versions.
> 
> Would someone like to work on this?

Unfortunately, this task is now harder because glibc has recently
adopted a new (completely rewritten) regex implementation, which is
presently unusable by emacs (re_search_2 is implemented by mallocing a
buffer to hold the two strings, copying them into it, and then
searching!!!).  Also, Tom Lord has examined it, and he claims that it
has other serious problems that make it currently unsuitable for general
use [I haven't seen any response to this].

-Miles
-- 
Is it true that nothing can be known?  If so how do we know this?  -Woody Allen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]