1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00
emacs/lib-src
Andreas Schwab 8966b7575b 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.
2010-07-11 12:31:10 +02:00
..
.gitignore * .gitignore: Add echolisp.tmp. 2009-10-15 10:18:17 +00:00
b2m.c Convert function definitions to standard C. 2010-07-02 17:50:23 -07:00
b2m.pl Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ChangeLog Use strchr, strrchr instead of index, rindex 2010-07-11 12:31:10 +02:00
COPYING
digest-doc.c Convert function definitions to standard C. 2010-07-02 17:50:23 -07:00
ebrowse.c Remove leftover P_ macros. 2010-07-07 22:48:57 -07:00
emacsclient.c Use strchr, strrchr instead of index, rindex 2010-07-11 12:31:10 +02:00
etags.c Convert function definitions to standard C. 2010-07-02 17:50:23 -07:00
fakemail.c * lib-src/fakemail.c (action): Convert function definitions to standard C. 2010-07-03 23:05:43 -07:00
getopt.c
getopt1.c
getopt_.h
getopt_int.h
gettext.h
grep-changelog Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
hexl.c Convert function definitions to standard C. 2010-07-02 17:50:23 -07:00
make-docfile.c * make-docfile.c (write_c_args): Restructure scanning loop. 2010-07-09 19:00:04 +02:00
Makefile.in Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs. 2010-07-10 17:29:46 +03:00
makefile.w32-in Fix bug #6603. 2010-07-11 09:39:00 +03:00
movemail.c Use strchr, strrchr instead of index, rindex 2010-07-11 12:31:10 +02:00
ntlib.c Add stubs for Windows, required after CVE-2010-0825 change. 2010-04-03 04:23:51 +02:00
ntlib.h Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -07:00
pop.c Use strchr, strrchr instead of index, rindex 2010-07-11 12:31:10 +02:00
pop.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
profile.c Convert function definitions to standard C. 2010-07-02 17:50:23 -07:00
rcs-checkin Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
rcs2log Set copyright year to 2010. 2010-01-10 23:51:51 -08:00
README
sorted-doc.c Fix invalid cast 2010-07-03 14:11:03 +02:00
test-distrib.c * lib-src/fakemail.c (action): Convert function definitions to standard C. 2010-07-03 23:05:43 -07:00
testfile
update-game-score.c Remove leftover P_ macros. 2010-07-07 22:48:57 -07:00
vcdiff Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.