Re: [dev] [st] Patches

2012-10-07 Thread Aurélien Aptel
I don't think the DEC alignment test is necessary. Please read LEGACY in st repo.

Re: [dev] [st] Patches

2012-10-07 Thread Christoph Lohmann
Hello. On Sun, 07 Oct 2012 11:10:50 +0200 Aurélien Aptel aurelien.ap...@gmail.com wrote: I don't think the DEC alignment test is necessary. Please read LEGACY in st repo. I applied the patch for it to have a reason to modularize the tsetchar() function. I think this will be needed for

Re: [dev] [st] Patches

2012-10-07 Thread Roberto E. Vargas Caballero
On Sun, Oct 07, 2012 at 11:10:21AM +0200, Aurélien Aptel wrote: I don't think the DEC alignment test is necessary. Please read LEGACY in st repo. I duded about this, but like I was not sure I sent the patch to the list in order to begin a discussion about this. You can see that the message in

Re: [dev] [st] Patches

2012-10-07 Thread Roberto E. Vargas Caballero
I applied the patch for it to have a reason to modularize the tsetchar() function. I think this will be needed for another feature I have in mind. Then the test loop will be removed. Uhmmm, you could say me this and it was very easy for me split the patch and keep only that part. Next

Re: [dev] [st] Patches

2012-10-07 Thread Christoph Lohmann
Hello. On Sun, 07 Oct 2012 11:55:50 +0200 Roberto E. Vargas Caballero k...@shike2.com wrote: I applied the patch for it to have a reason to modularize the tsetchar() function. I think this will be needed for another feature I have in mind. Then the test loop will be removed.

[dev] [sbase/grep] [PATCH]: add z flag to use NULL separators

2012-10-07 Thread Strake
Not sure which would be better choice of flag: 'z' or '0', so I arbitrarily chose 'z'. commit 474a73ae118e6791fc56e616233dd9ccb5c8e92f Author: strake strake...@gmail.com Date: Thu Oct 4 19:50:23 2012 -0500 grep: add z flag to use NULL separators diff --git a/grep.c b/grep.c index