xmodmap: Changes to 'master'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Fri Nov 11 11:26:09 PST 2011


 configure.ac |    2 +-
 handle.c     |    4 ++++
 xmodmap.c    |    3 +++
 3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 8751095511c7d9065ab12a40e90e38bdd9d728e4
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Fri Nov 11 11:22:43 2011 -0800

    Add missing _X_NORETURN to functions that need it
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

commit c71811ebe193cecc4add4c2d9cec751fc721343b
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Fri Nov 11 11:21:45 2011 -0800

    Include strings.h for strcasecmp
    
    Our minimum requirement for X11 is currently Unix98.  Unix98 provides
    strcasecmp in <strings.h>.  This commit fixes implicit declarations
    of this function on systems that closely adhere to the standard.
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list