Re: CVS commit: src/share/man/man3

2016-08-29 Thread Joerg Sonnenberger
On Mon, Aug 29, 2016 at 03:50:05AM +, David A. Holland wrote: > Module Name: src > Committed By: dholland > Date: Mon Aug 29 03:50:05 UTC 2016 > > Modified Files: > src/share/man/man3: rbtree.3 > > Log Message: > Clarify the usage, so hopefully nobody else makes the set of wron

Re: CVS commit: src/share/man/man3

2012-10-16 Thread SAITOH Masanobu
(2012/10/17 4:13), Alan Barrett wrote: > On Tue, 16 Oct 2012, SAITOH Masanobu wrote: >> Modified Files: >> src/share/man/man3: bits.3 >> >> Log Message: >> Return value of __BIT() and __BITS() is not uint32_t but uint64_t. > > No, they are uintmax_t. > > uintmax_t happens to be the same as ui

Re: CVS commit: src/share/man/man3

2012-10-16 Thread Alan Barrett
On Tue, 16 Oct 2012, SAITOH Masanobu wrote: Modified Files: src/share/man/man3: bits.3 Log Message: Return value of __BIT() and __BITS() is not uint32_t but uint64_t. No, they are uintmax_t. uintmax_t happens to be the same as uint64_t on all present day NetBSD platforms, but a new pl

Re: CVS commit: src/share/man/man3

2012-10-16 Thread Iain Hibbert
On Tue, 16 Oct 2012, SAITOH Masanobu wrote: > Module Name: src > Committed By: msaitoh > Date: Tue Oct 16 17:39:35 UTC 2012 > > Modified Files: > src/share/man/man3: bits.3 > > Log Message: > Return value of __BIT() and __BITS() is not uint32_t but uint64_t. but surely, it is uintm

Re: CVS commit: src/share/man/man3

2010-08-27 Thread David Young
On Fri, Aug 27, 2010 at 09:13:38AM +, Jukka Ruohonen wrote: > Module Name: src > Committed By: jruoho > Date: Fri Aug 27 09:13:38 UTC 2010 > > Modified Files: > src/share/man/man3: bits.3 > > Log Message: > Replace the example with something more generic and perceptual. That's

Re: CVS commit: src/share/man/man3

2010-05-19 Thread Jukka Ruohonen
On Wed, May 19, 2010 at 08:02:47AM +, Jukka Ruohonen wrote: > Continue the discussion w.r.t. SIGEV_THREAD by nothing that pthread_join(3) > should be out of the question and that thread stack cannot be recovered. What is the status of SIGEV_THREAD? It should at least fail with EINVAL or ENOTS

re: CVS commit: src/share/man/man3

2010-04-14 Thread matthew green
On Wed, Apr 14, 2010 at 08:26:42AM +, Jukka Ruohonen wrote: > Log Message: > EXAMPLE -> EXAMPLES, GCC -> gcc(1), and minor markup changes. I disagree with the second part. This is not about the frontend. It doesn't matter if it is used for C or C++. i agree. the comments a

Re: CVS commit: src/share/man/man3

2010-04-14 Thread Jukka Ruohonen
On Wed, Apr 14, 2010 at 03:08:43PM +0200, Joerg Sonnenberger wrote: > On Wed, Apr 14, 2010 at 08:26:42AM +, Jukka Ruohonen wrote: > > Log Message: > > EXAMPLE -> EXAMPLES, GCC -> gcc(1), and minor markup changes. > > I disagree with the second part. This is not about the frontend. It > doesn't

Re: CVS commit: src/share/man/man3

2010-04-14 Thread Joerg Sonnenberger
On Wed, Apr 14, 2010 at 08:26:42AM +, Jukka Ruohonen wrote: > Log Message: > EXAMPLE -> EXAMPLES, GCC -> gcc(1), and minor markup changes. I disagree with the second part. This is not about the frontend. It doesn't matter if it is used for C or C++. Joerg

Re: CVS commit: src/share/man/man3

2010-03-20 Thread Joerg Sonnenberger
On Sat, Mar 20, 2010 at 10:26:06AM +, Jukka Ruohonen wrote: > Module Name: src > Committed By: jruoho > Date: Sat Mar 20 10:26:06 UTC 2010 > > Modified Files: > src/share/man/man3: fast_divide32.3 > > Log Message: > Add the (ACM) journal where this appeared. Fix URL. Without p

Re: CVS commit: src/share/man/man3

2010-03-06 Thread David Holland
On Thu, Mar 04, 2010 at 05:26:02PM -0500, Greg A. Woods wrote: > > No such luck, at least not until C grows a stronger type system. See > > for example strchr(3). > > I don't think a stronger type system would really change this issue > fundamentally unless it was one which was so radical as

Re: CVS commit: src/share/man/man3

2010-03-06 Thread Jukka Ruohonen
On Thu, Mar 04, 2010 at 05:26:02PM -0500, Greg A. Woods wrote: > silly warnings. The code _must_ do what it _should_ not do. :-) And so > I think what I said about __UNCONST() being unnecessary remains. The I agree. As for the legitimate reasons of usage, third-party code was largely the reaso

Re: CVS commit: src/share/man/man3

2010-03-04 Thread Greg A. Woods
At Thu, 4 Mar 2010 02:22:35 +, David Holland wrote: Subject: Re: CVS commit: src/share/man/man3 > > On Wed, Mar 03, 2010 at 12:58:33PM -0500, Greg A. Woods wrote: > > I believe that __UNCONST() in particular is _never_ absolutely necessary > > -- it may sometimes save

Re: CVS commit: src/share/man/man3

2010-03-03 Thread David Holland
On Wed, Mar 03, 2010 at 12:58:33PM -0500, Greg A. Woods wrote: > I believe that __UNCONST() in particular is _never_ absolutely necessary > -- it may sometimes save a very few cycles and a few bytes of storage, > but that's the best it can do. No such luck, at least not until C grows a stronger

Re: CVS commit: src/share/man/man3

2010-03-03 Thread Joerg Sonnenberger
On Wed, Mar 03, 2010 at 12:58:33PM -0500, Greg A. Woods wrote: > I believe that __UNCONST() in particular is _never_ absolutely necessary > -- it may sometimes save a very few cycles and a few bytes of storage, > but that's the best it can do. At least one important interface would use its purpose

Re: CVS commit: src/share/man/man3

2010-03-03 Thread Greg A. Woods
At Tue, 02 Mar 2010 07:57:42 +1100, matthew green wrote: Subject: re: CVS commit: src/share/man/man3 > > >Module Name: src >Committed By: jruoho >Date: Mon Mar 1 13:44:10 UTC 2010 > >Modified Files: > src/share/man/m

re: CVS commit: src/share/man/man3

2010-03-01 Thread matthew green
Module Name: src Committed By:jruoho Date:Mon Mar 1 13:44:10 UTC 2010 Modified Files: src/share/man/man3: Makefile Added Files: src/share/man/man3: __UNCONST.3 Log Message: Document __UNCONST and __UNVOLATILE. XXX: If the

Re: CVS commit: src/share/man/man3

2010-01-24 Thread Joerg Sonnenberger
On Sun, Jan 24, 2010 at 01:48:28PM +0200, Jukka Ruohonen wrote: > On Sun, Jan 24, 2010 at 11:14:04AM +, Jukka Ruohonen wrote: > > Log Message: > > Add timeradd(3) from FreeBSD. Needs proofreading. > > The $Id$ field is not present in this file. How it should be added? First line of the man pa

Re: CVS commit: src/share/man/man3

2010-01-24 Thread Jukka Ruohonen
On Sun, Jan 24, 2010 at 11:14:04AM +, Jukka Ruohonen wrote: > Log Message: > Add timeradd(3) from FreeBSD. Needs proofreading. The $Id$ field is not present in this file. How it should be added? Actually, it is a little unclear to me should one always include a template $Id$ for new files, an