summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser/scan.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Remove obsolete tab stop comments from hw/xfree86/parser/*.cAlan Coopersmith1-2/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-775/+766
2011-12-07hw/xfree86: fix segfault in config parser when config dir is missingKeith Packard1-0/+4
2011-11-24parser: free scandir's listPaulo Zanoni1-3/+3
2011-11-24Correctly free config file namesPaulo Zanoni1-14/+8
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith1-9/+9
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-2/+4
2011-10-31xfree86: fix potential buffer overflowServaas Vandenberghe1-4/+13
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers1-8/+3
2010-10-18xfree86: Remove %M expansion from config parserAdam Jackson1-14/+0
2010-10-18xfree86: Remove an open-coded strtoul()Adam Jackson1-48/+1
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-2/+1
2010-08-27xfree86: Fix leaks in OpenConfigFile and OpenConfigDirJesse Adkins1-0/+2
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-22/+22
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-4/+2
2010-06-04Stop searching for XF86Config filesAlan Coopersmith1-5/+1
2010-06-04Stop searching for XF86Config filesAlan Coopersmith1-16/+7
2010-04-21xfree86: check for NULL pointer before dereferences it in parser codeTiago Vignatti1-2/+5
2010-04-08xfree86: Allow adding sysconfdir and datadir to config search pathsDan Nicholson1-0/+14
2010-02-17parser: corrected xf86getBoolValue to use case insensitive compareOliver McFadden1-8/+8
2010-02-11xfree86: Handle config files ending without newlineDan Nicholson1-7/+19
2009-12-30Merge remote branch 'dbn/inputclass'Keith Packard1-0/+30
2009-12-22xfree86: Support non-Option boolean entries in configurationDan Nicholson1-0/+30
2009-12-22xfree86: Allow config directory to be specified on command lineDan Nicholson1-4/+13
2009-12-22xfree86: Use xorg.conf.d directory for multiple config filesDan Nicholson1-84/+233
2009-04-06config: Remove useless xf86conf{{m,c,re}alloc},free} macrosAdam Jackson1-27/+27
2009-04-06config: s/xf86configStrdup/strdup/Adam Jackson1-1/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-7/+7
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-6/+6
2008-11-08Remove some null statements.James Cloos1-1/+1
2008-07-17Dead code removalDaniel Stone1-2/+1
2008-03-02Add missing file from previous commit.David Nusinow1-0/+9
2008-03-01clean some "unused" warningsGeorge Sapountzis1-1/+1
2007-12-03Use _X_EXPORT instead of __attribute__((visibility("default")))Alan Coopersmith1-1/+2
2007-11-17Bug #9725: Don't look in root's $HOME for config files, that's just confusing.Adam Jackson1-9/+0
2007-11-02Fix accidental ABI usage in RANDR 1.2 drivers.Adam Jackson1-1/+1
2007-06-29Death to RCS tags.Adam Jackson1-1/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-22/+0
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-15/+1
2006-09-21Bug 8386: Grow parser buffers to fit an entire line if it's longer than CONFI...Aaron Plattner1-2/+121
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-9/+36
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-218/+63
2003-11-14Initial revisionKaleb Keithley1-0/+1073