mawk 1.3.3-16ubuntu2 source package in Ubuntu

Changelog

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

  * Update 20_overlong-regexps to include fix and test from commit
    e2e6d7ad490a7b19c562af5874a08a4168382b57 from collab-maint/mawk.git
    (backported to this version of mawk).
 -- Loic Minier <email address hidden>   Mon, 07 Nov 2011 20:43:40 +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-16ubuntu2.diff.gz 62.1 KiB 277ea014d10c8779b21cfd99a5e0cdc3e9e6b9d00320e4692be39b68af36ec75
mawk_1.3.3-16ubuntu2.dsc 1.3 KiB 4b7e0d48cde73b7e334725101b2113583251e9fdb7105454b6232e605605841a

Available diffs

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.