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