index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
quad
Age
Commit message (
Expand
)
Author
2013-09-30
Don't return 0x1.0p31 for every input value 2^N.
mlelstv
2013-08-24
Add IEEE 754 versions of
matt
2013-08-23
Add IEEE 754 versions of __float{,}disf which use no floating point.
matt
2013-04-30
ARM EABI needs left shift logical too.
matt
2013-02-03
Adapt to earm hard float by including softfloat-for-gcc.h even if __ARM_EABI__
matt
2012-08-06
earm* need __lshldi3
matt
2012-08-05
If compiling for SOFTFLOAT, include "softfloat/softfloat-for-gcc.h" so we
matt
2012-03-25
- change from size_t to unsigned int because we don't need the extra width
christos
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2011-07-09
Appease lint and don't use C99 features.
matt
2011-07-09
Add ieee754 versions of the compiler runtime functions
matt
2011-07-04
add support for __floatunsisf().
mrg
2011-07-04
Update to C89 style.
matt
2009-12-06
Assign quad / softfloat specific ${SRCS} to ${SRCS.quad} / ${SRCS.softfloat}
uebayasi
2005-12-20
Use reach-over sources from common/lib/libc
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-10-20
As discussed (briefly) on tech-userlevel, fix our quad support to work
scw
2001-05-18
Compile ashldi3.S and lshrdi3.S on m68000.
fredette
2000-12-10
remove duplicate declaration.
christos
2000-05-05
Use __GNUC_PREREQ__().
thorpej
2000-01-22
Delint.
mycroft
1999-09-17
Revert previous change: the assertion
kleink
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-09-10
The last commit changed the behavious wrt sign extension.
drochner
1999-05-03
change an #if __GNUC >= 2 to #if (__GNUC__ >= 2) || defined(lint)
christos
1999-05-03
Cast things to (digit) where the LHS is (digit) to avoid loss of precision
christos
1999-05-03
Cast signed long shifts to unsigned long to avoid lint portability warnings.
christos
1999-03-26
Corrected an off-by-one error (lib/6314 Torbjorn Granlund)
kristerw
1999-02-24
use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate
drochner
1998-03-27
use machine/limits.h if _KERNEL or _STANDALONE
cgd
1998-02-03
remove obsolete register declarations
perry
1998-01-29
Make shifting by 0 work even when shifting by 32 is equivalent to shifting
mouse
1997-12-30
make sure result of % operator is identical for quad_t, int and long;
mikel
1997-07-13
Fix RCSID's
christos
1997-07-13
Add missing prototypes
christos
1997-07-13
Fix declaration to use quad_t, not long long.
christos
1996-12-20
don't include lshrdi3.c in MI sources, since they're already in MD sources
cgd
1996-06-01
Note functions that probably can be removed
jtc
1996-06-01
Don't special case shift counts > QUAD_BITS or == 0. The former is
jtc
1996-06-01
Re-arranged code a bit so that gcc can optimize this a bit better.
jtc
1996-06-01
Fix typo in last change
jtc
1996-06-01
Enable use of assembly language shift routines on the m68k
jtc
1995-10-12
Fix from Jochen Pohl which fixes case where quad multiply
jtc
1995-02-27
clean up Ids; no substantive changes.
cgd
1995-02-27
from Lite
cgd
1995-01-06
pull in changes from libkern.
cgd
1994-10-19
constants are normally ints, remember!
cgd
1993-12-04
update for .S and MACHINE_ARCH
cgd
1993-10-07
make an arch directory in libc, and move all machine dirs into it
cgd
1993-09-16
Torek's quad stuff from 4.4.
mycroft