Re: [PATCH, fortran, v4] Use Levenshtein spelling suggestions in Fortran FE

2017-10-19 Thread Bernhard Reutner-Fischer
[forgot to CC gcc-patches] On Sat, Jun 18, 2016 at 09:58:47PM +0200, Bernhard Reutner-Fischer wrote: > Hi, > > Ok for trunk? This was ACKed about a year ago by Janne and Jerry and since there were no objections in the meantime i've installed this first step towards providing spelling

Ping: [Re: [PATCH, fortran, v4] Use Levenshtein spelling suggestions in Fortran FE]

2016-07-03 Thread Bernhard Reutner-Fischer
Ping On June 18, 2016 9:58:47 PM GMT+02:00, Bernhard Reutner-Fischer wrote: >Hi, > >Ok for trunk? > >Changes for v4 -> v3: > >- rebased >- Use 4 argument levenshtein_distance() to save multiple strlen(typo) > calls as suggested by dmalcolm > >Changes for v2 -> v3: > >-

RE: [PATCH, fortran, v4] Use Levenshtein spelling suggestions in Fortran FE

2016-06-20 Thread VandeVondele Joost
From my point of view, would be really nice to have. Joost

[PATCH, fortran, v4] Use Levenshtein spelling suggestions in Fortran FE

2016-06-18 Thread Bernhard Reutner-Fischer
Hi, Ok for trunk? Changes for v4 -> v3: - rebased - Use 4 argument levenshtein_distance() to save multiple strlen(typo) calls as suggested by dmalcolm Changes for v2 -> v3: - rebased Changes for v1 -> v2: - subroutines using interfaces - keyword arguments (named parameters) Rewrite C++