This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ChangeLog entries.


Hi Andreas,

Seems like you've used wildcards in the ChangeLog:

2000-03-28  Andreas Jaeger  <aj@suse.de>

        * sysdeps/i386/fpu/bits/mathinline.h (__sincos): Remove redundant
        declaration, the prototype is defined via bits/mathcalls.h.
        [...]
        (__inline_mathcode*NP*): New macros without prototype
        declarations.
        (__inline_mathop*NP*): Likewise.
        [...]
        (*fabs*): Likewise.

The GNU coding standards explicitly disalow this, the rationale being
that a simple grep for say `fabsl', won't find this particular entry.

Mark

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]