summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set close-on-exec when opening filesHEADmasterAlan Coopersmith2023-03-281-1/+9
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith2023-03-041-2/+3
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-251-1/+1
* configure: raise minimum autoconf requirement to 2.70Alan Coopersmith2023-02-161-1/+1
* libfontenc 1.1.7libfontenc-1.1.7Matt Turner2022-12-081-1/+1
* configure: Use AC_SYS_LARGEFILE to enable large file supportMatt Turner2022-11-291-0/+3
* libfontenc 1.1.6libfontenc-1.1.6Alan Coopersmith2022-08-301-1/+1
* include config.h before system headersAlan Coopersmith2022-08-302-0/+8
* libfontenc 1.1.5libfontenc-1.1.5Alan Coopersmith2022-08-261-2/+2
* configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other definesAlan Coopersmith2022-07-171-0/+5
* Convert code to use Xmallocarray() & Xreallocarray()Alan Coopersmith2022-05-082-9/+11
* Import reallocarray() from libX11 (originally from OpenBSD)Alan Coopersmith2022-05-084-2/+93
* gitlab CI: add a basic build testAlan Coopersmith2022-05-081-0/+98
* Fix spelling/wording issuesAlan Coopersmith2022-05-082-2/+2
* Build xz tarballs instead of bzip2Alan Coopersmith2022-05-081-1/+1
* libfontenc 1.1.4libfontenc-1.1.4Alan Coopersmith2019-02-191-1/+1
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-193-25/+20
* Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFFAlan Coopersmith2018-11-111-3/+3
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* make FontEncDirectory return a const stringJulien Cristau2015-09-242-5/+5
* libfontenc 1.1.3libfontenc-1.1.3Alan Coopersmith2015-04-301-1/+1
* Initialize aliases array in parseEncodingFile()Alan Coopersmith2015-01-171-1/+1
* Reformat code to X.Org standard styleAlan Coopersmith2015-01-174-742/+861
* Replace strcpy+strcat calls with snprintf callsAlan Coopersmith2015-01-171-5/+3
* Replace sprintf call with snprintfAlan Coopersmith2015-01-171-2/+2
* Initialize both value1 & value2, not value1 twiceAlan Coopersmith2013-12-261-1/+1
* libfontenc 1.1.2libfontenc-1.1.2Alan Coopersmith2013-04-251-1/+1
* libfontenc: setCode(): fix realloc invocationNickolai Zeldovich2013-03-041-1/+1
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morphAlan Coopersmith2013-01-191-1/+1
* autogen.sh: Implement GNOME Build APIColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* Fix ISO-8859-7 → ISO-10646 mapping.James Cloos2012-04-241-0/+2
* Fix ISO-8859-6 → ISO-10646 mapping.James Cloos2012-04-241-1/+2
* libfontenc 1.1.1libfontenc-1.1.1Alan Coopersmith2012-03-021-1/+1
* Include strings.h for strcasecmpJeremy Huddleston2011-11-112-8/+1
* Strip trailing whitespaceAlan Coopersmith2011-09-163-46/+46
* Dead code removalJeremy Huddleston2011-05-091-1/+0
* config: comment, minor upgrade, quote and layout configure.acGaetan Nadon2011-02-031-39/+38
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2011-01-281-1/+1
* config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon2011-01-271-1/+0
* Fail configure if zlib.h & -lz not foundAlan Coopersmith2010-11-211-2/+4
* libfontenc 1.1.0libfontenc-1.1.0Alan Coopersmith2010-10-201-1/+3
* Don't need to check if pointer is NULL before calling free()Alan Coopersmith2010-05-172-13/+8
* Replace malloc(strlen()) + strcpy() with strdup()Alan Coopersmith2010-05-172-10/+5
* Nuke unnecessary castsMikhail Gusarov2010-05-142-20/+17
* Expand xalloc/xrealloc/xfree macrosMikhail Gusarov2010-05-142-50/+45
* unifdef FONTENC_NO_LIBFONTMikhail Gusarov2010-05-143-20/+1