libX11: Changes to 'refs/tags/libX11-1.4.4'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Jul 28 19:59:38 PDT 2011


Tag 'libX11-1.4.4' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2011-07-29 03:58 -0700

libX11 1.4.4

Changes since libX11-1.4.3:
Alan Coopersmith (17):
      Install xml versions of specs even if HAVE_XMLTO is false
      Make doc install subdirectories more like the pre-docbook.am paths
      Fix "attrinute" typo in comments in ximcp
      Replace Xmalloc+bzero pairs with Xcalloc calls
      Convert malloc(strlen()); strcpy() sets to strdup
      specs/libX11: Fix XOpenDisplay() prototype in chapter 2 [bug 36244]
      Delete special case code to append "/sparcv9" to i18n module path
      DisplayOfCCC.man: Fix typo "ClientWhitePointOfCC" -> "ClientWhitePointOfCCC"
      XKB man pages: Fix coordinantes typo in multiple pages
      Fix man page and comment references to use XFreeModifiermap (lowercase map)
      libX11 spec: fix monospaced column alignment after deligaturization
      Bug 37624 - parameter x is missing from synopsis of XDrawString in libX11.html
      specs/libX11: Convert some header filenames to filename tags
      specs/libX11: Turn many "see section ..." into links
      specs/libX11: Turn chapter references into links
      specs/libX11: Turn appendix references into links
      libX11 1.4.4

Ander Conselvan de Oliveira (13):
      Fix memory leak with broken bitmap files in XReadBitmapFileData
      FSWrap: fix potential leak in copy_string_list
      Fix leaks in _XimEncodingNegotiation error paths.
      Fix memory leaks on _XimProtoCreateIC error paths.
      Fix memory leaks on _XimGetAttributeID error paths.
      Fix memory leaks on _XimWriteCachedDefaultTree error paths.
      Fix memory leak on _XimCommitRecv error path.
      Fix memory leaks on _XimCbDispatch error path.
      om: Fix memory leak on read_EncodingInfo error path.
      om: Fix potential memory leak in init_om.
      xcms: Fix error on LINEAR_RGB_InitSCCData error path.
      xcms: Fix memory leaks on LINEAR_RGB_InitSCCData error path.
      om: Fix memory leaks on get_font_name error paths.

Daniel Stone (1):
      XCB: Add more friendly error messages for common asserts

David Coppa (1):
      Fix libpthread linkage on OpenBSD.

Gaetan Nadon (6):
      Remove misplaced hyphens in libX11 DocBook/XML #37364
      Install target dbs alongside generated documents
      nls: move xmlrules.in from specs to nls
      Remove unused xmlrules.in in specs, now in /nls
      config: update XORG_WITH_FOP macro usage
      config: use XORG_WITH_PERL macro to replace custom program check

James Cloos (1):
      Expand latin ligatures out to their NFKC equivalents.

Jeremy Huddleston (7):
      clang analyzer: Don't warn about Xmalloc(0)
      Annotate _XIOError as _X_NORETURN
      XKB: Avoid a possible NULL dereference
      Dead code removal
      Revert "XKB: Avoid a possible NULL dereference"
      XKB: XkbComputeSectionBounds: Check correct bounds in default switch-case
      Silence clang static analysis warnings for SetReqLen

Matt Dew (3):
      Add id's to functions, to make clickable links.
      Add id attributes to funcsynopsis to allow other docs to olink to them.
      Add id attributes to error codes to allow linking from other docs.

---
 configure.ac                       |   28 +----
 docbook.am                         |    6 -
 include/X11/Xlibint.h              |   11 +-
 man/DisplayOfCCC.man               |    2 
 man/Makefile.am                    |    2 
 man/XChangeKeyboardMapping.man     |    2 
 man/XFreeModifierMap.man           |    1 
 man/XFreeModifiermap.man           |    1 
 man/xkb/XkbComputeShapeTop.man     |    2 
 man/xkb/XkbPtrActionX.man          |    2 
 man/xkb/XkbPtrActionY.man          |    2 
 man/xkb/XkbSetPtrActionX.man       |    2 
 man/xkb/XkbSetPtrActionY.man       |    2 
 modules/im/ximcp/imCallbk.c        |    2 
 modules/im/ximcp/imDefIc.c         |    7 -
 modules/im/ximcp/imDefIm.c         |   51 ++++-----
 modules/im/ximcp/imDefLkup.c       |    4 
 modules/im/ximcp/imInt.c           |    9 -
 modules/im/ximcp/imLcIc.c          |    3 
 modules/im/ximcp/imLcIm.c          |    5 
 modules/im/ximcp/imRm.c            |   37 ++----
 modules/im/ximcp/imRmAttr.c        |   23 +---
 modules/im/ximcp/imThaiIc.c        |    3 
 modules/im/ximcp/imTrX.c           |    3 
 modules/im/ximcp/imTrans.c         |    7 -
 modules/lc/gen/lcGenConv.c         |    3 
 modules/lc/xlocale/lcJis.c         |    3 
 modules/om/generic/omGeneric.c     |   99 +++++++-----------
 nls/Makefile.am                    |    5 
 nls/xmlrules.in                    |   59 +++++++++++
 specs/XIM/Makefile.am              |    2 
 specs/XKB/Makefile.am              |    2 
 specs/i18n/framework/Makefile.am   |    4 
 specs/i18n/framework/framework.xml |   78 +++++++-------
 specs/i18n/localedb/Makefile.am    |    4 
 specs/i18n/trans/Makefile.am       |    4 
 specs/i18n/trans/trans.xml         |   14 +-
 specs/libX11/AppC.xml              |  115 ++++++++++-----------
 specs/libX11/AppD.xml              |   43 ++++----
 specs/libX11/CH01.xml              |   19 ++-
 specs/libX11/CH02.xml              |  174 ++++++++++++++++----------------
 specs/libX11/CH03.xml              |   93 +++++++++--------
 specs/libX11/CH04.xml              |   52 +++++----
 specs/libX11/CH05.xml              |   18 +--
 specs/libX11/CH06.xml              |  142 +++++++++++++-------------
 specs/libX11/CH07.xml              |   62 +++++------
 specs/libX11/CH08.xml              |   99 +++++++++---------
 specs/libX11/CH09.xml              |   65 ++++++------
 specs/libX11/CH10.xml              |   23 ++--
 specs/libX11/CH11.xml              |   95 +++++++++--------
 specs/libX11/CH12.xml              |   64 ++++++------
 specs/libX11/CH13.xml              |  197 ++++++++++++++++++-------------------
 specs/libX11/CH14.xml              |  153 +++++++++++++++-------------
 specs/libX11/CH15.xml              |   73 +++++++------
 specs/libX11/CH16.xml              |  104 +++++++++----------
 specs/libX11/Makefile.am           |    4 
 specs/xmlrules.in                  |   67 ------------
 src/FSWrap.c                       |    5 
 src/InitExt.c                      |    3 
 src/Quarks.c                       |    3 
 src/RdBitF.c                       |    5 
 src/SetLocale.c                    |    3 
 src/Xrm.c                          |    6 -
 src/xcb_io.c                       |   96 +++++++++++++++---
 src/xcms/LRGB.c                    |    8 -
 src/xcms/PrOfId.c                  |   11 --
 src/xkb/XKBGAlloc.c                |   13 --
 src/xkb/XKBGeom.c                  |    4 
 src/xlibi18n/XDefaultIMIF.c        |    6 -
 src/xlibi18n/XDefaultOMIF.c        |   41 ++-----
 src/xlibi18n/XlcDL.c               |   40 -------
 src/xlibi18n/lcCharSet.c           |    3 
 src/xlibi18n/lcDB.c                |   18 +--
 src/xlibi18n/lcFile.c              |   14 --
 src/xlibi18n/lcGeneric.c           |   33 ++----
 src/xlibi18n/lcPublic.c            |    9 -
 76 files changed, 1220 insertions(+), 1257 deletions(-)
---


More information about the xorg-commit mailing list