1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
emacs/lib-src
Paul Eggert 6475f9265e Port "$@" to OpenIndiana ksh93
In http://lists.gnu.org/archive/html/bug-autoconf/2015-12/msg00000.html
Pavel Raiskup reports that ${1+"$@"} runs afoul of a bug in /bin/sh
(derived from ksh 93t+ 2010-03-05).  ${1+"$@"} works around an ancient
bug in long-dead shells, so remove the workaround.
* admin/check-doc-strings, configure.ac, lib-src/rcs2log:
Use plain "$@" rather than ${1+"$@"}.
2016-01-24 17:29:01 -08:00
..
ChangeLog.1 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
COPYING
ctags.c Port ctags+etags build to Sun C 5.12. 2014-05-18 11:57:04 -07:00
ebrowse.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
emacsclient.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
etags.c Unhide the --no-line-directive option to 'etags' 2016-01-15 10:54:03 +02:00
hexl.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
make-docfile.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
Makefile.in Update copyright year to 2016 2016-01-01 01:34:24 -08:00
movemail.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ntlib.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ntlib.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
pop.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
pop.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
profile.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
rcs2log Port "$@" to OpenIndiana ksh93 2016-01-24 17:29:01 -08:00
README
update-game-score.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
update-game-score.exe.manifest Provide a Windows manifest for update-game-score.exe. 2013-08-10 10:43:41 +03: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.