diff options
| author | Paul Eggert | 1999-11-22 08:21:28 +0000 |
|---|---|---|
| committer | Paul Eggert | 1999-11-22 08:21:28 +0000 |
| commit | 1b0d24e7f6cd7c375cdc4ca223dc436723a95f32 (patch) | |
| tree | 5d5ef916855acaef8e087c49fc0bc4553b9db157 /src/ChangeLog | |
| parent | 493c3eed38f0f443f6d6ed8c0806c8ee0fbf7afd (diff) | |
| download | emacs-1b0d24e7f6cd7c375cdc4ca223dc436723a95f32.tar.gz emacs-1b0d24e7f6cd7c375cdc4ca223dc436723a95f32.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1bb8abc9450..9177a36f7dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,57 @@ | |||
| 1 | 1999-11-22 Paul Eggert <eggert@twinsun.com> | ||
| 2 | |||
| 3 | Port to SunOS 4.1.x again. Help out with Alpha port. | ||
| 4 | Rename messages-locale to system-messages-locale, | ||
| 5 | and likewise for time-locale. | ||
| 6 | |||
| 7 | * callproc.c (strerror): Remove decl. | ||
| 8 | * fileio.c (strerror): Likewise. | ||
| 9 | * process.c (strerror): Likewise. | ||
| 10 | * emacs.c (strerror): Likewise. | ||
| 11 | (Vsystem_messages_locale): Renamed from Vmessages_locale. | ||
| 12 | All uses changed. | ||
| 13 | (Vprevious_system_messages_locale): Likewise, from | ||
| 14 | Vprevious_messages_locale. | ||
| 15 | (Vsystem_time_locale): Likewise, from Vtime_locale. | ||
| 16 | (Vprevious_system_time_locale): Likewise, from Vprevious_time_locale. | ||
| 17 | (ABORT_RETURN_TYPE): New macro. | ||
| 18 | (abort): Return type is now ABORT_RETURN_TYPE. | ||
| 19 | (main): Always invoke init_signals, even if POSIX_SIGNALS is not | ||
| 20 | defined. | ||
| 21 | (syms_of_emacs): messages-locale -> system-messages-locale, | ||
| 22 | previous-messages-locale -> previous-system-messages-locale, | ||
| 23 | time-locale -> system-time-locale, | ||
| 24 | previous-time-locale -> previous-system-time-locale. | ||
| 25 | |||
| 26 | * gmalloc.c (PP, __ptr_t): Assume ANSI C if STDC_HEADERS is defined. | ||
| 27 | (const): Do not define; that's config.h's job. | ||
| 28 | (<limits.h>): Include if HAVE_LIMITS_H is defined. | ||
| 29 | (CHAR_BIT): Move test for definedness outside of limits.h condition. | ||
| 30 | (<stddef.h>): Include if STDC_HEADERS is defined. | ||
| 31 | (FREE_RETURN_TYPE): New macro. | ||
| 32 | (free): Return type is now FREE_RETURN_TYPE. | ||
| 33 | |||
| 34 | * lisp.h (synchronize_system_time_locale): Renamed from | ||
| 35 | synchronize_time_locale. All uses changed. | ||
| 36 | (synchronize_system_messages_locale): Likewise, from | ||
| 37 | synchronize_messages_locale. | ||
| 38 | |||
| 39 | * m/alpha.h (malloc, realloc, calloc): Remove decls; | ||
| 40 | stdlib.h now does this. | ||
| 41 | |||
| 42 | * process.c (sys_siglist): Remove. | ||
| 43 | |||
| 44 | * s/sunos4-0.h (ABORT_RETURN_TYPE, FREE_RETURN_TYPE): | ||
| 45 | New macros. | ||
| 46 | |||
| 47 | * syntax.c (scan_sexps_forward): Use abort, not assert. | ||
| 48 | |||
| 49 | * sysdep.c (my_sys_siglist): New var. | ||
| 50 | (sys_siglist): New macro. Remove old initialized vars of same name. | ||
| 51 | (init_signals): Initialize sys_siglist. | ||
| 52 | |||
| 53 | * xfns.c (abort): Remove decl; stdlib.h now does this. | ||
| 54 | |||
| 1 | 1999-11-18 Dave Love <fx@gnu.org> | 55 | 1999-11-18 Dave Love <fx@gnu.org> |
| 2 | 56 | ||
| 3 | * filelock.c: Add forward declaration for get_boot_time_1. | 57 | * filelock.c: Add forward declaration for get_boot_time_1. |