Home | History | Annotate | only in /src/regress/lib/libc
History log of /src/regress/lib/libc
RevisionDateAuthorComments
 1.83 27-Jun-2020  mlelstv citrus SUBDIR is gone
 1.82 10-Jan-2014  christos don't include bsd.sys.mk
 1.81 18-Mar-2012  jruoho branches: 1.81.2;
The inttypes(3) check has already been moved to ATF.
 1.80 09-Apr-2011  pgoyette branches: 1.80.4;
These tests have (finally) been atf-ified
 1.79 11-Jan-2011  pgoyette The getqaddrinfo test has been atf-ified
 1.78 08-Jan-2011  pgoyette Since the regex test is gone, don't try to descend into its SUBDIR
 1.77 08-Jan-2011  pgoyette rpc/xdr test has been atf-ified
 1.76 07-Jan-2011  pgoyette The db test has been atf-ified
 1.75 07-Jan-2011  pgoyette cerror and ttyio tests have been atf-ified
 1.74 06-Jan-2011  pgoyette mktime test has been atf-ified
 1.73 05-Jan-2011  pgoyette The nsdispatch test has been atf-ified.
 1.72 04-Jan-2011  pgoyette The atexit test has been atf-ified.
 1.71 02-Jan-2011  pgoyette Remove atf-ified tests: servent protoent md5sha
 1.70 02-Jan-2011  pgoyette The ieeefp stuff has been atf-ified, with the exception of ieeefp/testfloat
(which was never hooked into the build anyway).
 1.69 01-Jan-2011  pgoyette The last of the libc/stdlib tests have been atf-ified
 1.68 31-Dec-2010  pgoyette More tests have been atf-ified
 1.67 31-Dec-2010  pgoyette These tests have been atf-ified
 1.66 28-Dec-2010  pgoyette ldexp has been atf-ified
 1.65 28-Dec-2010  pgoyette The last of lib/libc/gen tests have been converted to atf.
 1.64 27-Dec-2010  pgoyette The *setjmp tests have moved to atf
 1.63 26-Dec-2010  pgoyette Remove the rest of the libc/string tests - they've moved to atf
 1.62 25-Dec-2010  pgoyette Don't descend into siginfo - it's not there any more
 1.61 23-Dec-2010  pgoyette Remove a couple tests - they've moved to atf
 1.60 22-Dec-2010  pgoyette Remove these tests from regress - they've been converted to atf
 1.59 21-Dec-2010  pgoyette These tests have been converted to atf
 1.58 25-Nov-2009  uebayasi Handle undefined USE_SSP. XXX *_SSP variables needs clean-up.
 1.57 25-Nov-2009  uebayasi Descend into ssp/ only if ${USE_SSP} is yes.
 1.56 07-May-2009  christos add regression test for gdtoa large field width.
 1.55 19-Jan-2008  ginsbach branches: 1.55.12;
Add regression test for inet_network(3).
 1.54 02-Jun-2007  he branches: 1.54.4;
If HAS_SSP == "no", don't descend into the ssp subdirectory, because
building there will fail.
 1.53 31-May-2007  christos ssp is now part of libc.
 1.52 27-Jul-2006  christos branches: 1.52.4; 1.52.6;
add servent back.
 1.51 27-Mar-2005  christos Descend into citrus.
 1.50 04-Mar-2005  dsl Add regression tests for strptime()
 1.49 02-Aug-2004  thorpej Add a test to check that recursive calls to nsdispatch() within a
threaded program work.
 1.48 27-May-2004  christos Add pty.
 1.47 21-Mar-2004  he Also temporarily remove servent until it's made compileable again
after recent changes to <netdb.h>.
 1.46 20-Mar-2004  he Remove protoent from SUBDIR, since recent changes to netdb.h makes
it fail to build.
 1.45 28-Feb-2004  drochner add a test of get/make/setcontext, also checking context linking
via uc_link and argument passing to the new context
 1.44 19-Feb-2004  christos Add servent and protoent tests
 1.43 31-Dec-2003  martin Descend into siginfo on cleandir always.
From David P. Reese Jr. in PR toolchain/23936.
 1.42 17-Dec-2003  jmc Don't check for HAVE_SIGINFO if make(obj) (as more than likely the compiler
doesn't exist yet and the subdir is always descended on make obj)
 1.41 11-Dec-2003  matt .include <bsd.own.mk> so the proper have of CC is defined before we use it.
 1.40 14-Nov-2003  simonb Descend into the randomid directory.
 1.39 23-Oct-2003  he While the intention of picking up the target's include files was fine,
those files are not available in certain phases in the build process,
notably the "obj" phase, so unconditionally decend into siginfo during
that pass. This should make read-only source trees build again when
cross-compiling for a target supporting siginfo on a host not supporting
siginfo.
 1.38 20-Oct-2003  he Make sure to pick up the target's include files in the test for whether
we have SA_SIGINFO defined.
 1.37 04-Oct-2003  christos don't descend to siginfo on platforms that don't have it. by popular demand.
 1.36 26-Sep-2003  christos Descend to siginfo; this will prompt the port masters to complete the
necessary work.
 1.35 30-May-2003  simonb Descend into the stdio directory (thanks Nick!).
 1.34 03-May-2003  martin Add a simple double -> unsigned conversion test for values that can not
be represented by the same sized signed integer type. According to ISO C
this should work (and it works on i386), but it fails with the current
toolchain on sparc64, triggering a softfloat libc bug.
 1.33 01-Mar-2003  thorpej Add a regression test for atexit(3)/__cxa_atexit()/__cxa_finalize().
 1.32 16-Oct-2002  thorpej Add regression tests for basename(3) and dirname(3).
 1.31 11-Sep-2002  minoura Descend to locale subdir.
 1.30 15-Jul-2002  christos Add a small regression test for getopt.
 1.29 05-Jul-2002  itojun regress test for getaddrinfo/getnameinfo.
 1.28 21-Apr-2002  bjh21 NetBSD/arm's IEEE FP support isn't entirely broken these days, so descend
into libc/ieeefp, but skip the tests that fail.
 1.27 21-Apr-2002  martin arm32 -> arm
 1.26 22-Mar-2002  fredette On m68000, don't descend into ieeefp.
 1.25 23-Jan-2002  ross Enable divrem
 1.24 22-Jan-2002  ross temporarily disable divrem
 1.23 22-Jan-2002  ross Remove the old alpha divrem test and replace it with a new indep one.

The old one was never run because it required a remote host. The new
one has more knowledge of where the error cases are likely to be, and
instead of using a big file or remote test system, it just keeps an
md5 (in the Makefile) of the endian-indep known-good results.
 1.22 22-Sep-2001  simonb Descend into int_fmtio.
 1.21 20-Sep-2001  atatat Visit sys
 1.20 20-Jul-2001  thorpej Visit clone/.
 1.19 22-May-2001  christos add string.
 1.18 18-Feb-2001  bjh21 Add a very, very simple test of XDR handling.
It just checks decoding of doubles, which NetBSD/arm32 seems to have got
wrong forever.
 1.17 14-Feb-2001  cgd Add a program to test the functionality of hsearch(). Our current
hsearch() falls right over (because it's unredeemably broken). That's
about to change, though.
 1.16 08-Jan-2001  simonb Add regression tests for div/ldiv/lldiv.
 1.15 20-Oct-2000  briggs Regression tests for fmtcheck(3).
 1.14 19-Aug-2000  sommerfeld Add md5sha subdir
 1.13 30-Sep-1999  tron Add "popen" sub directory.
 1.12 30-Aug-1999  mycroft branches: 1.12.2;
Add a regression test for ldexp().
 1.11 04-Feb-1999  is branches: 1.11.2;
Fix typo in previous commit
 1.10 04-Feb-1999  is At least as of now, we don't support IEEE fp rounding and exceptions
on arm32.
 1.9 21-Jan-1998  mycroft Do the time subdir.
 1.8 11-Oct-1997  mycroft Remove bogus regress targets.
 1.7 07-May-1997  mycroft Use proginstall:: to disable installing PROG.
 1.6 24-Apr-1995  cgd allow a machine-specific dir.
 1.5 20-Apr-1995  cgd RCS Id conventions
 1.4 18-Apr-1995  jtc Add test for ieee fp rounding mode
 1.3 29-Dec-1994  cgd tests, for pr 655
 1.2 10-Jul-1994  jtc Support for H.S.'s regex regression tests
 1.1 27-May-1993  cgd add subdir makefile
 1.11.2.1 22-Feb-2000  he Apply patch (requested by he and wrstuden):
Skip ieeefp regression test on powerpc too; the functions needed
are currently missing.
 1.12.2.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.52.6.1 03-Sep-2007  wrstuden Sync w/ NetBSD-4-RC_1
 1.52.4.1 22-Jul-2007  liamjfoy Pull up to netbsd-4 (requested by christos in ticket #773):

Move libssp to libc.
 1.54.4.1 23-Mar-2008  matt sync with HEAD
 1.55.12.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.80.4.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.80.4.1 17-Apr-2012  yamt sync with head
 1.81.2.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2 09-Jan-1998  perry RCS Id Police.
 1.1 07-May-1997  mycroft Use proginstall:: to disable installing PROG.
 1.6 30-Jun-2004  jmc Add missing NetBSD ID tags
 1.5 19-Dec-2003  veego Update the checksum to match src/lib/libc/stdlib/random.c rev 1.23.
 1.4 18-Sep-2002  lukem some makefile de-linting
- list NOxxx and LDSTATIC= assignments before everything else
(especially <bsd.own.mk>)
- ensure <bsd.own.mk> is included before NETBSDSRCDIR is used
- add missing RCSids
 1.3 29-Jan-2002  thorpej Add -Wno-uninitialized to CFLAGS.
 1.2 23-Jan-2002  ross Add more tests, including a random(3)-based test like the old divrem, update
the known-good md5, print progress info, and avoid cases where c99 allows
undefined results.
 1.1 22-Jan-2002  ross Remove the old alpha divrem test and replace it with a new indep one.

The old one was never run because it required a remote host. The new
one has more knowledge of where the error cases are likely to be, and
instead of using a big file or remote test system, it just keeps an
md5 (in the Makefile) of the endian-indep known-good results.
 1.4 21-Feb-2002  itojun 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.
 1.3 05-Feb-2002  ross just editing comments
 1.2 23-Jan-2002  ross Add more tests, including a random(3)-based test like the old divrem, update
the known-good md5, print progress info, and avoid cases where c99 allows
undefined results.
 1.1 22-Jan-2002  ross Remove the old alpha divrem test and replace it with a new indep one.

The old one was never run because it required a remote host. The new
one has more knowledge of where the error cases are likely to be, and
instead of using a big file or remote test system, it just keeps an
md5 (in the Makefile) of the endian-indep known-good results.
 1.15 02-Jan-2011  pgoyette The ieeefp stuff has been atf-ified, with the exception of ieeefp/testfloat
(which was never hooked into the build anyway).
 1.14 21-Feb-2006  drochner test some basic operations with subnomal numbers
 1.13 24-Oct-2003  kleink Lift the vax restriction on the nan test.

None of the tests in this directory will even build on the vax, and it's
disabled in the parent Makefile for that reason.
 1.12 12-May-2002  bjh21 FP exceptions work on ARM now (and softfloat platforms in general, I hope),
so test them.
 1.11 21-Apr-2002  bjh21 NetBSD/arm's IEEE FP support isn't entirely broken these days, so descend
into libc/ieeefp, but skip the tests that fail.
 1.10 28-Oct-2001  simonb Add a not-a-number test, based on Ben Harris's infinity test.
Disabled on vax.
 1.9 27-Oct-2001  bjh21 Quick test to make sure that __infinity is properly infinite. It isn't on
ARM ELF systems at the moment.
 1.8 13-Mar-2001  ross Warn about hooking up ./testfloat
 1.7 11-Oct-1997  mycroft Remove bogus regress targets.
 1.6 07-May-1997  mycroft Use proginstall:: to disable installing PROG.
 1.5 09-Apr-1996  phil Add except to the pc532 make.
 1.4 03-Oct-1995  phil pc532 doesn't have ieefp exception stuff working. Don't test it.
 1.3 26-Apr-1995  jtc Added regression test for ieee fp exceptions.
 1.2 20-Apr-1995  cgd RCS Id conventions
 1.1 18-Apr-1995  jtc Add test for ieee fp rounding mode
 1.4 02-Jan-2011  pgoyette The ieeefp stuff has been atf-ified, with the exception of ieeefp/testfloat
(which was never hooked into the build anyway).
 1.3 18-Jan-2002  ross Use -mieee on alpha. (A recent kernel is also needed to successfully
run the signal delivery tests.)
 1.2 09-Jan-1998  perry RCS Id Police.
 1.1 07-May-1997  mycroft Use proginstall:: to disable installing PROG.
 1.3 26-Apr-1995  jtc Added regression test for ieee fp exceptions.
 1.2 20-Apr-1995  cgd RCS Id conventions
 1.1 18-Apr-1995  jtc test for ieee rounding modes
 1.5 18-Sep-2002  lukem use NETBSDSRCDIR as appropriate
 1.4 21-May-2002  bjh21 Adapt for recent changes to lib/libc/softfloat
 1.3 12-Dec-2001  tv MKfoo=no -> NOfoo
 1.2 22-Mar-2001  ross Don't require a Makefile.inc from the arch subdir.
 1.1 13-Mar-2001  ross BSD make conversion.
 1.2 21-Feb-2002  itojun 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.
 1.1 13-Mar-2001  ross BSD make conversion.
 1.5 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.4 21-Feb-2002  itojun branches: 1.4.32;
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.
 1.3 13-Mar-2001  ross Boilerplate.
 1.2 13-Mar-2001  ross rcsid, WARNS, don't occasionally fprintf or fputc a \r
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
 1.4.32.1 18-May-2008  yamt sync with head.
 1.8 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.7 15-Apr-2004  matt branches: 1.7.24;
Use unions to avoid strict aliasing rules. And it makes the code easier
to read.
 1.6 21-Feb-2002  itojun 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.
 1.5 22-Mar-2001  ross replace use of non-portable FP_X_DNML
 1.4 22-Mar-2001  ross Move two functions from asm to C, as NetBSD has a MI interface:
o fp_except syst_float_flags_clear(void)
o void syst_float_set_rounding_mode(fp_rnd direction)
Also, __RCSID
 1.3 13-Mar-2001  ross Boilerplate.
 1.2 13-Mar-2001  ross rcsid, WARNS, don't occasionally fprintf or fputc a \r
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
 1.7.24.1 18-May-2008  yamt sync with head.
 1.5 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.4 21-Feb-2002  itojun branches: 1.4.32;
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.
 1.3 13-Mar-2001  ross Boilerplate.
 1.2 13-Mar-2001  ross rcsid, WARNS, don't occasionally fprintf or fputc a \r
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
 1.4.32.1 18-May-2008  yamt sync with head.
 1.6 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.5 01-Apr-2008  drochner branches: 1.5.2;
make this compile again
(it isn't built by default, but anyway)
 1.4 21-Feb-2002  itojun 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.
 1.3 13-Mar-2001  ross Boilerplate.
 1.2 13-Mar-2001  ross rcsid, WARNS, don't give \r to stdio ops
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
 1.5.2.1 18-May-2008  yamt sync with head.
 1.5 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.4 21-Feb-2002  itojun branches: 1.4.32;
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.
 1.3 13-Mar-2001  ross Boilerplate.
 1.2 13-Mar-2001  ross rcsid, WARNS, don't give \r to stdio ops
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
 1.4.32.1 18-May-2008  yamt sync with head.
 1.7 21-Jul-2008  lukem Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.
 1.6 28-Apr-2008  martin branches: 1.6.2;
Remove clause 3 and 4 from TNF licenses
 1.5 21-Feb-2002  itojun branches: 1.5.32;
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.
 1.4 22-Mar-2001  ross __RCSID, __COPYRIGHT
 1.3 13-Mar-2001  ross Boilerplate.
 1.2 13-Mar-2001  ross rcsid, WARNS, don't give \r to stdio ops
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
 1.5.32.1 18-May-2008  yamt sync with head.
 1.6.2.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.5 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.4 21-Feb-2002  itojun branches: 1.4.32;
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.
 1.3 13-Mar-2001  ross Boilerplate.
 1.2 13-Mar-2001  ross rcsid, WARNS, don't give \r to stdio ops
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
 1.4.32.1 18-May-2008  yamt sync with head.
 1.3 30-Jun-2004  jmc Add missing NetBSD ID tags
 1.2 23-Apr-2001  ross Compile with rounding mode set to dynamic.
 1.1 04-Apr-2001  ross Need -mieee-with-inexact here.
 1.2 22-Mar-2001  ross two functions have been rewritten in C
 1.1 13-Mar-2001  ross The NetBSD way.
 1.3 22-Mar-2001  ross two functions have been rewritten in C
 1.2 13-Mar-2001  ross <machine/asm.h> conversion.
Boilerplate.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
 1.3 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.2 13-Mar-2001  ross branches: 1.2.32;
Two new functions:
o syst_floatx80_to_int32_round_to_zero()
o syst_floatx80_to_int64_round_to_zero()
Boilerplate.
<machine/asm.h>
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
 1.2.32.1 18-May-2008  yamt sync with head.
 1.4 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3 22-Mar-2001  ross branches: 1.3.32;
two functions have been rewritten in C
 1.2 13-Mar-2001  ross <machine/asm.h> conversion.
Boilerplate.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.
 1.3.32.1 18-May-2008  yamt sync with head.
 1.2 30-Jun-2004  jmc Add missing NetBSD ID tags
 1.1 21-Sep-2001  eeh sparc64 uses 128-bit floating point.
 1.4 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3 21-Feb-2002  itojun branches: 1.3.32;
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.
 1.2 13-Mar-2001  ross Boilerplate, WARNS.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Original post-\r-rip include files for TestFloat-2a
 1.3.32.1 18-May-2008  yamt sync with head.
 1.4 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3 21-Feb-2002  itojun branches: 1.3.32;
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.
 1.2 06-Apr-2001  ross redo <inttypes.h> conversion
 1.1 13-Mar-2001  ross This file is target-specific in SoftFloat, but this is my attempt
at making a completely generic one. Modified from libc/arch/sh3/softfloat.
o <inttypes.h> conversion
o <endian.h> conversion
o merge of BITS32 and BITS64 ABI, C89 inline, rcsid, derivative work
_ notice.
 1.3.32.1 18-May-2008  yamt sync with head.
 1.5 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.4 21-Feb-2002  itojun branches: 1.4.32;
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.
 1.3 06-Apr-2001  ross redo <inttypes.h> conversion
 1.2 13-Mar-2001  ross TestFloat-2a contained a bunch of code obviously intended to work
around rand(3) bugs. Replace it all with this random(3) conversion.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Original post-\r-rip include files for TestFloat-2a
 1.4.32.1 18-May-2008  yamt sync with head.
 1.2 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.1 13-Mar-2001  ross branches: 1.1.32;
Another generic-version of an originally target-specific .h file.
This still needs target-NaN, endian, and the arm26 DEMANGLE special case.
This may be moved back under arch/ in the future.
 1.1.32.1 18-May-2008  yamt sync with head.
 1.5 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.4 22-May-2002  bjh21 branches: 1.4.2; 1.4.32;
Correct the types of float_rounding_mode and float_exception_flags.
 1.3 21-Feb-2002  itojun 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.
 1.2 06-Apr-2001  ross redo <inttypes.h> conversion
 1.1 13-Mar-2001  ross Generic conversion (ieeefp.h, inttypes, endian), no arm special cases yet.
Also rcsid, TNF license, derivative work notice, etc.
 1.4.32.1 18-May-2008  yamt sync with head.
 1.4.2.2 22-May-2002  bjh21 Correct the types of float_rounding_mode and float_exception_flags.
 1.4.2.1 22-May-2002  bjh21 file softfloat.h was added on branch netbsd-1-6 on 2002-05-22 00:01:36 +0000
 1.4 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3 21-Feb-2002  itojun branches: 1.3.32;
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.
 1.2 13-Mar-2001  ross Boilerplate, WARNS.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Original post-\r-rip include files for TestFloat-2a
 1.3.32.1 18-May-2008  yamt sync with head.
 1.4 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3 21-Feb-2002  itojun branches: 1.3.32;
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.
 1.2 13-Mar-2001  ross Boilerplate, WARNS.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Original post-\r-rip include files for TestFloat-2a
 1.3.32.1 18-May-2008  yamt sync with head.
 1.5 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.4 21-Feb-2002  itojun branches: 1.4.32;
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.
 1.3 22-Mar-2001  ross use fp_rnd type a bit, also do std multiple inclusion prot
 1.2 13-Mar-2001  ross Boilerplate, WARNS.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Original post-\r-rip include files for TestFloat-2a
 1.4.32.1 18-May-2008  yamt sync with head.
 1.4 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3 21-Feb-2002  itojun branches: 1.3.32;
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.
 1.2 13-Mar-2001  ross Boilerplate, WARNS.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Original post-\r-rip include files for TestFloat-2a
 1.3.32.1 18-May-2008  yamt sync with head.
 1.4 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3 21-Feb-2002  itojun branches: 1.3.32;
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.
 1.2 13-Mar-2001  ross Boilerplate, WARNS.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Original post-\r-rip include files for TestFloat-2a
 1.3.32.1 18-May-2008  yamt sync with head.
 1.4 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3 21-Feb-2002  itojun branches: 1.3.32;
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.
 1.2 13-Mar-2001  ross Boilerplate, WARNS.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Original post-\r-rip include files for TestFloat-2a
 1.3.32.1 18-May-2008  yamt sync with head.
 1.4 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3 21-Feb-2002  itojun branches: 1.3.32;
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.
 1.2 13-Mar-2001  ross Boilerplate, WARNS.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Original post-\r-rip include files for TestFloat-2a
 1.3.32.1 18-May-2008  yamt sync with head.
 1.3 26-Jul-2003  salo netbsd.org->NetBSD.org
 1.2 24-Mar-2002  bjh21 ARM FPA mangling of doubles isn't specific to arm26.
 1.1 13-Mar-2001  ross Conversion notes.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of .txt files from TestFloat-2A, after ripping the \r's out, sigh.
 1.2 06-Dec-2023  andvar s/multipies/multiplies/.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of .txt files from TestFloat-2A, after ripping the \r's out, sigh.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of .txt files from TestFloat-2A, after ripping the \r's out, sigh.
 1.2 24-Nov-2006  christos fix spelling of accommodate; from Zapher.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of .txt files from TestFloat-2A, after ripping the \r's out, sigh.
 1.2 08-Apr-2022  andvar fix various typos, mainly in comments, but also log messages, docs, game text.
 1.1 13-Mar-2001  ross branches: 1.1.1;
Initial revision
 1.1.1.1 13-Mar-2001  ross Import of .txt files from TestFloat-2A, after ripping the \r's out, sigh.

RSS XML Feed