diff options
| author | Andreas Schwab | 2010-07-11 11:27:13 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-07-11 11:27:13 +0200 |
| commit | a8fe7202b4d4b86cdc66997dc624a367631abd51 (patch) | |
| tree | b53c886cc1a66869d5b01d79384d8241a0a5cefa /src/ChangeLog | |
| parent | bb8e180f2ce13346ee082b35d557d244e73f281c (diff) | |
| download | emacs-a8fe7202b4d4b86cdc66997dc624a367631abd51.tar.gz emacs-a8fe7202b4d4b86cdc66997dc624a367631abd51.zip | |
Constify functions taking char *
* alloc.c (pending_malloc_warning, malloc_warning): Add const.
* callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
(egetenv): Likewise.
* doprnt.c (doprnt): Likewise.
* editfns.c (set_time_zone_rule, format2): Likewise.
* emacs.c (decode_env_path): Likewise.
* eval.c (signal_error, error): Likewise.
* insdel.c (replace_range_2): Likewise.
* keyboard.c (cmd_error_internal): Likewise.
* lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
* print.c (write_string, write_string_1, print_error_message):
Likewise.
* vm-limit.c (warn_function, memory_warnings): Likewise.
* xdisp.c (message1, message1_nolog, message_with_string)
(vmessage, message, message_nolog): Likewise.
* emacs.c: Remove duplicate declaration.
* keyboard.h: Likewise.
* lisp.h: Update prototypes.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8ad8075fb83..d6002ad2b20 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,24 @@ | |||
| 1 | 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * alloc.c (pending_malloc_warning, malloc_warning): Add const. | ||
| 4 | * callproc.c (relocate_fd, getenv_internal_1, getenv_internal) | ||
| 5 | (egetenv): Likewise. | ||
| 6 | * doprnt.c (doprnt): Likewise. | ||
| 7 | * editfns.c (set_time_zone_rule, format2): Likewise. | ||
| 8 | * emacs.c (decode_env_path): Likewise. | ||
| 9 | * eval.c (signal_error, error): Likewise. | ||
| 10 | * insdel.c (replace_range_2): Likewise. | ||
| 11 | * keyboard.c (cmd_error_internal): Likewise. | ||
| 12 | * lread.c (isfloat_string, make_symbol, dir_warning): Likewise. | ||
| 13 | * print.c (write_string, write_string_1, print_error_message): | ||
| 14 | Likewise. | ||
| 15 | * vm-limit.c (warn_function, memory_warnings): Likewise. | ||
| 16 | * xdisp.c (message1, message1_nolog, message_with_string) | ||
| 17 | (vmessage, message, message_nolog): Likewise. | ||
| 18 | * emacs.c: Remove duplicate declaration. | ||
| 19 | * keyboard.h: Likewise. | ||
| 20 | * lisp.h: Update prototypes. | ||
| 21 | |||
| 3 | * eval.c: Fix indentation problem. | 22 | * eval.c: Fix indentation problem. |
| 4 | 23 | ||
| 5 | * keyboard.c: Include "process.h" | 24 | * keyboard.c: Include "process.h" |