1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00
emacs/lib-src
Paul Eggert 1269bbdaa9 Improve make-docfile.c for C23
* lib-src/make-docfile.c (write_c_args): Don’t diagnose “()”.
In C23 it’s equivalent to (void), and it works fine (albeit with
less type-checking) in older C.  Omit first arg, which is no
longer needed.  Caller changed.
2025-12-14 14:47:21 -08:00
..
asset-directory-tool.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
be_resources.cc Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ChangeLog.1 ; Delete troff markers from ChangeLog files 2025-02-20 02:46:43 +01:00
COPYING
ebrowse.c Update from Gnulib by running admin/merge-gnulib 2025-11-04 13:32:58 -08:00
emacsclient.c Merge from origin/emacs-30 2025-04-30 07:14:23 -04:00
etags.c Update from Gnulib by running admin/merge-gnulib 2025-11-04 13:32:58 -08:00
hexl.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
make-docfile.c Improve make-docfile.c for C23 2025-12-14 14:47:21 -08:00
make-fingerprint.c ; * lib-src/make-fingerprint.c: Fix copyright year. 2025-01-09 06:22:21 +01:00
Makefile.in Remove ctags program 2025-03-22 11:57:29 -07:00
movemail.c Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ntlib.c Support sub-second file time-stamps on MS-Windows 2025-05-11 13:33:24 +03:00
ntlib.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
pop.c ; Fix warnings in MinGW builds 2025-06-14 16:56:44 +03:00
pop.h Update copyright year to 2025 2025-01-02 18:39:42 +01:00
rcs2log Fix copyright years by hand 2025-01-02 18:44:48 +01:00
README
seccomp-filter.c Port varargs macros better to C99 2025-06-27 23:54:45 -07:00
update-game-score.c Update copyright year to 2025 2025-01-02 18:39:42 +01: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.