Module Name:src
Committed By: riastradh
Date: Sun Mar 2 23:11:19 UTC 2025
Modified Files:
src/tests/lib/libc/stdlib: h_sort.c
Log Message:
tests/lib/libc/stdlib/h_sort: Reserve room for a NUL byte.
PR lib/58931: qsort_r() missing
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 23:11:19 UTC 2025
Modified Files:
src/tests/lib/libc/stdlib: h_sort.c
Log Message:
tests/lib/libc/stdlib/h_sort: Reserve room for a NUL byte.
PR lib/58931: qsort_r() missing
To generate a diff of this commit:
cvs
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 20:00:32 UTC 2025
Modified Files:
src/tests/lib/libc/stdlib: h_sort.c t_sort.sh
Log Message:
t_sort: Test mergesort for stability too.
These test cases are trivial, but they're enough to trigger unstable
heapsort an
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 20:00:32 UTC 2025
Modified Files:
src/tests/lib/libc/stdlib: h_sort.c t_sort.sh
Log Message:
t_sort: Test mergesort for stability too.
These test cases are trivial, but they're enough to trigger unstable
heapsort an
Module Name:src
Committed By: kre
Date: Wed Jul 24 09:26:06 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtoi.c
Log Message:
Add some test cases to tests/lib/libc/stdlib/t_strtoi
PR lib/58461 PR lib/58453
Apologies for the previous commit message - I managed
Module Name:src
Committed By: kre
Date: Wed Jul 24 09:26:06 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtoi.c
Log Message:
Add some test cases to tests/lib/libc/stdlib/t_strtoi
PR lib/58461 PR lib/58453
Apologies for the previous commit message - I managed
Module Name:src
Committed By: kre
Date: Wed Jul 24 08:59:12 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtoi.c
Log Message:
/* $NetBSD: t_strtoi.c,v 1.3 2024/01/20 16:52:41 christos Exp $*/
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
* All
Module Name:src
Committed By: kre
Date: Wed Jul 24 08:59:12 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtoi.c
Log Message:
/* $NetBSD: t_strtoi.c,v 1.3 2024/01/20 16:52:41 christos Exp $*/
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
* All
Module Name:src
Committed By: christos
Date: Mon Jul 22 16:41:05 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtol.c
Log Message:
Add strto{i,u}max tests and invalid base tests
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/stdl
Module Name:src
Committed By: christos
Date: Mon Jul 22 16:41:05 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtol.c
Log Message:
Add strto{i,u}max tests and invalid base tests
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/stdl
Module Name:src
Committed By: rillig
Date: Sat Jun 15 12:20:22 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtod.c
Log Message:
tests/strtold: test a few simple examples
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tests/lib/libc/stdlib/t_
Module Name:src
Committed By: rillig
Date: Sat Jun 15 12:20:22 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtod.c
Log Message:
tests/strtold: test a few simple examples
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tests/lib/libc/stdlib/t_
Module Name:src
Committed By: riastradh
Date: Mon May 6 18:39:36 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtod.c
Log Message:
tests/lib/libc/stdlib/t_strtod: Spruce up and nix needless #ifdefs.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36
Module Name:src
Committed By: riastradh
Date: Mon May 6 18:39:36 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtod.c
Log Message:
tests/lib/libc/stdlib/t_strtod: Spruce up and nix needless #ifdefs.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36
Module Name:src
Committed By: christos
Date: Sat Jan 20 16:52:41 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtoi.c
Log Message:
Add range tests with trailing characters.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdlib/t_
Module Name:src
Committed By: christos
Date: Sat Jan 20 16:52:41 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtoi.c
Log Message:
Add range tests with trailing characters.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdlib/t_
Module Name:src
Committed By: andvar
Date: Sun Jan 14 12:44:09 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtod.c
Log Message:
s/rouding/rounding/ in test description.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/tests/lib/libc/stdlib/t_s
Module Name:src
Committed By: andvar
Date: Sun Jan 14 12:44:09 UTC 2024
Modified Files:
src/tests/lib/libc/stdlib: t_strtod.c
Log Message:
s/rouding/rounding/ in test description.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/tests/lib/libc/stdlib/t_s
Module Name:src
Committed By: riastradh
Date: Wed Jul 5 12:09:39 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: t_posix_memalign.c
Log Message:
t_posix_memalign: Simplify.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 s
Module Name:src
Committed By: riastradh
Date: Wed Jul 5 12:09:39 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: t_posix_memalign.c
Log Message:
t_posix_memalign: Simplify.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 s
Module Name:src
Committed By: riastradh
Date: Wed Jul 5 11:43:05 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: t_posix_memalign.c
Log Message:
t_posix_memalign: Fix this to reflect restriction lifted in C17.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r
Module Name:src
Committed By: riastradh
Date: Wed Jul 5 11:43:05 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: t_posix_memalign.c
Log Message:
t_posix_memalign: Fix this to reflect restriction lifted in C17.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r
Module Name:src
Committed By: riastradh
Date: Tue Jul 4 15:06:36 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: Makefile t_posix_memalign.c
Log Message:
t_posix_memalign: Expand test cases and properties.
- Test cartesian product of a sampling of sizes and a samplin
Module Name:src
Committed By: riastradh
Date: Tue Jul 4 15:06:36 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: Makefile t_posix_memalign.c
Log Message:
t_posix_memalign: Expand test cases and properties.
- Test cartesian product of a sampling of sizes and a samplin
Module Name:src
Committed By: gutteridge
Date: Wed May 10 23:44:15 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: t_getopt.sh
Log Message:
t_getopt.sh: fix naming of head() of getopt_optval test case
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/te
Module Name:src
Committed By: gutteridge
Date: Wed May 10 23:44:15 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: t_getopt.sh
Log Message:
t_getopt.sh: fix naming of head() of getopt_optval test case
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/te
Module Name:src
Committed By: christos
Date: Mon Feb 20 15:47:56 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: t_getopt.sh
Log Message:
New optval test from des @ FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdlib/t_getopt
Module Name:src
Committed By: christos
Date: Mon Feb 20 15:47:56 UTC 2023
Modified Files:
src/tests/lib/libc/stdlib: t_getopt.sh
Log Message:
New optval test from des @ FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdlib/t_getopt
On Sat, Jun 27, 2020 at 10:39:08AM +, m...@netbsd.org wrote:
> > Add the default TNF copyright (2005), cf. PR misc/55419.
>
> I don't think we can generally do this. Can you clarify if you discussed
> this with the author in commit messages?
Well, the committer is christos, and I doubt he car
On Sat, Jun 27, 2020 at 10:19:43AM +, Jukka Ruohonen wrote:
> Module Name: src
> Committed By: jruoho
> Date: Sat Jun 27 10:19:43 UTC 2020
>
> Modified Files:
> src/tests/lib/libc/stdlib: t_mbtowc.c
>
> Log Message:
> Add the default TNF copyright (2005), cf. PR misc/55419.
>
In article <20110715140041.6d97117...@cvs.netbsd.org>,
Jukka Ruohonen wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: jruoho
>Date: Fri Jul 15 14:00:41 UTC 2011
>
>Modified Files:
> src/tests/lib/libc/stdlib: Makefile
>
>Log Message:
>Fix wrong linker flag that has always
On Jun 4, 2011, at 4:35 PM, Adam Hamsik wrote:
>
> On Jun,Sunday 5 2011, at 12:58 AM, Jukka Ruohonen wrote:
>
>> On Sat, Jun 04, 2011 at 10:49:49PM +, Adam Hamsik wrote:
>>> Module Name:src
>>> Committed By: haad
>>> Date: Sat Jun 4 22:49:49 UTC 2011
>>>
>>> Mo
On Jun,Sunday 5 2011, at 12:58 AM, Jukka Ruohonen wrote:
> On Sat, Jun 04, 2011 at 10:49:49PM +, Adam Hamsik wrote:
>> Module Name: src
>> Committed By:haad
>> Date:Sat Jun 4 22:49:49 UTC 2011
>>
>> Modified Files:
>> src/tests/lib/libc/stdlib: t_strtol.c
>>
>>
On Sat, Jun 04, 2011 at 10:49:49PM +, Adam Hamsik wrote:
> Module Name: src
> Committed By: haad
> Date: Sat Jun 4 22:49:49 UTC 2011
>
> Modified Files:
> src/tests/lib/libc/stdlib: t_strtol.c
>
> Log Message:
> Fix problem with overflowing constant definition
>
> t_strtol.c:
On Tue, May 10, 2011 at 11:37:16AM -0700, Cliff Neighbors wrote:
> > In file included from
> > /home/cliff/netbsd/NetBSD-current/usr/src/tests/lib/libc/s
> > tdlib/t_strtod.c:38:
> > /home/cliff/netbsd/NetBSD-current/build/evbmips64-eb-20110510/dest/usr/include/f
> > env.h:29:2: error: #error "fen
Jukka,
#include fenv.h as part of this seems to have caused build.sh to break on arch
evbmips64-eb
> In file included from
> /home/cliff/netbsd/NetBSD-current/usr/src/tests/lib/libc/s
> tdlib/t_strtod.c:38:
> /home/cliff/netbsd/NetBSD-current/build/evbmips64-eb-20110510/dest/usr/include/f
> en
36 matches
Mail list logo