xditview: Changes to 'refs/tags/xditview-1.0.7'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Feb 3 22:09:46 UTC 2024


Tag 'xditview-1.0.7' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2024-02-03 22:09 +0000

xditview-1.0.7
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEL328rVsw5mi71RbBz98UiCjGQqcFAmW+uaQACgkQz98UiCjG
Qqe9gw//fp3S89ClDbyLXQ+O3+nJrhViD3yPAYqc75oPedpQ52DV89ykjvDHW3Od
1zoZEPxdDXfV/6qV5IIx8QMaXT0ryxTnnFbM+4nqGVT1qso2XOf35CClgw1Bhmi2
ceYjSBbzOMSPcozg0xYBEvm9TPuxkk0oovBFdFQ6oWpD05NN5j2KWVpTM6+1fMgI
cRorGU2+OZdHIhMktTMx/y5/B9o1VPxN/9Z1vbkIV6y0AABd28P8jekg8COfFFa2
XHJHkixkxK5AYck02BvAkhZKDCZGx8t1t1/dSyy/h6g95u5/n6kDI9tJontySAoL
73dn5eNPpzouzpMk+GbLjECXnW7HC7zLfXNkkUrltXWmLs2H3FAjJ3ouQxdWPb8h
aUvnJBlZdPVTtN+aY5H4ueqDG5Nyk7p0VHriNDmk4+asmV8MzrMM1ejFkonQtPBf
41J46E68QI/ktNOKwm/CE0tBW8J4fArnRKM713HUenw8aGV4scyYif674c2HVLG0
RRA+4s5ER3CngbG4Xghc/iuZGPzWbYAPwKM4Rg09uKfLrXu4aSA7+9LIZNbBUr2z
ibaxCw7Ukd+o4S0tGnK+Q1iIc+avrLYvlurO4EkKMOLdLtwjPcGZwngydQ5oW3Fh
KlReaU/RLFm8OEPCytiEkPHlVljybIh/XW6hrot6zLo1i6uP07k=
=15XH
-----END PGP SIGNATURE-----

Changes since xditview-1.0.6:
Alan Coopersmith (17):
      configure: Use AC_SYS_LARGEFILE to enable large file support
      gitlab CI: stop requiring Signed-off-by in commits
      Dvi.c: remove unused XtStrlen macro
      Convert to X.Org standard code style
      lex.c: increment length counters when adding to buffer
      Replace strcpy() calls with strncpy() or memcpy()
      Add bounds check to getstr()
      More variable scope reductions as recommended by cppcheck
      Initialize more variables in their declarations
      configure: Add --with-xft and --without-xft flags to control USE_XFT
      Mark more char * as const
      Add CWARNFLAGS to AM_CFLAGS
      GetLine: resolve -Wmaybe-uninitialized warning
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Print which argument was unknown before giving usage message
      Add -help and -version options
      xditview 1.0.7

---
 .git-blame-ignore-revs |   16 
 .gitlab-ci.yml         |   22 
 Dvi.c                  |  576 +++++++++++-----------
 DviChar.c              | 1232 ++++++++++++++++++++++++-------------------------
 DviChar.h              |   35 -
 DviP.h                 |  249 ++++-----
 Makefile.am            |    4 
 Menu.h                 |    6 
 XFontName.c            |  279 +++++------
 XFontName.h            |    2 
 configure.ac           |   23 
 draw.c                 |  429 ++++++++---------
 font.c                 |  543 ++++++++++-----------
 lex.c                  |   91 +--
 man/xditview.man       |    6 
 page.c                 |   79 +--
 parse.c                |  696 ++++++++++++++-------------
 xditview.c             |  611 ++++++++++++------------
 18 files changed, 2498 insertions(+), 2401 deletions(-)
---


More information about the xorg-commit mailing list