diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9b0ff3e7339..9196367d195 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives. | ||
| 4 | |||
| 3 | * data.c (Faset): If ARRAY is a string, check that NEWELT is a char. | 5 | * data.c (Faset): If ARRAY is a string, check that NEWELT is a char. |
| 4 | Without this fix, on a 64-bit host (aset S 0 4294967386) would | 6 | Without this fix, on a 64-bit host (aset S 0 4294967386) would |
| 5 | incorrectly succeed when S was a string, because 4294967386 was | 7 | incorrectly succeed when S was a string, because 4294967386 was |