From: Matthew D. Langston Date: Wed, 2 Jun 1999 13:14:24 +0000 (+0000) Subject: Begin documenting the "Major changes" for release 2.14. X-Git-Tag: exp-1999-06-18~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c9583c1c4e260cd7118a63de44d53cf4567c043;p=thirdparty%2Fautoconf.git Begin documenting the "Major changes" for release 2.14. --- diff --git a/NEWS b/NEWS index be224331..e92e489d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Major changes in release 2.14: + +* Support for automatically determining a Fortran 77 compilers + name-mangling scheme. New CPP macros F77_FUNC and F77_FUNC_ are + provided to wrap C/C++ identifiers, thus making it easier and more + transparent for C/C++ to call Fortran 77 routines, and Fortran 77 to + call C/C++ routines. + Major changes in release 2.13: * Support for building on Win32 systems where the only available C or