Consistently use an em-dash in math functions.
- also move previous ChangeLog entry to newlib instead of top-level * libc/time/wcsftime.c: Consistently use an em-dash in FUNCTION summary. * libm/common/isgreater.c: Ditto. * libm/common/s_fdim.c: Ditto. * libm/common/s_fma.c: Ditto. * libm/common/s_fmax.c: Ditto. * libm/common/s_fmin.c: Ditto. * libm/common/s_infinity.c: Ditto. * libm/common/s_isnan.c: Ditto. * libm/common/s_log2.c: Ditto. * libm/common/s_logb.c: Ditto. * libm/common/s_lrint.c: Ditto. * libm/common/s_lround.c: Ditto. * libm/common/s_nearbyint.c: Ditto. * libm/common/s_remquo.c: Ditto. * libm/common/s_rint.c: Ditto. * libm/common/s_round.c: Ditto. * libm/common/s_scalbn.c: Ditto. * libm/common/s_signbit.c: Ditto. * libm/common/s_trunc.c: Ditto. * libm/math/w_exp2.c: Ditto. * libm/math/w_gamma.c: Ditto.
This commit is contained in:
parent
72e18faf62
commit
53617ce4e6
13
ChangeLog
13
ChangeLog
|
@ -1,16 +1,3 @@
|
|||
2015-11-02 Jon Turney <jon.turney@dronecode.org.uk>
|
||||
|
||||
* libc/stdio/fseek.c: Add missing semicolons to prototypes in
|
||||
SYNOPSIS.
|
||||
* libc/stdio/fwide.c: Ditto.
|
||||
* libc/stdio64/fseeko64.c: Ditto.
|
||||
* libc/string/strtok.c: Ditto.
|
||||
* libc/string/wcstok.c: Ditto.
|
||||
* libm/math/w_cosh.c: Ditto.
|
||||
* libm/math/w_fmod.c: Ditto.
|
||||
* libm/mathfp/s_cosh.c: Ditto.
|
||||
* libm/mathfp/s_fmod.c: Ditto.
|
||||
|
||||
2015-09-22 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* config.guess: Update from config repo.
|
||||
|
|
|
@ -1,3 +1,41 @@
|
|||
2015-11-02 Jon Turney <jon.turney@dronecode.org.uk>
|
||||
|
||||
* libc/time/wcsftime.c: Consistently use an em-dash in FUNCTION
|
||||
summary.
|
||||
* libm/common/isgreater.c: Ditto.
|
||||
* libm/common/s_fdim.c: Ditto.
|
||||
* libm/common/s_fma.c: Ditto.
|
||||
* libm/common/s_fmax.c: Ditto.
|
||||
* libm/common/s_fmin.c: Ditto.
|
||||
* libm/common/s_infinity.c: Ditto.
|
||||
* libm/common/s_isnan.c: Ditto.
|
||||
* libm/common/s_log2.c: Ditto.
|
||||
* libm/common/s_logb.c: Ditto.
|
||||
* libm/common/s_lrint.c: Ditto.
|
||||
* libm/common/s_lround.c: Ditto.
|
||||
* libm/common/s_nearbyint.c: Ditto.
|
||||
* libm/common/s_remquo.c: Ditto.
|
||||
* libm/common/s_rint.c: Ditto.
|
||||
* libm/common/s_round.c: Ditto.
|
||||
* libm/common/s_scalbn.c: Ditto.
|
||||
* libm/common/s_signbit.c: Ditto.
|
||||
* libm/common/s_trunc.c: Ditto.
|
||||
* libm/math/w_exp2.c: Ditto.
|
||||
* libm/math/w_gamma.c: Ditto.
|
||||
|
||||
2015-11-02 Jon Turney <jon.turney@dronecode.org.uk>
|
||||
|
||||
* libc/stdio/fseek.c: Add missing semicolons to prototypes in
|
||||
SYNOPSIS.
|
||||
* libc/stdio/fwide.c: Ditto.
|
||||
* libc/stdio64/fseeko64.c: Ditto.
|
||||
* libc/string/strtok.c: Ditto.
|
||||
* libc/string/wcstok.c: Ditto.
|
||||
* libm/math/w_cosh.c: Ditto.
|
||||
* libm/math/w_fmod.c: Ditto.
|
||||
* libm/mathfp/s_cosh.c: Ditto.
|
||||
* libm/mathfp/s_fmod.c: Ditto.
|
||||
|
||||
2015-11-02 Steve Ellcey <sellcey@imgtec.com>
|
||||
|
||||
* libc/machine/mips/memcpy.S (memcpy): Add word copies for small
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
/*
|
||||
FUNCTION
|
||||
<<wcsftime>>--convert date and time to a formatted wide-character string
|
||||
<<wcsftime>>---convert date and time to a formatted wide-character string
|
||||
|
||||
INDEX
|
||||
wcsftime
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* defined in math.h (q.v.). */
|
||||
/*
|
||||
FUNCTION
|
||||
<<isgreater>>, <<isgreaterequal>>, <<isless>>, <<islessequal>>, <<islessgreater>>, and <<isunordered>>--comparison macros
|
||||
<<isgreater>>, <<isgreaterequal>>, <<isless>>, <<islessequal>>, <<islessgreater>>, and <<isunordered>>---comparison macros
|
||||
INDEX
|
||||
isgreater
|
||||
INDEX
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<fdim>>, <<fdimf>>--positive difference
|
||||
<<fdim>>, <<fdimf>>---positive difference
|
||||
INDEX
|
||||
fdim
|
||||
INDEX
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
FUNCTION
|
||||
<<fma>>, <<fmaf>>--floating multiply add
|
||||
<<fma>>, <<fmaf>>---floating multiply add
|
||||
INDEX
|
||||
fma
|
||||
INDEX
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<fmax>>, <<fmaxf>>--maximum
|
||||
<<fmax>>, <<fmaxf>>---maximum
|
||||
INDEX
|
||||
fmax
|
||||
INDEX
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<fmin>>, <<fminf>>--minimum
|
||||
<<fmin>>, <<fminf>>---minimum
|
||||
INDEX
|
||||
fmin
|
||||
INDEX
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
/*
|
||||
FUNCTION
|
||||
<<infinity>>, <<infinityf>>--representation of infinity
|
||||
<<infinity>>, <<infinityf>>---representation of infinity
|
||||
|
||||
INDEX
|
||||
infinity
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
/*
|
||||
FUNCTION
|
||||
<<fpclassify>>, <<isfinite>>, <<isinf>>, <<isnan>>, and <<isnormal>>--floating-point classification macros; <<finite>>, <<finitef>>, <<isinf>>, <<isinff>>, <<isnan>>, <<isnanf>>--test for exceptional numbers
|
||||
<<fpclassify>>, <<isfinite>>, <<isinf>>, <<isnan>>, and <<isnormal>>---floating-point classification macros; <<finite>>, <<finitef>>, <<isinf>>, <<isinff>>, <<isnan>>, <<isnanf>>---test for exceptional numbers
|
||||
|
||||
@c C99 (start
|
||||
INDEX
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
/*
|
||||
FUNCTION
|
||||
<<log2>>, <<log2f>>--base 2 logarithm
|
||||
<<log2>>, <<log2f>>---base 2 logarithm
|
||||
INDEX
|
||||
log2
|
||||
INDEX
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<logb>>, <<logbf>>--get exponent of floating-point number
|
||||
<<logb>>, <<logbf>>---get exponent of floating-point number
|
||||
INDEX
|
||||
logb
|
||||
INDEX
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<lrint>>, <<lrintf>>, <<llrint>>, <<llrintf>>--round to integer
|
||||
<<lrint>>, <<lrintf>>, <<llrint>>, <<llrintf>>---round to integer
|
||||
INDEX
|
||||
lrint
|
||||
INDEX
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<lround>>, <<lroundf>>, <<llround>>, <<llroundf>>--round to integer, to nearest
|
||||
<<lround>>, <<lroundf>>, <<llround>>, <<llroundf>>---round to integer, to nearest
|
||||
INDEX
|
||||
lround
|
||||
INDEX
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<nearbyint>>, <<nearbyintf>>--round to integer
|
||||
<<nearbyint>>, <<nearbyintf>>---round to integer
|
||||
INDEX
|
||||
nearbyint
|
||||
INDEX
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<remquo>>, <<remquof>>--remainder and part of quotient
|
||||
<<remquo>>, <<remquof>>---remainder and part of quotient
|
||||
INDEX
|
||||
remquo
|
||||
INDEX
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<rint>>, <<rintf>>--round to integer
|
||||
<<rint>>, <<rintf>>---round to integer
|
||||
INDEX
|
||||
rint
|
||||
INDEX
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<round>>, <<roundf>>--round to integer, to nearest
|
||||
<<round>>, <<roundf>>---round to integer, to nearest
|
||||
INDEX
|
||||
round
|
||||
INDEX
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
/*
|
||||
FUNCTION
|
||||
<<scalbn>>, <<scalbnf>>, <<scalbln>>, <<scalblnf>>--scale by power of FLT_RADIX (=2)
|
||||
<<scalbn>>, <<scalbnf>>, <<scalbln>>, <<scalblnf>>---scale by power of FLT_RADIX (=2)
|
||||
INDEX
|
||||
scalbn
|
||||
INDEX
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<signbit>>--Does floating-point number have negative sign?
|
||||
<<signbit>>---Does floating-point number have negative sign?
|
||||
|
||||
INDEX
|
||||
signbit
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
/*
|
||||
FUNCTION
|
||||
<<trunc>>, <<truncf>>--round to integer, towards zero
|
||||
<<trunc>>, <<truncf>>---round to integer, towards zero
|
||||
INDEX
|
||||
trunc
|
||||
INDEX
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
/*
|
||||
FUNCTION
|
||||
<<exp2>>, <<exp2f>>--exponential, base 2
|
||||
<<exp2>>, <<exp2f>>---exponential, base 2
|
||||
INDEX
|
||||
exp2
|
||||
INDEX
|
||||
|
|
|
@ -24,7 +24,7 @@ gamma function.
|
|||
matching a newer, better definition. */
|
||||
/*
|
||||
FUNCTION
|
||||
<<gamma>>, <<gammaf>>, <<lgamma>>, <<lgammaf>>, <<gamma_r>>, <<gammaf_r>>, <<lgamma_r>>, <<lgammaf_r>>, <<tgamma>>, and <<tgammaf>>--logarithmic and plain gamma functions
|
||||
<<gamma>>, <<gammaf>>, <<lgamma>>, <<lgammaf>>, <<gamma_r>>, <<gammaf_r>>, <<lgamma_r>>, <<lgammaf_r>>, <<tgamma>>, and <<tgammaf>>---logarithmic and plain gamma functions
|
||||
|
||||
INDEX
|
||||
gamma
|
||||
|
|
Loading…
Reference in New Issue