Re: stdio.h's P_tmpdir definition - make it /tmp?

2019-08-29 Thread Michael van Elst
m...@eterna.com.au (matthew green) writes: >most of the toolchain consumers that create temp files don't >use $TMPDIR from the env but use stdio.h's P_tmpdir defintion >which we have set to "/var/tmp". Where does anything use P_tmpdir ? I can only see that libiberty has compat functions that sho

stdio.h's P_tmpdir definition - make it /tmp?

2019-08-29 Thread matthew green
hi folks. a very long time ago in netbsd years tls@ patched GCC to use /tmp over /var/tmp, for the compiler temporaries. i tried to keep these patches, but they got lost at some point and when i recently wanted to deal with it (i had one machine with some several hundred /var/tmp/cc*.o files tha

Re: Add curses_version() in curses(3)

2019-08-29 Thread Kamil Rytarowski
On 29.08.2019 15:23, Roy Marples wrote: > On 29/08/2019 14:19, Kamil Rytarowski wrote: >> In my opinion artificial versioning (1.0.0) of native code adds no >> interesting information and adds burden on us for superfluous versioning >> model, orthogonal to __NetBSD_Version__. > >> Adding extra ver

Re: Add curses_version() in curses(3)

2019-08-29 Thread Roy Marples
On 29/08/2019 14:19, Kamil Rytarowski wrote: In my opinion artificial versioning (1.0.0) of native code adds no interesting information and adds burden on us for superfluous versioning model, orthogonal to __NetBSD_Version__. Adding extra versioning would make sense if we could maintain curses

Re: Add curses_version() in curses(3)

2019-08-29 Thread Kamil Rytarowski
On 29.08.2019 13:55, Roy Marples wrote: > On 29/08/2019 03:45, Thor Lancelot Simon wrote: >> On Wed, Aug 28, 2019 at 10:42:13PM -0400, Thor Lancelot Simon wrote: >>> On Wed, Aug 28, 2019 at 01:54:54AM +0100, Roy Marples wrote: >>> >>> Where 8.2 is taken from the .so version? >>> >>>

Re: Add curses_version() in curses(3)

2019-08-29 Thread Roy Marples
On 29/08/2019 03:45, Thor Lancelot Simon wrote: On Wed, Aug 28, 2019 at 10:42:13PM -0400, Thor Lancelot Simon wrote: On Wed, Aug 28, 2019 at 01:54:54AM +0100, Roy Marples wrote: Where 8.2 is taken from the .so version? Roy I think that it would be confused with NetBSD release and it could b