about summary refs log tree commit diff
path: root/pkgs/tools/text/mawk
AgeCommit message (Collapse)AuthorFilesLines
2024-01-26mawk: 1.3.4-20230525 -> 1.3.4-20240123R. Ryantm1-2/+2
2023-07-13mawk: 1.3.4-20230203 -> 1.3.4-20230525Bjørn Forsman1-2/+2
Upgrade to fix random segfault. Before: $ nix-build -A mawk && for i in $(seq 10); do printf "i=$i "; echo PASS | ./result/bin/mawk -W interactive '{ print }'; done /nix/store/zyxgmjyb8ii282lx8g64dhd8y9k3rzd6-mawk-1.3.4-20230203 i=1 PASS i=2 PASS i=3 Segmentation fault (core dumped) i=4 Segmentation fault (core dumped) i=5 Segmentation fault (core dumped) i=6 Segmentation fault (core dumped) i=7 Segmentation fault (core dumped) i=8 PASS i=9 Segmentation fault (core dumped) i=10 PASS After: $ nix-build -A mawk && for i in $(seq 10); do printf "i=$i "; echo PASS | ./result/bin/mawk -W interactive '{ print }'; done /nix/store/dn4mcifn50a6z3g482by0d988zwms0yq-mawk-1.3.4-20230525 i=1 PASS i=2 PASS i=3 PASS i=4 PASS i=5 PASS i=6 PASS i=7 PASS i=8 PASS i=9 PASS i=10 PASS Upstream changelog: https://invisible-island.net/mawk/CHANGES
2023-05-14mawk: fix cross compilationNick Cao1-1/+3
2023-02-09mawk: 1.3.4-20200120 -> 1.3.4-20230203R. Ryantm1-2/+2
2021-08-02tools/{text/typesetting}: replace name with pname&versionFelix Buehler1-3/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-12mawk: 1.3.4-20200106 -> 1.3.4-20200120R. RyanTM1-2/+2
2020-01-22mawk: 1.3.4-20190203 -> 1.3.4-20200106R. RyanTM1-2/+2
2019-09-30mawk: 1.3.4-20171017 -> 1.3.4-20190203R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mawk/versions
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-1/+1
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2018-01-02invisible-island programs: Fix FTP URL's, use HTTPS, prefer ftpWill Dietz1-1/+1
FTP URL's should use ftp.invisible-island.net.
2017-11-04mawk: 1.3.4-20161120 -> 1.3.4-20171017mimadrid1-3/+6
2017-07-30mawk: 1.3.4-20141206 -> 1.3.4-20161120mimadrid1-2/+2
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-7/+8
Build-tested on x86_64 Linux & Mac.
2015-12-05Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway1-1/+1
Communication happens on Github so names should be consistent.
2015-02-16mawk: initial package at 1.3.4-20141206Emery Hemingway1-0/+17