summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-01Fix build with xtrans 1.3Adam Jackson1-1/+2
2013-06-24Drop Cray (WORD64/MUSTCOPY) supportAlan Coopersmith3-311/+0
2013-06-24Fix a couple comment typosAlan Coopersmith2-2/+2
2013-06-24Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith1-56/+0
2013-05-28Fix typo in readme ("xfslsfonts" should be "fslsfonts")Alan Coopersmith1-1/+1
2013-05-28libFS 1.0.5libFS-1.0.5Alan Coopersmith1-1/+1
2013-04-26Sign extension issue and integer overflow in FSOpenServer() [CVE-2013-1996]Alan Coopersmith1-4/+4
2013-04-13Get rid of more duplication in error cleanup code in FSListFontsWithXInfoAlan Coopersmith1-91/+51
2013-04-13Avoid accessing freed memory on realloc failure in FSListFontsWithXInfoAlan Coopersmith1-45/+12
2013-04-13Avoid reading outside bounds when _FSReply receives an Error responseAlan Coopersmith1-1/+2
2013-04-13Use NULL instead of 0 for null pointersAlan Coopersmith3-6/+6
2013-04-13Get rid of unnecessary casts in FSfree callsAlan Coopersmith8-67/+67
2013-04-13Get rid of unnecessary casts in FS*alloc callsAlan Coopersmith10-66/+47
2013-01-18Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith2-3/+3
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0
2012-07-12Fix a prototype errorThomas Klausner1-1/+1
2012-03-02libFS 1.0.4libFS-1.0.4Alan Coopersmith1-1/+1
2012-03-02Remove unneeded shadow definition of 'i' from FSQueryXBitmaps16Alan Coopersmith1-1/+0
2011-12-04Fix builds of FSlibInt.c with Solaris Studio compilersAlan Coopersmith1-0/+5
2011-11-18Mark pattern argument to FSListFonts* as const char *Alan Coopersmith6-9/+9
2011-11-18Change FSOpenServer and FSServerName to take const char * args.Alan Coopersmith4-11/+11
2011-09-26Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-3/+3
2011-09-16Strip trailing whitespaceAlan Coopersmith30-463/+463
2011-04-28Silence clang's -Wformat-nonliteral around our error printing codeJeremy Huddleston1-0/+9
2011-04-28Annotate fatal errors with _X_NORETURNJeremy Huddleston2-3/+3
2011-02-18Silence gcc warning.Cyril Brulebois1-1/+1
2011-02-13Off-by-one error on the other end of FSGetErrorText bounds checkAlan Coopersmith1-1/+1
2011-02-13Add simple test program for FSGetErrorText()Alan Coopersmith5-1/+134
2011-02-13Off-by-one error in FSGetErrorText bounds checkAlan Coopersmith1-1/+1
2011-02-02config: splitting FS and XTRANS compiler option no longer requiredGaetan Nadon2-9/+9
2011-02-02config: comment, minor upgrade, quote and layout configure.acGaetan Nadon1-38/+40
2011-01-28config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-12-14Export only public API symbolsCristian Rodríguez1-1/+1
2010-10-26libFS 1.0.3libFS-1.0.3Alan Coopersmith1-1/+2
2010-10-26Remove unnecessary calls from configure.acAlan Coopersmith1-5/+1
2010-03-29config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-03-29config: install in $docdir and distribute doc/FSlib.txtGaetan Nadon1-2/+2
2010-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+1
2009-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon4-10/+5
2009-10-27Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-6/+5
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+0
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-12/+60
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston1-1/+1
2009-07-07Version 1.0.2libFS-1.0.2Alan Coopersmith1-1/+1
2009-07-07Move CWARNFLAGS to Makefile.am for easier build-time overridingAlan Coopersmith2-2/+1
2009-07-07Strip out-of-date RCS/CVS & SCCS version tagsAlan Coopersmith24-67/+11
2009-07-07Constify FSErrorListAlan Coopersmith2-8/+9
2009-06-17Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV'sAlan Coopersmith3-46/+0