diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 48d3983e253..02644342d46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | xstrcasecmp: conform to C89 pointer rules | ||
| 4 | * xfaces.c (xstrcasecmp): Change args from const unsigned char * | ||
| 5 | to const char *, since they're usually low-level C strings, and | ||
| 6 | this stays compatible with C89 pointer rules. All callers changed. | ||
| 7 | |||
| 3 | * charset.c: conform to C89 pointer rules | 8 | * charset.c: conform to C89 pointer rules |
| 4 | (define_charset_internal): Switch between char * and unsigned char *. | 9 | (define_charset_internal): Switch between char * and unsigned char *. |
| 5 | 10 | ||