cproto Changelog

What's new in cproto 4.7l

Jan 3, 2014
  • Add "docs" rule to makefile.
  • Correct configure check for yyname vs yytname, broken by 4.7i changes
  • Update config.guess

New in cproto 4.7k (Dec 20, 2013)

  • modify configure script, etc., to support cross-compiles, e.g., to MinGW.
  • updated configure macros
  • support --datarootdir option
  • various portability fixes for CF_XOPEN_SOURCE
  • add checks for clang
  • improve macros for checking for standard C compiler
  • modified macros to support third parameter of AC_DEFINE used by autoheader
  • update config.guess, config.sub

New in cproto 4.7j (Jan 3, 2011)

  • amend a check for function name to allow cases such as this: int (foo)(); which is distinct from a function-pointer, e.g., int (*foo)();
  • modified configure script to deprecate ${name-value} in favor of standard ${name:-value}.
  • update config.guess, config.sub

New in cproto 4.7i (Jul 14, 2010)

  • The configure script was updated.
  • Strict compiler warnings were cleaned up for 64-bit platforms.
  • RPM and Debian build-scripts were added.

New in cproto 4.7g (Nov 21, 2008)

  • The "-q" (quiet) option was made to apply to C-preprocessing.
  • Strict type-conversion warnings were cleaned up (as part of validating changes to byacc and flex).