CVS log for src/lib/libm/src/math_private.h
Up to [cvs.NetBSD.org] / src / lib / libm / src
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jul 17 12:00:13 2024 UTC (4 months, 2 weeks ago) by riastradh
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +53 -48
lines
libm/src/math_private.h: Tidy up comments and whitespace.
Clarify which words are which when ambiguous.
Say `significand', not `mantissa'; we're not talking about books of
log tables here. (Strictly speaking, this may refer either to what
IEEE 754 calls the trailing significand field of the binary encoding,
which is a sequence of bits rather than a real number in [1,2), or,
for ld80 with an explicit 1-bit, what might be called the significand
field since it's not just the trailing part after the dot. But the
term `significand' will serve as a proxy for these cases.)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jul 17 11:59:58 2024 UTC (4 months, 2 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3
lines
libm: Fix order of significand words in EXTRACT_LDBL128_WORDS.
PR lib/58337
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Apr 3 04:40:23 2024 UTC (8 months ago) by kre
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -1
lines
For i386, if ft[sg]etprec() are to be used, ensure there's a
prototype for them in scope (so include <ieeefp.h>)
Might fix the i386 build.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jan 23 15:45:07 2024 UTC (10 months, 1 week ago) by christos
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -2
lines
move inclusion of <machine/ieee.h> to the ieee source files instead of
including it in math_private.h which is also used by the vax which is not ieee.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jan 22 14:26:18 2024 UTC (10 months, 1 week ago) by kre
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -2
lines
Simply an overly complex way of saying "0 or 1" into a cleaner version.
While here add a commment about how the __i386__ magic LD80C macro
might no longer work on all other arch's as well (if someone can verify
that it still does, or can fix it so that it still works on i386, but
also works everywhere else, then please remove that XXX comment.
The issue I am (perhaps imagining) is the (uint32_t) cast.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jan 22 12:15:19 2024 UTC (10 months, 1 week ago) by kre
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -5
lines
This set of changes seem to be sufficient to make at least the
amd64 port build again after the long double math function infusion
from yesterday.
Feel free (without consulting me, I'm just hacking about) to revert
any of this and do it a better way.
Note: this is not intended to be complete, in particular, in <math.h>
I added prototypes only for the functions that are needed for a
successful build, not all of the new ones...
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 21 18:53:18 2024 UTC (10 months, 1 week ago) by christos
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +394 -8
lines
Bring in more long double functions from FreeBSD.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Aug 3 20:45:49 2023 UTC (16 months ago) by andvar
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
fix typos in comments and one definition, mainly s/sucket/socket/.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Aug 27 08:31:59 2022 UTC (2 years, 3 months ago) by christos
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +34 -1
lines
Add sincos{,f,l} from FreeBSD
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Aug 24 13:51:19 2022 UTC (2 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +112 -2
lines
sync with FreeBSD; bring some more inline functions.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Apr 19 20:32:16 2022 UTC (2 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +12 -12
lines
lib: remove CONSTCOND comment
Since 2021-01-31, lint doesn't need it anymore for the common pattern of
'do ... while (0)'.
Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 14:48:54 2016 UTC (8 years, 1 month ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +52 -1
lines
Sync with HEAD
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Sep 19 22:05:05 2016 UTC (8 years, 2 months ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +52 -1
lines
Add the complex trig functions from FreeBSD
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Mar 26 11:59:38 2015 UTC (9 years, 8 months ago) by justin
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -5
lines
Fix prototypes to match definitions
Revision 1.17.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:18 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.17.2.1: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.2.1: +6 -2
lines
Rebase to HEAD as of a few days ago.
Revision 1.16.6.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:36:57 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.16.6.1: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.6.1: +30 -2
lines
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")
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Mar 14 22:21:31 2014 UTC (10 years, 8 months ago) by dsl
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
There is some very odd code in s_exp2.c that only works if 'double'
values are rounded to 53 bit mantissa in teh x87 registers.
This hasn't been true since Nov 11 2013.
Forcing a store-load for 'double' in STRICT_ASSIGN() seems to fix things
(at least enough for the few random test cases).
I suspect the code could be changed so that the number of mantissa bits
didn't matter.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Nov 19 19:24:34 2013 UTC (11 years ago) by joerg
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1
lines
Add cbrtl(3) and sqrtl(3), from FreeBSD.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Nov 12 16:48:39 2013 UTC (11 years ago) by joerg
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -1
lines
Initial version of fmodl from FreeBSD.
Basic test case for the fmod family.
Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:27:58 2013 UTC (11 years, 9 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +25 -1
lines
resync with head
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 11 01:29:58 2013 UTC (11 years, 9 months ago) by christos
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +25 -1
lines
hook fma to the build
Revision 1.16.6.1: download - view: text, markup, annotated - select for diffs
Wed May 23 10:07:32 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +30 -1
lines
sync with head.
Revision 1.16.8.1: download - view: text, markup, annotated - select for diffs
Wed May 9 18:22:36 2012 UTC (12 years, 6 months ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +30 -1
lines
Pull up following revision(s) (requested by christos in ticket #232):
distrib/sets/lists/comp/mi: revision 1.1756
lib/libm/Makefile: revision 1.124
lib/libm/src/math_private.h: revision 1.17
lib/libm/src/b_tgamma.c: revision 1.1
lib/libm/man/lgamma.3: revision 1.22
lib/libm/src/b_log.c: revision 1.1
lib/libm/src/b_exp.c: revision 1.1
include/math.h: revision 1.58
lib/libm/src/s_tgammaf.c: revision 1.1
add tgamma{,f}
Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot cz
oops, forgot to commit: add tgamma and tgammaf
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat May 5 17:54:14 2012 UTC (12 years, 7 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5
Branch point for: tls-maxphys
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +30 -1
lines
Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot cz
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Sep 16 20:39:50 2010 UTC (14 years, 2 months ago) by drochner
Branches: MAIN
CVS tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
netbsd-6
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
fix an obvious botch which made eg conjl(3) a no-op
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 15 16:11:30 2010 UTC (14 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +32 -1
lines
Commit SoC long double support from Stathis Kamperis
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 11 16:28:39 2010 UTC (14 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +19 -1
lines
Add exp2 and exp2m
Revision 1.12.18.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:30:39 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +9 -9
lines
sync with head.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Apr 26 23:49:50 2008 UTC (16 years, 7 months ago) by christos
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -9
lines
pass a little lint.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 21 12:55:58 2005 UTC (19 years, 4 months ago) by christos
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-pf42
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1
lines
Add log2 and log2f from FreeBSD PR 83845
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 21 18:09:26 2001 UTC (23 years, 9 months ago) by bjh21
Branches: MAIN
CVS tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
fvdl_fs64_base
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -4
lines
Add support for ARM VFP-format doubles, conditional on __VFP_FP__.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Feb 9 18:38:33 2001 UTC (23 years, 9 months ago) by bjh21
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
__arm26__ || __arm32__ -> __arm__
Not least because the unified NetBSD/arm compiler probably won't predefine
__arm26__ or __arm32__.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue May 9 21:55:53 2000 UTC (24 years, 7 months ago) by bjh21
Branches: MAIN
CVS tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4
lines
Initial commit of arm26 port
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 2 15:37:42 1999 UTC (25 years, 5 months ago) by simonb
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
comdex-fall-1999-base,
comdex-fall-1999
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +21 -21
lines
More trailing white space.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Nov 24 09:25:30 1998 UTC (26 years ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
Use __arm32__, not arm32, for egcs.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Oct 9 11:30:47 1997 UTC (27 years, 2 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
lines
rcsid facism, WARNSify
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 13 00:04:56 1996 UTC (28 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2
lines
remove inclusion of <machine/endian.h>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 7 20:26:07 1996 UTC (28 years, 7 months ago) by mark
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -3
lines
Get the word order of doubles correct for the arm32 port.
Note: The arm32 port is little endian except for the FP word order.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 25 01:48:53 1995 UTC (29 years, 8 months ago) by jtc
Branches: MAIN
CVS tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3
lines
Fix overlooked FIXME: unsigned int -> u_int32_t.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 18 23:06:19 1994 UTC (30 years, 3 months ago) by jtc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -7
lines
Change int -> int32_t and unsigned int -> u_int32_t to improve portabilty
to machines where int != 32 bits.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Aug 10 20:31:51 1994 UTC (30 years, 4 months ago) by jtc
Branches: MAIN
Float versions of math functions. From Ian Taylor (ian@cygnus.com), with
minor changes by me.
CVSweb <webmaster@jp.NetBSD.org>