fstobdf: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Sep 17 15:17:23 UTC 2022


 .git-blame-ignore-revs |   18 ++++++++++++++++++
 chars.c                |   13 +++++--------
 header.c               |   36 +++++++++++++++---------------------
 props.c                |    4 ++--
 4 files changed, 40 insertions(+), 31 deletions(-)

New commits:
commit 3c508f4376aa6812ea27226bbe6c4584cb07c446
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 10 11:21:17 2022 -0700

    Add .git-blame-ignore-revs to hide whitespace commits from git blame
    
    To use this in your local repo clone, you will need to either run
    `git blame --ignore-revs-file .git-blame-ignore-revs`
    or set it permanently with
    `git config blame.ignoreRevsFile .git-blame-ignore-revs`
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 91ccaaa80d33efd5897cacf714cb14405c2988f2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 10 11:04:56 2022 -0700

    Simplify printing of warning header
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ee534667c6fc9a9b3364bb753f935d5a2f6a81e3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 10 10:44:59 2022 -0700

    Store strlen() results in size_t instead of unsigned int
    
    Avoids truncating to 32-bits just to re-expand to 64-bits when
    passing the value to strncmp() later
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit beb0876af6a532d32ae70675dcd882b2e9e55fc8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 10 10:40:34 2022 -0700

    AddQuotes: mark input as const
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f82c0ee2d491b700bb8ae38dea3cf711e6bfb176
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 10 10:37:23 2022 -0700

    Reduce scope of some variables
    
    No difference seen in elf binary
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2325f84273ac846fdfc89f4655c21fd3b89da2bc
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 10 10:25:29 2022 -0700

    EmitBitmap: declare maskTab as const
    
    As recommended by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list