aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-05-24 20:39:12 +0200
committerJoakim Verona2012-05-24 20:39:12 +0200
commit44fce8ffe7198991c41c985ff4e67ec7d407907e (patch)
tree81e28bf1b327f55c0c50b30c1c1c6d1e78c6849d /src/ChangeLog
parent207460f292db1b9ede6b8ddad3ed7ac6bba026b5 (diff)
parentf18b81e6d670ea83e3ccb7c7b6aff50933120018 (diff)
downloademacs-44fce8ffe7198991c41c985ff4e67ec7d407907e.tar.gz
emacs-44fce8ffe7198991c41c985ff4e67ec7d407907e.zip
upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog45
1 files changed, 43 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3054f4a284f..8697e70d51d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,44 @@
12012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * window.h (clip_changed): Remove useless declaration.
4
52012-05-22 Juanma Barranquero <lekktu@gmail.com>
6
7 * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
8 (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
9
102012-05-22 Paul Eggert <eggert@cs.ucla.edu>
11
12 Remove src/m/*.
13 This directory predates autoconf and is no longer needed nowadays.
14 Move its few remaining bits of functionality to where they're needed.
15 * m/README, m/alpha.h, m/amdx86-64.h, m/ia64.h, m/ibmrs6000.h:
16 * m/ibms390x.h, m/intel386.h, m/m68k.h, m/macppc.h, m/sparc.h:
17 * m/template.h: Remove.
18 * Makefile.in (M_FILE): Remove. All uses removed.
19 * alloc.c (POINTERS_MIGHT_HIDE_IN_OBJECTS):
20 * lisp.h (USE_LSB_TAG):
21 * mem-limits.h (EXCEEDS_LISP_PTR):
22 Use VAL_MAX, not VALBITS, in #if.
23 * lisp.h (EMACS_INT_MAX): New macro, useful in #if.
24 (EMACS_UINT): Define unconditionally now.
25 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
26 (BITS_PER_EMACS_INT): New constants, replacing
27 what used to be in config.h, but not useful in #if.
28 (GCTYPEBITS, VALBITS): Define unconditionally, since m/* files don't
29 define them any more.
30 (VAL_MAX): New macro.
31 (VALMASK): Use it.
32 * puresize.h (PURESIZE_RATIO): Use EMACS_INT_MAX, not
33 BITS_PER_EMACS_INT, in #if.
34 * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY)
35 (BROKEN_SIGPOLL): Move here from m/ibmrs6000.h, which was removed.
36 * s/gnu-linux.h (ULIMIT_BREAK_VALUE) [__i386__]:
37 * s/ms-w32.h (DATA_START):
38 Move here from removed file m/intel386.h.
39 * s/gnu.h (NLIST_STRUCT): Remove undef; 'configure' does this.
40 * s/irix6-5.h (_LP64): Remove; lisp.h no longer needs this.
41
12012-05-21 Paul Eggert <eggert@cs.ucla.edu> 422012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2 43
3 Assume C89 or later. 44 Assume C89 or later.
@@ -21,7 +62,7 @@
212012-05-20 Ken Brown <kbrown@cornell.edu> 622012-05-20 Ken Brown <kbrown@cornell.edu>
22 63
23 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock) 64 * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
24 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase. 65 [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
25 66
262012-05-19 Ken Brown <kbrown@cornell.edu> 672012-05-19 Ken Brown <kbrown@cornell.edu>
27 68
@@ -398,7 +439,7 @@
3982012-04-22 Paul Eggert <eggert@cs.ucla.edu> 4392012-04-22 Paul Eggert <eggert@cs.ucla.edu>
399 440
400 Modernize and clean up gmalloc.c to assume C89 (Bug#9119). 441 Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
401 * gmalloc.c: (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t) 442 * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
402 (__malloc_size_t, __malloc_ptrdiff_t): 443 (__malloc_size_t, __malloc_ptrdiff_t):
403 Remove. All uses removed, replaced by the definiens if needed, 444 Remove. All uses removed, replaced by the definiens if needed,
404 since we can assume C89 or better now. 445 since we can assume C89 or better now.