Re: [Bug 102208] Re: gsub does not handle \ consistently

2010-09-17 Thread Thomas Dickey
On Fri, 17 Sep 2010, Schplurtz le déboulonné wrote: > Hello, > > The bug is still there in Lucid. > > After reading Thomas Dickey's comment, I think there is no need to mark > the bug as new. Am I right ? right - it's a longstanding bug. iirc, mawk is reading the token in a context where it's n

[Bug 102208] Re: gsub does not handle \ consistently

2010-09-17 Thread Schplurtz le déboulonné
Hello, The bug is still there in Lucid. After reading Thomas Dickey's comment, I think there is no need to mark the bug as new. Am I right ? /Christophe -- gsub does not handle \ consistently https://bugs.launchpad.net/bugs/102208 You received this bug notification because you are a member of

Re: [Bug 102208] Re: gsub does not handle \ consistently

2010-09-15 Thread Thomas Dickey
On Wed, 15 Sep 2010, rusivi1 wrote: > Thank you for taking the time to report this bug and helping to make > Ubuntu better. I noticed the package your bugging is updated in Lucid. > Does this occur in it? If so, please feel free to mark this bug as new. > Thanks in advance! It is a bug unrelated

[Bug 102208] Re: gsub does not handle \ consistently

2010-09-15 Thread rusivi1
Thank you for taking the time to report this bug and helping to make Ubuntu better. I noticed the package your bugging is updated in Lucid. Does this occur in it? If so, please feel free to mark this bug as new. Thanks in advance! -- gsub does not handle \ consistently https://bugs.launchpad.net/

[Bug 102208] Re: gsub does not handle \ consistently

2008-11-17 Thread Peter Cordes
Ubuntu AMD64 8.10. [EMAIL PROTECTED]:~$ echo '\' | mawk '{ gsub( /\\/, "" ); print }' \ [EMAIL PROTECTED]:~$ echo '\' | mawk '{ gsub( /\\/, "\\ \\" ); print }' \ \ The syntax is fine, it's all single-quoted. The submitter left out a print, though. You can check that mawk is getting the rig

[Bug 102208] Re: gsub does not handle \ consistently

2008-10-03 Thread Daniel T Chen
Is this symptom still reproducible in 8.10 beta? (Note that the syntax seems ill on bash, mksh, ...) ** Changed in: mawk (Ubuntu) Status: New => Incomplete -- gsub does not handle \ consistently https://bugs.launchpad.net/bugs/102208 You received this bug notification because you are a m