Skip to content

makedepend 1.0.9

Alan Coopersmith requested to merge alanc/makedepend:release into master

Alan Coopersmith (16):

  • Reformat code into X.Org standard coding style
  • Remove register keyword from variable declarations
  • Variable scope reduction as suggested by cppcheck
  • Store predefined -D values in const char fields
  • find_includes: rename variables to avoid shadowing global
  • quoteColons: Remove redundant initialization of tmp
  • Use reallocarray() on systems that provide it
  • Handle some implicit conversion warnings from clang
  • Stop casting _parse_data pointers through (char *) and back
  • cppsetup: use C99 struct initialization
  • Make malloc error checking/reporting more consistent
  • Cache filename after realpath() processing
  • Call strrchr() instead of hand coding a custom version
  • Make more things static that aren't needed in more than one file
  • configure: raise minimum autoconf requirement to 2.70
  • makedepend 1.0.9

Fabian Vogt (1):

  • Avoid depending on xproto

Petre Rodan (1):

  • ifparser.c: divide-by-zero fix

Merge request reports