commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.6-28-g921af9c


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.6-28-g921af9c
Date: Fri, 05 Jun 2015 16:35:11 +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 "Hurd".

The branch, master has been updated
       via  921af9c9865a3f54c388b0836f20c9ae3b30b247 (commit)
       via  f397f7c9c2a864f6496732a1406ed1f546cf3ad6 (commit)
       via  db48e1651302797806f5656c856cf22e73761ea5 (commit)
       via  ffea85471c65fd7758e159207ae7f7a089106644 (commit)
      from  50da095243745f2e2a0c3f4805fe187a392832b7 (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 921af9c9865a3f54c388b0836f20c9ae3b30b247
Author: Justus Winter <address@hidden>
Date:   Fri Jun 5 18:31:57 2015 +0200

    libdiskfs: do not print a message on ENOMEM
    
    * libdiskfs/node-cache.c (diskfs_node_iterate): Do not print a message
    on ENOMEM.

commit f397f7c9c2a864f6496732a1406ed1f546cf3ad6
Author: Diego Nieto Cid <address@hidden>
Date:   Fri Jun 5 00:28:19 2015 -0300

    Check AWK usability when XKB is enabled
    
    * configure.ac: test whether AWK provides strtonum function.

commit db48e1651302797806f5656c856cf22e73761ea5
Author: Diego Nieto Cid <address@hidden>
Date:   Thu Jun 4 22:58:10 2015 -0300

    console-client: Fix lower range of binary search
    
    To prevent infinite recursion range checking was introduced
    as an exit condition adding two extra comparisons on each
    recursive call.
    
    By fixing the range used by the recursive call over the lower
    half of the array one can avoid penalizing successful lookups
    while still preventing infinite recursion due to `first`
    parameter being greater than `last` parameter.
    
    * console-client/xkb/kstoucs.c (find_ucs): don't remove middle from the
    lower range. Remove extra comparisons.

commit ffea85471c65fd7758e159207ae7f7a089106644
Author: Diego Nieto Cid <address@hidden>
Date:   Thu Jun 4 22:58:09 2015 -0300

    console-client: assert precondition
    
    * console-client/xkb/kstoucs.c (find_ucs): assert precondition.

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

Summary of changes:
 configure.ac                 |    8 ++++++++
 console-client/xkb/kstoucs.c |   12 ++++++++----
 libdiskfs/node-cache.c       |    1 -
 3 files changed, 16 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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