diff options
| author | Paul Eggert | 2011-03-15 14:23:02 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-15 14:23:02 -0700 |
| commit | 0da09c43ea240c1f07e1f9c2e9f40cd9fcbb862f (patch) | |
| tree | 4ebfc71486f47580a9c5dcf39ea310fbf7d36017 /src/ChangeLog | |
| parent | 880433015d01974c015718f73c203ad36e47139b (diff) | |
| download | emacs-0da09c43ea240c1f07e1f9c2e9f40cd9fcbb862f.tar.gz emacs-0da09c43ea240c1f07e1f9c2e9f40cd9fcbb862f.zip | |
* editfns.c (Fchar_equal): Remove no-longer-needed workaround for
the race-condition problem the old DOWNCASE.
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 a02d1473b4c..6cacc4576fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,8 @@ | |||
| 8 | EMACS_INT, since callers assume the returned value fits in int. | 8 | EMACS_INT, since callers assume the returned value fits in int. |
| 9 | (upcase1): Likewise, for UPCASE_TABLE. | 9 | (upcase1): Likewise, for UPCASE_TABLE. |
| 10 | (uppercasep, lowercasep, upcase): New static inline functions. | 10 | (uppercasep, lowercasep, upcase): New static inline functions. |
| 11 | * editfns.c (Fchar_equal): Remove no-longer-needed workaround for | ||
| 12 | the race-condition problem the old DOWNCASE. | ||
| 11 | 13 | ||
| 12 | * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT): | 14 | * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT): |
| 13 | Rename locals to avoid shadowing. | 15 | Rename locals to avoid shadowing. |