diff options
| author | Paul Eggert | 2014-09-24 13:54:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-24 13:54:25 -0700 |
| commit | 59355ea9ce310eb45b33e10f2ffaedbc4e2f47a9 (patch) | |
| tree | 9ad6afd9669937ca3b54517c2ab2528ef21144e5 /src/ChangeLog | |
| parent | 203a9eb0ec0e1f28958df5fa1a49c5a7e3f4cae8 (diff) | |
| download | emacs-59355ea9ce310eb45b33e10f2ffaedbc4e2f47a9.tar.gz emacs-59355ea9ce310eb45b33e10f2ffaedbc4e2f47a9.zip | |
Default to stack objects on non-GNU/Linux, non-DOS_NT platforms.
* lisp.h (USE_STACK_LISP_OBJECTS): Also default to true
if !defined DOS_NT && !defined GNU_LINUX. I've tested this on AIX
and Solaris and it's likely to work on similar platforms.
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 5f95c1594ef..ccd5e1ffa6f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2014-09-24 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-09-24 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Default to stack objects on non-GNU/Linux, non-DOS_NT platforms. | ||
| 4 | * lisp.h (USE_STACK_LISP_OBJECTS): Also default to true | ||
| 5 | if !defined DOS_NT && !defined GNU_LINUX. I've tested this on AIX | ||
| 6 | and Solaris and it's likely to work on similar platforms. | ||
| 7 | |||
| 3 | Avoid signed integer overflow when converting Time to ptrdiff_t. | 8 | Avoid signed integer overflow when converting Time to ptrdiff_t. |
| 4 | * keyboard.c (INPUT_EVENT_POS_MAX, INPUT_EVENT_POS_MIN): | 9 | * keyboard.c (INPUT_EVENT_POS_MAX, INPUT_EVENT_POS_MIN): |
| 5 | New macros. | 10 | New macros. |