autoconf-patches
[Top][All Lists]
Advanced

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

Re: r150960 changed ltmain.sh and broke the build


From: Paolo Bonzini
Subject: Re: r150960 changed ltmain.sh and broke the build
Date: Mon, 31 Aug 2009 09:04:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3


But maybe '%' has some merit, although it can occur in
unquoted filenames.

I think we should go with '%' or maybe '!'.

 What about ';' - are there any regex
engines that attach meaning to either ; or \;?

No, but having "s;a;b;g;" be different from "s;a;b;;g;" would not be nice...

I see several s||| in the manual, along with the explicit
recommendation for 's|||', followed by 's,,,', rather than 's///' [1].
I also see several instances of 's,,,' that we should probably
adjust, given this thread.  Meanwhile, I also found things
like [2], where we made a sweep through the source to replace
's,,,' with 's|||'.

That's fine because we are careful not to use unportable regex. There are many occurrences of \| in the wild.

Paolo




reply via email to

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