Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress put TNF 4-clause license.
details: https://anonhg.NetBSD.org/src/rev/862add9d451d
branches: trunk
changeset: 522553:862add9d451d
user: itojun <itojun%NetBSD.org@localhost>
date: Thu Feb 21 07:38:14 2002 +0000
description:
put TNF 4-clause license.
authors - if you are okay with more relaxed license terms, or the regression
test code was derived from others, pls change them.
diffstat:
regress/include/bitstring/bitstring_test.c | 35 ++++++++++++++-
regress/lib/libc/div/div.c | 35 ++++++++++++++-
regress/lib/libc/divrem/divremtest.c | 2 +
regress/lib/libc/hsearch/hsearchtest.c | 4 +-
regress/lib/libc/ieeefp/except/except.c | 35 ++++++++++++++-
regress/lib/libc/ieeefp/testfloat/csystfloat.c | 2 +-
regress/lib/libc/ieeefp/testfloat/fail.c | 2 +-
regress/lib/libc/ieeefp/testfloat/include/fail.h | 2 +-
regress/lib/libc/ieeefp/testfloat/include/milieu.h | 2 +-
regress/lib/libc/ieeefp/testfloat/include/random.h | 2 +-
regress/lib/libc/ieeefp/testfloat/include/softfloat.h | 2 +-
regress/lib/libc/ieeefp/testfloat/include/systflags.h | 2 +-
regress/lib/libc/ieeefp/testfloat/include/systfloat.h | 2 +-
regress/lib/libc/ieeefp/testfloat/include/systmodes.h | 2 +-
regress/lib/libc/ieeefp/testfloat/include/testCases.h | 2 +-
regress/lib/libc/ieeefp/testfloat/include/testFunction.h | 2 +-
regress/lib/libc/ieeefp/testfloat/include/testLoops.h | 2 +-
regress/lib/libc/ieeefp/testfloat/include/writeHex.h | 2 +-
regress/lib/libc/ieeefp/testfloat/systfloat.c | 4 +-
regress/lib/libc/ieeefp/testfloat/testCases.c | 2 +-
regress/lib/libc/ieeefp/testfloat/testFunction.c | 2 +-
regress/lib/libc/ieeefp/testfloat/testLoops.c | 2 +-
regress/lib/libc/ieeefp/testfloat/testfloat.c | 4 +-
regress/lib/libc/ieeefp/testfloat/writeHex.c | 2 +-
regress/lib/libc/int_fmtio/fmtio_check.c | 35 ++++++++++++++-
regress/lib/libc/ldexp/ldexp.c | 35 +++++++++++++++
regress/lib/libc/md5sha/test.c | 35 ++++++++++++++-
regress/lib/libc/regex/debug.c | 35 ++++++++++++++-
regress/lib/libc/regex/main.c | 35 ++++++++++++++-
regress/lib/libc/regex/split.c | 35 ++++++++++++++-
regress/lib/libc/setjmp/jmptest.c | 2 +-
regress/lib/libc/time/strptime/main.c | 34 ++++++++++++++
regress/lib/libposix/prename.c | 35 +++++++++++++++
regress/lib/libskey/skeytest.c | 35 ++++++++++++++-
regress/sys/arch/arm/sigstackalign/sigstackalign.c | 37 +++++++++++++++-
regress/sys/arch/i386/ldt/testldt.c | 35 ++++++++++++++-
regress/sys/arch/m68k/060sp/dotest.c | 35 ++++++++++++++-
regress/sys/arch/m68k/emuspeed/emuspeed.c | 35 ++++++++++++++-
regress/sys/arch/m68k/emuspeed/speed.h | 35 ++++++++++++++-
regress/sys/compat/uipc_syscalls_43.c | 2 +-
regress/sys/kern/execve/doexec.c | 2 +-
regress/sys/kern/execve/tests/goodaout.c | 2 +-
regress/sys/kern/getcwd/getcwd.c | 2 +-
regress/sys/kern/getcwd/getcwd.h | 2 +
regress/sys/kern/getcwd/old_getcwd.c | 5 +-
regress/sys/kern/lockf/lockf.c | 35 ++++++++++++++-
regress/sys/kern/pipe/pipe1.c | 35 ++++++++++++++-
regress/sys/kern/sigtramp/sigtramp.c | 35 +++++++++++++++
regress/usr.bin/rtld/dlopen/dlopen.c | 35 ++++++++++++++-
49 files changed, 752 insertions(+), 49 deletions(-)
diffs (truncated from 1175 to 300 lines):
diff -r d17220a321c1 -r 862add9d451d regress/include/bitstring/bitstring_test.c
--- a/regress/include/bitstring/bitstring_test.c Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/include/bitstring/bitstring_test.c Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,37 @@
-/* $NetBSD: bitstring_test.c,v 1.5 1997/10/26 21:50:53 lukem Exp $ */
+/* $NetBSD: bitstring_test.c,v 1.6 2002/02/21 07:38:14 itojun Exp $ */
+
+/*-
+ * Copyright (c) 1993 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
/*
* this is a simple program to test bitstring.h
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/div/div.c
--- a/regress/lib/libc/div/div.c Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/div/div.c Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,37 @@
-/* $NetBSD: div.c,v 1.1 2001/01/08 04:39:31 simonb Exp $ */
+/* $NetBSD: div.c,v 1.2 2002/02/21 07:38:15 itojun Exp $ */
+
+/*-
+ * Copyright (c) 2001 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
#include <stdio.h>
#include <stdlib.h>
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/divrem/divremtest.c
--- a/regress/lib/libc/divrem/divremtest.c Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/divrem/divremtest.c Thu Feb 21 07:38:14 2002 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: divremtest.c,v 1.4 2002/02/21 07:38:15 itojun Exp $ */
+
/*-
* Copyright (c) 2002 Ross Harvey
* All rights reserved.
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/hsearch/hsearchtest.c
--- a/regress/lib/libc/hsearch/hsearchtest.c Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/hsearch/hsearchtest.c Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hsearchtest.c,v 1.3 2001/02/14 06:03:37 cgd Exp $ */
+/* $NetBSD: hsearchtest.c,v 1.4 2002/02/21 07:38:15 itojun Exp $ */
/*
* Copyright (c) 2001 Christopher G. Demetriou
@@ -40,7 +40,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: hsearchtest.c,v 1.3 2001/02/14 06:03:37 cgd Exp $");
+__RCSID("$NetBSD: hsearchtest.c,v 1.4 2002/02/21 07:38:15 itojun Exp $");
__COPYRIGHT(
"@(#) Copyright (c) 2001 Christopher G. Demetriou. All rights reserved.\n");
#endif /* not lint */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/except/except.c
--- a/regress/lib/libc/ieeefp/except/except.c Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/except/except.c Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,37 @@
-/* $NetBSD: except.c,v 1.4 2001/09/24 13:09:48 wiz Exp $ */
+/* $NetBSD: except.c,v 1.5 2002/02/21 07:38:16 itojun Exp $ */
+
+/*-
+ * Copyright (c) 1995 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
#include <stdio.h>
#include <signal.h>
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/csystfloat.c
--- a/regress/lib/libc/ieeefp/testfloat/csystfloat.c Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/csystfloat.c Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: csystfloat.c,v 1.1 2001/03/13 06:37:34 ross Exp $ */
+/* $NetBSD: csystfloat.c,v 1.2 2002/02/21 07:38:16 itojun Exp $ */
/*
* Harmonize public source names with BSD object names. Public Domain.
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/fail.c
--- a/regress/lib/libc/ieeefp/testfloat/fail.c Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/fail.c Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fail.c,v 1.3 2001/03/13 07:39:58 ross Exp $ */
+/* $NetBSD: fail.c,v 1.4 2002/02/21 07:38:16 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/fail.h
--- a/regress/lib/libc/ieeefp/testfloat/include/fail.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/fail.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fail.h,v 1.2 2001/03/13 07:49:33 ross Exp $ */
+/* $NetBSD: fail.h,v 1.3 2002/02/21 07:38:16 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/milieu.h
--- a/regress/lib/libc/ieeefp/testfloat/include/milieu.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/milieu.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: milieu.h,v 1.2 2001/04/06 02:35:08 ross Exp $ */
+/* $NetBSD: milieu.h,v 1.3 2002/02/21 07:38:16 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/random.h
--- a/regress/lib/libc/ieeefp/testfloat/include/random.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/random.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: random.h,v 1.3 2001/04/06 02:35:09 ross Exp $ */
+/* $NetBSD: random.h,v 1.4 2002/02/21 07:38:16 itojun Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/softfloat.h
--- a/regress/lib/libc/ieeefp/testfloat/include/softfloat.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/softfloat.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: softfloat.h,v 1.2 2001/04/06 02:35:09 ross Exp $ */
+/* $NetBSD: softfloat.h,v 1.3 2002/02/21 07:38:17 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/systflags.h
--- a/regress/lib/libc/ieeefp/testfloat/include/systflags.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/systflags.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systflags.h,v 1.2 2001/03/13 07:49:33 ross Exp $ */
+/* $NetBSD: systflags.h,v 1.3 2002/02/21 07:38:17 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/systfloat.h
--- a/regress/lib/libc/ieeefp/testfloat/include/systfloat.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/systfloat.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systfloat.h,v 1.2 2001/03/13 07:49:33 ross Exp $ */
+/* $NetBSD: systfloat.h,v 1.3 2002/02/21 07:38:17 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/systmodes.h
--- a/regress/lib/libc/ieeefp/testfloat/include/systmodes.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/systmodes.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systmodes.h,v 1.3 2001/03/22 12:08:59 ross Exp $ */
+/* $NetBSD: systmodes.h,v 1.4 2002/02/21 07:38:17 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/testCases.h
--- a/regress/lib/libc/ieeefp/testfloat/include/testCases.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/testCases.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: testCases.h,v 1.2 2001/03/13 07:49:34 ross Exp $ */
+/* $NetBSD: testCases.h,v 1.3 2002/02/21 07:38:17 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/testFunction.h
--- a/regress/lib/libc/ieeefp/testfloat/include/testFunction.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/testFunction.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: testFunction.h,v 1.2 2001/03/13 07:49:34 ross Exp $ */
+/* $NetBSD: testFunction.h,v 1.3 2002/02/21 07:38:17 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/testLoops.h
--- a/regress/lib/libc/ieeefp/testfloat/include/testLoops.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/testLoops.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: testLoops.h,v 1.2 2001/03/13 07:49:34 ross Exp $ */
+/* $NetBSD: testLoops.h,v 1.3 2002/02/21 07:38:17 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/include/writeHex.h
--- a/regress/lib/libc/ieeefp/testfloat/include/writeHex.h Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/include/writeHex.h Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: writeHex.h,v 1.2 2001/03/13 07:49:34 ross Exp $*/
+/* $NetBSD: writeHex.h,v 1.3 2002/02/21 07:38:17 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/systfloat.c
--- a/regress/lib/libc/ieeefp/testfloat/systfloat.c Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/systfloat.c Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systfloat.c,v 1.5 2001/03/22 12:22:18 ross Exp $ */
+/* $NetBSD: systfloat.c,v 1.6 2002/02/21 07:38:16 itojun Exp $ */
/* This is a derivative work. */
@@ -64,7 +64,7 @@
#include <sys/cdefs.h>
#ifndef __lint
-__RCSID("$NetBSD: systfloat.c,v 1.5 2001/03/22 12:22:18 ross Exp $");
+__RCSID("$NetBSD: systfloat.c,v 1.6 2002/02/21 07:38:16 itojun Exp $");
#endif
#include <math.h>
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/testCases.c
--- a/regress/lib/libc/ieeefp/testfloat/testCases.c Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/testCases.c Thu Feb 21 07:38:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: testCases.c,v 1.3 2001/03/13 07:39:58 ross Exp $ */
+/* $NetBSD: testCases.c,v 1.4 2002/02/21 07:38:16 itojun Exp $ */
/* This is a derivative work. */
diff -r d17220a321c1 -r 862add9d451d regress/lib/libc/ieeefp/testfloat/testFunction.c
--- a/regress/lib/libc/ieeefp/testfloat/testFunction.c Thu Feb 21 07:30:32 2002 +0000
+++ b/regress/lib/libc/ieeefp/testfloat/testFunction.c Thu Feb 21 07:38:14 2002 +0000
Home |
Main Index |
Thread Index |
Old Index