grub/gnulib
BVK Chaitanya daf892b3d4 POSIX header file wrappers.
* lib/posix_wrap/assert.h: New file. Wrapper for its POSIX
	equivalents.
	* lib/posix_wrap/ctype.h: Likewise.
	* lib/posix_wrap/errno.h: Likewise.
	* lib/posix_wrap/langinfo.h: Likewise.
	* lib/posix_wrap/limits.h: Likewise.
	* lib/posix_wrap/localcharset.h: Likewise.
	* lib/posix_wrap/stdint.h: Likewise.
	* lib/posix_wrap/stdio.h: Likewise.
	* lib/posix_wrap/stdlib.h: Likewise.
	* lib/posix_wrap/string.h: Likewise.
	* lib/posix_wrap/sys/types.h: Likewise.
	* lib/posix_wrap/unistd.h: Likewise.
	* lib/posix_wrap/wchar.h: Likewise.
	* lib/posix_wrap/wctype.h: Likewise.
	* conf/common.rmk (grub_script.yy.c): Remove #include elimination.
	(grub_script.yy.h): Likewise.
	* script/yylex.l: Remove POSIX emulation #defines.
	* Makefile.in (POSIX_CFLAGS): New variable.
	(GNULIB_UTIL_CFLAGS): Likewise.

	Regexp support.

	* conf/common.rmk (pkglib_MODULES): Add regexp.mod.
	(regexp_mod_SOURCES): New variable.
	(regexp_mod_CFLAGS): Likewise.
	(regexp_mod_LDFLAGS): Likewise.
	* commands/regexp.c: New file.
	* gnulib/regcomp.c: New file. Imported from gnulib.
	* gnulib/regex.c: Likewise.
	* gnulib/regex_internal.c: Likewise.
	* gnulib/regex_internal.h: Likewise.
	* gnulib/regexec.c: Likewise.
	* gnulib/regex.h: Likewise.
2010-04-06 01:17:32 +05:30
..
alloca.h Resync with gnulib. 2010-03-27 12:53:40 +01:00
argp-ba.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-eexst.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-fmtstream.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-fmtstream.h Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-fs-xinl.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-help.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-namefrob.h Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-parse.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-pin.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-pv.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-pvh.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-version-etc.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-version-etc.h Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp-xinl.c Import gnulib argp module. 2010-04-03 00:45:01 +02:00
argp.h Import gnulib argp module. 2010-04-03 00:45:01 +02:00
error.c Resync with gnulib. 2010-03-27 12:53:40 +01:00
error.h Resync with gnulib. 2010-03-27 12:53:40 +01:00
fnmatch.c Resync with gnulib. 2010-03-27 12:53:40 +01:00
fnmatch.h 2009-11-09 Robert Millan <rmh.grub@aybabtu.com> 2009-11-09 19:16:09 +00:00
fnmatch_loop.c Resync with gnulib. 2010-03-27 12:53:40 +01:00
getdelim.c Resync with gnulib. 2010-03-27 12:53:40 +01:00
getline.c Resync with gnulib. 2010-03-27 12:53:40 +01:00
getopt.c Resync with gnulib. 2010-03-27 12:53:40 +01:00
getopt.h 2009-11-09 Robert Millan <rmh.grub@aybabtu.com> 2009-11-09 19:16:09 +00:00
getopt1.c Resync with gnulib. 2010-03-27 12:53:40 +01:00
getopt_int.h Resync with gnulib. 2010-03-27 12:53:40 +01:00
gettext.h Resync with gnulib. 2010-03-27 12:53:40 +01:00
progname.c Resync with gnulib. 2010-03-27 12:53:40 +01:00
progname.h Resync with gnulib. 2010-03-27 12:53:40 +01:00
regcomp.c resynced with gnulib. Cleaned up wrapping layer 2010-03-28 21:43:42 +02:00
regex.c resynced with gnulib. Cleaned up wrapping layer 2010-03-28 21:43:42 +02:00
regex.h resynced with gnulib. Cleaned up wrapping layer 2010-03-28 21:43:42 +02:00
regex_internal.c resynced with gnulib. Cleaned up wrapping layer 2010-03-28 21:43:42 +02:00
regex_internal.h resynced with gnulib. Cleaned up wrapping layer 2010-03-28 21:43:42 +02:00
regexec.c resynced with gnulib. Cleaned up wrapping layer 2010-03-28 21:43:42 +02:00