summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-04makedepend 1.0.9HEADmakedepend-1.0.9masterAlan Coopersmith1-1/+1
2023-10-11ifparser.c: divide-by-zero fixPetre Rodan1-1/+4
2023-02-16configure: raise minimum autoconf requirement to 2.70Alan Coopersmith1-1/+1
2023-02-01Avoid depending on xprotoFabian Vogt5-21/+27
2023-01-01Make more things static that aren't needed in more than one fileAlan Coopersmith3-33/+36
2023-01-01Call strrchr() instead of hand coding a custom versionAlan Coopersmith3-9/+6
2023-01-01Cache filename after realpath() processingAlan Coopersmith3-9/+21
2023-01-01Make malloc error checking/reporting more consistentAlan Coopersmith3-5/+33
2023-01-01cppsetup: use C99 struct initializationAlan Coopersmith1-11/+12
2023-01-01Stop casting _parse_data pointers through (char *) and backAlan Coopersmith2-4/+4
2023-01-01Handle some implicit conversion warnings from clangAlan Coopersmith6-18/+18
2023-01-01Use reallocarray() on systems that provide itAlan Coopersmith5-14/+26
2023-01-01quoteColons: Remove redundant initialization of tmpAlan Coopersmith1-1/+1
2023-01-01find_includes: rename variables to avoid shadowing globalAlan Coopersmith1-4/+4
2023-01-01Store predefined -D values in const char fieldsAlan Coopersmith2-9/+11
2023-01-01Variable scope reduction as suggested by cppcheckAlan Coopersmith4-28/+33
2022-12-12Remove register keyword from variable declarationsAlan Coopersmith3-22/+22
2022-12-12Reformat code into X.Org standard coding styleAlan Coopersmith9-2180/+2175
2022-12-12makedepend 1.0.8makedepend-1.0.8Alan Coopersmith1-1/+1
2022-12-05Bug #2: fix regression introduced by fix for bug #1Alan Coopersmith1-52/+49
2022-12-05man page: add line breaks in Synopsis sectionAlan Coopersmith1-4/+9
2022-10-28makedepend 1.0.7makedepend-1.0.7Alan Coopersmith1-2/+2
2022-06-18Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parametersAlan Coopersmith1-1/+2
2022-04-10Add test case for bug #1 + proposed fix.Thibault DUPONCHELLE6-2/+78
2022-04-10gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-1/+1
2022-04-10Close fd for reading old Makefile when done, instead of leaking itAlan Coopersmith1-0/+1
2022-01-15gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-01-15Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-03-16makedepend 1.0.6makedepend-1.0.6Alan Coopersmith2-1/+3
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-26/+19
2018-05-05Simplify writing of output lines to MakefileAlan Coopersmith1-5/+2
2018-05-05Remove unused variable whitespaceAlan Coopersmith1-3/+0
2018-05-05Fix bad indentation in ifparser.cAlan Coopersmith1-3/+3
2018-05-05Quote colons in filenames/pathsAntonio Larrosa1-4/+44
2018-03-25Bumped -I flag limit in makedepend from 64 to 512.David Boyce1-1/+1
2018-03-24missing bounds check in makedepend for file argumentsDirk1-0/+3
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-5/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2016-03-27Use do { ... } while(0) idiom to make debug() macro saferAlan Coopersmith1-2/+2
2013-08-02Constify a pair of local string pointersAlan Coopersmith1-2/+2
2013-07-22makedepend 1.0.5makedepend-1.0.5Alan Coopersmith1-1/+1
2013-07-02Don't crash if an option's argument is missingJulien Cristau1-0/+16
2013-02-23Assume signal handlers return void, as C89 requiresAlan Coopersmith2-4/+1
2013-02-15Bug 56091 - Unsafe use of strcpy() in makedependAlan Coopersmith1-1/+1
2013-02-12Store len in a size_t instead of an int in redirect()Alan Coopersmith1-1/+1
2013-01-20Mark fatalerr & catch as _X_NORETURNAlan Coopersmith3-3/+3
2013-01-19Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith1-2/+1
2013-01-16Bug 52099 - makedepend rename fails on CIFS mounted sharesGlenn Burkhardt1-11/+13