]> git.eshelyaron.com Git - emacs.git/commit
Merge from gnulib (Bug#26398)
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Apr 2017 07:53:27 +0000 (00:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Apr 2017 07:55:23 +0000 (00:55 -0700)
commit43bc45ba1697b60c4589cb0c8e30cf1618275582
tree1cfb5d5e35c0543dfaddc60d63171dc128f4b6ee
parent440bafef7cce6044d4f9d6ca3c3e0856ee9732b7
Merge from gnulib (Bug#26398)

This incorporates:
2017-04-08 getopt: prefer - to _ in new file names
2017-04-08 getopt: port recent getopt changes to macOS
* .gitignore: Add lib/getopt-cdefs.h.
* lib/getopt-cdefs.in.h: Rename from lib/getopt_cdefs.in.h.
* lib/getopt-core.h: Rename from lib/getopt_core.h.
* lib/getopt-ext.h: Rename from lib/getopt_ext.h.
* lib/getopt-pfx-core.h: Rename from lib/getopt_pfx_core.h.
* lib/getopt-pfx-ext.h: Rename from lib/getopt_pfx_ext.h.
* lib/getopt.in.h, lib/unistd.in.h, m4/getopt.m4:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
16 files changed:
.gitignore
lib/getopt-cdefs.in.h [new file with mode: 0644]
lib/getopt-core.h [new file with mode: 0644]
lib/getopt-ext.h [new file with mode: 0644]
lib/getopt-pfx-core.h [new file with mode: 0644]
lib/getopt-pfx-ext.h [new file with mode: 0644]
lib/getopt.in.h
lib/getopt_cdefs.in.h [deleted file]
lib/getopt_core.h [deleted file]
lib/getopt_ext.h [deleted file]
lib/getopt_pfx_core.h [deleted file]
lib/getopt_pfx_ext.h [deleted file]
lib/gnulib.mk.in
lib/unistd.in.h
m4/getopt.m4
m4/gnulib-comp.m4