aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-07-30 08:02:39 +0400
committerDmitry Antipov2012-07-30 08:02:39 +0400
commite499d0eebc7d8c12b42b2aa5392ce747ca3619ea (patch)
treeaaedb6d85d477502989012658beda610adcdcc9a /src/ChangeLog
parentd2bd74ff3e3f88027c4a7de0dcdb7dfb3e12716e (diff)
downloademacs-e499d0eebc7d8c12b42b2aa5392ce747ca3619ea.tar.gz
emacs-e499d0eebc7d8c12b42b2aa5392ce747ca3619ea.zip
Cleanup string bytes checking.
* alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES. (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES. (check_sblock, compact_small_strings): Simplify.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3d490df4fe9..6f3c0fc0913 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Cleanup string bytes checking.
4 * alloc.c (GC_STRING_BYTES, CHECK_STRING_BYTES): Remove. Convert
5 all users to STRING_BYTES or string_bytes if GC_CHECK_STRING_BYTES.
6 (check_string_bytes): Define to empty if not GC_CHECK_STRING_BYTES.
7 (check_sblock, compact_small_strings): Simplify.
8
12012-07-29 Paul Eggert <eggert@cs.ucla.edu> 92012-07-29 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove. 11 * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.