CVS commit: src/lib/libc/compat/gen

2024-06-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 17 18:16:58 UTC 2024 Modified Files: src/lib/libc/compat/gen: compat_ldexp_ieee754.c Log Message: libc ldexp(3): Avoid undefined behaviour in arithmetic overflow. PR lib/58347 To generate a diff of this commit: cvs r

CVS commit: src/lib/libc/compat/gen

2024-06-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 17 18:16:58 UTC 2024 Modified Files: src/lib/libc/compat/gen: compat_ldexp_ieee754.c Log Message: libc ldexp(3): Avoid undefined behaviour in arithmetic overflow. PR lib/58347 To generate a diff of this commit: cvs r

CVS commit: src/lib/libc/compat/gen

2022-10-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Oct 8 12:56:51 UTC 2022 Modified Files: src/lib/libc/compat/gen: compat_alloca.c Log Message: libc: Use a functional example when warning about incorrect alloca usage To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libc/compat/gen

2022-10-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Oct 8 12:56:51 UTC 2022 Modified Files: src/lib/libc/compat/gen: compat_alloca.c Log Message: libc: Use a functional example when warning about incorrect alloca usage To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

Re: CVS commit: src/lib/libc/compat/gen

2010-04-27 Thread Matthias Drochner
m...@eterna.com.au said: > > the "mono" runtime dlopen(3)s some libc functions > > directly and misses the RENAMEs apparently.) > sounds like this was already not working properly anyway! it would > have picked the wrong symbol, but one that may have sort of worked.. Yes I know. Fixing this in m

re: CVS commit: src/lib/libc/compat/gen

2010-04-24 Thread matthew green
Almost everything... A C# program from pkgsrc stopped working - the "mono" runtime dlopen(3)s some libc functions directly and misses the RENAMEs apparently.) sounds like this was already not working properly anyway! it would have picked the wrong symbol, but one that may have sort

Re: CVS commit: src/lib/libc/compat/gen

2010-04-24 Thread Matthias Drochner
[ldexp/frexp] chris...@astron.com said: > You should comment on the PR that started all this in the first place > (different results). I haven't found a PR to the topic in gnats. Only a commit message about frexp(-0) not being handled correctly. Generally I've kept the libc versions up-to-date if

Re: CVS commit: src/lib/libc/compat/gen

2010-04-23 Thread Christos Zoulas
In article <20100423190454.62ec017...@cvs.netbsd.org>, Matthias Drochner wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: drochner >Date: Fri Apr 23 19:04:54 UTC 2010 > >Modified Files: > src/lib/libc/compat/gen: Makefile.inc compat_frexp_ieee754.c > compat_ldexp