summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-17unifdef SUNSYSVHEADmasterAlan Coopersmith1-22/+0
2024-02-17unifdef ISCAlan Coopersmith2-8/+0
2024-02-17unifdef NCDAlan Coopersmith1-3/+0
2024-02-17Use autoconf-set HAVE_STDINT_H instead of platform-specific ifdefsAlan Coopersmith1-1/+1
2024-02-17unifdef dirtyAlan Coopersmith1-6/+0
2024-02-17Simplify remaining OPEN_MAX logic in FSlibos.hAlan Coopersmith1-7/+5
2024-02-17Remove ifdefs for non-Solaris SVR4 systemsAlan Coopersmith2-34/+13
2024-02-17unifdef __OSF1__Alan Coopersmith1-11/+7
2024-02-17unifdef __QNX__Alan Coopersmith1-9/+5
2024-02-17unifdef __UNIXOS2__Alan Coopersmith1-3/+3
2023-03-04configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+3
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2-2/+2
2023-02-16configure: raise minimum autoconf requirement to 2.70Alan Coopersmith1-1/+1
2022-08-26libFS 1.0.9libFS-1.0.9Alan Coopersmith1-2/+2
2022-05-08Convert code to use FSmallocarray() & FSreallocarray()Alan Coopersmith9-15/+15
2022-05-08Import reallocarray() from libX11 (originally from OpenBSD)Alan Coopersmith4-2/+58
2022-05-08gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-05-08Fix spelling/wording issuesAlan Coopersmith4-4/+4
2022-05-08Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-03-10libFS 1.0.8libFS-1.0.8Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-18Update README for gitlab migrationAlan Coopersmith3-28/+23
2018-09-23Don't try to send strings larger than protocol allows in requestsAlan Coopersmith10-41/+136
2018-09-23Fix sign comparison warning in loop index in FSQueryXInfoAlan Coopersmith1-2/+1
2018-09-23Fix sign comparison warning in loop indexes in FSQueryXExtents{8,16}Alan Coopersmith1-5/+3
2018-09-23Fix sign comparison warning in loop indexes in FSQueryXBitmaps{8,16}Alan Coopersmith1-5/+3
2018-09-23Fix sign comparison warning in loop index in FSListCataloguesAlan Coopersmith1-3/+2
2018-09-23Fix sign comparison warning in loop index in FSListFontsWithXInfoAlan Coopersmith1-4/+3
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2015-04-30libFS 1.0.7libFS-1.0.7Alan Coopersmith1-1/+1
2014-11-05Use 'imdent' to realign cpp indentation levels in FSlibos.hAlan Coopersmith1-131/+131
2014-11-05Remove unneeded checks for #ifndef X_NOT_POSIXAlan Coopersmith1-2/+0
2014-07-11Fix typos & wording issues in source commentsAlan Coopersmith1-2/+2
2014-06-05Fix some sign/size conversion warnings from clangAlan Coopersmith7-16/+16
2014-06-04Constify some more strings in API argumentsAlan Coopersmith5-13/+12
2014-05-23Constify pattern argument to FSListCataloguesAlan Coopersmith2-2/+2
2014-03-16libFS 1.0.6libFS-1.0.6Alan Coopersmith1-1/+1
2014-01-08Use strlcpy instead of strcpy/strncpy if it is availableAlan Coopersmith3-0/+12
2014-01-08Replace malloc(strlen + 1); strcpy() with strdup()Alan Coopersmith1-2/+1
2014-01-08Remove unused internal helper _FSWireToEventAlan Coopersmith2-30/+0
2014-01-08Remove unused internal helper _FSEventsQueuedAlan Coopersmith2-37/+0
2014-01-08Remove unused internal helper _FSAllocScratchAlan Coopersmith3-22/+2
2014-01-08Remove unused internal helper _FSGetHostnameAlan Coopersmith2-52/+0
2014-01-08If EAGAIN == EWOULDBLOCK, only need to check errno for one of themAlan Coopersmith1-1/+4
2014-01-03Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText()Alan Coopersmith1-3/+1
2014-01-02FSOpenServer: Fix double-free in error pathJeremy Huddleston Sequoia1-5/+3
2014-01-02Update error loop to correctly handle error in i==0 caseJeremy Huddleston Sequoia1-1/+1
2013-12-30Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensionsAlan Coopersmith1-0/+5