mawk 1.3.4.20240123-1build1 source package in Ubuntu

Changelog

mawk (1.3.4.20240123-1build1) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:12:02 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main utils
Noble release main utils

Downloads

File Size SHA-256 Checksum
mawk_1.3.4.20240123.orig.tar.gz 404.2 KiB a8e319a83744b1f1fb6988dfa189d61887f866e9140cc9a49eb003b2b0655e88
mawk_1.3.4.20240123.orig.tar.gz.asc 729 bytes 3b688572de36ecbb8a013cda92e294038324ed2745485e883508e9a6fdbd2472
mawk_1.3.4.20240123-1build1.debian.tar.xz 15.3 KiB 354344a65a3626c162b69430aabc5e4861d5c4ad0c862c3df5a44c6186f273ef
mawk_1.3.4.20240123-1build1.dsc 2.3 KiB 3b5a9d204c10db2e6793e4b0c10e2dda1c7584771567e6a9b8fc4e96e4124979

View changes file

Binary packages built by this source

mawk: 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.

mawk-dbgsym: debug symbols for mawk