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