[PATCH] Add gnulib's stpcpy.

2012-07-31 Thread Grégoire Sutre
The attached patch adds gnulib's stpcpy. This is required on systems lacking stpcpy, e.g., NetBSD 5.1. Note: I used gnulib's sources from 2010-09-20, since this is, afaics, the date of import of gnulib files in GRUB. Grégoire === modified file 'grub-core/gnulib/Makefile.am' --- grub-core/gnuli

[PATCH] Strengthen the test for working -nostdinc -isystem

2012-07-31 Thread Grégoire Sutre
This prevents configure from believing that -nostdinc -isystem works in some cases where it doesn't (NetBSD with non-native gcc 4.4). The patch simply adds the requirement that #include works with -nostdinc -isystem. Grégoire --- configure.ac.orig 2012-07-28 17:41:28.0 + +++ confi

Re: [PATCH] Update manual NetBSD-wise

2012-07-31 Thread Grégoire Sutre
On 07/31/2012 03:28 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 30.07.2012 01:06, Grégoire Sutre wrote: The attached patch updates the NetBSD-specific parts of the manual. Go ahead Done, thanks. Grégoire ___ Grub-devel mailing list Grub-

Re: [PATCH] Update manual NetBSD-wise

2012-07-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 30.07.2012 01:06, Grégoire Sutre wrote: > The attached patch updates the NetBSD-specific parts of the manual. Go ahead > > Grégoire > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel --