[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 >From 14cb79fbab41b96ca3f4fcd85e178f38561e9211 Mon Sep 17 00:00:00 2001 From: Thomas Mannay Date: Thu, 6 Oct 2016 10:46:14 + Subject: [PATCH 1/4] ed: newly joined lines are placed co

Re: [hackers] Re: [sbase][patch] respect -q handling with -l and -R

2016-10-06 Thread Laslo Hunhold
On Wed, 5 Oct 2016 15:47:41 -0700 Evan Gates wrote: Hey Evan, > On Wed, Oct 5, 2016 at 2:48 PM, Evan Gates > wrote: > > sbase-ls_-lq.diff: respect -q flag when using -l flag > > sbase-ls_-qR.diff: respect -q flag when printing directory headings > > with -R flag > > Updated versions. Add "ls:

[hackers] [sbase] ls: fix ls -lq to respect -q flag || Evan Gates

2016-10-06 Thread git
commit 071dcc4d6b0b901591a8b591c746390f2c3e0f9c Author: Evan Gates AuthorDate: Wed Oct 5 10:57:38 2016 -0700 Commit: Laslo Hunhold CommitDate: Thu Oct 6 10:21:12 2016 +0200 ls: fix ls -lq to respect -q flag diff --git a/ls.c b/ls.c index b5c4b00..7c80d56 100644 --- a/ls.c +++ b/ls.c

[hackers] [sbase] ls: respect -q when printing directory names with -R || Evan Gates

2016-10-06 Thread git
commit d24ef864cbf9be010294418acb51c0d424c7bc99 Author: Evan Gates AuthorDate: Wed Oct 5 14:43:30 2016 -0700 Commit: Laslo Hunhold CommitDate: Thu Oct 6 10:21:12 2016 +0200 ls: respect -q when printing directory names with -R break out the non printable character to ? code i

Re: [hackers] Re: [sbase][patch] respect -q handling with -l and -R

2016-10-06 Thread Quentin Rameau
Hi Evan, > > sbase-ls_-lq.diff: respect -q flag when using -l flag > > sbase-ls_-qR.diff: respect -q flag when printing directory headings > > with -R flag > > Updated versions. Add "ls: " to commit messages and malloc later/free > earlier in lsdir (thanks quinq). Those two look correct to me,