[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2020-01-27 Thread Bug Watch Updater
** Changed in: mawk (Debian)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/69724

Title:
  Mawk does not support Posix character classes in expressions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/69724/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2019-07-02 Thread Andreas Hasenack
The bash completion bug was fixed.

I'm inclined to say that if character classes are needed, gawk should be
used. It looks like mawk has stalled, and the call to switch to Thomas
Dickey's fork isn't mine to make. We are following debian on this one.

** Changed in: mawk (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: mawk (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/69724

Title:
  Mawk does not support Posix character classes in expressions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/69724/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2019-07-02 Thread Andreas Hasenack
The bash completion bug was fixed.

I'm inclined to say that if character classes are needed, gawk should be
used. It looks like mawk has stalled, and the call to switch to Thomas
Dickey's fork isn't mine to make. We are following debian on this one.

** Changed in: mawk (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: mawk (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to mawk in Ubuntu.
https://bugs.launchpad.net/bugs/69724

Title:
  Mawk does not support Posix character classes in expressions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/69724/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2019-07-01 Thread i30817
why indeed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/69724

Title:
  Mawk does not support Posix character classes in expressions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/69724/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2015-12-27 Thread Jerome Potts
Why are we still using the old 1.3.3 version, and not Thomas Dickey's
1.3.4 ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mawk in Ubuntu.
https://bugs.launchpad.net/bugs/69724

Title:
  Mawk does not support Posix character classes in expressions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/69724/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2015-12-27 Thread Jerome Potts
Why are we still using the old 1.3.3 version, and not Thomas Dickey's
1.3.4 ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/69724

Title:
  Mawk does not support Posix character classes in expressions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/69724/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2011-06-05 Thread Daniel Miller
This bug affects the bash-completion package. See related bug:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/778679

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/69724

Title:
  Mawk does not support Posix character classes in expressions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2011-02-24 Thread Gert Hulselmans
The mawk version available on: http://invisible-island.net/mawk/
solves this problem (and several other mawk 1.3.3 bugs too).

$ # mawk 1.3.3 of Ubuntu 10.10
$ echo x | mawk '/[[:lower:]]/'

$ # mawk 1.3.4
$ echo x | ../mawk-1.3.4-20100625/mawk '/[[:lower:]]/'
x

$ echo x | gawk '/[[:lower:]]/'
x

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/69724

Title:
  Mawk does not support Posix character classes in expressions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2011-02-11 Thread Erick Brunzell
I've been performing testing of new versions of the Boot Info Script for
it's developers and received the following input:

mawk (default in Debian/Ubuntu) doesn't work for some of the new code:
- can't extract embedded grub4dos config file
- calculates wrong values for GiB/GB stuff (filefrag -v)

It sounds like we can work around this using gawk but it was suggested
that we might consider this newer version of mawk for Natty:

http://invisible-island.net/mawk/

Is something like that possible?

One of the developers of the Boot Info Script has confirmed that, This
mawk version, don't seem to have a problem with my current code. You
can read info about the Boot Info Script here:

http://bootinfoscript.sourceforge.net/

It's proven to be an invaluable tool in diagnosing boot problems,
particularly since the introduction of grub 2.

There is no indication ATM that Debian is headed in that direction:

http://packages.debian.org/search?keywords=mawk

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/69724

Title:
  Mawk does not support Posix character classes in expressions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2011-02-11 Thread Erick Brunzell
RE my last post. The Boot Info Script developer I spoke of has filed a
new bug report with a lot of information at bug 716920.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/69724

Title:
  Mawk does not support Posix character classes in expressions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2010-10-28 Thread Alvin
** Bug watch added: Debian Bug tracker #65617
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=65617

** Also affects: mawk (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=65617
   Importance: Unknown
   Status: Unknown

-- 
Mawk does not support Posix character classes in expressions
https://bugs.launchpad.net/bugs/69724
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2010-10-28 Thread Bug Watch Updater
** Changed in: mawk (Debian)
   Status: Unknown = Confirmed

-- 
Mawk does not support Posix character classes in expressions
https://bugs.launchpad.net/bugs/69724
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2009-07-27 Thread Thomas Dickey
One problem with the patch is that it's hardcoded, doesn't
use the locale information.  I've written an alternate form which
is in the 20090727 version of mawk at
http://invisible-island.net/mawk/

-- 
Mawk does not support Posix character classes in expressions
https://bugs.launchpad.net/bugs/69724
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2008-06-15 Thread Jean-Baptiste Lallement
Thanks for your report.

We are confirming this because from the mawk manual AWK uses extended
regular expressions as with egrep and character classes are defined in
POSIX.2 which is said to be supported by mawk.


** Changed in: mawk (Ubuntu)
   Status: New = Confirmed

-- 
Mawk does not support Posix character classes in expressions
https://bugs.launchpad.net/bugs/69724
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69724] Re: Mawk does not support Posix character classes in expressions

2006-11-01 Thread Sam Trenholme
The patch to fix this issue.

- Sam


** Attachment added: This patch adds POSIX character classes to Mawk
   http://librarian.launchpad.net/4945567/mawk-1.3.3-posix-char-classes.patch

-- 
Mawk does not support Posix character classes in expressions
https://launchpad.net/bugs/69724

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs