commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.7-20-g05045bd


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. v1.7-20-g05045bd
Date: Tue, 16 Aug 2016 16:42:49 +0000 (UTC)

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  05045bd8a898da23ebdad07c4a34e21c433b1b88 (commit)
       via  e26f13d83a560684e1aa6b11b1a43f8764eaa032 (commit)
      from  34cfd8b3111b8085f566a68d7b39b0b9e90193d4 (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 05045bd8a898da23ebdad07c4a34e21c433b1b88
Author: Richard Braun <address@hidden>
Date:   Tue Aug 16 18:35:51 2016 +0200

    Replace libc string functions with internal implementations
    
    * Makefile.am (clib_routines): Remove memcmp, memcpy, memmove,
    strchr, strstr and strsep.
    * kern/strings.c (memset): Comment out.
    (strchr, strsep, strstr): New functions.

commit e26f13d83a560684e1aa6b11b1a43f8764eaa032
Author: Richard Braun <address@hidden>
Date:   Tue Aug 16 18:34:38 2016 +0200

    i386: import string functions from X15 and relicense to GPLv2+
    
    * i386/Makefrag.am (libkernel_a_SOURCES): Add i386/i386/strings.c.
    * i386/i386/strings.c: New file.

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

Summary of changes:
 Makefile.am         |    4 +-
 i386/Makefrag.am    |    1 +
 i386/i386/strings.c |  150 +++++++++++++++++++++++++++++++++++++++++++++++++++
 kern/strings.c      |  103 +++++++++++++++++++++++++++++++++++
 4 files changed, 255 insertions(+), 3 deletions(-)
 create mode 100644 i386/i386/strings.c


hooks/post-receive
-- 
GNU Mach



reply via email to

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