1
0
mirror of git://git.sv.gnu.org/sed synced 2025-04-18 02:37:37 +03:00

avoid new "make syntax-check" failures

* po/POTFILES.in: Add lib/getopt.c.
* lib/.gitignore: Add getopt-related names for recent change, and sort.
This commit is contained in:
Jim Meyering 2025-03-09 09:17:48 -07:00
parent 587cfe1716
commit 026c55f63c
2 changed files with 39 additions and 36 deletions

74
lib/.gitignore vendored
View File

@ -24,6 +24,14 @@
/c-strcasecmp.c
/c-strcaseeq.h
/c-strncasecmp.c
/c32is-impl.h
/c32isprint.c
/c32isspace.c
/c32rtomb.c
/c32to-impl.h
/c32tob.c
/c32tolower.c
/c32toupper.c
/calloc.c
/canonicalize-lgpl.c
/cdefs.h
@ -66,6 +74,17 @@
/getdelim.c
/getdtablesize.c
/getfilecon.c
/getopt-cdefs.h
/getopt-cdefs.in.h
/getopt-core.h
/getopt-ext.h
/getopt-pfx-core.h
/getopt-pfx-ext.h
/getopt.c
/getopt.h
/getopt.in.h
/getopt1.c
/getopt_int.h
/getprogname.c
/getprogname.h
/getrandom.c
@ -82,6 +101,12 @@
/intprops.h
/inttypes.h
/inttypes.in.h
/iswblank.c
/iswctype-impl.h
/iswctype.c
/iswdigit.c
/iswpunct.c
/iswxdigit.c
/langinfo.h
/langinfo.in.h
/lc-charset-dispatch.c
@ -101,10 +126,12 @@
/malloc/
/malloca.c
/malloca.h
/mbrtoc32.c
/mbrtowc-impl-utf8.h
/mbrtowc-impl.h
/mbrtowc.c
/mbsinit.c
/mbszero.c
/mbtowc-impl.h
/mbtowc-lock.c
/mbtowc-lock.h
@ -124,6 +151,7 @@
/nl_langinfo.c
/obstack.c
/obstack.h
/obstack.in.h
/open.c
/pathmax.h
/progname.c
@ -149,6 +177,7 @@
/regexec.c
/rename.c
/rmdir.c
/same-inode.c
/same-inode.h
/sched.h
/sched.in.h
@ -166,6 +195,7 @@
/set-acl.c
/set-permissions.c
/setlocale-lock.c
/setlocale_null-unlocked.c
/setlocale_null.c
/setlocale_null.h
/stat-macros.h
@ -187,6 +217,7 @@
/stdio-write.c
/stdio.h
/stdio.in.h
/stdlib.c
/stdlib.h
/stdlib.in.h
/streq.h
@ -209,15 +240,20 @@
/time.h
/time.in.h
/uchar.h
/uchar.in.h
/unicase
/unicase.h
/unicase.in.h
/unictype
/unictype.h
/unictype.in.h
/uninorm.h
/uninorm.in.h
/unistd.c
/unistd.h
/unistd.in.h
/unitypes.h
/unitypes.in.h
/unlocked-io.h
/verify.h
/version-etc-fsf.c
@ -231,6 +267,8 @@
/wctomb-impl.h
/wctomb.c
/wctype-h.c
/wctype-impl.h
/wctype.c
/wctype.h
/wctype.in.h
/windows-initguard.h
@ -246,39 +284,3 @@
/xalloc-oversized.h
/xalloc.h
/xmalloc.c
/stdlib.c
/c32is-impl.h
/c32isprint.c
/c32isspace.c
/c32rtomb.c
/c32to-impl.h
/c32tob.c
/c32tolower.c
/c32toupper.c
/iswblank.c
/iswctype-impl.h
/iswctype.c
/iswdigit.c
/iswpunct.c
/iswxdigit.c
/mbrtoc32.c
/mbszero.c
/obstack.in.h
/same-inode.c
/setlocale_null-unlocked.c
/uchar.in.h
/unicase.in.h
/unictype.in.h
/uninorm.in.h
/unitypes.in.h
/wctype-impl.h
/wctype.c
/getopt-cdefs.in.h
/getopt-core.h
/getopt-ext.h
/getopt-pfx-core.h
/getopt-pfx-ext.h
/getopt.c
/getopt.in.h
/getopt1.c
/getopt_int.h

View File

@ -1,6 +1,7 @@
lib/copy-acl.c
lib/dfa.c
lib/error.c
lib/getopt.c
lib/obstack.c
lib/quotearg.c
lib/regcomp.c