Bruce Evans 9698b3b564 Don't assume that int is signed 32-bits in one place. Keep assuming
that ints have >= 31 value bits elsewhere.  s/int/int32_t/ seems to
have been done too globally for all other files in msun/src before
msun/ was imported into FreeBSD.

Minor fixes in comments.

e_lgamma_r.c:
Describe special cases in more detail:
- exception for lgamma(0) and lgamma(neg.integer)
- lgamma(-Inf) = Inf.  This is wrong but is required by C99 Annex F.  I
  hope to change this.
2007-05-02 16:54:22 +00:00
..
2007-05-02 05:29:55 +00:00
2007-04-04 14:04:55 +00:00
2007-04-24 06:29:27 +00:00
2007-04-09 01:45:30 +00:00
2007-04-09 01:45:30 +00:00