summaryrefslogtreecommitdiff
path: root/parseutils.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-03Mark more pointers as constAlan Coopersmith1-2/+2
2023-01-03Stop building more unused functionsAlan Coopersmith1-0/+2
2022-12-11Replace malloc()+bzero() pairs with calloc() callsAlan Coopersmith1-18/+9
2022-12-11Remove unnecessary checks for NULL pointers before calling free()Alan Coopersmith1-9/+5
2022-12-11Replace uFree() with direct free() callsAlan Coopersmith1-10/+10
2022-12-11Replace uTypedRecalloc() with direct recallocarray() callsAlan Coopersmith1-4/+4
2022-12-11Replace uCalloc() and uTypedCalloc() with direct calloc() callsAlan Coopersmith1-1/+1
2022-12-11Replace uAlloc() and uTypedAlloc() with direct malloc() callsAlan Coopersmith1-26/+26
2022-12-11Use C99 struct initializersAlan Coopersmith1-115/+165
2022-12-11Variable scope reductionsAlan Coopersmith1-14/+11
2021-01-21Replace WARN[1-9], ERROR[1-9], etc. with their unnumbered versionPeter Hutterer1-3/+3
2021-01-21Remove trailing whitespacesPeter Hutterer1-9/+9
2015-03-03Stop including <X11/Xalloca.h> in parseutils.cAlan Coopersmith1-1/+0
2014-03-10Remove useless checks for NULL before free in OverlayKeyCreate()Alan Coopersmith1-4/+2
2012-11-01Reset scan state when opening a new fileDaniel Stone1-1/+1
2011-11-11Fix -Wformat warningsJeremy Huddleston1-2/+2
2011-06-21Interp: Allow explicit Any/NoSymbol mappingsDaniel Stone1-2/+5
2011-06-21Constify LookupKeysym input argumentDaniel Stone1-1/+1
2010-07-12limits.h is mandated by C89, no need to check for itDaniel Stone1-2/+0
2010-07-09Fix parsing of 0x1a2b3c4d-style symbolsDaniel Stone1-0/+12
2010-06-15Lazy keysym parsing (avoid XStringToKeysym)Daniel Stone1-5/+5
2009-01-21Correct make distcheck and most gcc and sparse warnings.Paulo Cesar Pereira de Andrade1-1/+0
2008-08-12Indent fixes.Peter Hutterer1-488/+577
2008-08-12Remove RCS tags.Peter Hutterer1-2/+0
2004-04-23Merging XORG-CURRENT into trunkXORG-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-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley1-224/+6
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley1-0/+966