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-22-g7410d78


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.6-22-g7410d78
Date: Sat, 23 May 2015 08:55: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  7410d78ed496c66a6c1d806360d1f83aa3321c01 (commit)
       via  0df1499b87688d3e9ff6132617dac1631b7733f4 (commit)
       via  805d5bb95aacfaecde4d668beecff31570eaa2ca (commit)
      from  ef1312fb2e17d15d695dc29be9c3abc25584ba10 (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 7410d78ed496c66a6c1d806360d1f83aa3321c01
Author: Justus Winter <address@hidden>
Date:   Sat May 23 10:51:05 2015 +0200

    console-client: fix binary search
    
    Previously, the binary search through the keysym map was incorrectly
    implemented.  This resulted in infinite loops (thanks to the compilers
    tail call optimization) or crashes (if the stack space was exhausted).
    
    * console-client/xkb/kstoucs.c (find_ucs): Fix binary search.

commit 0df1499b87688d3e9ff6132617dac1631b7733f4
Author: Justus Winter <address@hidden>
Date:   Sat May 23 10:42:36 2015 +0200

    console-client: avoid nested function
    
    * console-client/xkb/kstoucs.c (find_ucs): Previously, this function
    was a nested function for no reason at all.  Turn it into a normal
    function.

commit 805d5bb95aacfaecde4d668beecff31570eaa2ca
Author: Justus Winter <address@hidden>
Date:   Sat May 23 10:40:08 2015 +0200

    console-client: fix build with -O0
    
    * console-client/timer.h (fetch_jiffies): Make function `static inline'.

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

Summary of changes:
 console-client/timer.h       |    2 +-
 console-client/xkb/kstoucs.c |   37 ++++++++++++++++++++-----------------
 2 files changed, 21 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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