summaryrefslogtreecommitdiff
path: root/parse.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Make more things static that aren't needed in more than one fileAlan Coopersmith1-1/+23
2023-01-01Call strrchr() instead of hand coding a custom versionAlan Coopersmith1-2/+2
2023-01-01Make malloc error checking/reporting more consistentAlan Coopersmith1-0/+4
2023-01-01Handle some implicit conversion warnings from clangAlan Coopersmith1-4/+4
2023-01-01Use reallocarray() on systems that provide itAlan Coopersmith1-5/+4
2023-01-01find_includes: rename variables to avoid shadowing globalAlan Coopersmith1-4/+4
2023-01-01Variable scope reduction as suggested by cppcheckAlan Coopersmith1-15/+21
2022-12-12Remove register keyword from variable declarationsAlan Coopersmith1-14/+14
2022-12-12Reformat code into X.Org standard coding styleAlan Coopersmith1-554/+530
2013-08-02Constify a pair of local string pointersAlan Coopersmith1-2/+2
2013-02-15Bug 56091 - Unsafe use of strcpy() in makedependAlan Coopersmith1-1/+1
2013-01-05Remove unnecessary casts from malloc/realloc callsAlan Coopersmith1-7/+4
2011-10-07define(): Avoid assigning constant string to non-const char *Alan Coopersmith1-2/+3
2011-10-07Call strdup directly, instead of via copy macroAlan Coopersmith1-3/+3
2011-10-07Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-9/+9
2011-10-07Move extern variable declarations to common header (def.h)Alan Coopersmith1-7/+0
2011-10-07Strip trailing whitespaceAlan Coopersmith1-13/+13
2009-10-10Remove CVS/RCS version tagsAlan Coopersmith1-2/+0
2009-03-24Fix gcc, sparse & lint warningsAlan Coopersmith1-5/+5
2009-03-24Increased constificationAlan Coopersmith1-4/+4
2006-06-02Coverity #925: Pointer "file" dereferenced before NULL checkmakedepend-1.0.1Alan Coopersmith1-2/+7
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich1-163/+68
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-68/+163
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley1-75/+108
2003-11-14R6.6 is the Xorg base-lineXORG-MAINXORG-STABLEKaleb Keithley1-0/+653