fonttosfnt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 7 17:28:24 UTC 2023


 fonttosfnt.c |    5 -
 fonttosfnt.h |   10 ++-
 struct.c     |  191 +++++++++++++++++++++++++++++------------------------------
 util.c       |   14 +---
 write.c      |   74 +++++++++-------------
 5 files changed, 138 insertions(+), 156 deletions(-)

New commits:
commit 54fc73eeb8a2da16a49ab751d54d53dc2d693228
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 1 14:12:16 2023 -0700

    Use C99 compound literals to initialize newly allocated structs
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ac44dd4a6e8324ae9f79f61ef093cb087268d72d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 1 13:43:53 2023 -0700

    Allow inlining makeName
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 15f75aa8e6578cd2a27cadfc11e31b58e2fc6683
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 1 13:02:50 2023 -0700

    Remove unused function findIndex
    
    Found by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 11fa7c2d7c5c668ea921f1dbc6b70e97e3535afe
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 1 12:59:33 2023 -0700

    makeBitmap: declare raster parameter const as recommended by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 92b565d9f9829cc0b47d019d336ef664d3f013e2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 1 12:54:16 2023 -0700

    args_copy variable is unused if HAVE_DECL_VA_COPY is not defined
    
    Found by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 103579f030bfead4a1f821734dd6dbaf823c5527
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 1 12:52:05 2023 -0700

    Variable scope reductions as recommended by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list