Mercurial > emacs
comparison src/ChangeLog @ 109315:8f3464b85afb
Use strchr, strrchr instead of index, rindex
* callint.c (Fcall_interactively): Use strchr, strrchr instead of
index, rindex.
* doc.c (get_doc_string, Fsnarf_documentation): Likewise.
* editfns.c (Fuser_full_name, Fformat): Likewise.
* emacs.c (argmatch, sort_args, decode_env_path): Likewise.
* fileio.c (Ffile_symlink_p): Likewise.
* filelock.c (current_lock_owner): Likewise.
* font.c (font_parse_name, font_parse_family_registry): Likewise.
* fontset.c (fontset_pattern_regexp): Likewise.
* lread.c (read1): Likewise.
* sysdep.c (init_system_name): Likewise.
* xfns.c (select_visual): Likewise.
* s/hpux10-20.h (index, rindex): Don't define.
* s/ms-w32.h (index): Likewise.
* s/usg5-4.h: Likewise.
* sed2v2.inp (HAVE_INDEX, HAVE_RINDEX): Don't edit.
(HAVE_STRCHR, HAVE_STRRCHR): Edit to 1.
* emacsclient.c (set_local_socket): Use strchr, strrchr instead of
index, rindex.
* movemail.c (mail_spool_name, popmail): Likewise.
* pop.c (pop_list): Likewise.
* CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
* configure.in: Don't check for index and rindex, check for strchr
and strrchr. Define strchr and strrchr as index and rindex,
resp., in src/config.h if not available.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Sun, 11 Jul 2010 12:31:10 +0200 |
parents | b7a866c9460c |
children | 06b03915afed |
comparison
equal
deleted
inserted
replaced
109314:b7a866c9460c | 109315:8f3464b85afb |
---|---|
1 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> | 1 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> |
2 | |
3 * callint.c (Fcall_interactively): Use strchr, strrchr instead of | |
4 index, rindex. | |
5 * doc.c (get_doc_string, Fsnarf_documentation): Likewise. | |
6 * editfns.c (Fuser_full_name, Fformat): Likewise. | |
7 * emacs.c (argmatch, sort_args, decode_env_path): Likewise. | |
8 * fileio.c (Ffile_symlink_p): Likewise. | |
9 * filelock.c (current_lock_owner): Likewise. | |
10 * font.c (font_parse_name, font_parse_family_registry): Likewise. | |
11 * fontset.c (fontset_pattern_regexp): Likewise. | |
12 * lread.c (read1): Likewise. | |
13 * sysdep.c (init_system_name): Likewise. | |
14 * xfns.c (select_visual): Likewise. | |
15 * s/hpux10-20.h (index, rindex): Don't define. | |
16 * s/ms-w32.h (index): Likewise. | |
17 * s/usg5-4.h: Likewise. | |
2 | 18 |
3 * callproc.c (relocate_fd): Use F_DUPFD if defined. | 19 * callproc.c (relocate_fd): Use F_DUPFD if defined. |
4 | 20 |
5 * alloc.c (pending_malloc_warning, malloc_warning): Add const. | 21 * alloc.c (pending_malloc_warning, malloc_warning): Add const. |
6 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal) | 22 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal) |