summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: raise minimum autoconf requirement to 2.70HEADmasterAlan Coopersmith2023-02-161-1/+1
* Avoid depending on xprotoFabian Vogt2023-02-015-21/+27
* Make more things static that aren't needed in more than one fileAlan Coopersmith2023-01-013-33/+36
* Call strrchr() instead of hand coding a custom versionAlan Coopersmith2023-01-013-9/+6
* Cache filename after realpath() processingAlan Coopersmith2023-01-013-9/+21
* Make malloc error checking/reporting more consistentAlan Coopersmith2023-01-013-5/+33
* cppsetup: use C99 struct initializationAlan Coopersmith2023-01-011-11/+12
* Stop casting _parse_data pointers through (char *) and backAlan Coopersmith2023-01-012-4/+4
* Handle some implicit conversion warnings from clangAlan Coopersmith2023-01-016-18/+18
* Use reallocarray() on systems that provide itAlan Coopersmith2023-01-015-14/+26
* quoteColons: Remove redundant initialization of tmpAlan Coopersmith2023-01-011-1/+1
* find_includes: rename variables to avoid shadowing globalAlan Coopersmith2023-01-011-4/+4
* Store predefined -D values in const char fieldsAlan Coopersmith2023-01-012-9/+11
* Variable scope reduction as suggested by cppcheckAlan Coopersmith2023-01-014-28/+33
* Remove register keyword from variable declarationsAlan Coopersmith2022-12-123-22/+22
* Reformat code into X.Org standard coding styleAlan Coopersmith2022-12-129-2180/+2175
* makedepend 1.0.8makedepend-1.0.8Alan Coopersmith2022-12-121-1/+1
* Bug #2: fix regression introduced by fix for bug #1Alan Coopersmith2022-12-051-52/+49
* man page: add line breaks in Synopsis sectionAlan Coopersmith2022-12-051-4/+9
* makedepend 1.0.7makedepend-1.0.7Alan Coopersmith2022-10-281-2/+2
* Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parametersAlan Coopersmith2022-06-181-1/+2
* Add test case for bug #1 + proposed fix.Thibault DUPONCHELLE2022-04-106-2/+78
* gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith2022-04-101-1/+1
* Close fd for reading old Makefile when done, instead of leaking itAlan Coopersmith2022-04-101-0/+1
* gitlab CI: add a basic build testAlan Coopersmith2022-01-151-0/+98
* Build xz tarballs instead of bzip2Alan Coopersmith2022-01-151-1/+1
* makedepend 1.0.6makedepend-1.0.6Alan Coopersmith2019-03-162-1/+3
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-193-26/+19
* Simplify writing of output lines to MakefileAlan Coopersmith2018-05-051-5/+2
* Remove unused variable whitespaceAlan Coopersmith2018-05-051-3/+0
* Fix bad indentation in ifparser.cAlan Coopersmith2018-05-051-3/+3
* Quote colons in filenames/pathsAntonio Larrosa2018-05-051-4/+44
* Bumped -I flag limit in makedepend from 64 to 512.David Boyce2018-03-251-1/+1
* missing bounds check in makedepend for file argumentsDirk2018-03-241-0/+3
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-5/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* Use do { ... } while(0) idiom to make debug() macro saferAlan Coopersmith2016-03-271-2/+2
* Constify a pair of local string pointersAlan Coopersmith2013-08-021-2/+2
* makedepend 1.0.5makedepend-1.0.5Alan Coopersmith2013-07-221-1/+1
* Don't crash if an option's argument is missingJulien Cristau2013-07-021-0/+16
* Assume signal handlers return void, as C89 requiresAlan Coopersmith2013-02-232-4/+1
* Bug 56091 - Unsafe use of strcpy() in makedependAlan Coopersmith2013-02-151-1/+1
* Store len in a size_t instead of an int in redirect()Alan Coopersmith2013-02-121-1/+1
* Mark fatalerr & catch as _X_NORETURNbaserock/morphAlan Coopersmith2013-01-203-3/+3
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith2013-01-191-2/+1
* Bug 52099 - makedepend rename fails on CIFS mounted sharesGlenn Burkhardt2013-01-161-11/+13
* autogen.sh: Implement GNOME Build APIColin Walters2013-01-161-1/+3
* configure: Drop AM_MAINTAINER_MODEAdam Jackson2013-01-161-1/+0