]> git.proxmox.com Git - grub2.git/commit
resynced with gnulib. Cleaned up wrapping layer
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 28 Mar 2010 19:43:42 +0000 (21:43 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 28 Mar 2010 19:43:42 +0000 (21:43 +0200)
commita64b15feedea40d814aa6e04682605781e43b289
tree8a5bac2db0bbc4a225e7f977e8359ad6353030c1
parentbbdb72a1f4a7010d2f3ec5e0aacc52c69fde9b3a
resynced with gnulib. Cleaned up wrapping layer
22 files changed:
Makefile.in
conf/common.rmk
gnulib/regcomp.c
gnulib/regex.c
gnulib/regex.h [new file with mode: 0644]
gnulib/regex_internal.c
gnulib/regex_internal.h
gnulib/regexec.c
include/grub/gnulib-wrap.h [deleted file]
include/grub/regex.h [deleted file]
lib/posix_wrap/assert.h [new file with mode: 0644]
lib/posix_wrap/ctype.h [new file with mode: 0644]
lib/posix_wrap/langinfo.h [new file with mode: 0644]
lib/posix_wrap/limits.h [new file with mode: 0644]
lib/posix_wrap/localcharset.h [new file with mode: 0644]
lib/posix_wrap/stdint.h [new file with mode: 0644]
lib/posix_wrap/stdio.h [new file with mode: 0644]
lib/posix_wrap/stdlib.h [new file with mode: 0644]
lib/posix_wrap/string.h [new file with mode: 0644]
lib/posix_wrap/sys/types.h [new file with mode: 0644]
lib/posix_wrap/wchar.h [new file with mode: 0644]
lib/posix_wrap/wctype.h [new file with mode: 0644]