commit-hurd
[Top][All Lists]
Advanced

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

[SCM] UNNAMED PROJECT branch, master, updated. 6c4e52ff849c34ac9ae2fd97b


From: Neal H. Walfield
Subject: [SCM] UNNAMED PROJECT branch, master, updated. 6c4e52ff849c34ac9ae2fd97bf7e5e56396f6138
Date: Sun, 18 Jan 2009 01:54:07 +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 "UNNAMED PROJECT".

The branch, master has been updated
       via  6c4e52ff849c34ac9ae2fd97bf7e5e56396f6138 (commit)
       via  22ad815c903185d35a8a8b14355479d36c70239a (commit)
       via  f54b04fabd2b7e4514a0b8ed6e32b38dc85fc4ce (commit)
       via  bbde6024c8b3b4b62c2a1ea1fa654df344d5f453 (commit)
       via  28ff82c1f300d2a491161ae22675d91c6f22a1dc (commit)
       via  3b19e1767cc604d15f2912bf4fd314c6c5906e79 (commit)
      from  c630ae1e13659bbceed85ad47f519fedb09fc73f (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 6c4e52ff849c34ac9ae2fd97bf7e5e56396f6138
Author: Neal H. Walfield <address@hidden>
Date:   Sun Jan 18 02:04:37 2009 +0100

    Add usable <inttypes.h> files.
    
    libc-parts/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * inttypes.h: New file.
    
    newlib/
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * patches/08-new-newlib-libc-include-inttypes-h.patch: New file.
        * Makefile.am (patch_files): Add
        08-new-newlib-libc-include-inttypes-h.patch.

commit 22ad815c903185d35a8a8b14355479d36c70239a
Author: Neal H. Walfield <address@hidden>
Date:   Sun Jan 18 00:53:02 2009 +0100

    Fix warning about ''s in #warnings.
    
    2009-01-18  Neal H. Walfield  <address@hidden>
    
        * sysdeps/viengoos/pt-spin.c (_pthread_spin_lock): Don't use a '
        in the #warning.

commit f54b04fabd2b7e4514a0b8ed6e32b38dc85fc4ce
Author: Neal H. Walfield <address@hidden>
Date:   Sat Jan 17 23:27:02 2009 +0100

    Remove more uses of L4 specific functions in generic code.
    
    2009-01-17  Neal H. Walfield  <address@hidden>
    
        * sysdeps/viengoos/pt-docancel.c (__pthread_do_cancel): Use
        hurd_myself, not l4_myself.
        [! USE_L4]: Abort.
        * sysdeps/viengoos/pt-wakeup.c (__pthread_wakeup) [! USE_L4]:
        Don't call l4_thread_switch.

commit bbde6024c8b3b4b62c2a1ea1fa654df344d5f453
Author: Neal H. Walfield <address@hidden>
Date:   Sat Jan 17 23:22:12 2009 +0100

    Include <string.h> to add missing declarations.
    
    2009-01-17  Neal H. Walfield  <address@hidden>
    
        * signal/kill.c: Include <string.h>.
        * sysdeps/viengoos/pt-sigstate-init.c: Likewise.

commit 28ff82c1f300d2a491161ae22675d91c6f22a1dc
Author: Neal H. Walfield <address@hidden>
Date:   Sat Jan 17 18:15:58 2009 +0100

    Extend s_printf to support precision, base and type modifiers.
    
    2009-01-17  Neal H. Walfield  <address@hidden>
    
        * s_printf.c (FLAG_LONGLONG): Define.
        (FLAG_PAD_ZERO): Define.
        (FLAG_BASE): Define.
        (FLAG_UPPERCASE): Define.
        (FLAG_LONG): Define.
        (print_nr): Take additional parameters precision and flags.  Use
        them.  Update users.
        (print_signed_nr): Likewise.
        (s_cvprintf): Support precision, base and type modifiers.
        Contributed by Tom Bachmann <address@hidden>.

commit 3b19e1767cc604d15f2912bf4fd314c6c5906e79
Author: Neal H. Walfield <address@hidden>
Date:   Sat Jan 17 18:15:58 2009 +0100

    Extend s_printf to support precision, base and type modifiers.
    
    2009-01-17  Neal H. Walfield  <address@hidden>
    
        * s_printf.c (FLAG_LONGLONG): Define.
        (FLAG_PAD_ZERO): Define.
        (FLAG_BASE): Define.
        (FLAG_UPPERCASE): Define.
        (FLAG_LONG): Define.
        (print_nr): Take additional parameters precision and flags.  Use
        them.  Update users.
        (print_signed_nr): Likewise.
        (s_cvprintf): Support precision, base and type modifiers.
        Contributed by Tom Bachmann <address@hidden>.

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

Summary of changes:
 libc-parts/ChangeLog                               |   26 ++
 libc-parts/inttypes.h                              |  450 ++++++++++++++++++++
 libc-parts/s_printf.c                              |  267 ++++++++----
 libpthread/ChangeLog                               |   18 +
 libpthread/signal/kill.c                           |    2 +
 libpthread/sysdeps/viengoos/pt-docancel.c          |   14 +-
 libpthread/sysdeps/viengoos/pt-sigstate-init.c     |    1 +
 libpthread/sysdeps/viengoos/pt-spin.c              |    2 +-
 libpthread/sysdeps/viengoos/pt-wakeup.c            |    2 +
 newlib/ChangeLog                                   |    6 +
 newlib/Makefile.am                                 |    5 +-
 .../08-new-newlib-libc-include-inttypes-h.patch    |   97 +++++
 12 files changed, 794 insertions(+), 96 deletions(-)
 create mode 100644 libc-parts/inttypes.h
 create mode 100644 newlib/patches/08-new-newlib-libc-include-inttypes-h.patch


hooks/post-receive
--
UNNAMED PROJECT




reply via email to

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