[hackers] [sbase] strings: Rename `len` to `min` || Michael Forney

2021-01-14 Thread git
commit 7ef4038fb5b93e63f4223ab9f222526130a1e14f Author: Michael Forney AuthorDate: Thu Jan 14 21:45:37 2021 -0800 Commit: Michael Forney CommitDate: Thu Jan 14 21:46:30 2021 -0800 strings: Rename `len` to `min` diff --git a/strings.c b/strings.c index a99642e..8f5a154 100644 ---

[hackers] [sbase] strings: Print strings that have the minimum length || Michael Forney

2021-01-14 Thread git
commit 5377a9c3d16aefe4fc18025edb738676634c95f5 Author: Michael Forney AuthorDate: Thu Jan 14 21:41:59 2021 -0800 Commit: Michael Forney CommitDate: Thu Jan 14 21:46:26 2021 -0800 strings: Print strings that have the minimum length Previously, there was an off-by-one error

Re: [hackers] [st][PATCH] Use git archive to create the dist tar file

2021-01-14 Thread Alex Pilon
You'll find in the mailing list archives at least one patch like this too, one under my name. There's some rationale for rejection there.

Re: [hackers] [st][PATCH] Use git archive to create the dist tar file

2021-01-14 Thread Hiltjo Posthuma
On Wed, Jan 13, 2021 at 09:05:41PM -0500, Steve Ward wrote: > --- > Makefile | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/Makefile b/Makefile > index 470ac86..7d5ab41 100644 > --- a/Makefile > +++ b/Makefile > @@ -33,12 +33,7 @@ clean: > rm -f st $(OBJ)