libXdmcp: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri May 7 18:50:12 PDT 2010


 A8Eq.c              |   46 ---------
 AA16.c              |   56 -----------
 AA32.c              |   56 -----------
 AA8.c               |   56 -----------
 Alloc.c             |   79 ----------------
 AofA8.c             |   56 -----------
 Array.c             |  247 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 CA8.c               |   48 ----------
 CmpKey.c            |   49 ----------
 DA16.c              |   46 ---------
 DA32.c              |   44 ---------
 DA8.c               |   44 ---------
 DAofA8.c            |   50 ----------
 DecKey.c            |   49 ----------
 Fill.c              |   10 --
 Flush.c             |    5 -
 GenKey.c            |   74 ---------------
 IncKey.c            |   49 ----------
 Key.c               |  102 +++++++++++++++++++++
 Makefile.am         |   42 +-------
 RA16.c              |   70 --------------
 RA32.c              |   70 --------------
 RA8.c               |   70 --------------
 RAofA8.c            |   73 ---------------
 RC16.c              |   50 ----------
 RC32.c              |   54 -----------
 RC8.c               |   45 ---------
 RHead.c             |   46 ---------
 RR.c                |   42 --------
 RaA16.c             |   55 -----------
 RaA32.c             |   56 -----------
 RaA8.c              |   56 -----------
 RaAoA8.c            |   56 -----------
 Read.c              |  230 ++++++++++++++++++++++++++++++++++++++++++++++++
 Unwrap.c            |    5 -
 WA16.c              |   49 ----------
 WA32.c              |   49 ----------
 WA8.c               |   49 ----------
 WAofA8.c            |   49 ----------
 WC16.c              |   50 ----------
 WC32.c              |   53 -----------
 WC8.c               |   49 ----------
 Whead.c             |   64 -------------
 Wrap.c              |    5 -
 Wrap.h              |    4 
 Wraphelp.c          |    5 -
 Write.c             |  151 +++++++++++++++++++++++++++++++
 configure.ac        |    2 
 include/X11/Xdmcp.h |    9 -
 49 files changed, 738 insertions(+), 2036 deletions(-)

New commits:
commit 996d92d2710f9dc740351f4d9cbe14af64569689
Author: Mikhail Gusarov <dottedmag at dottedmag.net>
Date:   Fri May 7 20:22:20 2010 +0000

    Get rid of Xalloc/Xrealloc/Xfree from X server or Xlib
    
    alloc/realloc/free calls are encapsulated in libXdmcp, so
    there is no need to wrap allocation functions even under Windows
    
    Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2a51e57425e1b4062a459a19b1860c9c9721d9ea
Author: Mikhail Gusarov <dottedmag at dottedmag.net>
Date:   Fri May 7 20:06:52 2010 +0000

    Nuke RCS tags
    
    Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 710d4a4298772cf06c22cce336622b33487b8b44
Author: Mikhail Gusarov <dottedmag at dottedmag.net>
Date:   Fri May 7 20:03:46 2010 +0000

    Reshuffle functions to decrease amount of boilerplate
    
    It it a PitA to do anything with lot of nearly idenical code scattered
    around in 30 files each containing 5-line function
    
    Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list