summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a comment typoAlan Coopersmith2013-01-111-1/+1
* Convert more sprintf calls to snprintfAlan Coopersmith2013-01-054-6/+6
* Remove unnecessary casts from malloc/realloc callsAlan Coopersmith2013-01-053-18/+13
* Remove fallbacks for Imake configuration, assume autoconfAlan Coopersmith2013-01-052-30/+4
* Move i_listlen in struct inclist for better packing in 64-bit buildsAlan Coopersmith2013-01-051-1/+1
* config: Remove unnecessary calls from configure.acAlan Coopersmith2013-01-051-2/+0
* Update configure.ac initialization to X.Org standard formAlan Coopersmith2013-01-051-1/+8
* unifdef -U__UNIXOS2__Alan Coopersmith2013-01-042-48/+4
* Bug 59005 - makedepend: Build with automake-1.13 brokenMarko Lindqvist2013-01-041-1/+1
* configure.ac: use AM_MAINTAINER_MODEJulien Cristau2012-03-141-0/+1
* makedepend 1.0.4makedepend-1.0.4Alan Coopersmith2012-03-071-1/+1
* define(): Avoid assigning constant string to non-const char *Alan Coopersmith2011-10-071-2/+3
* Call strdup directly, instead of via copy macroAlan Coopersmith2011-10-074-8/+7
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-073-20/+21
* Move extern variable declarations to common header (def.h)Alan Coopersmith2011-10-074-24/+17
* Strip trailing whitespaceAlan Coopersmith2011-10-079-73/+73