mawk 1.3.3-16ubuntu3 source package in Ubuntu
Changelog
mawk (1.3.3-16ubuntu3) precise; urgency=low * Replace memcpy by memmove in FINgets. (LP: #955791) -- Tom de Vries <email address hidden> Sat, 17 Mar 2012 21:04:54 +0100
Upload details
- Uploaded by:
- Tom de Vries
- Sponsored by:
- Bryce Harrington
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- utils
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mawk_1.3.3.orig.tar.gz | 205.0 KiB | 32649c46063d4ef0777a12ae6e9a26bcc920833d54e1abca7edb8d37481e7485 |
mawk_1.3.3-16ubuntu3.diff.gz | 62.3 KiB | ff7f0d42423b14e2dfe742413349fc514817c8501b2e3585dfbcf6a6f26d1905 |
mawk_1.3.3-16ubuntu3.dsc | 1.3 KiB | cb237d4e31e505829e0164efd9d9ff8742b5c5d786f8180dbe49e710a476bf25 |
Available diffs
- diff from 1.3.3-16ubuntu2 to 1.3.3-16ubuntu3 (640 bytes)
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.