summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Use XtAsprintf to simplify os_name string generationAlan Coopersmith1-6/+2
2024-02-17unifdef SYSVAlan Coopersmith1-1/+1
2024-02-17Remove "#ifndef notdef" checksAlan Coopersmith1-2/+0
2024-02-17unifdef LynxAlan Coopersmith1-5/+0
2024-02-17unifdef hpuxAlan Coopersmith1-4/+0
2023-03-27XmuReadBitmapDataFromFile: set close-on-exec when opening filesAlan Coopersmith1-1/+7
2023-02-16src/Makefile.am: Remove hardcoded -D_BSD_SOURCEAlan Coopersmith1-1/+1
2022-09-13_XEditResGet32: Fix casts to avoid unexpected sign extension in 64-bitAlan Coopersmith1-1/+1
2022-09-13Handle -Wmissing-field-initializers warningsAlan Coopersmith1-2/+2
2022-09-13Handle -Wsign-compare warningsAlan Coopersmith3-4/+4
2022-09-13Clear some more -Wdiscarded-qualifiers warningsAlan Coopersmith2-4/+4
2022-09-13Use _CONST_X_STRING to make libXt declare String as const char *Alan Coopersmith4-5/+5
2022-09-13Use memcpy instead of memmove when buffers are known not to overlapAlan Coopersmith2-4/+3
2022-09-13More typo fixesAlan Coopersmith5-8/+8
2022-08-21get_os_name: Use autoconf to detect uname() supportAlan Coopersmith1-26/+10
2022-08-21XmuGetHostname: Drop support for ancient USG systemsAlan Coopersmith1-19/+0
2022-08-21Remove support for XA_IP_ADDRESSMatthieu Herrb1-28/+2
2022-08-21Fix OWNER_OS in XmuConvertStandardSelection() on LinuxMatthieu Herrb1-0/+3
2022-08-21Unifdef SYSVNETMatthieu Herrb1-9/+0
2022-08-06Convert code to use Xmumallocarray() & reallocarray()Alan Coopersmith3-13/+22
2022-08-06Import reallocarray() from libX11 (originally from OpenBSD)Alan Coopersmith3-1/+87
2022-08-06Remove unnnecessary casts from *alloc() and free() callsAlan Coopersmith9-48/+43
2022-07-17Fix spelling/wording issuesAlan Coopersmith7-31/+31
2018-05-05Apply standard X.Org formatting & bracketing to StrToWidg.cAlan Coopersmith1-76/+74
2018-05-05Convert tabs to spaces in StrToWidg.cAlan Coopersmith1-53/+53
2015-04-12Include <direct.h> for _getdrives() on Win32Jon TURNEY1-0/+1
2015-03-23Remove pointless X_NOT_POSIXJon TURNEY1-2/+2
2013-12-02ShapeEllipseOrRoundedRectangle: Check height AND width, not width twiceAlan Coopersmith1-1/+1
2013-11-22Remove SUNSHLIB support for SunOS 4.x shared librariesAlan Coopersmith4-77/+3
2013-07-22Preserve constness when casting const pointers in various functionsAlan Coopersmith4-16/+20
2013-06-06Fix a const issue.Thomas Klausner1-1/+1
2013-01-04unifdef -U__UNIXOS2__Alan Coopersmith2-17/+0
2012-12-26Remove unused DECnet ("DNETCONN") code from XmuConvertStandardSelectionAlan Coopersmith1-15/+3
2011-11-10Fix gcc -Wwrite-strings warnings (some, not all)Alan Coopersmith4-32/+32
2011-11-10Drop support for pre-ANSI-C89 preprocessorsAlan Coopersmith2-12/+0
2011-09-24Fix build with -DDEBUGJeremy Huddleston1-1/+1
2011-09-16Strip trailing whitespaceAlan Coopersmith38-182/+182
2011-02-10Make EditresCom.c identation a lot less randomAlan Coopersmith1-572/+574
2011-02-02config: remove config test for snprintfGaetan Nadon1-7/+0
2010-12-05XmuCvtStringToCursor: sprintf -> snprintf & check for XtMalloc failureAlan Coopersmith1-10/+14
2010-10-06Purge cvs tags.Jesse Adkins45-140/+0
2010-07-08Purge macro NEED_EVENTSFernando Carrijo1-1/+0
2010-03-27config: remove execute permission on source C fileGaetan Nadon2-0/+0
2009-09-23Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith1-1/+1
2009-03-31libXmu: check for LONG64, not LONG_64Julien Cristau1-3/+3
2009-01-29Janitor: make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade2-8/+1
2008-04-29Fix build problems on WIN32 platformsColin Harrison2-0/+4
2008-04-26Switch to winsock2Colin Harrison1-1/+1
2008-02-28Compile warning fix by using Cardinal instead of int.Paulo Cesar Pereira de Andrade1-1/+1
2008-01-14Coverity #52: Dead code in get_os_name()Alan Coopersmith1-0/+4