mawk 1.3.3-16ubuntu1 source package in Ubuntu

Changelog

mawk (1.3.3-16ubuntu1) precise; urgency=low

  * Remove leftover test/1.
  * Merge from Debian testing/unstable; convert scan.c changes to a quilt
    patch; remaining changes:
    - add autopkgtest/autodebtest support to run upstream tests.
    - do not crash if regexp is too long for our buffer; LP: #23494;
      Debian #391051.
 -- Loic Minier <email address hidden>   Mon, 07 Nov 2011 10:57:01 +0100

Upload details

Uploaded by:
Loïc Minier
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mawk_1.3.3.orig.tar.gz 205.0 KiB 32649c46063d4ef0777a12ae6e9a26bcc920833d54e1abca7edb8d37481e7485
mawk_1.3.3-16ubuntu1.diff.gz 61.8 KiB 8631a5f6e7e95aa39c63ef9446ff5fd8619baea824ebf75d49b55e7f3a9af1f2
mawk_1.3.3-16ubuntu1.dsc 1.3 KiB 35386ca5ede63622c31ddf0a16ad94e91af085e45446c520f9dde55d8d2ac4e4

View changes file

Binary packages built by this source

mawk: a pattern scanning and text processing language

 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the POSIX 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.