[PATCH] update copyright, cite realistic version numbers, fix a smattering of typos
Gabor Greif
ggreif at gmail.com
Sun Jan 8 01:35:46 CET 2012
No problem!
as you can see I am involved in some janitorial activity to get up to
pace with git, so here are some more patches (from my github fork for
cross-compilation)
https://github.com/ggreif/ghc/commit/da8c8345512958fc55650fc265f2cdc2549a98b2
https://github.com/ggreif/ghc/commit/2e6c2551ff7b414a185779075d47a96679acd716
the latter one I have also sent to the list:
http://www.haskell.org/pipermail/cvs-ghc/2012-January/069529.html
No idea which format is easier to you...
A bit of motivation for the second patch. I have to figure out the
target system byte offsets from all relevant struct members and feed
mkDerivedConstants from that. I have a small toolchain that kicks in
when cross-compiling, and it helps me reduce the toolchain complexity
by not resorting to types like "unsigned int" for example. 'nat' is
being used in many places already and seems only natural (sic) to use
it here too.
Cheers,
Gabor
On 1/7/12, Ian Lynagh <igloo at earth.li> wrote:
> On Thu, Jan 05, 2012 at 03:33:32AM +0100, Gabor Greif wrote:
>> ---
>> configure.ac | 20 ++++++++++----------
>> 1 files changed, 10 insertions(+), 10 deletions(-)
>
> Thanks for the patch. This was applied as
> 9186d92f381c49720da96b8fc59339af7be951bd.
>
>
> Thanks
> Ian
>
>
More information about the Cvs-ghc
mailing list