summaryrefslogtreecommitdiff
path: root/mkfontscale.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-06Fix -Wimplicit-float-conversion warnings from clangAlan Coopersmith1-2/+2
2023-11-06Resolve some -Wsign-conversion warnings from clangAlan Coopersmith1-3/+3
2023-11-06Variable scope reductions as recommended by cppcheckAlan Coopersmith1-57/+47
2023-11-06mkfontscale.c: handle -Wshadow warnings from gccAlan Coopersmith1-8/+8
2023-11-04doDirectory: add missing check for malloc() returning NULLAlan Coopersmith1-0/+4
2023-11-04Convert to X.Org standard code styleAlan Coopersmith1-390/+443
2019-10-27Add "ExtraBold" as a valid T1 font weight.Maya Rashish1-0/+4
2019-10-27Use case insensitive comparison for T1 font weightMaya Rashish1-14/+15
2019-01-06Clear some -Wshorten-64-to-32 warnings from clang 6Alan Coopersmith1-8/+9
2019-01-06Clear some -Wsign-compare warnings from gcc 7Alan Coopersmith1-6/+6
2019-01-06Add new ConstList functions and use them.Thomas Klausner1-11/+13
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-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
2016-05-10fix handling of Type1 fonts without /FamilyName and/or /FullNameStefan Dirsch1-3/+6
2014-07-06Remove extraneous duplicate checks for -r & -n optionsAlan Coopersmith1-4/+0
2014-03-19Only include config.h if it exists.Thomas Klausner1-0/+2
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 Coopersmith1-9/+3
2013-11-22Add -v flag to print program versionAlan Coopersmith1-1/+4
2013-11-22Add missing newline to usage outputAlan Coopersmith1-1/+1
2013-01-19Replace malloc(strlen);strcpy() calls with strdupAlan Coopersmith1-2/+3
2013-01-11Fix compilation for MinGWEgbert Eich1-0/+4
2013-01-10Prefer original file over symlink (v2)Egbert Eich1-3/+21
2011-10-04Strip trailing whitespaceAlan Coopersmith1-26/+26
2011-10-04Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-22/+22
2011-10-04mkfontscale: Support FontForge weight designations.Maxim Iorsh1-0/+4
2011-05-08Dead code removalJeremy Huddleston1-3/+1
2011-03-01Leave room for null terminator in file & font name arraysAlan Coopersmith1-1/+1
2011-02-14Sort contents of encodings.dirAlan Coopersmith1-0/+1
2011-01-13Remove unused NEED_SNPRINTF code to #include non-existent snprintf.cAlan Coopersmith1-6/+0
2011-01-13Make fscanf format string constant so it can be checked at compile timeAlan Coopersmith1-5/+9
2010-10-06Purge cvs tags.Jesse Adkins1-2/+0
2009-01-16Silence sparse warnings and update .gitignore.Paulo Cesar Pereira de Andrade1-4/+4
2008-11-05Add support for bzip2 compressed fonts if configured --with-bzip2Alan Coopersmith1-0/+4
2008-05-10Fix handling of OpenType/CFF fonts with embedded bitmaps.Juliusz Chroboczek1-2/+4
2008-05-10Remove doubly included header.Juliusz Chroboczek1-1/+0
2008-04-28Add bdf and pcf to font priority table.Juliusz Chroboczek1-5/+13
2008-04-28Fix typo in mkfontscale.c.Juliusz Chroboczek1-1/+0
2008-04-24Compile warning fixes.Paulo Cesar Pereira de Andrade1-0/+1
2006-10-31Allow SemiBold weight for Type 1 fonts.Juliusz Chroboczek1-0/+2
2006-07-19open files in binary mode. fixes cygwin issues.Alan Hourihane1-1/+1
2004-11-05xc/fonts/encodings/Imakefilesco_port_update-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1Roland Mainz1-2/+3
2004-04-23Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEEgbert Eich1-2/+4
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1