Re: [hackers] [lchat] [PATCH] There are dead links on https://23.fi/jj/. This seems to be a more active website for jj.

2022-10-26 Thread Greg Reagle
On Wed, Oct 26, 2022, at 5:18 AM, Jan Klemkow wrote: >> - * https://23.fi/jj/ >> + * https://github.com/aaronNGi/jj > > There are two different projects. One is an XMPP client, the other is > another IRC client. Silly me. Sorry for not reading more carefully.

[hackers] [lchat] [PATCH] There are dead links on https://23.fi/jj/. This seems to be a more active website for jj.

2022-10-25 Thread Greg Reagle
>From 4ddbbc24d88f11d6ace8535f3feff13941a4add4 Mon Sep 17 00:00:00 2001 From: Greg Reagle Date: Tue, 25 Oct 2022 22:11:12 -0400 Subject: [PATCH] There are dead links on https://23.fi/jj/. This seems to be a more active website for jj. --- README.md | 2 +- 1 file changed, 1 insertion(+)

Re: [hackers] st][PATCH - proper escape sequence for CTRL+HOME

2022-03-01 Thread Greg Reagle
Dave Blanchard, I am going to give you unsolicited advice on how to provide *constructive* criticism and/or *useful* feedback: Be specific, and give examples. Please read on for details. On Mon, Feb 28, 2022, at 10:27 PM, Dave Blanchard wrote: > It's a shame > that such a nice little program

[hackers] sbase [PATCH] include table of regexp syntax

2021-08-12 Thread Greg Reagle
>From 56a9ab86e30ccf9ada5bd47164353ac362a6d2e0 Mon Sep 17 00:00:00 2001 From: Greg Reagle Date: Thu, 12 Aug 2021 12:31:34 -0400 Subject: [PATCH] include table of regexp syntax --- grep.1 | 20 1 file changed, 20 insertions(+) diff --git a/grep.1 b/grep.1 index cb9a

[hackers] dvtm: add a comma at the end of kf22 entry in dvtm.info

2021-05-20 Thread Greg Reagle
Patch attached. Sending an email seems a *lot* easier than a pull request on github, which would require me to clone and update (unless I am missing something, which is not unlikely). From 9c5e53117fb0375d5dee495657286323d37f1fb0 Mon Sep 17 00:00:00 2001 From: Greg Reagle Date: Thu, 20 May

[hackers] announcing tec: temporary email commands

2020-10-20 Thread Greg Reagle
Howdy y'all. Inpsired by tmpmail [1], I have written tec: temporary email commands [2]. The purpose is to create a temporary email account and then have access to its messages, using a simple, fast, low RAM, command line set of programs. I am pondering, but on the fence, whether to combine

Re: [hackers] [libgrapheme] Refactor libgrapheme.7 || Laslo Hunhold

2020-10-13 Thread Greg Reagle
On Tue, Oct 13, 2020, at 08:45, Silvan Jegen wrote: > > In many applications, it is necessary to count the number of user-per‐ > > I *think* it's better to leave out the first comma here but I could be > wrong about this. I think it is slightly better to leave out the comma, but it is not

Re: [hackers] Re: [hackers][new tool][gcrypt]

2020-02-20 Thread Greg Reagle
On Thu, Feb 20, 2020, at 07:38, Գասպար Վարդանյան wrote: > Thank you for advices. > - Yes, I’m sure that it’s the correct way to build something, but I don’t > know makefile’s language, I’ll learn it and try to write a Makefile for > gcrypt. Try to use standard makefiles, stay away from GNU

[hackers] [PATCH] st.1: modify man page to accurately reflect default keybindings

2017-04-09 Thread Greg Reagle
Attached. From 265db94b1eca5850d484f86b7db4af8e57822cfe Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Sun, 9 Apr 2017 23:05:47 -0400 Subject: [PATCH] st.1: modify man page to accurately reflect default keybindings --- st.1 | 17 +++-- 1 file chan

Re: [hackers] [sbase] [patch] ed: standards compliance, manpage, double free and infinite loop fix

2016-10-07 Thread Greg Reagle
On Fri, Oct 7, 2016, at 09:43, Laslo Hunhold wrote: > one thing that has caught my attention is the titling of the patches. > It is better to use the active form rather than passive form, so my > suggestions for renaming would be > > "ed: newly joined lines are placed correctly" > -> "ed: place

Re: [hackers] sj: [PATCH] search path for executables

2015-12-08 Thread Greg Reagle
Sorry, this is not for sj. I use it for sj, but it is actually for https://github.com/younix/ucspi. On 12/08/2015 12:35 PM, Greg Reagle wrote: Without this patch, when I use the command tcpclient "$SJ_SERVER" 5223 tlsc ucspi-tee sj I have to use a full path for ucspi-

[hackers] sj: [PATCH] search path for executables

2015-12-08 Thread Greg Reagle
d succeeds. >From e85a6da16ed3270794784abd26f0ce4d6263f3cf Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Tue, 8 Dec 2015 12:30:59 -0500 Subject: [PATCH] search path for executables --- tlsc.c | 4 ++-- ucspi-tee.c | 4 ++-- 2 files changed, 4 insertions(+), 4

Re: [hackers] sj: Properly receive and respond to presence notices

2015-12-08 Thread Greg Reagle
:|: |g' else echo 'Presence daemon not running' fi On Tue, Dec 08, 2015 at 07:46:02PM -0500, Greg Reagle wrote: > Patch attached. > > -- > "No data yet," he answered. "It is a capital mistake to theorize > before you have all the evidence. It biases the

Re: [hackers] dvtm: fix Mod-C and eliminate redundant shell process

2015-11-29 Thread Greg Reagle
On Sun, Nov 29, 2015 at 07:18:04PM +0100, Marc André Tanner wrote: > On Tue, Nov 24, 2015 at 10:19:34AM -0500, Greg Reagle wrote: > > See attached. > > Thanks committed. Could you please confirm that my clean up patch > did not break anything? The code looks fine to me, and it

[hackers] dvtm: fix Mod-C and eliminate redundant shell process

2015-11-24 Thread Greg Reagle
See attached. >From ae1ad615781127651c1f6e7f2f917dfbc5fa285c Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Tue, 24 Nov 2015 09:28:26 -0500 Subject: [PATCH] fix Mod-C and eliminate redundant shell process --- dvtm.c | 15 +-- 1 file changed, 13 i

[hackers] sbase: cal: highlight today

2015-11-20 Thread Greg Reagle
00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Fri, 20 Nov 2015 11:36:37 -0500 Subject: [PATCH] highlight today --- cal.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/cal.c b/cal.c index 740dc02..b9eb1b9 100644 --- a/cal.c +++ b/c

[hackers] sj: Makefile: move libraries to end of command; rename filename having a colon

2015-11-19 Thread Greg Reagle
See attached patch. >From f95466ef014a65ba423e6af03bc039e5de8ac91b Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Thu, 19 Nov 2015 13:56:03 -0500 Subject: [PATCH] Makefile: move libraries to end of command; rename filename having a colon I need to have

[hackers] sbase: od: document skip (-j) option

2015-11-03 Thread Greg Reagle
See attached. >From deeccb699c97a44ff3159a130422dffdac0b60c3 Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Tue, 3 Nov 2015 10:05:26 -0500 Subject: [PATCH] od: document skip (-j) option --- od.1 | 4 od.c | 2 +- 2 files changed, 5 insertions(+), 1

[hackers] sbase: od: more accurate statement of compliance with POSIX

2015-10-27 Thread Greg Reagle
Patch attached. >From ec81f362c28d8041f1e9d9c4d7dbec7c876a5ace Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Tue, 27 Oct 2015 14:26:09 -0400 Subject: [PATCH] od: more accurate statement of compliance with POSIX --- od.1 | 6 ++ 1 file changed, 2 inserti

Re: [hackers] od: added options -b and -d; bug fix affecting size C

2015-10-02 Thread Greg Reagle
On 10/02/2015 02:56 AM, Greg Reagle wrote: See attached Sorry, there is a man page defect in that one. Ignore it. I'll resend. -- "No data yet," he answered. "It is a capital mistake to theorize before you have all the evidence. It biases the judgement." by Arthur

[hackers] sbase: od: bugfix: "\v" was omitted from output of type 'c'

2015-10-02 Thread Greg Reagle
This is relative to master >From 6a836ec2bf1f46dce7d129a0ea7991710494ca12 Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Fri, 2 Oct 2015 09:29:38 -0400 Subject: [PATCH] od: bugfix: "\v" was omitted from output of type 'c' --- od.c | 2 +- 1 file c

[hackers] sbase: od: properly concatenate multiple file arguments

2015-10-02 Thread Greg Reagle
Relative to master. >From 475f7b2f33e8e4a4b9ec06a455a1e970f21e99b8 Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Fri, 2 Oct 2015 10:26:04 -0400 Subject: [PATCH] od: properly concatenate multiple file arguments --- od.c | 22 -- 1 file ch

Re: [hackers] sbase: od: properly concatenate multiple file arguments

2015-10-02 Thread Greg Reagle
On 10/02/2015 11:35 AM, FRIGN wrote: On Fri, 2 Oct 2015 11:16:24 -0400 Greg Reagle <greg.rea...@umbc.edu> wrote: But I don't want it initialized every time the for loop is entered. That's why I made it static. It needs to preserve its value between calls. Ah yeah, of course. So

Re: [hackers] sbase: od: properly concatenate multiple file arguments

2015-10-02 Thread Greg Reagle
On 10/02/2015 11:03 AM, FRIGN wrote: Also: - off_t addr; + static off_t addr = 0; please just keep the initialization inside the for-loop. It's a slightly better style than setting the variable directly at the declaration block. But I don't want it initialized every time the for

[hackers] od: added options -b and -d; bug fix affecting size C

2015-10-02 Thread Greg Reagle
Trying again. -- "No data yet," he answered. "It is a capital mistake to theorize before you have all the evidence. It biases the judgement." by Arthur Conan Doyle via his character Sherlock Holmes >From 1050d721f389146fe8b02eb1da9ff5dd8594ef97 Mon Sep 17 00:00:00

Re: [hackers] od: added options -b and -d; bug fix affecting size C

2015-10-02 Thread Greg Reagle
On 10/02/2015 03:11 AM, FRIGN wrote: On Fri, 2 Oct 2015 03:07:00 -0400 Greg Reagle <greg.rea...@umbc.edu> wrote: Hey Greg, Trying again. keep in mind that these flags are XSI-extensions, which we generally don't include in sbase. Let's discuss this on IRC, given the code-c

Re: [hackers] created od

2015-09-29 Thread Greg Reagle
On 09/29/2015 04:46 AM, FRIGN wrote: thank you very much for your contribution! I haven't had the chance to run the code yet, but let me first give you some bits on the code itself. Thank you very much for your feedback. I will apply and re-submit. -- "No data yet," he answered. "It is a

[hackers] Created od, with improvements suggested by FRIGN

2015-09-29 Thread Greg Reagle
My two patches combined with FRIGN's feedback. See attached. >From 9bc6cf2941e2201d06452e1c072e7b8d722ce76b Mon Sep 17 00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Mon, 28 Sep 2015 21:02:17 -0400 Subject: [PATCH] Created od, with improvements suggested by FRIGN ---

[hackers] created od

2015-09-28 Thread Greg Reagle
on Sep 17 00:00:00 2001 From: Greg Reagle <greg.rea...@umbc.edu> Date: Mon, 28 Sep 2015 21:02:17 -0400 Subject: [PATCH] Created od. --- LICENSE |2 +- Makefile |1 + od.1 | 25 od.c | 97 ++ 4

[hackers] sbase: od: added -t option

2015-09-28 Thread Greg Reagle
See attached patch. -- "No data yet," he answered. "It is a capital mistake to theorize before you have all the evidence. It biases the judgement." by Arthur Conan Doyle via his character Sherlock Holmes >From 21abf0b3198eb2fe6f4848813ba75cf013ef3f98 Mon Sep 17 0

[hackers] Re: [dev] [dvtm] Commands document, one page PDF

2015-08-10 Thread Greg Reagle
On Mon, Aug 10, 2015, at 10:10 AM, Greg Reagle wrote: Reading this made me find a typo in the current dvtm man page: dvtm.1: As a patch, attached. -- http://www.fastmail.com - Access your email from home and the web 0001-Fix-typo-in-man-page.patch Description: Binary data