mawk '{print match($0,/a*/)}'
works, but
mawk '{print match($0,/a**/)}'
does not
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1475968
Title:
match function hangs
To manage notifications about thi
Alternative link for #2: https://github.com/ThomasDickey/original-
mawk/issues/34 (This is actually different bug, and in a later version
of mawk, but I guess it is somehow related.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https
** Tags added: wily
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1475968
Title:
match function hangs
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+b
As for mawk 1.3.4 20150503,
echo bacaa | mawk '{print match($0,/(a*)*/), RLENGTH}'
prints
2 1
whereas GNU Awk 4.0.1,
echo bacaa | gawk '{print match($0,/(a*)*/), RLENGTH}'
prints
1 0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
h
See also https://code.google.com/p/original-
mawk/issues/detail?id=34&thanks=34&ts=1438206605
** Bug watch added: code.google.com/p/original-mawk/issues #34
https://code.google.com/p/original-mawk/issues/detail?id=34
--
You received this bug notification because you are a member of Ubuntu
Bug