summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-02libfontenc 1.1.8HEADlibfontenc-1.1.8masterAlan Coopersmith1-1/+1
2023-03-28Set close-on-exec when opening filesAlan Coopersmith1-1/+9
2023-03-04configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+3
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
2023-02-16configure: raise minimum autoconf requirement to 2.70Alan Coopersmith1-1/+1
2022-12-08libfontenc 1.1.7libfontenc-1.1.7Matt Turner1-1/+1
2022-11-29configure: Use AC_SYS_LARGEFILE to enable large file supportMatt Turner1-0/+3
2022-08-30libfontenc 1.1.6libfontenc-1.1.6Alan Coopersmith1-1/+1
2022-08-30include config.h before system headersAlan Coopersmith2-0/+8
2022-08-26libfontenc 1.1.5libfontenc-1.1.5Alan Coopersmith1-2/+2
2022-07-17configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other definesAlan Coopersmith1-0/+5
2022-05-08Convert code to use Xmallocarray() & Xreallocarray()Alan Coopersmith2-9/+11
2022-05-08Import reallocarray() from libX11 (originally from OpenBSD)Alan Coopersmith4-2/+93
2022-05-08gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-05-08Fix spelling/wording issuesAlan Coopersmith2-2/+2
2022-05-08Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-02-19libfontenc 1.1.4libfontenc-1.1.4Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-25/+20
2018-11-11Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFFAlan Coopersmith1-3/+3
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-24make FontEncDirectory return a const stringJulien Cristau2-5/+5
2015-04-30libfontenc 1.1.3libfontenc-1.1.3Alan Coopersmith1-1/+1
2015-01-17Initialize aliases array in parseEncodingFile()Alan Coopersmith1-1/+1
2015-01-17Reformat code to X.Org standard styleAlan Coopersmith4-742/+861
2015-01-17Replace strcpy+strcat calls with snprintf callsAlan Coopersmith1-5/+3
2015-01-17Replace sprintf call with snprintfAlan Coopersmith1-2/+2
2013-12-26Initialize both value1 & value2, not value1 twiceAlan Coopersmith1-1/+1
2013-04-25libfontenc 1.1.2libfontenc-1.1.2Alan Coopersmith1-1/+1
2013-03-04libfontenc: setCode(): fix realloc invocationNickolai Zeldovich1-1/+1
2013-01-19Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith1-1/+1
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0
2012-04-24Fix ISO-8859-7 → ISO-10646 mapping.James Cloos1-0/+2
2012-04-24Fix ISO-8859-6 → ISO-10646 mapping.James Cloos1-1/+2
2012-03-02libfontenc 1.1.1libfontenc-1.1.1Alan Coopersmith1-1/+1
2011-11-11Include strings.h for strcasecmpJeremy Huddleston2-8/+1
2011-09-16Strip trailing whitespaceAlan Coopersmith3-46/+46
2011-05-09Dead code removalJeremy Huddleston1-1/+0
2011-02-03config: comment, minor upgrade, quote and layout configure.acGaetan Nadon1-39/+38
2011-01-28config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2011-01-27config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2010-11-21Fail configure if zlib.h & -lz not foundAlan Coopersmith1-2/+4
2010-10-20libfontenc 1.1.0libfontenc-1.1.0Alan Coopersmith1-1/+3
2010-05-17Don't need to check if pointer is NULL before calling free()Alan Coopersmith2-13/+8
2010-05-17Replace malloc(strlen()) + strcpy() with strdup()Alan Coopersmith2-10/+5
2010-05-14Nuke unnecessary castsMikhail Gusarov2-20/+17
2010-05-14Expand xalloc/xrealloc/xfree macrosMikhail Gusarov2-50/+45