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:
Jeff Johnston 2015-11-02 16:38:30 -05:00
parent 72e18faf62
commit 53617ce4e6
23 changed files with 59 additions and 34 deletions

View File

@ -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> 2015-09-22 Mike Frysinger <vapier@gentoo.org>
* config.guess: Update from config repo. * config.guess: Update from config repo.

View File

@ -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> 2015-11-02 Steve Ellcey <sellcey@imgtec.com>
* libc/machine/mips/memcpy.S (memcpy): Add word copies for small * libc/machine/mips/memcpy.S (memcpy): Add word copies for small

View File

@ -8,7 +8,7 @@
/* /*
FUNCTION FUNCTION
<<wcsftime>>--convert date and time to a formatted wide-character string <<wcsftime>>---convert date and time to a formatted wide-character string
INDEX INDEX
wcsftime wcsftime

View File

@ -3,7 +3,7 @@
* defined in math.h (q.v.). */ * defined in math.h (q.v.). */
/* /*
FUNCTION FUNCTION
<<isgreater>>, <<isgreaterequal>>, <<isless>>, <<islessequal>>, <<islessgreater>>, and <<isunordered>>--comparison macros <<isgreater>>, <<isgreaterequal>>, <<isless>>, <<islessequal>>, <<islessgreater>>, and <<isunordered>>---comparison macros
INDEX INDEX
isgreater isgreater
INDEX INDEX

View File

@ -5,7 +5,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<fdim>>, <<fdimf>>--positive difference <<fdim>>, <<fdimf>>---positive difference
INDEX INDEX
fdim fdim
INDEX INDEX

View File

@ -1,6 +1,6 @@
/* /*
FUNCTION FUNCTION
<<fma>>, <<fmaf>>--floating multiply add <<fma>>, <<fmaf>>---floating multiply add
INDEX INDEX
fma fma
INDEX INDEX

View File

@ -5,7 +5,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<fmax>>, <<fmaxf>>--maximum <<fmax>>, <<fmaxf>>---maximum
INDEX INDEX
fmax fmax
INDEX INDEX

View File

@ -5,7 +5,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<fmin>>, <<fminf>>--minimum <<fmin>>, <<fminf>>---minimum
INDEX INDEX
fmin fmin
INDEX INDEX

View File

@ -5,7 +5,7 @@
/* /*
FUNCTION FUNCTION
<<infinity>>, <<infinityf>>--representation of infinity <<infinity>>, <<infinityf>>---representation of infinity
INDEX INDEX
infinity infinity

View File

@ -13,7 +13,7 @@
/* /*
FUNCTION 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 @c C99 (start
INDEX INDEX

View File

@ -14,7 +14,7 @@
/* /*
FUNCTION FUNCTION
<<log2>>, <<log2f>>--base 2 logarithm <<log2>>, <<log2f>>---base 2 logarithm
INDEX INDEX
log2 log2
INDEX INDEX

View File

@ -12,7 +12,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<logb>>, <<logbf>>--get exponent of floating-point number <<logb>>, <<logbf>>---get exponent of floating-point number
INDEX INDEX
logb logb
INDEX INDEX

View File

@ -12,7 +12,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<lrint>>, <<lrintf>>, <<llrint>>, <<llrintf>>--round to integer <<lrint>>, <<lrintf>>, <<llrint>>, <<llrintf>>---round to integer
INDEX INDEX
lrint lrint
INDEX INDEX

View File

@ -10,7 +10,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<lround>>, <<lroundf>>, <<llround>>, <<llroundf>>--round to integer, to nearest <<lround>>, <<lroundf>>, <<llround>>, <<llroundf>>---round to integer, to nearest
INDEX INDEX
lround lround
INDEX INDEX

View File

@ -10,7 +10,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<nearbyint>>, <<nearbyintf>>--round to integer <<nearbyint>>, <<nearbyintf>>---round to integer
INDEX INDEX
nearbyint nearbyint
INDEX INDEX

View File

@ -13,7 +13,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<remquo>>, <<remquof>>--remainder and part of quotient <<remquo>>, <<remquof>>---remainder and part of quotient
INDEX INDEX
remquo remquo
INDEX INDEX

View File

@ -12,7 +12,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<rint>>, <<rintf>>--round to integer <<rint>>, <<rintf>>---round to integer
INDEX INDEX
rint rint
INDEX INDEX

View File

@ -10,7 +10,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<round>>, <<roundf>>--round to integer, to nearest <<round>>, <<roundf>>---round to integer, to nearest
INDEX INDEX
round round
INDEX INDEX

View File

@ -13,7 +13,7 @@
/* /*
FUNCTION FUNCTION
<<scalbn>>, <<scalbnf>>, <<scalbln>>, <<scalblnf>>--scale by power of FLT_RADIX (=2) <<scalbn>>, <<scalbnf>>, <<scalbln>>, <<scalblnf>>---scale by power of FLT_RADIX (=2)
INDEX INDEX
scalbn scalbn
INDEX INDEX

View File

@ -5,7 +5,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<signbit>>--Does floating-point number have negative sign? <<signbit>>---Does floating-point number have negative sign?
INDEX INDEX
signbit signbit

View File

@ -10,7 +10,7 @@
*/ */
/* /*
FUNCTION FUNCTION
<<trunc>>, <<truncf>>--round to integer, towards zero <<trunc>>, <<truncf>>---round to integer, towards zero
INDEX INDEX
trunc trunc
INDEX INDEX

View File

@ -13,7 +13,7 @@
/* /*
FUNCTION FUNCTION
<<exp2>>, <<exp2f>>--exponential, base 2 <<exp2>>, <<exp2f>>---exponential, base 2
INDEX INDEX
exp2 exp2
INDEX INDEX

View File

@ -24,7 +24,7 @@ gamma function.
matching a newer, better definition. */ matching a newer, better definition. */
/* /*
FUNCTION 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 INDEX
gamma gamma