Skip to content

Commit

Permalink
Update lib/regex from glibc via Gnulib
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eggert committed Oct 15, 2018
1 parent 6b8fd34 commit 3d91dc1
Show file tree
Hide file tree
Showing 11 changed files with 1,163 additions and 418 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -264,6 +264,7 @@ etc/emacs.tmpdesktop
*.in-h
_*
!lib/_Noreturn.h
!m4/_*.m4
/bin/
/BIN/
/data/
Expand Down

0 comments on commit 3d91dc1

Please sign in to comment.