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