On Tue, 13 Mar 2001, Angus Leeming wrote:
> John,
>
> why isn't there a patch for the broken rfind()/split() here, or is this fixed
> already?
>
> I'll apply it if the other is fixed already.
>
> Angus
I was a complete dumbarse, there is no bug :)
john
--
"Alan Turing thought about criter
John,
why isn't there a patch for the broken rfind()/split() here, or is this fixed
already?
I'll apply it if the other is fixed already.
Angus
On Tuesday 13 March 2001 12:49, John Levon wrote:
> Index: src/frontends/xforms/ChangeLog
> =
On 13 Mar 2001, Lars Gullik Bjønnes wrote:
> John Levon <[EMAIL PROTECTED]> writes:
>
> | - string const pattern = "*.(ps|png)| ";
> | + string const pattern = "*.(ps|png)|";
>
> what purpose has the second "|"?
> what cases does it avoid matching on?
>
> Lgb
In the KDE frontend,
John Levon <[EMAIL PROTECTED]> writes:
| Index: src/frontends/xforms/ChangeLog
| ===
| RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/ChangeLog,v
| retrieving revision 1.45
| diff -u -p -r1.45 ChangeLog
| --- src/fro