bde 7b4912a3de 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
2006-09-17 21:27:35 +00:00
2006-10-09 05:12:54 +00:00
2007-04-24 06:29:27 +00:00
2006-09-17 21:27:35 +00:00
2007-04-09 01:45:30 +00:00
2007-04-09 01:45:30 +00:00
2006-10-28 10:53:39 +00:00
2006-10-21 15:12:36 +00:00
2007-01-20 07:48:10 +00:00