libFS: Changes to 'refs/tags/libFS-1.0.6'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Mar 16 11:04:21 PDT 2014


Tag 'libFS-1.0.6' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2014-03-16 19:04 -0700

libFS-1.0.6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (SunOS)

iQIcBAABCgAGBQJTJeefAAoJEM/fFIgoxkKnfGIQAJg1iDyR1gCth6TxJhr8NKfu
HBiiLmeGFICuyeZG/1bJ+t/RRwvfj6bYzvDn2w2hqX0RVfMOCWEBV/qEURwKNA2T
8foSX/adExV4vlUvx9FoVzlDzPU6xI6tIJAqgIFAzx0Xg1MRRnIJHcDVnRgMPnaD
0NX+zhpw/mpDlUQ810VIgOVmiJ96u7O+5Eb4JAgQk4ixonUPadwGpUv6IQeceOmL
1wNU7JkxV++RP4uJylVBnhIKjVYS4EBBiS/nwbdTqPMglT9//3rU5GJJld7wag2o
HRcjXt9Tg/oi8klBnYbsF1G3BBI6vSJG5hD07dDy9a6l50kcJRgdPuQv/leV0o6J
GFXRyC8AUX/laV+B/pM1g0J2SQD5Hdcrx590Ic2S0tvteVXTT+RzJwEESoSX/rNN
F14KQcUbZKuDmOjQ80/avaIlz+kHVa3qxTAyno3e33ejDiff/6V3Q4WBGOvC8n5y
RmjF/Ourx/7rHpScGsi16RXZopLDJJNMoos1N7ELAz8yl3LmWQn9qRwScY6k1FG/
vpM0K4LjHOJSOlR+/YRpEP2I/9KeyOo40uh6XQ6Ln3knixhSv0KJW6ibxEpr+mqe
NrG+hReBuXELq8NaSLHPSqMcX4Yyi/zbzXTOkflza9Gsf+J/EJ7VB66HvzRULe7N
CjieQnppriK5mRNUJCWs
=Rd1h
-----END PGP SIGNATURE-----

Changes since libFS-1.0.5:
Adam Jackson (1):
      Fix build with xtrans 1.3

Alan Coopersmith (14):
      Fix typo in readme ("xfslsfonts" should be "fslsfonts")
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      Fix a couple comment typos
      Drop Cray (WORD64/MUSTCOPY) support
      Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
      Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText()
      If EAGAIN == EWOULDBLOCK, only need to check errno for one of them
      Remove unused internal helper _FSGetHostname
      Remove unused internal helper _FSAllocScratch
      Remove unused internal helper _FSEventsQueued
      Remove unused internal helper _FSWireToEvent
      Replace malloc(strlen + 1); strcpy() with strdup()
      Use strlcpy instead of strcpy/strncpy if it is available
      libFS 1.0.6

Jeremy Huddleston Sequoia (2):
      Update error loop to correctly handle error in i==0 case
      FSOpenServer: Fix double-free in error path

---
 README                    |    2 
 configure.ac              |   10 +
 include/X11/fonts/FSlib.h |    4 
 src/FSErrDis.c            |    9 -
 src/FSOpenServ.c          |   13 -
 src/FSlibInt.c            |  412 +---------------------------------------------
 src/FSlibint.h            |  105 -----------
 src/FSlibos.h             |    5 
 8 files changed, 35 insertions(+), 525 deletions(-)
---


More information about the xorg-commit mailing list