summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-06Resolve some -Wsign-conversion warnings from clangAlan Coopersmith1-3/+3
2023-11-06Variable scope reductions as recommended by cppcheckAlan Coopersmith1-20/+11
2023-11-04Convert to X.Org standard code styleAlan Coopersmith1-25/+37
2014-03-19Only include config.h if it exists.Thomas Klausner1-0/+2
2013-01-19Replace malloc(strlen);strcpy() calls with strdupAlan Coopersmith1-15/+12
2013-01-19Since hash() returns unsigned int, store results in unsigned intsAlan Coopersmith1-2/+2
2011-10-04Strip trailing whitespaceAlan Coopersmith1-1/+1
2011-10-04Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-3/+3
2008-04-24Compile warning fixes.Paulo Cesar Pereira de Andrade1-1/+1
2008-02-24Bug #11337: Use strcasecmp() instead of broken open-coded version.Adam Jackson1-36/+6
2004-04-23Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-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-MERGEEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert 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-25Initial revisionXORG-STABLEKaleb Keithley1-0/+238