summaryrefslogtreecommitdiff
path: root/src/encparse.c
Commit message (Expand)AuthorAgeFilesLines
* Set close-on-exec when opening filesHEADmasterAlan Coopersmith2023-03-281-1/+9
* include config.h before system headersAlan Coopersmith2022-08-301-0/+4
* Convert code to use Xmallocarray() & Xreallocarray()Alan Coopersmith2022-05-081-8/+9
* make FontEncDirectory return a const stringJulien Cristau2015-09-241-4/+4
* Initialize aliases array in parseEncodingFile()Alan Coopersmith2015-01-171-1/+1
* Reformat code to X.Org standard styleAlan Coopersmith2015-01-171-269/+334
* 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: setCode(): fix realloc invocationNickolai Zeldovich2013-03-041-1/+1
* Include strings.h for strcasecmpJeremy Huddleston2011-11-111-4/+1
* Strip trailing whitespaceAlan Coopersmith2011-09-161-17/+17
* Dead code removalJeremy Huddleston2011-05-091-1/+0
* Don't need to check if pointer is NULL before calling free()Alan Coopersmith2010-05-171-7/+5
* Replace malloc(strlen()) + strcpy() with strdup()Alan Coopersmith2010-05-171-8/+4
* Nuke unnecessary castsMikhail Gusarov2010-05-141-19/+16
* Expand xalloc/xrealloc/xfree macrosMikhail Gusarov2010-05-141-39/+36
* unifdef FONTENC_NO_LIBFONTMikhail Gusarov2010-05-141-9/+0
* Nuke RCS tagsMikhail Gusarov2010-05-141-3/+0
* Mark character mapping data tables as constAlan Coopersmith2006-10-041-4/+7
* Clear sparse warnings: Using plain integer as NULL pointerAlan Coopersmith2006-10-041-17/+17
* Clear sparse warning: non-ANSI function declaration of function 'FontEncDirec...Alan Coopersmith2006-10-041-1/+1
* Coverity #1523: Dereferencing freed pointer "mapping"Alan Coopersmith2006-06-031-7/+9
* Fix another file descriptor leak (related to previous Coverity #544)Alan Coopersmith2006-04-101-0/+2
* Coverity #544: File a file descriptor leak.XORG-7_0_99_901Adam Jackson2006-04-071-1/+3
* See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson2005-11-081-1/+1
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_14Daniel Stone2005-07-031-3/+3
* Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-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_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-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-MERGElg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAPEgbert Eich2004-04-231-1/+1
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-141-1/+1
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-031-3/+3
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-261-1/+1
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-261-1/+1
* Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_specialKaleb Keithley2004-02-231-2/+7
* XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902xf86-012804-2330Kaleb Keithley2003-12-191-1/+5
* Initial revisionXORG-STABLEKaleb Keithley2003-11-141-0/+954