maint: ./bootstrap

This commit is contained in:
Paul Eggert
2025-03-12 17:04:42 -07:00
parent 8b3df1a443
commit 41a939eece
8 changed files with 1031 additions and 841 deletions

39
lib/.gitignore vendored
View File

@@ -18,6 +18,7 @@
/argmatch.h
/asnprintf.c
/asprintf.c
/assert.in.h
/assure.h
/at-func.c
/attribute.h
@@ -42,6 +43,22 @@
/c-strncasecmp.c
/c-strtod.c
/c-strtod.h
/c32is-impl.h
/c32isalnum.c
/c32isalpha.c
/c32isblank.c
/c32iscntrl.c
/c32isdigit.c
/c32isgraph.c
/c32islower.c
/c32isprint.c
/c32ispunct.c
/c32isspace.c
/c32isupper.c
/c32isxdigit.c
/c32to-impl.h
/c32tolower.c
/c32width.c
/calloc.c
/canonicalize-lgpl.c
/canonicalize.c
@@ -81,6 +98,7 @@
/errno.in.h
/error.c
/error.h
/error.in.h
/execute.c
/execute.h
/exitfail.c
@@ -228,10 +246,12 @@
/isnanl.c
/iswblank.c
/iswdigit.c
/iswpunct.c
/iswxdigit.c
/itold.c
/lc-charset-dispatch.c
/lc-charset-dispatch.h
/ldexp.c
/ldexpl.c
/libc-config.h
/limits.h
@@ -251,12 +271,14 @@
/mbchar.h
/mbfile.c
/mbfile.h
/mbrtoc32.c
/mbrtowc-impl-utf8.h
/mbrtowc-impl.h
/mbrtowc.c
/mbsinit.c
/mbswidth.c
/mbswidth.h
/mbszero.c
/mbtowc-lock.c
/mbtowc-lock.h
/memchr.c
@@ -270,6 +292,7 @@
/msvc-nothrow.h
/obstack.c
/obstack.h
/obstack.in.h
/obstack_printf.c
/open.c
/openat-die.c
@@ -298,6 +321,8 @@
/progname.c
/progname.h
/progreloc.c
/pthread-once.c
/pthread.in.h
/quote.h
/quotearg.c
/quotearg.h
@@ -318,6 +343,7 @@
/rename.c
/rewinddir.c
/rmdir.c
/same-inode.c
/same-inode.h
/save-cwd.c
/save-cwd.h
@@ -326,6 +352,7 @@
/scratch_buffer.h
/setenv.c
/setlocale-lock.c
/setlocale_null-unlocked.c
/setlocale_null.c
/setlocale_null.h
/sig-handler.c
@@ -365,9 +392,7 @@
/stat-w32.c
/stat-w32.h
/stat.c
/stdalign.in.h
/stdbool.h
/stdbool.in.h
/stdckdint.in.h
/stddef.h
/stddef.in.h
@@ -380,6 +405,7 @@
/stdio-write.c
/stdio.h
/stdio.in.h
/stdlib.c
/stdlib.h
/stdlib.in.h
/stpcpy.c
@@ -421,9 +447,13 @@
/timespec.h
/timevar.c
/timevar.h
/uchar.in.h
/unicase.in.h
/unicodeio.c
/unicodeio.h
/unictype.in.h
/unictype/
/uninorm.in.h
/unistd--.h
/unistd-safer.h
/unistd.c
@@ -445,8 +475,11 @@
/vasprintf.c
/verify.h
/vfprintf.c
/vfzprintf.c
/vsnprintf.c
/vsnzprintf.c
/vsprintf.c
/vszprintf.c
/wait-process.c
/wait-process.h
/waitpid.c
@@ -462,6 +495,8 @@
/windows-mutex.h
/windows-once.c
/windows-once.h
/windows-path.c
/windows-path.h
/windows-recmutex.c
/windows-recmutex.h
/windows-rwlock.c

View File

@@ -1,5 +1,7 @@
/lock.c
/lock.h
/once.c
/once.h
/threadlib.c
/tls.c
/tls.h

View File

@@ -1,6 +1,5 @@
/scratch_buffer.gl.h
/scratch_buffer.h
/scratch_buffer_dupfree.c
/scratch_buffer_grow.c
/scratch_buffer_grow_preserve.c
/scratch_buffer_set_array_size.c