libXfont: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 2 18:54:08 UTC 2024


 configure.ac         |    3 +++
 src/fontfile/bufio.c |    8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 87b05995a861f75e38b889659a56b13485e58ce2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 24 17:44:38 2024 -0800

    configure: Use AC_SYS_LARGEFILE to enable large file support
    
    While font files should never be more than 2gb in size, they may be
    stored on filesystems with large inodes or timestamps outside of the
    32-bit range.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b4b35189d54bef2c5d6062518076505167c3dd9b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 24 17:42:19 2024 -0800

    Modernize lseek() calls
    
    Position should be stored in an off_t, not an int, and the
    "whence" arg should use symbolic constants instead of raw numbers.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list