summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-18mkfontdir: R6.6 is the Xorg base-lineKaleb Keithley1-0/+100
2019-01-06Clear some -Wshorten-64-to-32 warnings from clang 6Alan Coopersmith2-14/+16
2019-01-06Clear some -Wsign-compare warnings from gcc 7Alan Coopersmith1-6/+6
2019-01-06Add new ConstList functions and use them.Thomas Klausner4-11/+143
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-26/+20
2018-10-01Stop shadowing 'found' in checkExtraEncoding()Alan Coopersmith1-3/+3
2018-10-01Rename variable 'n' to avoid shadowing another 'n' in doDirectoryAlan Coopersmith1-5/+5
2018-10-01Use vasprintf(), if available, to implement dsprintf()Alan Coopersmith2-0/+13
2018-10-01Replace dsprintf("%s", s) with strdup(s)Alan Coopersmith1-4/+4
2018-10-01Remove last use of strcatAlan Coopersmith1-2/+3
2018-09-10Sort input file listBernhard M. Wiedemann1-8/+10
2018-03-06mkfontscale 1.1.3mkfontscale-1.1.3Alan 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
2016-09-18mkfontscale: Avoid a buffer underrunJeremy Huddleston Sequoia1-1/+1
2016-05-10fix handling of Type1 fonts without /FamilyName and/or /FullNameStefan Dirsch1-3/+6
2015-01-16mkfontscale 1.1.2mkfontscale-1.1.2Alan Coopersmith1-1/+1
2014-07-06Remove extraneous duplicate checks for -r & -n optionsAlan Coopersmith1-4/+0
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2014-03-19Only include config.h if it exists.Thomas Klausner2-0/+4
2014-01-02Fix possible malloc allocation error found by clang static analysisJeremy Huddleston Sequoia1-1/+6
2014-01-02Plug a memory leak found by clang static analysisJeremy Huddleston Sequoia1-8/+16
2013-11-22Print which option was in error along with usage messageAlan Coopersmith1-7/+18
2013-11-22Make usage() always exit(1)Alan Coopersmith2-10/+4
2013-11-22Add -v flag to print program versionAlan Coopersmith2-1/+9
2013-11-22Add missing newline to usage outputAlan Coopersmith1-1/+1
2013-07-16mkfontscale 1.1.1mkfontscale-1.1.1Alan Coopersmith1-1/+1
2013-06-06Protect config.h inclusion like usual.Thomas Klausner1-0/+2
2013-05-22Document -u/-U options in man pagePeter Hutterer1-0/+6
2013-01-19Replace malloc(strlen);strcpy() calls with strdupAlan Coopersmith4-19/+17
2013-01-19Since hash() returns unsigned int, store results in unsigned intsAlan Coopersmith1-2/+2
2013-01-11Fix compilation for MinGWEgbert Eich1-0/+4
2013-01-10Prefer original file over symlink (v2)Egbert Eich1-3/+21
2012-02-10mkfontscale 1.1.0mkfontscale-1.1.0Alan Coopersmith1-1/+1
2011-10-20mkfontscale: fix Culmus entries to precede URWMaxim Iorsh1-4/+4
2011-10-18Add Culmus foundry to the vendor list for TrueType & Type1 fontsMaxim Iorsh1-1/+4
2011-10-04Strip trailing whitespaceAlan Coopersmith6-42/+42
2011-10-04Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith6-34/+34
2011-10-04Mark format string argument to dsprintf as const char *Alan Coopersmith2-2/+2
2011-10-04mkfontscale: Support FontForge weight designations.Maxim Iorsh1-0/+4
2011-06-29mkfontscale 1.0.9mkfontscale-1.0.9Alan Coopersmith1-1/+1
2011-05-25Add _X_ATTRIBUTE_PRINTF to functions taking printf format argumentsAlan Coopersmith1-3/+5
2011-05-08Dead code removalJeremy Huddleston1-3/+1
2011-03-01makeList: free partially allocated list on failureAlan Coopersmith1-1/+3
2011-03-01Leave room for null terminator in file & font name arraysAlan Coopersmith1-1/+1
2011-02-14Sort contents of encodings.dirAlan Coopersmith3-0/+36
2011-01-19config: move man pages into their own directoryGaetan Nadon4-15/+17