[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Re: lynx incompatible with fastmail.fm
From: |
clemens fischer |
Subject: |
Re: lynx-dev Re: lynx incompatible with fastmail.fm |
Date: |
9 Feb 2003 19:57:09 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i386-unknown-freebsd4.6.2) |
Thomas Dickey <address@hidden>:
> On Thu, Feb 06, 2003 at 08:38:28PM +0000, David Woolley wrote:
>> > Content-Disposition: form-data; name=3D""address@hidden,5517867""=0D
>>
>> It looks like Lynx has got confused by the special characters and added
>> a spurious level of quoting.
>
> Here's a simple fix for that (attached).
> #
> ------------------------------------------------------------------------------
> # WWW/Library/Implementation/HTParse.c | 22 +++++++++++++++-------
> # WWW/Library/Implementation/HTParse.h | 3 ++-
> # src/GridText.c | 2 +-
> # 3 files changed, 18 insertions(+), 9 deletions(-)
> #
> ------------------------------------------------------------------------------
where do these stats come from, i mean, which tool makes them?
> Index: WWW/Library/Implementation/HTParse.c
> --- lynx2.8.5dev.14+/WWW/Library/Implementation/HTParse.c Tue Feb 4
> 21:18:27 2003
> +++ lynx2.8.5dev.14a/WWW/Library/Implementation/HTParse.c Thu Feb 6
> 20:07:15 2003
> @@ -1012,17 +1012,21 @@
>
> /*
> ** Turn a string which is not a RFC 822 token into a quoted-string. - KW
> +** The "quoted" parameter tells whether we need the beginning/ending quote
> +** marks. If not, the caller will provide them -TD
> */
> -PUBLIC void HTMake822Word ARGS1(
> - char **, str)
> +PUBLIC void HTMake822Word ARGS2(
> + char **, str,
> + int, quoted)
does this patch fix the "fastmail.fm-bug"? it would make my day. if
so, which lynx-vversion will it go into?
clemens
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- lynx-dev lynx incompatible with fastmail.fm, P.J.Walsh, 2003/02/02
- lynx-dev Re: lynx incompatible with fastmail.fm, P.J.Walsh, 2003/02/05
- Re: lynx-dev Re: lynx incompatible with fastmail.fm, David Woolley, 2003/02/06
- Re: lynx-dev Re: lynx incompatible with fastmail.fm, Thomas Dickey, 2003/02/06
- Re: lynx-dev Re: lynx incompatible with fastmail.fm,
clemens fischer <=
- Re: lynx-dev Re: lynx incompatible with fastmail.fm, Thomas Dickey, 2003/02/09
- Re: lynx-dev Re: lynx incompatible with fastmail.fm, Frédéric L . W . Meunier, 2003/02/09
- Re: lynx-dev Re: lynx incompatible with fastmail.fm, clemens fischer, 2003/02/10
- Re: lynx-dev Re: lynx incompatible with fastmail.fm, Thomas Dickey, 2003/02/10
- Message not available
- Re: lynx-dev Re: lynx incompatible with fastmail.fm, Frédéric L . W . Meunier, 2003/02/10
- Re: lynx-dev Re: lynx incompatible with fastmail.fm, clemens fischer, 2003/02/10
- Re: lynx-dev Re: lynx incompatible with fastmail.fm, Frédéric L . W . Meunier, 2003/02/10
- Re: lynx-dev Re: lynx incompatible with fastmail.fm, clemens fischer, 2003/02/10