Re: CVS commit: src/sys/arch

2014-05-19 Thread Christos Zoulas
On May 20, 1:19am, kle...@kleink.org (Klaus Klein) wrote: -- Subject: Re: CVS commit: src/sys/arch | > The purpose of this is to make it easier to query the range of the type. | > (ssize_t)-1 would work too. | | But having SSIZE_MIN at all is at odds with the scope of ssize_t | (I've quoted the

Re: CVS commit: src/sys/arch

2014-05-19 Thread Klaus Klein
On Mon, May 19, 2014 at 06:16:06PM -0400, Christos Zoulas wrote: > On May 19, 11:28pm, kle...@kleink.org (Klaus Klein) wrote: > -- Subject: Re: CVS commit: src/sys/arch > > | What's the purpose of this? ssize_t is meant to be "a count of > | bytes or an error indication", so having SSIZE_MIN does

Re: CVS commit: src/lib/libedit

2014-05-19 Thread Christos Zoulas
In article <537a6540.1070...@gmx.de>, Christoph Egger wrote: > >private? I think you mean static, right? It does if compiled that way. Helps to read the rest of the file instead of just diffs :-) christos

Re: CVS commit: src/sys/arch

2014-05-19 Thread Christos Zoulas
On May 19, 11:28pm, kle...@kleink.org (Klaus Klein) wrote: -- Subject: Re: CVS commit: src/sys/arch | What's the purpose of this? ssize_t is meant to be "a count of | bytes or an error indication", so having SSIZE_MIN doesn't make | sense. Nor does its only in-tree, broken use in libevent; searc

Re: CVS commit: src/sys/arch

2014-05-19 Thread Klaus Klein
On Wed, Apr 10, 2013 at 08:57:37PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Thu Apr 11 00:57:36 UTC 2013 > > Modified Files: > src/sys/arch/alpha/include: limits.h > src/sys/arch/amd64/include: limits.h > src/sys/arch/arm/include:

Re: CVS commit: src/lib/libedit

2014-05-19 Thread Christoph Egger
Am 19.05.14 21:54, schrieb Christos Zoulas: > Module Name: src > Committed By: christos > Date: Mon May 19 19:54:12 UTC 2014 > > Modified Files: > src/lib/libedit: tty.c tty.h > > Log Message: > more tty modes refactoring, no functional change intended. > > > To generate a diff o