commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. 90f24e5b34c67a98b632d5fbd597635b


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 90f24e5b34c67a98b632d5fbd597635b790090da
Date: Sun, 22 Nov 2009 18:24:13 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  90f24e5b34c67a98b632d5fbd597635b790090da (commit)
      from  9ff49d9648debffbe42d18863c739d37bcdb50b4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 90f24e5b34c67a98b632d5fbd597635b790090da
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 22 19:20:29 2009 +0100

    Rename kd_atoi into mach_atoi
    
        * i386/i386at/kd.c: Include <util/atoi.h>
        (DEFAULT): Remove, replaced by MACH_ATOI_DEFAULT.
            (kd_parserest): Use mach_atoi instead of kd_atoi and 
MACH_ATOI_DEFAULT
            instead of DEFAULT.
        (kd_atoi): Move and rename function to...
        * util/atoi.c: ... mach_atoi in new file.
        * i386/i386at/kd.h (kd_atoi): Move and rename declaration to...
        * util/atoi.h: ... mach_atoi in new file.
        * Makefrag.am (libkernel_a_SOURCES): Add util/atoi.c

-----------------------------------------------------------------------

Summary of changes:
 Makefrag.am                        |    3 +-
 i386/i386at/kd.c                   |   78 ++++++-------------
 i386/i386at/kd.h                   |    1 -
 i386/i386at/kdasm.S => util/atoi.c |  149 ++++++++++++++----------------------
 i386/i386at/cram.h => util/atoi.h  |   38 ++++------
 5 files changed, 96 insertions(+), 173 deletions(-)
 copy i386/i386at/kdasm.S => util/atoi.c (53%)
 copy i386/i386at/cram.h => util/atoi.h (76%)


hooks/post-receive
-- 
GNU Mach




reply via email to

[Prev in Thread] Current Thread [Next in Thread]