1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-20 13:52:31 -07:00
emacs/lib-src
Paul Eggert a1c19dfca4 Pacify GCC 12 -Wanalyzer-use-of-uninitialized-value
* lib-src/etags.c (readline_internal): Do not copy a pointer to
freed storage, as that has undefined behavior even if the pointer
is not dereferenced.
(relative_filename): Avoid a backward scan by remembering where
the last slash was.  This is a bit faster, and pacifies a GCC
false alarm.
2022-05-31 01:26:47 -07:00
..
be_resources.cc
ChangeLog.1
COPYING
ctags.c
ebrowse.c ebrowse dumping need not return int 2022-04-08 17:33:15 -07:00
emacsclient.c Merge from origin/emacs-28 2022-04-17 13:10:19 -07:00
etags.c Pacify GCC 12 -Wanalyzer-use-of-uninitialized-value 2022-05-31 01:26:47 -07:00
hexl.c
make-docfile.c Audit quoting symbols in C doc strings 2022-05-24 11:51:18 +02:00
make-fingerprint.c
Makefile.in
movemail.c Do not include <attribute.h> from <config.h> 2022-03-08 18:51:17 -08:00
ntlib.c
ntlib.h
pop.c
pop.h
rcs2log
README
seccomp-filter.c Do not include <attribute.h> from <config.h> 2022-03-08 18:51:17 -08:00
update-game-score.c

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.