Re: Findutils 4.2.23: incompatible regexp syntax

2005-06-27 Thread Andreas Metzler
On 2005-06-27 James Youngman <[EMAIL PROTECTED]> wrote: > On Sun, Jun 26, 2005 at 10:55:38AM +0200, Andreas Schwab wrote: > > Previous versions of find used the Emacs syntax for regexps. > ... but if I recall correctly the documentation said the syntax was > POSIX BRE. Actually it says | by defa

Re: Findutils 4.2.23: incompatible regexp syntax

2005-06-27 Thread Andreas Schwab
[EMAIL PROTECTED] (James Youngman) writes: > On Sun, Jun 26, 2005 at 10:55:38AM +0200, Andreas Schwab wrote: >> Previous versions of find used the Emacs syntax for regexps. > > ... but if I recall correctly the documentation said the syntax was > POSIX BRE. Where does it say that? Andreas. --

Re: Findutils 4.2.23: incompatible regexp syntax

2005-06-27 Thread James Youngman
On Sun, Jun 26, 2005 at 10:55:38AM +0200, Andreas Schwab wrote: > Previous versions of find used the Emacs syntax for regexps. ... but if I recall correctly the documentation said the syntax was POSIX BRE. So there is also the issue of which bit to fix. James. ___

Findutils 4.2.23: incompatible regexp syntax

2005-06-26 Thread Andreas Schwab
Previous versions of find used the Emacs syntax for regexps. Andreas. 2005-06-26 Andreas Schwab <[EMAIL PROTECTED]> * find/parser.c (insert_regex): Switch back to Emacs regexp syntax to remain comatible with previous versions. --- find/parser.c 2005/06/26 08:46:56 1.