*** ./configure Sat Feb 10 03:36:24 2001 --- ./configure Sat Oct 26 14:08:20 2002 *************** echo "configure:1437: checking version o *** 1437,1443 **** ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'` case $ac_prog_version in '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; ! *gcc-2.9[5-9].*|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|2.9[5-9]*|cygnus-2.9[1-9]*|gcc-2.9[5-9]|gcc-2.1[0-9][0-9]|sgicc-*) ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; --- 1437,1443 ---- ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'` case $ac_prog_version in '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; ! *gcc-2.9[5-9].*|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|2.9[5-9]*|3.[0-9]|cygnus-2.9[1-9]*|gcc-2.9[5-9]|gcc-2.1[0-9][0-9]|sgicc-*) ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; *** ./manual/stdio.texi Fri Feb 16 07:08:40 2001 --- ./manual/stdio.texi Sat Oct 26 23:10:16 2002 *************** from a matching error. *** 3283,3291 **** If you are trying to read input that doesn't match a single, fixed pattern, you may be better off using a tool such as Flex to generate a lexical scanner, or Bison to generate a parser, rather than using ! @code{scanf}. For more information about these tools, see @ref{, , , ! flex.info, Flex: The Lexical Scanner Generator}, and @ref{, , , ! bison.info, The Bison Reference Manual}. @node Input Conversion Syntax @subsection Input Conversion Syntax --- 3283,3291 ---- If you are trying to read input that doesn't match a single, fixed pattern, you may be better off using a tool such as Flex to generate a lexical scanner, or Bison to generate a parser, rather than using ! @code{scanf}. For more information about these tools, see , , , ! flex.info, Flex: The Lexical Scanner Generator, and , , , ! bison.info, The Bison Reference Manual. @node Input Conversion Syntax @subsection Input Conversion Syntax *** ./sysdeps/powerpc/dl-machine.c Sun Jan 7 13:35:40 2001 --- ./sysdeps/powerpc/dl-machine.c Sat Oct 26 22:31:54 2002 *************** *** 29,37 **** /* Because ld.so is now versioned, these functions can be in their own file; no relocations need to be done to call them. Of course, if ld.so is not versioned... */ ! #if !(DO_VERSIONING - 0) ! #error This will not work with versioning turned off, sorry. ! #endif /* Stuff for the PLT. */ --- 29,37 ---- /* Because ld.so is now versioned, these functions can be in their own file; no relocations need to be done to call them. Of course, if ld.so is not versioned... */ ! //#if !(DO_VERSIONING - 0) ! //#error This will not work with versioning turned off, sorry. ! //#endif /* Stuff for the PLT. */