summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-03xrdb 1.2.2HEADxrdb-1.2.2masterAlan Coopersmith1-1/+1
2023-02-16configure: raise minimum autoconf requirement to 2.70Alan Coopersmith1-1/+1
2022-11-13Fallback asprintf: don't truncate output that has a \0 in stringAlan Coopersmith1-13/+12
2022-11-13Rename variable 'dup' to avoid shadowing dup() functionAlan Coopersmith1-6/+6
2022-11-13Use C99 struct initializationAlan Coopersmith1-11/+14
2022-11-13Variable scope reduction as recommended by cppcheckAlan Coopersmith1-52/+51
2022-11-13gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2021-12-07Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-07gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2021-08-09xrdb 1.2.1xrdb-1.2.1Matthieu Herrb1-1/+1
2021-06-26fix assignment discards ‘const’ qualifierWalter Harms1-1/+1
2021-06-26XFree() can handle NULL argWalter Harms1-1/+1
2021-06-26Add actual querying capabilitiesWalter Harms2-1/+28
2020-06-07Fix out of boundary read.Tobias Stoeckmann1-0/+2
2019-02-19xrdb 1.2.0xrdb-1.2.0Alan Coopersmith1-1/+1
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-26/+19
2018-03-24Add -E flag to show cpp command line & processed input fileAlan Coopersmith2-0/+22
2018-03-09xrdb 1.1.1xrdb-1.1.1Alan Coopersmith1-1/+1
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-09-05Use reallocarray() for array allocations & resizingAlan Coopersmith2-7/+34
2015-04-24Fix "editting" typo in commentAlan Coopersmith1-1/+1
2015-04-24Reformat code to X.Org standard coding styleAlan Coopersmith1-734/+800
2014-11-08Use SEEK_* names instead of raw numbers for fseek whence argumentAlan Coopersmith1-1/+1
2014-06-03Print which option was in error along with usage messageAlan Coopersmith2-11/+16
2014-06-03unifdef -U__UNIXOS2__Alan Coopersmith1-19/+0
2014-06-03Stop casting free() arguments to (char *)Alan Coopersmith1-3/+3
2014-06-03Clean up sign/size conversion warnings from clangAlan Coopersmith1-27/+27
2014-06-03Remove unused macro RESOURCE_PROPERTY_NAMEAlan Coopersmith1-1/+0
2014-06-03configure: add more m4 quoting to quiet autoconf complaintsAlan Coopersmith1-4/+4
2014-06-03autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-03configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-09-08xrdb 1.1.0xrdb-1.1.0Alan Coopersmith1-1/+1
2013-07-22Add -version flag to print package version string from autoconfAlan Coopersmith2-0/+9
2013-07-20Only add -P flag if using cpp as our preprocessorAlan Coopersmith1-7/+18
2013-07-19predefined cpp macros can produce unexpected results (bug 3413)Matthieu Herrb2-1/+15
2013-07-06Rename args to several functions to not shadow global variablesAlan Coopersmith1-20/+20
2013-07-06Mark fatal() & Syntax() with printf & noreturn attributesAlan Coopersmith2-3/+3
2013-07-06Strip trailing whitespaceAlan Coopersmith3-39/+39
2013-07-06Remove unnecessary casts from malloc & realloc callsAlan Coopersmith1-11/+10
2013-07-06Fix many const pointer warningsAlan Coopersmith1-25/+23
2013-07-06Ensure we don't read out of ClassName array bounds for unknown visual typeAlan Coopersmith1-6/+22
2013-06-30Clarify .Xresources vs. .Xdefaults in man pageAlan Coopersmith1-1/+5
2013-01-04Allow the CPP macro to contain preprocessors with command line options (v2)Egbert Eich1-2/+10
2013-01-04Usage: In usage message print preprocessor that's actually chosen.Egbert Eich1-1/+1
2012-11-05Fix build with WIN32 defined, but PATHETICCPP not definedJon TURNEY1-1/+1
2011-06-16Tokenize #define names in the PATHETICCPP case tooAlan Coopersmith1-1/+1
2011-04-05Bump to 1.0.9xrdb-1.0.9Matthias Hopf1-1/+1