summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* XmuReadBitmapDataFromFile: set close-on-exec when opening filesHEADmasterAlan Coopersmith2023-03-271-1/+7
* src/Makefile.am: Remove hardcoded -D_BSD_SOURCEAlan Coopersmith2023-02-161-1/+1
* _XEditResGet32: Fix casts to avoid unexpected sign extension in 64-bitAlan Coopersmith2022-09-131-1/+1
* Handle -Wmissing-field-initializers warningsAlan Coopersmith2022-09-131-2/+2
* Handle -Wsign-compare warningsAlan Coopersmith2022-09-133-4/+4
* Clear some more -Wdiscarded-qualifiers warningsAlan Coopersmith2022-09-132-4/+4
* Use _CONST_X_STRING to make libXt declare String as const char *Alan Coopersmith2022-09-134-5/+5
* Use memcpy instead of memmove when buffers are known not to overlapAlan Coopersmith2022-09-132-4/+3
* More typo fixesAlan Coopersmith2022-09-135-8/+8
* get_os_name: Use autoconf to detect uname() supportAlan Coopersmith2022-08-211-26/+10
* XmuGetHostname: Drop support for ancient USG systemsAlan Coopersmith2022-08-211-19/+0
* Remove support for XA_IP_ADDRESSMatthieu Herrb2022-08-211-28/+2
* Fix OWNER_OS in XmuConvertStandardSelection() on LinuxMatthieu Herrb2022-08-211-0/+3
* Unifdef SYSVNETMatthieu Herrb2022-08-211-9/+0
* Convert code to use Xmumallocarray() & reallocarray()Alan Coopersmith2022-08-063-13/+22
* Import reallocarray() from libX11 (originally from OpenBSD)Alan Coopersmith2022-08-063-1/+87
* Remove unnnecessary casts from *alloc() and free() callsAlan Coopersmith2022-08-069-48/+43
* Fix spelling/wording issuesAlan Coopersmith2022-07-177-31/+31
* Apply standard X.Org formatting & bracketing to StrToWidg.cAlan Coopersmith2018-05-051-76/+74
* Convert tabs to spaces in StrToWidg.cAlan Coopersmith2018-05-051-53/+53
* Include <direct.h> for _getdrives() on Win32Jon TURNEY2015-04-121-0/+1
* Remove pointless X_NOT_POSIXJon TURNEY2015-03-231-2/+2
* ShapeEllipseOrRoundedRectangle: Check height AND width, not width twiceAlan Coopersmith2013-12-021-1/+1
* Remove SUNSHLIB support for SunOS 4.x shared librariesAlan Coopersmith2013-11-224-77/+3
* Preserve constness when casting const pointers in various functionsAlan Coopersmith2013-07-224-16/+20
* Fix a const issue.Thomas Klausner2013-06-061-1/+1
* unifdef -U__UNIXOS2__Alan Coopersmith2013-01-042-17/+0
* Remove unused DECnet ("DNETCONN") code from XmuConvertStandardSelectionAlan Coopersmith2012-12-261-15/+3
* Fix gcc -Wwrite-strings warnings (some, not all)Alan Coopersmith2011-11-104-32/+32
* Drop support for pre-ANSI-C89 preprocessorsAlan Coopersmith2011-11-102-12/+0
* Fix build with -DDEBUGJeremy Huddleston2011-09-241-1/+1
* Strip trailing whitespaceAlan Coopersmith2011-09-1638-182/+182
* Make EditresCom.c identation a lot less randomAlan Coopersmith2011-02-101-572/+574
* config: remove config test for snprintfGaetan Nadon2011-02-021-7/+0
* XmuCvtStringToCursor: sprintf -> snprintf & check for XtMalloc failureAlan Coopersmith2010-12-051-10/+14
* Purge cvs tags.Jesse Adkins2010-10-0645-140/+0
* Purge macro NEED_EVENTSFernando Carrijo2010-07-081-1/+0
* config: remove execute permission on source C fileGaetan Nadon2010-03-272-0/+0
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-09-231-1/+1
* libXmu: check for LONG64, not LONG_64Julien Cristau2009-03-311-3/+3
* Janitor: make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade2009-01-292-8/+1
* Fix build problems on WIN32 platformsColin Harrison2008-04-292-0/+4
* Switch to winsock2Colin Harrison2008-04-261-1/+1
* Compile warning fix by using Cardinal instead of int.Paulo Cesar Pereira de Andrade2008-02-281-1/+1
* Coverity #52: Dead code in get_os_name()Alan Coopersmith2008-01-141-0/+4
* Clear sparse warnings: Using plain integer as NULL pointerAlan Coopersmith2008-01-133-5/+8
* Add hooks for checking sources with tools like lint & sparseAlan Coopersmith2008-01-111-2/+25
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-131-0/+0
* Define BITMAPDIR for the case where ${prefix} != /usrlibXmu-1_0_2XORG-7_1Matthieu Herrb2006-04-301-1/+3
* Bug #6276: Fix build on Cygwin. (Yaakov Selkowitz)XORG-7_0_99_901Adam Jackson2006-03-201-2/+2