Re: [hackers] [sbase][PATCH] ed: Fix j command bugs

2017-05-15 Thread Thomas Mannay
(playing with global variables instead of using sigprocmask). I haven't really had the time to sit down and rewrite that patch since then, though. Probably worth somebody being aware of it. I've attached what I had to save going back through the mailing list to about January. :-) Thomas -- Thomas

Re: [hackers] [sbase] Revert "ed: remove double free in join()" || Roberto E. Vargas Caballero

2017-01-10 Thread Thomas Mannay
. Thomas -- Thomas Mannay <audiobarr...@openmailbox.org> 0001-ed-ignore-signals-inside-of-join.patch Description: Binary data

[hackers] [sbase] [patch] ed: Treat addresses of 0 as 1 for insert

2016-11-03 Thread Thomas Mannay
>From 6665eaa1d2c25a95b44a4f4fb3d24a3bd5c1180f Mon Sep 17 00:00:00 2001 From: Thomas Mannay <audiobarr...@openmailbox.org> Date: Thu, 3 Nov 2016 15:16:32 + Subject: [PATCH] Treat addresses of 0 as 1 for insert --- ed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

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

2016-10-09 Thread Thomas Mannay
it a 0 address, which would cause a segfault. Hopefully all's in order and my editor saved with tabs this time. Thanks, Thomas -- Thomas Mannay <audiobarr...@openmailbox.org> >From e27ecb4eaf04fcec871c4eb5319f1c14bc151d3d Mon Sep 17 00:00:00 2001 From: Thomas Mannay <audiobarr...@openmailb

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

2016-10-09 Thread Thomas Mannay
+The +.Nm +utility is compliant with the +.St -p1003.1-2013 +specification, except where noted here: g and v operate on single commands rather than lists delimited with '\\'. e, E, r, w, and W commands cannot accept shell escapes. .Sh SEE ALSO -- 2.10.0 -- Thomas Mannay <audiobarr...@openmailbox.org>

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

2016-10-09 Thread Thomas Mannay
ard format of > the STANDARDS section Have amended this with the attached patch. Should I redo those patches to account for changing commit messages to more active forms? Thank you, Thomas -- Thomas Mannay <audiobarr...@openmailbox.org>

Re: [hackers] [sbase] [patch] cp: add -i flag

2016-10-09 Thread Thomas Mannay
Ah, I had forgotten to add fs.h to the commit. Added it in this time. I fixed the behaviour of newline as you pointed out. Should all be in order. -- Thomas Mannay <audiobarr...@openmailbox.org> >From c809e44cc83eb2b494b9c4e052506e47785f11e3 Mon Sep 17 00:00:00 2001 From: Thom

[hackers] [sbase] [patch] cp: add -i flag

2016-10-09 Thread Thomas Mannay
--- cp.1 | 22 -- cp.c | 7 ++- libutil/cp.c | 18 ++ 3 files changed, 40 insertions(+), 7 deletions(-) diff --git a/cp.1 b/cp.1 index 54126e2..4bbe4d0 100644 --- a/cp.1 +++ b/cp.1 @@ -6,7 +6,7 @@ .Nd copy files and directories .Sh

[hackers] [ubase] [patch] last: wrote manpage

2016-10-07 Thread Thomas Mannay
I took a stab in the dark that the date should be when the utlity was written. Feel free to correct it if it's should be something else. -- Thomas Mannay <audiobarr...@openmailbox.org> >From 847899758d53d17eac7465375dd8c86f39dee391 Mon Sep 17 00:00:00 2001 From: Thomas Mannay &

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

2016-10-06 Thread Thomas Mannay
Resubmission of my patchset for ed, albeit much better formatted so as to ease reading them. -- Thomas Mannay <audiobarr...@openmailbox.org> >From 14cb79fbab41b96ca3f4fcd85e178f38561e9211 Mon Sep 17 00:00:00 2001 From: Thomas Mannay <audiobarr...@openmailbox.org> Date: Thu, 6 Oc

Re: [hackers] [sbase][PATCH] ed: bugfixes to do with j, wrote ed.1.

2016-09-20 Thread Thomas Mannay
First patch I write, I don't notice the formatting got indented for no reason. Man. Sorry about that.

[hackers] [sbase][PATCH] ed: bugfixes to do with j, wrote ed.1.

2016-09-20 Thread Thomas Mannay
--- ed.1 | 204 +- ed.c | 250 ++- 2 files changed, 331 insertions(+), 123 deletions(-) diff --git a/ed.1 b/ed.1 index 93e3012..520ac5f 100644 --- a/ed.1 +++ b/ed.1 @@ -6,4 +6,206