aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 72d7d405f7a..9b70b8f5411 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12014-08-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 Minor cleanups of str_collate fix (Bug#18051).
4 * fns.c (str_collate): Move decl from here ...
5 * lisp.h (str_collate): ... to here.
6 * sysdep.c (str_collate): Prune away some of the forest of ifdefs.
7 Remove unnecessary casts. Use SAFE_NALLOCA to avoid
8 potential problems with integer overflow. Don't assume
9 setlocale succeeds. Remove unnecessary test before restoring
10 locale via setlocale, and free the copied setlocale string
11 when done with it.
12
12014-08-24 Michael Albinus <michael.albinus@gmx.de> 132014-08-24 Michael Albinus <michael.albinus@gmx.de>
2 14
3 * fns.c (Fstring_collate_lessp, Fstring_collate_equalp): New DEFUNs. 15 * fns.c (Fstring_collate_lessp, Fstring_collate_equalp): New DEFUNs.