Mercurial > emacs
comparison src/ChangeLog @ 109138:b2c0bf061382
* fileio.c (read_non_regular, read_non_regular_quit): Rename arg.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 05 Jul 2010 00:26:11 +0200 |
parents | 14077aaa95b4 |
children | c25c24812fb1 |
comparison
equal
deleted
inserted
replaced
109137:14077aaa95b4 | 109138:b2c0bf061382 |
---|---|
1 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change) | 1 2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change) |
2 Stefan Monnier <monnier@iro.umontreal.ca> | 2 Stefan Monnier <monnier@iro.umontreal.ca> |
3 | 3 |
4 * lread.c (read1): Fix up last change to not mess up `c'. | 4 * lread.c (read1): Fix up last change to not mess up `c'. |
5 | 5 |
6 2010-07-04 Juanma Barranquero <lekktu@gmail.com> | 6 2010-07-04 Juanma Barranquero <lekktu@gmail.com> |
7 | 7 |
11 | 11 |
12 Fix prototypes. | 12 Fix prototypes. |
13 | 13 |
14 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval. | 14 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval. |
15 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent. | 15 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent. |
16 * fileio.c (read_non_regular, read_non_regular_quit): Pass Lisp_Object, | 16 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object |
17 as required by internal_condition_case_1. | 17 arg, as required by internal_condition_case_1. |
18 * print.c (strout): Use const char* for arg PTR. | 18 * print.c (strout): Use const char* for arg PTR. |
19 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object. | 19 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object. |
20 (analyse_first): Fix "const const". | 20 (analyse_first): Fix "const const". |
21 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval. | 21 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval. |
22 * unexelf.c (round_up, find_section): Use ElfW macro for arguments. | 22 * unexelf.c (round_up, find_section): Use ElfW macro for arguments. |