On Thu, 7 May 2015, David Coppa wrote:
> Can somebody with the necessary skills help me with this?
>
> $ cd /usr/ports/devel/libinotify/ && make clean fake && make test
>
> I remember this used to work... Now, most of the times, the
> 'check_libinotify' process brings the CPU to 100% and it's st
On 2015-05-09 10:45, Sébastien Marie wrote:
> > Here a small patch to sed to make 'i' and 'a' command to always
> > append "\n" after 'text'.
>
> After realizing that even if the patch is simple, it could break a
> lot of thing (changing the behaviour of 'i' and 'a' command will
> necessary break
On Sat, 09 May 2015 06:47:05 +0200, =?utf-8?Q?S=C3=A9bastien?= Marie wrote:
> Here a small patch to sed to make 'i' and 'a' command to always append
> "\n" after 'text'.
>
> While here, remove 'len' field from 'struct s_appends'. It was just used
> for AP_STRING (used for 'a' command), and the sw
On Sat, May 09, 2015 at 06:47:05AM +0200, Sébastien Marie wrote:
>
> Hi,
>
> Here a small patch to sed to make 'i' and 'a' command to always append
> "\n" after 'text'.
>
> While here, remove 'len' field from 'struct s_appends'. It was just used
> for AP_STRING (used for 'a' command), and the sw