libtool-patches
[Top][All Lists]
Advanced

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

FYI: don't over optimise sed_double_backslash [libtool--release--2.0--pa


From: Gary V. Vaughan
Subject: FYI: don't over optimise sed_double_backslash [libtool--release--2.0--patch-36]
Date: Fri, 22 Oct 2004 09:14:16 +0100 (BST)
User-agent: mailnotify/0.5

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to branch-2-0 and HEAD.

  * looking for address@hidden/libtool--release--2.0--patch-35 to compare with
  * comparing to address@hidden/libtool--release--2.0--patch-35
  A  
{arch}/libtool/libtool--devo/libtool--devo--1.0/address@hidden/patch-log/patch-268
  M  ChangeLog
  M  config/general.m4sh
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        * config/general.m4sh (sed_double_backslash): Undo an
        over-optimisation.
  
  --- orig/config/general.m4sh
  +++ mod/config/general.m4sh
  @@ -100,8 +100,8 @@
   # Since each input `\' is now two `\'s, look for any number of runs of
   # four `\'s followed by two `\'s and then a '$'.  `\' that '$'.  Note
   # that the embedded single quotes serve only to enhance readability.
  -sed_double_backslash='s/^\(\(''\\\\''\\\\''\)*''\\\\''\$\)/\\\1/;
  -                s/\([[^\\]]\(''\\\\''\\\\''\)*''\\\\''\$\)/\\\1/g'
  +sed_double_backslash='s/^\(\(''\\\\''\\\\''\)*''\\\\''\)\$/\1\\$/;
  +                s/\([[^\\]]\(''\\\\''\\\\''\)*''\\\\''\)\$/\1\\$/g'
   
   # test EBCDIC or ASCII
   case `$ECHO A|tr A '\301'` in
  
  
  
  * added files
  
  --- /dev/null
  +++ 
/Users/gary/devel/savannah/libtool--release--2.0/,,address@hidden/new-files-archive/./{arch}/libtool/libtool--devo/libtool--devo--1.0/address@hidden/patch-log/patch-268
  @@ -0,0 +1,12 @@
  +Revision: libtool--devo--1.0--patch-268
  +Archive: address@hidden
  +Creator: Gary V. Vaughan <address@hidden>
  +Date: Fri Oct 22 08:56:34 BST 2004
  +Standard-date: 2004-10-22 07:56:34 GMT
  +Modified-files: ChangeLog config/general.m4sh
  +New-patches: address@hidden/libtool--devo--1.0--patch-268
  +Summary: don't over optimise sed_double_backslash
  +Keywords: 
  +
  +* config/general.m4sh (sed_double_backslash): Undo an
  +over-optimisation.
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.8
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBeMFYFRMICSmD1gYRAv5AAJ9ArAzwTgEP0T9CKprrlUT5r+8HKACgvo2p
RfmBXNPP9nc14+jaiG87TwQ=
=/7oH
-----END PGP SIGNATURE-----




reply via email to

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