diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e1b8a23e6b2..e283d2bb48c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2013-02-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix AIX port (Bug#13650). | ||
| 4 | * lisp.h (XPNTR) [!USE_LSB_TAG && DATA_SEG_BITS]: | ||
| 5 | Fix bug introduced in 2012-07-27 change. DATA_SEG_BITS, if set, | ||
| 6 | was #undeffed earlier, so it cannot be used as a macro here. | ||
| 7 | Use the constant and not the macro. | ||
| 8 | * unexaix.c: Revert 2013-02-11 and 2013-02-12 changes to this | ||
| 9 | file. They're almost surely OK but we're just before a release so | ||
| 10 | we should avoid changes unless they're clearly needed. Instead, | ||
| 11 | make the following minor change: | ||
| 12 | (ADDR_CORRECT): New macro. | ||
| 13 | |||
| 1 | 2013-02-13 Eli Zaretskii <eliz@gnu.org> | 14 | 2013-02-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 15 | ||
| 3 | * w32proc.c (new_child): If no vacant slots are found in | 16 | * w32proc.c (new_child): If no vacant slots are found in |