1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00
emacs/lib-src
Paul Eggert ec8a17e938 Adjust to recent Gnulib changes
The latest Gnulib merge brought in free-posix, which causes 'free'
to preserve errno.  This lets us simplify some Emacs code that
calls 'free'.
* admin/merge-gnulib (GNULIB_MODULES): Add free-posix.
This module is pulled in by canonicalize-lgpl anyway,
so we might as well rely on it.
* lib-src/emacsclient.c (get_current_dir_name):
Sync better with src/sysdep.c.
* lib-src/etags.c (process_file_name, etags_mktmp):
* lib-src/update-game-score.c (unlock_file):
* src/fileio.c (file_accessible_directory_p):
* src/sysdep.c (get_current_dir_name_or_unreachable):
Simplify by assuming that 'free' preserves errno.
* src/alloc.c (malloc_unblock_input):
Preserve errno, so that xfree preserves errno.
* src/sysdep.c (get_current_dir_name_or_unreachable):
Simplify by using strdup instead of malloc+memcpy.
No need for realloc (and the old code leaked memory anyway on
failure); just use free+malloc.
2020-12-25 01:40:39 -08:00
..
ChangeLog.1 ; Fix trivial typos in ChangeLogs 2020-10-03 12:53:51 +02:00
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
ctags.c
ebrowse.c ; Fix more trivial typos 2020-09-21 15:32:46 +02:00
emacsclient.c Adjust to recent Gnulib changes 2020-12-25 01:40:39 -08:00
etags.c Adjust to recent Gnulib changes 2020-12-25 01:40:39 -08:00
hexl.c Update copyright year to 2020 2020-01-01 00:59:52 +00:00
make-docfile.c Update copyright year to 2020 2020-01-01 00:59:52 +00:00
make-fingerprint.c ; * lib-src/make-fingerprint.c: Update commentary. 2020-11-15 15:09:17 -08:00
Makefile.in * lib-src/Makefile.in (LINK_CFLAGS): Remove; unused. 2020-04-04 16:57:43 -07:00
movemail.c Mark the return value from strerror as a constant 2020-10-14 06:19:33 +02:00
ntlib.c Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ntlib.h Update copyright year to 2020 2020-01-01 00:59:52 +00:00
pop.c Update copyright year to 2020 2020-01-01 00:59:52 +00:00
pop.h Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rcs2log Fix copyright years by hand 2020-01-01 01:01:53 +00:00
README
update-game-score.c Adjust to recent Gnulib changes 2020-12-25 01:40:39 -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.