trename to numtools - numtools - perform numerical operations on vectors and matrices in unix pipes
 (HTM) git clone git://src.adamsgaard.dk/numtools
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 932c3cef20eeebc528abd5e545959f8c04f305a0
 (DIR) parent 7e2f799e29da287dac3cc67c1f1ade065a63e7d9
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue,  3 May 2022 14:19:41 +0200
       
       rename to numtools
       
       Diffstat:
         M LICENSE                             |       2 +-
         M Makefile                            |       2 +-
         M README                              |       8 ++++----
       
       3 files changed, 6 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/LICENSE b/LICENSE
       t@@ -1,6 +1,6 @@
        ISC License
        
       -Copyright (c) 2020-2021 Anders Damsgaard <anders@adamsgaard.dk>
       +Copyright (c) 2020-2022 Anders Damsgaard <anders@adamsgaard.dk>
        
        Permission to use, copy, modify, and/or distribute this software for any
        purpose with or without fee is hereby granted, provided that the above
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -1,6 +1,6 @@
        .POSIX:
        
       -NAME = mathtools
       +NAME = numtools
        VERSION = 0.3.3
        
        # paths
 (DIR) diff --git a/README b/README
       t@@ -1,5 +1,5 @@
       -mathtools
       ----------
       +numtools
       +--------
        
        Perform common mathematical operations on numerical arrays, typically
        passed as plain text in UNIX pipes.
       t@@ -29,8 +29,8 @@ Author:
                Anders Damsgaard <anders@adamsgaard.dk>
        
        Maintained at:
       -        git://src.adamsgaard.dk/mathtools
       -        https://src.adamsgaard.dk/mathtools
       +        git://src.adamsgaard.dk/numtools
       +        https://src.adamsgaard.dk/numtools
        
        The LICENSE file details the legal conditions.  If an individual
        source file contains differing copyright and licensing text, those