summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-01-16Bug 52099 - makedepend rename fails on CIFS mounted sharesGlenn Burkhardt
2013-01-16autogen.sh: Implement GNOME Build APIColin Walters
2013-01-16configure: Drop AM_MAINTAINER_MODEAdam Jackson
2013-01-11Fix a comment typoAlan Coopersmith
2013-01-05Convert more sprintf calls to snprintfAlan Coopersmith
2013-01-05Remove unnecessary casts from malloc/realloc callsAlan Coopersmith
2013-01-05Remove fallbacks for Imake configuration, assume autoconfAlan Coopersmith
2013-01-05Move i_listlen in struct inclist for better packing in 64-bit buildsAlan Coopersmith
2013-01-05config: Remove unnecessary calls from configure.acAlan Coopersmith
2013-01-05Update configure.ac initialization to X.Org standard formAlan Coopersmith
2013-01-04unifdef -U__UNIXOS2__Alan Coopersmith
2013-01-04Bug 59005 - makedepend: Build with automake-1.13 brokenMarko Lindqvist
2012-03-14configure.ac: use AM_MAINTAINER_MODEJulien Cristau
2012-03-07makedepend 1.0.4makedepend-1.0.4Alan Coopersmith
2011-10-07define(): Avoid assigning constant string to non-const char *Alan Coopersmith
2011-10-07Call strdup directly, instead of via copy macroAlan Coopersmith
2011-10-07Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-07Move extern variable declarations to common header (def.h)Alan Coopersmith
2011-10-07Strip trailing whitespaceAlan Coopersmith