[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ylwrap
From: |
dc |
Subject: |
Re: [PATCH] ylwrap |
Date: |
Fri, 24 Oct 2003 23:45:13 +0200 |
Ok thanks, my bad, I should have read/joined the list sooner :)
btw, there's another patch waiting on the website, but I don't know if
the author manifested himself.
/// didier
On Fri, 2003-10-24 at 21:39, Alexandre Duret-Lutz wrote:
> >>> "Tom" == Tom Tromey <address@hidden> writes:
>
> >>>>>> "Didier" == dc <address@hidden> writes:
> Didier> I've made a patch several months ago concerning ylwrap, and
> Didier> posted it on http://savannah.gnu.org/patch/?group=automake ,
> Didier> but it seems that it wasn't included yet. Since there wasn't
> Didier> any response so far, I joined the list to ask about its
> Didier> validity.
>
> Thank you Didier. Sorry nobody noticed you patch, but Automake
> does not use Savannah. (See sources.redhat.com/automake/)
>
> Tom> I think this is obviously correct.
>
> I've installed the fix on HEAD and branch-1-7 as follows.
>
> Tom> Alexandre, is ylwrap still maintained in the automake repository?
>
> Yes. Do you think we should mention Automake in the headings of
> all similar auxiliary files?
>
>
> 2003-10-24 Didier Cassirame <address@hidden> (tiny change)
>
> * lib/ylwrap: Typo in regex.
>
> Index: lib/ylwrap
> ===================================================================
> RCS file: /cvs/automake/automake/lib/ylwrap,v
> retrieving revision 1.21
> diff -u -r1.21 ylwrap
> --- lib/ylwrap 19 Apr 2002 20:54:45 -0000 1.21
> +++ lib/ylwrap 24 Oct 2003 19:29:11 -0000
> @@ -1,7 +1,7 @@
> #! /bin/sh
> # ylwrap - wrapper for lex/yacc invocations.
> #
> -# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002 Free Software
> +# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free Software
> # Foundation, Inc.
> #
> # Written by Tom Tromey <address@hidden>.
> @@ -134,7 +134,7 @@
> TARGET=`echo "$2" | sed \
> -e
> 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'\
> -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`
> - sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FORM,$TO,;}" "$from"
> >"$target" ||
> + sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FROM,$TO,;}" "$from"
> >"$target" ||
> status=$?
> else
> Index: THANKS
> ===================================================================
> RCS file: /cvs/automake/automake/THANKS,v
> retrieving revision 1.186.2.35
> diff -u -r1.186.2.35 THANKS
> --- THANKS 21 Oct 2003 13:07:04 -0000 1.186.2.35
> +++ THANKS 24 Oct 2003 19:32:45 -0000
> @@ -46,6 +46,7 @@
> David Zaroski address@hidden
> Dean Povey address@hidden
> Derek R. Price address@hidden
> +Didier Cassirame address@hidden
> Dieter Baron address@hidden
> Dmitry Mikhin address@hidden
> Doug Evans address@hidden