diff options
| author | Paul Eggert | 2018-10-15 00:55:37 -0500 |
|---|---|---|
| committer | Paul Eggert | 2018-10-15 00:57:57 -0500 |
| commit | 3d91dc1bb5aeecda786ebe1805c33d14c8bd89fa (patch) | |
| tree | 155498240a837b179319741542aaa78c8a47c9ab /.gitignore | |
| parent | 6b8fd34c4ab1aa23b180440cdc8210900896bbf4 (diff) | |
| download | emacs-3d91dc1bb5aeecda786ebe1805c33d14c8bd89fa.tar.gz emacs-3d91dc1bb5aeecda786ebe1805c33d14c8bd89fa.zip | |
Update lib/regex from glibc via Gnulib
This syncs recent refactorings from glibc, and incorporates:
2018-10-15 libc-config: merge from glibc
2018-10-15 regex: depend on libc-config
* .gitignore: Do not ignore m4/_*.m4.
* lib/cdefs.h: New file, copied from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* lib/libc-config.h, m4/__inline.m4: New files, copied from Gnulib.
* lib/regcomp.c, lib/regex.c, lib/regex_internal.c:
* lib/regex_internal.h, lib/regexec.c:
Copy from glibc via Gnulib.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 26fe4bb34e8..8ab4e8d4077 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -264,6 +264,7 @@ etc/emacs.tmpdesktop | |||
| 264 | *.in-h | 264 | *.in-h |
| 265 | _* | 265 | _* |
| 266 | !lib/_Noreturn.h | 266 | !lib/_Noreturn.h |
| 267 | !m4/_*.m4 | ||
| 267 | /bin/ | 268 | /bin/ |
| 268 | /BIN/ | 269 | /BIN/ |
| 269 | /data/ | 270 | /data/ |