mkfontscale: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Oct 18 22:21:32 PDT 2011


 Makefile.am   |    6 +--
 configure.ac  |   10 +++---
 data.h        |    9 +++--
 hash.c        |    8 ++--
 hash.h        |    2 -
 ident.c       |   10 +++---
 list.c        |   10 +++---
 list.h        |    6 +--
 mkfontscale.c |   96 +++++++++++++++++++++++++++++-----------------------------
 9 files changed, 80 insertions(+), 77 deletions(-)

New commits:
commit cd8182e74636ffd9b140603fc61502b42a9d6f2b
Author: Maxim Iorsh <iorsh at users.sourceforge.net>
Date:   Tue Oct 18 22:07:45 2011 -0700

    Add Culmus foundry to the vendor list for TrueType & Type1 fonts
    
    Maps fonts produced by the Culmus project <http://culmus.sourceforge.net>
    to the XLFD foundry name "culmus"
    
    For TrueType fonts, maps the vendor code "CLM" from the TrueType vendor
    id field.
    
    For Type1 fonts, which use heuristics to guess mappings to XLFD foundries
    from words in the copyright notice, add the names of the main contributors
    to the Culmus product to recognize the fonts under their copyright.
    
    Signed-off-by: Maxim Iorsh <iorsh at users.sourceforge.net>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a39deac00add15532b15827c80601f87738cb405
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Oct 4 21:03:13 2011 -0700

    Strip trailing whitespace
    
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
    git diff -w & git diff -b show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b2d0f04a50f1444f9d62d11636a28c89951f0f40
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Oct 4 21:00:11 2011 -0700

    Add const attributes to fix gcc -Wwrite-strings warnings
    
    Does not fix all of them since some lists contain constant strings and
    some contain dynamically allocated strings that need to be freed later.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list