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

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Mar 2 19:50:45 PST 2012


Tag 'libFS-1.0.4' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2012-03-03 03:47 -0800

libFS 1.0.4

Changes since libFS-1.0.3:
Alan Coopersmith (10):
      Off-by-one error in FSGetErrorText bounds check
      Add simple test program for FSGetErrorText()
      Off-by-one error on the other end of FSGetErrorText bounds check
      Strip trailing whitespace
      Add const attributes to fix gcc -Wwrite-strings warnings
      Change FSOpenServer and FSServerName to take const char * args.
      Mark pattern argument to FSListFonts* as const char *
      Fix builds of FSlibInt.c with Solaris Studio compilers
      Remove unneeded shadow definition of 'i' from FSQueryXBitmaps16
      libFS 1.0.4

Cristian Rodríguez (1):
      Export only public API symbols

Cyril Brulebois (1):
      Silence gcc warning.

Gaetan Nadon (3):
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: comment, minor upgrade, quote and layout configure.ac
      config: splitting FS and XTRANS compiler option no longer required

Jeremy Huddleston (2):
      Annotate fatal errors with _X_NORETURN
      Silence clang's -Wformat-nonliteral around our error printing code

---
 .gitignore                |    1 
 COPYING                   |   32 +++++++-------
 Makefile.am               |    8 +--
 configure.ac              |   88 +++++++++++++++++++---------------------
 doc/FSlib.txt             |   12 ++---
 include/X11/fonts/FSlib.h |   76 +++++++++++++++++-----------------
 src/FSClServ.c            |   30 ++++++-------
 src/FSCloseFt.c           |   30 ++++++-------
 src/FSConnServ.c          |   28 ++++++------
 src/FSErrDis.c            |   30 ++++++-------
 src/FSErrHndlr.c          |   32 +++++++-------
 src/FSFlush.c             |   28 ++++++------
 src/FSFontInfo.c          |   36 ++++++++--------
 src/FSFtNames.c           |   30 ++++++-------
 src/FSGetCats.c           |   28 ++++++------
 src/FSListCats.c          |   30 ++++++-------
 src/FSListExt.c           |   28 ++++++------
 src/FSMisc.c              |   28 ++++++------
 src/FSNextEv.c            |   28 ++++++------
 src/FSOpenFont.c          |   28 ++++++------
 src/FSOpenServ.c          |   34 +++++++--------
 src/FSQGlyphs.c           |   33 +++++++--------
 src/FSQXExt.c             |   34 +++++++--------
 src/FSQXInfo.c            |   30 ++++++-------
 src/FSQuExt.c             |   28 ++++++------
 src/FSServName.c          |   34 +++++++--------
 src/FSSetCats.c           |   28 ++++++------
 src/FSSync.c              |   28 ++++++------
 src/FSSynchro.c           |   32 +++++++-------
 src/FSlibInt.c            |   94 ++++++++++++++++++++++++------------------
 src/FSlibint.h            |   42 +++++++++----------
 src/FSlibos.h             |   30 ++++++-------
 src/Makefile.am           |   13 ++++-
 test/FSGetErrorText.c     |  101 ++++++++++++++++++++++++++++++++++++++++++++++
 test/Makefile.am          |   30 +++++++++++++
 35 files changed, 685 insertions(+), 537 deletions(-)
---


More information about the xorg-commit mailing list