diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ca08ece7c39..a888a8cdd1c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -30,6 +30,9 @@ | |||
| 30 | in 'int'. Instead, put the possibly-long file name into the | 30 | in 'int'. Instead, put the possibly-long file name into the |
| 31 | output of pfatal_with_name. | 31 | output of pfatal_with_name. |
| 32 | 32 | ||
| 33 | * update-game-score.c: Include <limits.h> | ||
| 34 | (get_user_id): Do not assume uid fits in 'int'. Simplify. | ||
| 35 | |||
| 33 | 2011-07-28 Paul Eggert <eggert@cs.ucla.edu> | 36 | 2011-07-28 Paul Eggert <eggert@cs.ucla.edu> |
| 34 | 37 | ||
| 35 | Assume freestanding C89 headers, string.h, stdlib.h. | 38 | Assume freestanding C89 headers, string.h, stdlib.h. |