diff -rcPp2 git-4.3.19/ChangeLog git-4.3.20/ChangeLog *** git-4.3.19/ChangeLog Tue May 11 15:00:56 1999 --- git-4.3.20/ChangeLog Thu Oct 7 08:51:33 1999 *************** *** 1,2 **** --- 1,10 ---- + 1999-10-07 Tudor Hulubei + + * doc/texinfo.tex: Updated to version 1999-10-01.07. + + 1999-10-01 Tudor Hulubei + + * configure.in: Added `-ansi' when --enable-gcc-warnings is given. + 1999-05-11 Tudor Hulubei diff -rcPp2 git-4.3.19/LSM git-4.3.20/LSM *** git-4.3.19/LSM Mon Jun 28 23:39:21 1999 --- git-4.3.20/LSM Sun Mar 12 19:31:18 2000 *************** *** 1,6 **** Begin3 Title: GNU Interactive Tools ! Version: 4.3.19 ! Entered-date: 29JUN99 Description: GIT (GNU Interactive Tools) provides an extensible file system browser, an ASCII/hexadecimal file viewer, a process --- 1,6 ---- Begin3 Title: GNU Interactive Tools ! Version: 4.3.20 ! Entered-date: 12MAR2000 Description: GIT (GNU Interactive Tools) provides an extensible file system browser, an ASCII/hexadecimal file viewer, a process *************** Author: tudor@cs.unh.edu (Tudor *** 16,20 **** Maintained-by: tudor@cs.unh.edu (Tudor Hulubei) Primary-site: ftp.cs.unh.edu /pub/grads/tudor/git ! 397k git-4.3.19.tar.gz Alternate-site: ftp.gnu.org /pub/gnu/git Original-site: --- 16,20 ---- Maintained-by: tudor@cs.unh.edu (Tudor Hulubei) Primary-site: ftp.cs.unh.edu /pub/grads/tudor/git ! 415k git-4.3.20.tar.gz Alternate-site: ftp.gnu.org /pub/gnu/git Original-site: diff -rcPp2 git-4.3.19/LSM.in git-4.3.20/LSM.in *** git-4.3.19/LSM.in Mon Jun 28 23:38:22 1999 --- git-4.3.20/LSM.in Sun Mar 12 06:19:31 2000 *************** Begin3 *** 2,6 **** Title: GNU Interactive Tools Version: @VERSION@ ! Entered-date: 29JUN99 Description: GIT (GNU Interactive Tools) provides an extensible file system browser, an ASCII/hexadecimal file viewer, a process --- 2,6 ---- Title: GNU Interactive Tools Version: @VERSION@ ! Entered-date: 12MAR2000 Description: GIT (GNU Interactive Tools) provides an extensible file system browser, an ASCII/hexadecimal file viewer, a process *************** Author: tudor@cs.unh.edu (Tudor *** 16,20 **** Maintained-by: tudor@cs.unh.edu (Tudor Hulubei) Primary-site: ftp.cs.unh.edu /pub/grads/tudor/git ! 397k git-@VERSION@.tar.gz Alternate-site: ftp.gnu.org /pub/gnu/git Original-site: --- 16,20 ---- Maintained-by: tudor@cs.unh.edu (Tudor Hulubei) Primary-site: ftp.cs.unh.edu /pub/grads/tudor/git ! 415k git-@VERSION@.tar.gz Alternate-site: ftp.gnu.org /pub/gnu/git Original-site: diff -rcPp2 git-4.3.19/Makefile.am git-4.3.20/Makefile.am *** git-4.3.19/Makefile.am Thu Apr 22 15:38:26 1999 --- git-4.3.20/Makefile.am Sun Mar 12 09:03:10 2000 *************** *** 1,8 **** ! # $Id: Makefile.am,v 1.2 1999/04/20 17:43:47 tudor Exp $ ! EXTRA_DIST = PLATFORMS PROBLEMS LSM LSM.in version version.h.in\ ! git.spec git.spec.in mkvcs SUBDIRS = src term doc html: cd doc && $(MAKE) html dist-hook: rm -f $(distdir)/TODO --- 1,11 ---- ! # $Id: Makefile.am,v 1.4 2000/03/12 14:03:10 tudor Exp $ ! EXTRA_DIST = PLATFORMS PROBLEMS LSM.in version version.h.in\ ! git.spec.in mkvcs prepare SUBDIRS = src term doc + html: cd doc && $(MAKE) html + dist-hook: rm -f $(distdir)/TODO + cp LSM git.spec $(distdir) diff -rcPp2 git-4.3.19/Makefile.in git-4.3.20/Makefile.in *** git-4.3.19/Makefile.in Mon Jun 28 23:41:10 1999 --- git-4.3.20/Makefile.in Sun Mar 12 19:31:08 2000 *************** *** 1,3 **** ! # Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. --- 1,3 ---- ! # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. *************** *** 11,15 **** # PARTICULAR PURPOSE. ! # $Id: Makefile.am,v 1.2 1999/04/20 17:43:47 tudor Exp $ --- 11,15 ---- # PARTICULAR PURPOSE. ! # $Id: Makefile.am,v 1.4 2000/03/12 14:03:10 tudor Exp $ *************** AUTOHEADER = @AUTOHEADER@ *** 49,56 **** INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_STRIP_FLAG = transform = @program_transform_name@ --- 49,55 ---- INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ *************** PRODUCT = @PRODUCT@ *** 81,85 **** VERSION = @VERSION@ ! EXTRA_DIST = PLATFORMS PROBLEMS LSM LSM.in version version.h.in git.spec git.spec.in mkvcs SUBDIRS = src term doc --- 80,84 ---- VERSION = @VERSION@ ! EXTRA_DIST = PLATFORMS PROBLEMS LSM.in version version.h.in git.spec.in mkvcs prepare SUBDIRS = src term doc *************** distdir: $(DISTFILES) *** 279,283 **** d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ --- 278,282 ---- d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ *************** all-am: Makefile config.h *** 322,326 **** all-redirect: all-recursive-am install-strip: ! $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install installdirs: installdirs-recursive installdirs-am: --- 321,325 ---- all-redirect: all-recursive-am install-strip: ! $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: installdirs-recursive installdirs-am: *************** installdirs mostlyclean-generic distclea *** 371,378 **** --- 370,380 ---- maintainer-clean-generic clean mostlyclean distclean maintainer-clean + html: cd doc && $(MAKE) html + dist-hook: rm -f $(distdir)/TODO + cp LSM git.spec $(distdir) # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -rcPp2 git-4.3.19/NEWS git-4.3.20/NEWS *** git-4.3.19/NEWS Mon Jun 28 23:03:24 1999 --- git-4.3.20/NEWS Fri Mar 10 13:38:22 2000 *************** *** 6,9 **** --- 6,24 ---- + * Version 4.3.20 + ================ + + ** Moving across filesystems now preserves file ownership. + + ** Copying no longer preserves file ownership. + + ** F7 (`make-directory') creates all the intermediate directories. + + ** Fixed a long standing bug in the xid code for long user names (I + could finally reproduce it myself). + + ** Fixed a crash in the incremental search code. + + * Version 4.3.19 ================ diff -rcPp2 git-4.3.19/aclocal.m4 git-4.3.20/aclocal.m4 *** git-4.3.19/aclocal.m4 Tue May 18 01:49:45 1999 --- git-4.3.20/aclocal.m4 Sun Mar 12 07:52:32 2000 *************** *** 1,3 **** ! dnl aclocal.m4 generated automatically by aclocal 1.4a dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. --- 1,3 ---- ! dnl aclocal.m4 generated automatically by aclocal 1.4 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. *************** dnl AM_INIT_AUTOMAKE(package,version, [n *** 22,27 **** AC_DEFUN(AM_INIT_AUTOMAKE, [AC_REQUIRE([AC_PROG_INSTALL]) - dnl We require 2.13 because we rely on SHELL being computed by configure. - AC_PREREQ([2.13]) PACKAGE=[$1] AC_SUBST(PACKAGE) --- 22,25 ---- diff -rcPp2 git-4.3.19/config.h.in git-4.3.20/config.h.in *** git-4.3.19/config.h.in Wed May 19 16:39:18 1999 --- git-4.3.20/config.h.in Sun Dec 19 18:04:09 1999 *************** *** 1,4 **** /* config.h.in. Generated automatically from configure.in by autoheader. */ ! /* $Id: config.h.in,v 1.17 1999/05/19 20:39:18 tudor Exp $ */ #include --- 1,4 ---- /* config.h.in. Generated automatically from configure.in by autoheader. */ ! /* $Id: config.h.top,v 1.3 1999/01/16 22:37:15 tudor Exp $ */ #include *************** *** 232,236 **** #undef VERSION ! /* $Id: config.h.in,v 1.17 1999/05/19 20:39:18 tudor Exp $ */ /* See the file PROBLEMS for details on this. */ #ifdef HAVE_LINUX --- 232,236 ---- #undef VERSION ! /* $Id: config.h.bot,v 1.2 1998/03/02 08:33:14 tudor Exp $ */ /* See the file PROBLEMS for details on this. */ #ifdef HAVE_LINUX diff -rcPp2 git-4.3.19/configure git-4.3.20/configure *** git-4.3.19/configure Mon May 31 15:23:15 1999 --- git-4.3.20/configure Sun Mar 12 07:52:35 2000 *************** *** 1,5 **** #! /bin/sh ! # From configure.in Revision: 1.19 --- 1,5 ---- #! /bin/sh ! # From configure.in Revision: 1.23 *************** ac_help="$ac_help *** 40,44 **** --with-terminfo use terminfo insted of termcap" ac_help="$ac_help ! --enable-smp use all processors during make (Linux only)" ac_help="$ac_help --enable-gcc-warnings more gcc warnings for debugging purposes" --- 40,44 ---- --with-terminfo use terminfo insted of termcap" ac_help="$ac_help ! --enable-smp enable parallel compilation (Linux only)" ac_help="$ac_help --enable-gcc-warnings more gcc warnings for debugging purposes" *************** fi *** 724,728 **** - PACKAGE="git" --- 724,727 ---- *************** EOF *** 744,748 **** missing_dir=`cd $ac_aux_dir && pwd` echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 ! echo "configure:747: checking for working aclocal" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. --- 743,747 ---- missing_dir=`cd $ac_aux_dir && pwd` echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 ! echo "configure:746: checking for working aclocal" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. *************** fi *** 757,761 **** echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 ! echo "configure:760: checking for working autoconf" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. --- 756,760 ---- echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 ! echo "configure:759: checking for working autoconf" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. *************** fi *** 770,774 **** echo $ac_n "checking for working automake""... $ac_c" 1>&6 ! echo "configure:773: checking for working automake" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. --- 769,773 ---- echo $ac_n "checking for working automake""... $ac_c" 1>&6 ! echo "configure:772: checking for working automake" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. *************** fi *** 783,787 **** echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 ! echo "configure:786: checking for working autoheader" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. --- 782,786 ---- echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 ! echo "configure:785: checking for working autoheader" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. *************** fi *** 796,800 **** echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 ! echo "configure:799: checking for working makeinfo" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. --- 795,799 ---- echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 ! echo "configure:798: checking for working makeinfo" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. *************** fi *** 810,814 **** echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 ! echo "configure:813: checking whether ${MAKE-make} sets \${MAKE}" >&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then --- 809,813 ---- echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 ! echo "configure:812: checking whether ${MAKE-make} sets \${MAKE}" >&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then *************** fi *** 837,841 **** echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 ! echo "configure:840: checking whether build environment is sane" >&5 # Just in case sleep 1 --- 836,840 ---- echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 ! echo "configure:839: checking whether build environment is sane" >&5 # Just in case sleep 1 *************** ac_configure=$ac_aux_dir/configure # Thi *** 909,913 **** # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 ! echo "configure:912: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then --- 908,912 ---- # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 ! echo "configure:911: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then *************** fi *** 968,972 **** echo $ac_n "checking host system type""... $ac_c" 1>&6 ! echo "configure:971: checking host system type" >&5 host_alias=$host --- 967,971 ---- echo $ac_n "checking host system type""... $ac_c" 1>&6 ! echo "configure:970: checking host system type" >&5 host_alias=$host *************** echo "$ac_t""$host" 1>&6 *** 991,995 **** set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:994: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 990,994 ---- set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:993: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** if test -z "$CC"; then *** 1021,1025 **** set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:1024: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 1020,1024 ---- set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:1023: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** fi *** 1072,1076 **** set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:1075: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 1071,1075 ---- set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:1074: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** fi *** 1104,1108 **** echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 ! echo "configure:1107: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c --- 1103,1107 ---- echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 ! echo "configure:1106: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c *************** cross_compiling=$ac_cv_prog_cc_cross *** 1115,1124 **** cat > conftest.$ac_ext << EOF ! #line 1118 "configure" #include "confdefs.h" main(){return(0);} EOF ! if { (eval echo configure:1123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. --- 1114,1123 ---- cat > conftest.$ac_ext << EOF ! #line 1117 "configure" #include "confdefs.h" main(){return(0);} EOF ! if { (eval echo configure:1122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. *************** if test $ac_cv_prog_cc_works = no; then *** 1146,1155 **** fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 ! echo "configure:1149: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 ! echo "configure:1154: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 1145,1154 ---- fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 ! echo "configure:1148: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 ! echo "configure:1153: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** else *** 1160,1164 **** #endif EOF ! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1163: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else --- 1159,1163 ---- #endif EOF ! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else *************** ac_save_CFLAGS="$CFLAGS" *** 1179,1183 **** CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 ! echo "configure:1182: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 1178,1182 ---- CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 ! echo "configure:1181: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** fi *** 1211,1215 **** echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 ! echo "configure:1214: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then --- 1210,1214 ---- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 ! echo "configure:1213: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then *************** else *** 1226,1230 **** # not just through cpp. cat > conftest.$ac_ext < --- 1225,1229 ---- # not just through cpp. cat > conftest.$ac_ext < *************** Syntax Error *** 1232,1236 **** EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 1231,1235 ---- EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1234: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** else *** 1243,1247 **** CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < --- 1242,1246 ---- CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < *************** Syntax Error *** 1249,1253 **** EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 1248,1252 ---- EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** else *** 1260,1264 **** CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < --- 1259,1263 ---- CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < *************** Syntax Error *** 1266,1270 **** EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1269: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 1265,1269 ---- EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** EOF *** 1320,1324 **** if test "$SMP" = "yes"; then echo $ac_n "checking for Linux SMP machine""... $ac_c" 1>&6 ! echo "configure:1323: checking for Linux SMP machine" >&5 if eval "test \"`echo '$''{'ac_cv_processors'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 1319,1323 ---- if test "$SMP" = "yes"; then echo $ac_n "checking for Linux SMP machine""... $ac_c" 1>&6 ! echo "configure:1322: checking for Linux SMP machine" >&5 if eval "test \"`echo '$''{'ac_cv_processors'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** EOF *** 1364,1369 **** if test "$GCC_WARNINGS" = "yes"; then ! CFLAGS="$CFLAGS -W -Wall \ ! -Waggregate-return -Wbad-function-cast \ -Wtraditional -Winline -Wpointer-arith -Wcast-qual" else --- 1363,1368 ---- if test "$GCC_WARNINGS" = "yes"; then ! CFLAGS="$CFLAGS -W -Wall -ansi \ ! -Waggregate-return -Wbad-function-cast -fstrict-aliasing \ -Wtraditional -Winline -Wpointer-arith -Wcast-qual" else *************** fi *** 1385,1391 **** echo $ac_n "checking for AIX""... $ac_c" 1>&6 ! echo "configure:1388: checking for AIX" >&5 cat > conftest.$ac_ext <&6 ! echo "configure:1387: checking for AIX" >&5 cat > conftest.$ac_ext <&6 ! echo "configure:1412: checking for POSIXized ISC" >&5 if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 --- 1408,1412 ---- echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 ! echo "configure:1411: checking for POSIXized ISC" >&5 if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 *************** fi *** 1431,1445 **** ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6 ! echo "configure:1434: checking for minix/config.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 1430,1444 ---- ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6 ! echo "configure:1433: checking for minix/config.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** fi *** 1479,1483 **** echo $ac_n "checking for getpwnam in -lsun""... $ac_c" 1>&6 ! echo "configure:1482: checking for getpwnam in -lsun" >&5 ac_lib_var=`echo sun'_'getpwnam | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 1478,1482 ---- echo $ac_n "checking for getpwnam in -lsun""... $ac_c" 1>&6 ! echo "configure:1481: checking for getpwnam in -lsun" >&5 ac_lib_var=`echo sun'_'getpwnam | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 1487,1491 **** LIBS="-lsun $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 1497,1501 ---- ; return 0; } EOF ! if { (eval echo configure:1500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** fi *** 1528,1537 **** echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 ! echo "configure:1531: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 1527,1536 ---- echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 ! echo "configure:1530: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** else *** 1541,1545 **** EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1544: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 1540,1544 ---- EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1543: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** if test $ac_cv_header_stdc = yes; then *** 1558,1562 **** # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < --- 1557,1561 ---- # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < *************** if test $ac_cv_header_stdc = yes; then *** 1576,1580 **** # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < --- 1575,1579 ---- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < *************** if test "$cross_compiling" = yes; then *** 1597,1601 **** else cat > conftest.$ac_ext < --- 1596,1600 ---- else cat > conftest.$ac_ext < *************** exit (0); } *** 1608,1612 **** EOF ! if { (eval echo configure:1611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : --- 1607,1611 ---- EOF ! if { (eval echo configure:1610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : *************** do *** 1635,1649 **** ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ! echo "configure:1638: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1648: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 1634,1648 ---- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ! echo "configure:1637: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1647: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** do *** 1676,1690 **** ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ! echo "configure:1679: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1689: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 1675,1689 ---- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ! echo "configure:1678: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** do *** 1716,1730 **** ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ! echo "configure:1719: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1729: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 1715,1729 ---- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ! echo "configure:1718: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:1728: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** done *** 1754,1763 **** echo $ac_n "checking for broken sys/filsys.h""... $ac_c" 1>&6 ! echo "configure:1757: checking for broken sys/filsys.h" >&5 if eval "test \"`echo '$''{'ac_cv_broken_sys_filsys_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 ! echo "configure:1756: checking for broken sys/filsys.h" >&5 if eval "test \"`echo '$''{'ac_cv_broken_sys_filsys_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_broken_sys_filsys_h=no --- 1769,1773 ---- ; return 0; } EOF ! if { (eval echo configure:1772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_broken_sys_filsys_h=no *************** do *** 1793,1802 **** ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 ! echo "configure:1796: checking for $ac_hdr that defines DIR" >&5 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 1792,1801 ---- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 ! echo "configure:1795: checking for $ac_hdr that defines DIR" >&5 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** DIR *dirp = 0; *** 1806,1810 **** ; return 0; } EOF ! if { (eval echo configure:1809: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* eval "ac_cv_header_dirent_$ac_safe=yes" --- 1805,1809 ---- ; return 0; } EOF ! if { (eval echo configure:1808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* eval "ac_cv_header_dirent_$ac_safe=yes" *************** done *** 1831,1835 **** if test $ac_header_dirent = dirent.h; then echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 ! echo "configure:1834: checking for opendir in -ldir" >&5 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 1830,1834 ---- if test $ac_header_dirent = dirent.h; then echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 ! echo "configure:1833: checking for opendir in -ldir" >&5 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 1839,1843 **** LIBS="-ldir $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 1849,1853 ---- ; return 0; } EOF ! if { (eval echo configure:1852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** fi *** 1872,1876 **** else echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 ! echo "configure:1875: checking for opendir in -lx" >&5 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 1871,1875 ---- else echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 ! echo "configure:1874: checking for opendir in -lx" >&5 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 1880,1884 **** LIBS="-lx $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 1890,1894 ---- ; return 0; } EOF ! if { (eval echo configure:1893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** fi *** 1915,1924 **** echo $ac_n "checking for working const""... $ac_c" 1>&6 ! echo "configure:1918: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 ! echo "configure:1917: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes --- 1968,1972 ---- ; return 0; } EOF ! if { (eval echo configure:1971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes *************** fi *** 1991,2000 **** echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 ! echo "configure:1994: checking return type of signal handlers" >&5 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 1990,1999 ---- echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 ! echo "configure:1993: checking return type of signal handlers" >&5 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** int i; *** 2013,2017 **** ; return 0; } EOF ! if { (eval echo configure:2016: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void --- 2012,2016 ---- ; return 0; } EOF ! if { (eval echo configure:2015: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void *************** EOF *** 2032,2041 **** echo $ac_n "checking for mode_t""... $ac_c" 1>&6 ! echo "configure:2035: checking for mode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 2031,2040 ---- echo $ac_n "checking for mode_t""... $ac_c" 1>&6 ! echo "configure:2034: checking for mode_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** fi *** 2065,2074 **** echo $ac_n "checking for off_t""... $ac_c" 1>&6 ! echo "configure:2068: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 2064,2073 ---- echo $ac_n "checking for off_t""... $ac_c" 1>&6 ! echo "configure:2067: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** fi *** 2098,2107 **** echo $ac_n "checking for pid_t""... $ac_c" 1>&6 ! echo "configure:2101: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 2097,2106 ---- echo $ac_n "checking for pid_t""... $ac_c" 1>&6 ! echo "configure:2100: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** fi *** 2131,2140 **** echo $ac_n "checking for size_t""... $ac_c" 1>&6 ! echo "configure:2134: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 2130,2139 ---- echo $ac_n "checking for size_t""... $ac_c" 1>&6 ! echo "configure:2133: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** fi *** 2164,2173 **** echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 ! echo "configure:2167: checking for uid_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 2163,2172 ---- echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 ! echo "configure:2166: checking for uid_t in sys/types.h" >&5 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** do *** 2202,2216 **** ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ! echo "configure:2205: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:2215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then --- 2201,2215 ---- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 ! echo "configure:2204: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" ! { (eval echo configure:2214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then *************** done *** 2239,2248 **** echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 ! echo "configure:2242: checking whether time.h and sys/time.h may both be included" >&5 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 2238,2247 ---- echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 ! echo "configure:2241: checking whether time.h and sys/time.h may both be included" >&5 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** struct tm *tp; *** 2253,2257 **** ; return 0; } EOF ! if { (eval echo configure:2256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_time=yes --- 2252,2256 ---- ; return 0; } EOF ! if { (eval echo configure:2255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_time=yes *************** fi *** 2275,2279 **** echo $ac_n "checking for long file names""... $ac_c" 1>&6 ! echo "configure:2278: checking for long file names" >&5 if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 2274,2278 ---- echo $ac_n "checking for long file names""... $ac_c" 1>&6 ! echo "configure:2277: checking for long file names" >&5 if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** fi *** 2320,2329 **** echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6 ! echo "configure:2323: checking whether stat file-mode macros are broken" >&5 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 2319,2328 ---- echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6 ! echo "configure:2322: checking whether stat file-mode macros are broken" >&5 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** fi *** 2377,2386 **** echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 ! echo "configure:2380: checking for sys/wait.h that is POSIX.1 compatible" >&5 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < --- 2376,2385 ---- echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 ! echo "configure:2379: checking for sys/wait.h that is POSIX.1 compatible" >&5 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < *************** s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; *** 2398,2402 **** ; return 0; } EOF ! if { (eval echo configure:2401: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_sys_wait_h=yes --- 2397,2401 ---- ; return 0; } EOF ! if { (eval echo configure:2400: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_sys_wait_h=yes *************** for ac_func in lstat sigaction strerror *** 2423,2432 **** do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 ! echo "configure:2426: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 ! echo "configure:2425: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" --- 2450,2454 ---- ; return 0; } EOF ! if { (eval echo configure:2453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" *************** done *** 2477,2481 **** echo "checking how to get filesystem space usage" 1>&6 ! echo "configure:2480: checking how to get filesystem space usage" >&5 space=no --- 2476,2480 ---- echo "checking how to get filesystem space usage" 1>&6 ! echo "configure:2479: checking how to get filesystem space usage" >&5 space=no *************** if test $space = no; then *** 2487,2496 **** do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 ! echo "configure:2490: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 ! echo "configure:2489: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" --- 2514,2518 ---- ; return 0; } EOF ! if { (eval echo configure:2517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" *************** if test $space = no; then *** 2551,2555 **** # DEC Alpha running OSF/1 echo $ac_n "checking for 3-argument statfs function (DEC OSF/1)""... $ac_c" 1>&6 ! echo "configure:2554: checking for 3-argument statfs function (DEC OSF/1)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs3_osf1'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 2550,2554 ---- # DEC Alpha running OSF/1 echo $ac_n "checking for 3-argument statfs function (DEC OSF/1)""... $ac_c" 1>&6 ! echo "configure:2553: checking for 3-argument statfs function (DEC OSF/1)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs3_osf1'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** else *** 2559,2563 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs3_osf1=yes --- 2575,2579 ---- } EOF ! if { (eval echo configure:2578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs3_osf1=yes *************** if test $space = no; then *** 2603,2607 **** # AIX echo $ac_n "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)""... $ac_c" 1>&6 ! echo "configure:2606: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs2_bsize'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 2602,2606 ---- # AIX echo $ac_n "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)""... $ac_c" 1>&6 ! echo "configure:2605: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs2_bsize'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** else *** 2611,2615 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs2_bsize=yes --- 2629,2633 ---- } EOF ! if { (eval echo configure:2632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs2_bsize=yes *************** if test $space = no; then *** 2657,2661 **** # SVR3 echo $ac_n "checking for four-argument statfs (AIX-3.2.5, SVR3)""... $ac_c" 1>&6 ! echo "configure:2660: checking for four-argument statfs (AIX-3.2.5, SVR3)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs4'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 2656,2660 ---- # SVR3 echo $ac_n "checking for four-argument statfs (AIX-3.2.5, SVR3)""... $ac_c" 1>&6 ! echo "configure:2659: checking for four-argument statfs (AIX-3.2.5, SVR3)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs4'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** else *** 2665,2669 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs4=yes --- 2677,2681 ---- } EOF ! if { (eval echo configure:2680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs4=yes *************** if test $space = no; then *** 2705,2709 **** # 4.4BSD and NetBSD echo $ac_n "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)""... $ac_c" 1>&6 ! echo "configure:2708: checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs2_fsize'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 2704,2708 ---- # 4.4BSD and NetBSD echo $ac_n "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)""... $ac_c" 1>&6 ! echo "configure:2707: checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_statfs2_fsize'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** else *** 2713,2717 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs2_fsize=yes --- 2729,2733 ---- } EOF ! if { (eval echo configure:2732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_statfs2_fsize=yes *************** if test $space = no; then *** 2757,2761 **** # Ultrix echo $ac_n "checking for two-argument statfs with struct fs_data (Ultrix)""... $ac_c" 1>&6 ! echo "configure:2760: checking for two-argument statfs with struct fs_data (Ultrix)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_fs_data'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 2756,2760 ---- # Ultrix echo $ac_n "checking for two-argument statfs with struct fs_data (Ultrix)""... $ac_c" 1>&6 ! echo "configure:2759: checking for two-argument statfs with struct fs_data (Ultrix)" >&5 if eval "test \"`echo '$''{'fu_cv_sys_stat_fs_data'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** else *** 2765,2769 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_fs_data=yes --- 2785,2789 ---- } EOF ! if { (eval echo configure:2788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then fu_cv_sys_stat_fs_data=yes *************** fi *** 2813,2817 **** echo $ac_n "checking for tilde_expand in -lreadline""... $ac_c" 1>&6 ! echo "configure:2816: checking for tilde_expand in -lreadline" >&5 ac_lib_var=`echo readline'_'tilde_expand | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 2812,2816 ---- echo $ac_n "checking for tilde_expand in -lreadline""... $ac_c" 1>&6 ! echo "configure:2815: checking for tilde_expand in -lreadline" >&5 ac_lib_var=`echo readline'_'tilde_expand | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 2821,2825 **** LIBS="-lreadline $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 2831,2835 ---- ; return 0; } EOF ! if { (eval echo configure:2834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** fi *** 2860,2869 **** echo $ac_n "checking for tilde_expand""... $ac_c" 1>&6 ! echo "configure:2863: checking for tilde_expand" >&5 if eval "test \"`echo '$''{'ac_cv_func_tilde_expand'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 ! echo "configure:2862: checking for tilde_expand" >&5 if eval "test \"`echo '$''{'ac_cv_func_tilde_expand'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_tilde_expand=yes" --- 2887,2891 ---- ; return 0; } EOF ! if { (eval echo configure:2890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_tilde_expand=yes" *************** fi *** 2909,2918 **** echo $ac_n "checking for using_history""... $ac_c" 1>&6 ! echo "configure:2912: checking for using_history" >&5 if eval "test \"`echo '$''{'ac_cv_func_using_history'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 ! echo "configure:2911: checking for using_history" >&5 if eval "test \"`echo '$''{'ac_cv_func_using_history'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_using_history=yes" --- 2936,2940 ---- ; return 0; } EOF ! if { (eval echo configure:2939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_using_history=yes" *************** fi *** 2959,2963 **** echo $ac_n "checking for dumb C compiler""... $ac_c" 1>&6 ! echo "configure:2962: checking for dumb C compiler" >&5 if eval "test \"`echo '$''{'git_cv_dumb_cc'+set}'`\" = set"; then --- 2958,2962 ---- echo $ac_n "checking for dumb C compiler""... $ac_c" 1>&6 ! echo "configure:2961: checking for dumb C compiler" >&5 if eval "test \"`echo '$''{'git_cv_dumb_cc'+set}'`\" = set"; then *************** if eval "test \"`echo '$''{'git_cv_dumb_ *** 2965,2969 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_dumb_cc=no --- 2976,2980 ---- ; return 0; } EOF ! if { (eval echo configure:2979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_dumb_cc=no *************** echo "$ac_t""$git_cv_dumb_cc" 1>&6 *** 3001,3005 **** echo $ac_n "checking for struct utsname""... $ac_c" 1>&6 ! echo "configure:3004: checking for struct utsname" >&5 if eval "test \"`echo '$''{'git_cv_struct_utsname'+set}'`\" = set"; then --- 3000,3004 ---- echo $ac_n "checking for struct utsname""... $ac_c" 1>&6 ! echo "configure:3003: checking for struct utsname" >&5 if eval "test \"`echo '$''{'git_cv_struct_utsname'+set}'`\" = set"; then *************** if eval "test \"`echo '$''{'git_cv_struc *** 3007,3011 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_struct_utsname=yes --- 3022,3026 ---- ; return 0; } EOF ! if { (eval echo configure:3025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_struct_utsname=yes *************** echo "$ac_t""$git_cv_struct_utsname" 1>& *** 3047,3051 **** echo $ac_n "checking for POSIX compatible terminal interface""... $ac_c" 1>&6 ! echo "configure:3050: checking for POSIX compatible terminal interface" >&5 if eval "test \"`echo '$''{'git_cv_sys_posix_tty'+set}'`\" = set"; then --- 3046,3050 ---- echo $ac_n "checking for POSIX compatible terminal interface""... $ac_c" 1>&6 ! echo "configure:3049: checking for POSIX compatible terminal interface" >&5 if eval "test \"`echo '$''{'git_cv_sys_posix_tty'+set}'`\" = set"; then *************** if eval "test \"`echo '$''{'git_cv_sys_p *** 3053,3057 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_sys_posix_tty=yes --- 3064,3068 ---- ; return 0; } EOF ! if { (eval echo configure:3067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_sys_posix_tty=yes *************** echo "$ac_t""$git_cv_sys_posix_tty" 1>&6 *** 3089,3093 **** echo $ac_n "checking for System V compatible terminal interface""... $ac_c" 1>&6 ! echo "configure:3092: checking for System V compatible terminal interface" >&5 if eval "test \"`echo '$''{'git_cv_sys_systemv_tty'+set}'`\" = set"; then --- 3088,3092 ---- echo $ac_n "checking for System V compatible terminal interface""... $ac_c" 1>&6 ! echo "configure:3091: checking for System V compatible terminal interface" >&5 if eval "test \"`echo '$''{'git_cv_sys_systemv_tty'+set}'`\" = set"; then *************** if eval "test \"`echo '$''{'git_cv_sys_s *** 3095,3099 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_sys_systemv_tty=yes --- 3106,3110 ---- ; return 0; } EOF ! if { (eval echo configure:3109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_sys_systemv_tty=yes *************** echo "$ac_t""$git_cv_sys_systemv_tty" 1> *** 3131,3135 **** echo $ac_n "checking for BSD compatible terminal interface""... $ac_c" 1>&6 ! echo "configure:3134: checking for BSD compatible terminal interface" >&5 if eval "test \"`echo '$''{'git_cv_sys_bsd_tty'+set}'`\" = set"; then --- 3130,3134 ---- echo $ac_n "checking for BSD compatible terminal interface""... $ac_c" 1>&6 ! echo "configure:3133: checking for BSD compatible terminal interface" >&5 if eval "test \"`echo '$''{'git_cv_sys_bsd_tty'+set}'`\" = set"; then *************** if eval "test \"`echo '$''{'git_cv_sys_b *** 3137,3141 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_sys_bsd_tty=yes --- 3152,3156 ---- ; return 0; } EOF ! if { (eval echo configure:3155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_sys_bsd_tty=yes *************** echo "$ac_t""$git_cv_sys_bsd_tty" 1>&6 *** 3178,3182 **** echo $ac_n "checking for struct winsz""... $ac_c" 1>&6 ! echo "configure:3181: checking for struct winsz" >&5 if eval "test \"`echo '$''{'git_cv_struct_winsz'+set}'`\" = set"; then --- 3177,3181 ---- echo $ac_n "checking for struct winsz""... $ac_c" 1>&6 ! echo "configure:3180: checking for struct winsz" >&5 if eval "test \"`echo '$''{'git_cv_struct_winsz'+set}'`\" = set"; then *************** if eval "test \"`echo '$''{'git_cv_struc *** 3184,3188 **** else cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_struct_winsz=yes --- 3208,3212 ---- ; return 0; } EOF ! if { (eval echo configure:3211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* git_cv_struct_winsz=yes *************** echo "$ac_t""$git_cv_struct_winsz" 1>&6 *** 3235,3239 **** if test "$TERMINFO" = "yes"; then echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 ! echo "configure:3238: checking for tgetent in -lncurses" >&5 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3234,3238 ---- if test "$TERMINFO" = "yes"; then echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 ! echo "configure:3237: checking for tgetent in -lncurses" >&5 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3243,3247 **** LIBS="-lncurses $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3253,3257 ---- ; return 0; } EOF ! if { (eval echo configure:3256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** else *** 3278,3282 **** echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -ltermlib""... $ac_c" 1>&6 ! echo "configure:3281: checking for tgetent in -ltermlib" >&5 ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3277,3281 ---- echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -ltermlib""... $ac_c" 1>&6 ! echo "configure:3280: checking for tgetent in -ltermlib" >&5 ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3286,3290 **** LIBS="-ltermlib $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3296,3300 ---- ; return 0; } EOF ! if { (eval echo configure:3299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** else *** 3321,3325 **** echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 ! echo "configure:3324: checking for tgetent in -lcurses" >&5 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3320,3324 ---- echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 ! echo "configure:3323: checking for tgetent in -lcurses" >&5 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3329,3333 **** LIBS="-lcurses $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3339,3343 ---- ; return 0; } EOF ! if { (eval echo configure:3342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** else *** 3364,3368 **** echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -ltinfo""... $ac_c" 1>&6 ! echo "configure:3367: checking for tgetent in -ltinfo" >&5 ac_lib_var=`echo tinfo'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3363,3367 ---- echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -ltinfo""... $ac_c" 1>&6 ! echo "configure:3366: checking for tgetent in -ltinfo" >&5 ac_lib_var=`echo tinfo'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3372,3376 **** LIBS="-ltinfo $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3382,3386 ---- ; return 0; } EOF ! if { (eval echo configure:3385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** else *** 3407,3411 **** echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -lterminfo""... $ac_c" 1>&6 ! echo "configure:3410: checking for tgetent in -lterminfo" >&5 ac_lib_var=`echo terminfo'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3406,3410 ---- echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -lterminfo""... $ac_c" 1>&6 ! echo "configure:3409: checking for tgetent in -lterminfo" >&5 ac_lib_var=`echo terminfo'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3415,3419 **** LIBS="-lterminfo $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3425,3429 ---- ; return 0; } EOF ! if { (eval echo configure:3428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** fi *** 3469,3473 **** if test "$TERMLIB_FOUND" = "no"; then echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 ! echo "configure:3472: checking for tgetent in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3468,3472 ---- if test "$TERMLIB_FOUND" = "no"; then echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 ! echo "configure:3471: checking for tgetent in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3477,3481 **** LIBS="-ltermcap $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3487,3491 ---- ; return 0; } EOF ! if { (eval echo configure:3490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** fi *** 3516,3520 **** else echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 ! echo "configure:3519: checking for tgetent in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3515,3519 ---- else echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6 ! echo "configure:3518: checking for tgetent in -ltermcap" >&5 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3524,3528 **** LIBS="-ltermcap $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3534,3538 ---- ; return 0; } EOF ! if { (eval echo configure:3537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** else *** 3559,3563 **** echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 ! echo "configure:3562: checking for tgetent in -lncurses" >&5 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3558,3562 ---- echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6 ! echo "configure:3561: checking for tgetent in -lncurses" >&5 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3567,3571 **** LIBS="-lncurses $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3577,3581 ---- ; return 0; } EOF ! if { (eval echo configure:3580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** else *** 3602,3606 **** echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -ltermlib""... $ac_c" 1>&6 ! echo "configure:3605: checking for tgetent in -ltermlib" >&5 ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3601,3605 ---- echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -ltermlib""... $ac_c" 1>&6 ! echo "configure:3604: checking for tgetent in -ltermlib" >&5 ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3610,3614 **** LIBS="-ltermlib $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3620,3624 ---- ; return 0; } EOF ! if { (eval echo configure:3623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** else *** 3645,3649 **** echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 ! echo "configure:3648: checking for tgetent in -lcurses" >&5 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3644,3648 ---- echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -lcurses""... $ac_c" 1>&6 ! echo "configure:3647: checking for tgetent in -lcurses" >&5 ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3653,3657 **** LIBS="-lcurses $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3663,3667 ---- ; return 0; } EOF ! if { (eval echo configure:3666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** else *** 3688,3692 **** echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -ltinfo""... $ac_c" 1>&6 ! echo "configure:3691: checking for tgetent in -ltinfo" >&5 ac_lib_var=`echo tinfo'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3687,3691 ---- echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -ltinfo""... $ac_c" 1>&6 ! echo "configure:3690: checking for tgetent in -ltinfo" >&5 ac_lib_var=`echo tinfo'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3696,3700 **** LIBS="-ltinfo $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3706,3710 ---- ; return 0; } EOF ! if { (eval echo configure:3709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** else *** 3731,3735 **** echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -lterminfo""... $ac_c" 1>&6 ! echo "configure:3734: checking for tgetent in -lterminfo" >&5 ac_lib_var=`echo terminfo'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3730,3734 ---- echo "$ac_t""no" 1>&6 echo $ac_n "checking for tgetent in -lterminfo""... $ac_c" 1>&6 ! echo "configure:3733: checking for tgetent in -lterminfo" >&5 ac_lib_var=`echo terminfo'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3739,3743 **** LIBS="-lterminfo $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3749,3753 ---- ; return 0; } EOF ! if { (eval echo configure:3752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** fi *** 3802,3806 **** set dummy makeinfo; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:3805: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 3801,3805 ---- set dummy makeinfo; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:3804: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** fi *** 3836,3840 **** set dummy texi2dvi; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:3839: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 3835,3839 ---- set dummy texi2dvi; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:3838: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2DVI'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** fi *** 3870,3874 **** set dummy texi2html; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:3873: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 --- 3869,3873 ---- set dummy texi2html; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ! echo "configure:3872: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_TEXI2HTML'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 *************** if test "$TERMINFO" = "no"; then *** 3904,3908 **** if test "$host_os" = "solaris2.3" || test "$host_os" = "solaris2.4"; then echo $ac_n "checking for tgetent in -lucb""... $ac_c" 1>&6 ! echo "configure:3907: checking for tgetent in -lucb" >&5 ac_lib_var=`echo ucb'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then --- 3903,3907 ---- if test "$host_os" = "solaris2.3" || test "$host_os" = "solaris2.4"; then echo $ac_n "checking for tgetent in -lucb""... $ac_c" 1>&6 ! echo "configure:3906: checking for tgetent in -lucb" >&5 ac_lib_var=`echo ucb'_'tgetent | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then *************** else *** 3912,3916 **** LIBS="-lucb $LIBS $LIBS" cat > conftest.$ac_ext < conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 3922,3926 ---- ; return 0; } EOF ! if { (eval echo configure:3925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** fi *** 3953,3957 **** fi ! CLEANFILES="core tutu gogu *.out t tt" --- 3952,3956 ---- fi ! CLEANFILES="core tutu gogu *.out t tt mwatch.log mtrace.log" diff -rcPp2 git-4.3.19/configure.in git-4.3.20/configure.in *** git-4.3.19/configure.in Tue May 11 15:01:38 1999 --- git-4.3.20/configure.in Sat Dec 18 19:51:06 1999 *************** dnl #################################### *** 8,12 **** dnl Initialize the autoconf & automake stuff. ! AC_REVISION($Revision: 1.19 $) AC_INIT(src/git.c) PRODUCT="GNU Interactive Tools" --- 8,12 ---- dnl Initialize the autoconf & automake stuff. ! AC_REVISION($Revision: 1.23 $) AC_INIT(src/git.c) PRODUCT="GNU Interactive Tools" *************** AC_ARG_WITH(terminfo, *** 31,35 **** dnl Check for SMP compilation. AC_ARG_ENABLE(smp, ! [ --enable-smp use all processors during make (Linux only)], SMP="$enableval", SMP=no) --- 31,35 ---- dnl Check for SMP compilation. AC_ARG_ENABLE(smp, ! [ --enable-smp enable parallel compilation (Linux only)], SMP="$enableval", SMP=no) *************** if test "$CC" = "gcc"; then *** 71,76 **** AC_DEFINE(HAVE_GCC) if test "$GCC_WARNINGS" = "yes"; then ! CFLAGS="$CFLAGS -W -Wall \ ! -Waggregate-return -Wbad-function-cast \ -Wtraditional -Winline -Wpointer-arith -Wcast-qual" else --- 71,76 ---- AC_DEFINE(HAVE_GCC) if test "$GCC_WARNINGS" = "yes"; then ! CFLAGS="$CFLAGS -W -Wall -ansi \ ! -Waggregate-return -Wbad-function-cast -fstrict-aliasing \ -Wtraditional -Winline -Wpointer-arith -Wcast-qual" else *************** if test "$TERMINFO" = "no"; then *** 552,556 **** fi ! CLEANFILES="core tutu gogu *.out t tt" dnl Make final variable substitutions. --- 552,556 ---- fi ! CLEANFILES="core tutu gogu *.out t tt mwatch.log mtrace.log" dnl Make final variable substitutions. diff -rcPp2 git-4.3.19/doc/Makefile.am git-4.3.20/doc/Makefile.am *** git-4.3.19/doc/Makefile.am Fri Apr 23 11:21:27 1999 --- git-4.3.20/doc/Makefile.am Thu Mar 9 18:16:54 2000 *************** *** 1,3 **** ! # $Id: Makefile.am,v 1.6 1999/04/23 15:21:27 tudor Exp $ info_TEXINFOS = git.texinfo man_MANS = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1 --- 1,3 ---- ! # $Id: Makefile.am,v 1.7 2000/03/09 23:16:54 tudor Exp $ info_TEXINFOS = git.texinfo man_MANS = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1 *************** html_DATA = git.html *** 6,11 **** --- 6,13 ---- EXTRA_DIST = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1\ git.html + html: cd $(srcdir) &&\ texi2html -expandinfo -glossary -monolithic $(srcdir)/git.texinfo + dist-hook: html diff -rcPp2 git-4.3.19/doc/Makefile.in git-4.3.20/doc/Makefile.in *** git-4.3.19/doc/Makefile.in Mon Jun 28 23:41:14 1999 --- git-4.3.20/doc/Makefile.in Sun Mar 12 19:31:12 2000 *************** *** 1,3 **** ! # Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. --- 1,3 ---- ! # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. *************** *** 11,15 **** # PARTICULAR PURPOSE. ! # $Id: Makefile.am,v 1.6 1999/04/23 15:21:27 tudor Exp $ --- 11,15 ---- # PARTICULAR PURPOSE. ! # $Id: Makefile.am,v 1.7 2000/03/09 23:16:54 tudor Exp $ *************** AUTOHEADER = @AUTOHEADER@ *** 49,56 **** INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_STRIP_FLAG = transform = @program_transform_name@ --- 49,55 ---- INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ *************** uninstall-info: *** 197,201 **** list='$(INFO_DEPS)'; \ for file in $$list; do \ ! test -z "$(ii)" \ || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \ done --- 196,200 ---- list='$(INFO_DEPS)'; \ for file in $$list; do \ ! test -z "$ii" \ || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \ done *************** distdir: $(DISTFILES) *** 303,307 **** d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ --- 302,306 ---- d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ *************** all-am: Makefile $(INFO_DEPS) $(MANS) $( *** 334,338 **** all-redirect: all-am install-strip: ! $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(infodir) $(DESTDIR)$(mandir)/man1 \ --- 333,337 ---- all-redirect: all-am install-strip: ! $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(infodir) $(DESTDIR)$(mandir)/man1 \ *************** distclean-generic clean-generic maintain *** 379,385 **** --- 378,386 ---- mostlyclean distclean maintainer-clean + html: cd $(srcdir) &&\ texi2html -expandinfo -glossary -monolithic $(srcdir)/git.texinfo + dist-hook: html diff -rcPp2 git-4.3.19/doc/git.1 git-4.3.20/doc/git.1 *** git-4.3.19/doc/git.1 Sat Jan 16 17:32:54 1999 --- git-4.3.20/doc/git.1 Thu Oct 21 09:09:34 1999 *************** *** 21,25 **** .\" | Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. .\" | ! .\" | $Id: git.1,v 1.1 1999/01/16 22:32:54 tudor Exp $ .TH git 1 .SH NAME --- 21,25 ---- .\" | Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. .\" | ! .\" | $Id: git.1,v 1.2 1999/10/21 13:09:34 tudor Exp $ .TH git 1 .SH NAME *************** You can (and should) have a configuratio *** 55,60 **** is a .B file system browser ! with some shell facilities which was designed to make your work much ! easier and much efficient. .I gitps --- 55,60 ---- is a .B file system browser ! with some shell facilities which was designed to make your work ! easier and more efficient. .I gitps diff -rcPp2 git-4.3.19/doc/git.texinfo git-4.3.20/doc/git.texinfo *** git-4.3.19/doc/git.texinfo Sat Jun 5 06:22:14 1999 --- git-4.3.20/doc/git.texinfo Thu Mar 9 17:59:55 2000 *************** *** 7,15 **** @c %**end of header ! @c $Id: git.texinfo,v 1.9 1999/06/05 10:22:14 tudor Exp $ @set EDITION 2.9 ! @set VERSION 4.3.19 ! @set UPDATED May 1999 @iftex --- 7,15 ---- @c %**end of header ! @c $Id: git.texinfo,v 1.10 2000/03/09 22:59:55 tudor Exp $ @set EDITION 2.9 ! @set VERSION 4.3.20 ! @set UPDATED March 2000 @iftex diff -rcPp2 git-4.3.19/git.spec git-4.3.20/git.spec *** git-4.3.19/git.spec Mon Jun 28 23:39:21 1999 --- git-4.3.20/git.spec Sun Mar 12 19:31:18 2000 *************** *** 1,9 **** Summary: A set of GNU Interactive Tools. Name: git ! Version: 4.3.19 Release: 1 Copyright: GNU Group: Applications/File ! Source: ftp://ftp.gnu.org:/pub/gnu/git/git-4.3.19.tar.gz URL: http://www.cs.unh.edu/~tudor Packager: Tudor Hulubei --- 1,9 ---- Summary: A set of GNU Interactive Tools. Name: git ! Version: 4.3.20 Release: 1 Copyright: GNU Group: Applications/File ! Source: ftp://ftp.gnu.org:/pub/gnu/git/git-%{version}.tar.gz URL: http://www.cs.unh.edu/~tudor Packager: Tudor Hulubei *************** management capabilities. *** 26,30 **** rm -rf $RPM_BUILD_ROOT ! %setup %build --- 26,30 ---- rm -rf $RPM_BUILD_ROOT ! %setup -q %build *************** gzip -9nf $RPM_BUILD_ROOT/usr/info/git.i *** 37,41 **** %files ! %doc COPYING LSM NEWS PLATFORMS PROBLEMS README INSTALL doc/git.html /usr/bin/* /usr/bin/.gitaction --- 37,41 ---- %files ! %doc COPYING ChangeLog LSM NEWS PLATFORMS PROBLEMS README INSTALL doc/git.html /usr/bin/* /usr/bin/.gitaction diff -rcPp2 git-4.3.19/git.spec.in git-4.3.20/git.spec.in *** git-4.3.19/git.spec.in Thu Apr 22 16:08:13 1999 --- git-4.3.20/git.spec.in Sun Mar 12 07:42:07 2000 *************** Release: 1 *** 5,9 **** Copyright: GNU Group: Applications/File ! Source: ftp://ftp.gnu.org:/pub/gnu/git/git-@VERSION@.tar.gz URL: http://www.cs.unh.edu/~tudor Packager: Tudor Hulubei --- 5,9 ---- Copyright: GNU Group: Applications/File ! Source: ftp://ftp.gnu.org:/pub/gnu/git/git-%{version}.tar.gz URL: http://www.cs.unh.edu/~tudor Packager: Tudor Hulubei *************** management capabilities. *** 26,30 **** rm -rf $RPM_BUILD_ROOT ! %setup %build --- 26,30 ---- rm -rf $RPM_BUILD_ROOT ! %setup -q %build *************** gzip -9nf $RPM_BUILD_ROOT/usr/info/git.i *** 37,41 **** %files ! %doc COPYING LSM NEWS PLATFORMS PROBLEMS README INSTALL doc/git.html /usr/bin/* /usr/bin/.gitaction --- 37,41 ---- %files ! %doc COPYING ChangeLog LSM NEWS PLATFORMS PROBLEMS README INSTALL doc/git.html /usr/bin/* /usr/bin/.gitaction diff -rcPp2 git-4.3.19/prepare git-4.3.20/prepare *** git-4.3.19/prepare Wed Dec 31 19:00:00 1969 --- git-4.3.20/prepare Sun Dec 19 18:05:22 1999 *************** *** 0 **** --- 1,13 ---- + #! /bin/sh + + # Prepare a freshly checked out copy of + # the CVS tree for compilation. + + # $Id: prepare,v 1.2 1999/12/19 23:05:22 tudor Exp $ + + rm -f config.cache && echo -n "." && + autoheader && echo -n "." && + aclocal && echo -n "." && + automake && echo -n "." && + autoconf && echo -n "." && + echo diff -rcPp2 git-4.3.19/src/ChangeLog git-4.3.20/src/ChangeLog *** git-4.3.19/src/ChangeLog Mon Jun 28 21:56:52 1999 --- git-4.3.20/src/ChangeLog Fri Mar 10 13:37:19 2000 *************** *** 1,2 **** --- 1,46 ---- + 2000-03-10 Tudor Hulubei + + * panel.c (panel_act_COPY): Copy operations no longer preserve + ownership. This is how `/bin/cp' does it. + + 2000-03-09 Tudor Hulubei + + * panel.c (panel_move): Fixed a dangerous bug that could cause the + source file to be deleted w/o being copied in some rare + circumstances. + (panel_copy): Moving across filesystems now preserves ownership. + + * gitaction (file): *.pm removed, it is more often a Perl module. + + * gitview.c (update_line): Fixed the bug causing the display of + the extra 0 in some files. + + * panel.c (panel_mkdirs): New function - it creates all the + missing directory components in a path. + + 2000-02-23 Tudor Hulubei + + * xid.c (xgetpwuid): Fixed sprintf buffer overflow. + (xgetgrgid): Same fix. + + 1999-10-16 Tudor Hulubei + + * gitaction: Added *.[pP][nN][mM]. + + 1999-09-30 Tudor Hulubei + + * git.c (main): BUILTIN_up_one_dir now updates the command line + path as well. + + 1999-09-26 Tudor Hulubei + + * gitps.c (update_process): Added an arrow in front of the current + process. + + 1999-06-30 Tudor Hulubei + + * git.c (main): Fixed a crash when hitting ^G during an + incremental search. + 1999-06-28 Tudor Hulubei diff -rcPp2 git-4.3.19/src/Makefile.in git-4.3.20/src/Makefile.in *** git-4.3.19/src/Makefile.in Mon Jun 28 23:41:12 1999 --- git-4.3.20/src/Makefile.in Sun Mar 12 19:31:10 2000 *************** *** 1,3 **** ! # Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. --- 1,3 ---- ! # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. *************** AUTOHEADER = @AUTOHEADER@ *** 49,56 **** INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_STRIP_FLAG = transform = @program_transform_name@ --- 49,55 ---- INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ *************** install-binPROGRAMS: $(bin_PROGRAMS) *** 176,181 **** @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ ! echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ ! $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ else :; fi; \ done --- 175,180 ---- @list='$(bin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ ! echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ ! $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ else :; fi; \ done *************** distdir: $(DISTFILES) *** 286,290 **** d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ --- 285,289 ---- d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ *************** fsusage.o: fsusage.c ../config.h ../vers *** 299,307 **** fsusage.h getopt.o: getopt.c ../config.h ../version.h git.o: git.c ../config.h ../version.h file.h stdc.h xstring.h xmalloc.h \ getopt.h xio.h stat.h tty.h window.h inputline.h status.h \ title.h panel.h xstack.h configure.h signals.h system.h \ history.h tilde.h misc.h xtime.h - gitkeys.o: gitkeys.c ../config.h ../version.h stdc.h xio.h stat.h gitps.o: gitps.c ../config.h ../version.h file.h stdc.h xstring.h \ xmalloc.h getopt.h tty.h window.h configure.h tilde.h signals.h \ --- 298,306 ---- fsusage.h getopt.o: getopt.c ../config.h ../version.h + gitkeys.o: gitkeys.c ../config.h ../version.h stdc.h xio.h stat.h git.o: git.c ../config.h ../version.h file.h stdc.h xstring.h xmalloc.h \ getopt.h xio.h stat.h tty.h window.h inputline.h status.h \ title.h panel.h xstack.h configure.h signals.h system.h \ history.h tilde.h misc.h xtime.h gitps.o: gitps.c ../config.h ../version.h file.h stdc.h xstring.h \ xmalloc.h getopt.h tty.h window.h configure.h tilde.h signals.h \ *************** all-am: Makefile $(PROGRAMS) $(SCRIPTS) *** 366,370 **** all-redirect: all-am install-strip: ! $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) --- 365,369 ---- all-redirect: all-am install-strip: ! $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) diff -rcPp2 git-4.3.19/src/git.c git-4.3.20/src/git.c *** git-4.3.19/src/git.c Mon May 31 17:21:03 1999 --- git-4.3.20/src/git.c Thu Mar 9 12:54:07 2000 *************** *** 18,22 **** /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: git.c,v 1.19 1999/05/31 21:21:03 tudor Exp $ */ #ifdef HAVE_CONFIG_H --- 18,22 ---- /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: git.c,v 1.21 1999/09/30 23:03:39 tudor Exp $ */ #ifdef HAVE_CONFIG_H *************** main(argc, argv) *** 2895,2898 **** --- 2895,2900 ---- if (search_string) xfree(search_string); + if (input == NULL) + break; search_string = strdup(input); panel_action(src_panel, act_ISEARCH_END, dst_panel, NULL, 1); *************** main(argc, argv) *** 2976,2979 **** --- 2978,2983 ---- if (search_string) xfree(search_string); + if (input == NULL) + break; search_string = strdup(input); panel_action(src_panel, act_ISEARCH_END, dst_panel, NULL, 1); *************** main(argc, argv) *** 3113,3116 **** --- 3117,3123 ---- case BUILTIN_up_one_dir: panel_action(src_panel, act_UP_ONE_DIR, dst_panel, NULL, 1); + il_free(saved_il); + set_prompt(); + saved_il = il_save(); tty_update_title(panel_get_path(src_panel)); break; diff -rcPp2 git-4.3.19/src/gitaction git-4.3.20/src/gitaction *** git-4.3.19/src/gitaction Mon Jun 28 22:56:12 1999 --- git-4.3.20/src/gitaction Thu Mar 9 18:16:54 2000 *************** *** 11,15 **** ############################################################################### ! ### $Id: gitaction,v 1.35 1999/06/29 02:56:12 tudor Exp $ ### --- 11,15 ---- ############################################################################### ! ### $Id: gitaction,v 1.37 2000/03/09 23:16:54 tudor Exp $ ### *************** case "$2" in *** 230,233 **** --- 230,234 ---- *.[bB][mM][pP] |\ *.[pP][pP][mM] |\ + *.[pP][nN][mM] |\ *.[pP][gG][mM] |\ *.[pP][bB][mM] |\ *************** case "$2" in *** 235,239 **** *.[tT][iI][fF] |\ *.[bB][mM] |\ - *.[pP][mM] |\ *.[xX][bB][mM] |\ *.[xX][pP][mM] |\ --- 236,239 ---- diff -rcPp2 git-4.3.19/src/gitps.c git-4.3.20/src/gitps.c *** git-4.3.19/src/gitps.c Mon May 31 22:22:06 1999 --- git-4.3.20/src/gitps.c Sun Sep 26 10:19:14 1999 *************** *** 18,22 **** /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: gitps.c,v 1.19 1999/06/01 02:22:06 tudor Exp $ */ #ifdef HAVE_CONFIG_H --- 18,22 ---- /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: gitps.c,v 1.20 1999/09/26 14:19:14 tudor Exp $ */ #ifdef HAVE_CONFIG_H *************** set_header() *** 386,391 **** { memset(global_buf, ' ', tty_columns); ! memcpy(global_buf, header_text, ! min(tty_columns, (int)strlen(header_text))); tty_colors(HeaderBrightness, HeaderForeground, HeaderBackground); --- 386,391 ---- { memset(global_buf, ' ', tty_columns); ! memcpy(global_buf + 2, header_text, ! min(tty_columns - 2, (int)strlen(header_text))); tty_colors(HeaderBrightness, HeaderForeground, HeaderBackground); *************** update_process(process, update_color) *** 607,613 **** memset(global_buf, ' ', tty_columns); ! memcpy(global_buf, ps_vect[process], ! min(tty_columns, (int)strlen(ps_vect[process]))); ! if (update_color) { --- 607,615 ---- memset(global_buf, ' ', tty_columns); ! memcpy(global_buf + 2, ps_vect[process], ! min(tty_columns - 2, (int)strlen(ps_vect[process]))); ! global_buf[0] = (process == current_process) ? '>' : ' '; ! global_buf[1] = ' '; ! if (update_color) { diff -rcPp2 git-4.3.19/src/gitview.c git-4.3.20/src/gitview.c *** git-4.3.19/src/gitview.c Sat Jun 5 12:25:15 1999 --- git-4.3.20/src/gitview.c Thu Mar 9 17:59:56 2000 *************** *** 20,24 **** /* Patched by Gregory Gerard to display on the entire screen. */ ! /* $Id: gitview.c,v 1.15 1999/06/05 16:25:15 tudor Exp $ */ #ifdef HAVE_CONFIG_H --- 20,24 ---- /* Patched by Gregory Gerard to display on the entire screen. */ ! /* $Id: gitview.c,v 1.16 2000/03/09 22:59:56 tudor Exp $ */ #ifdef HAVE_CONFIG_H *************** report_undefined_key() *** 312,319 **** char ! char_to_print(c) char c; { ! return isprint((int)c) ? c : '.'; } --- 312,323 ---- char ! char_to_print(c, index, total) char c; + int index; + int total; { ! if (index < total) ! return isprint((int)c) ? c : '.'; ! return ' '; } *************** update_line(line) *** 337,352 **** %c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c ", line, ! buf[0], buf[1], buf[2], buf[3], ! buf[4], buf[5], buf[6], buf[7], ! buf[8], buf[9], buf[10], buf[11], buf[12], buf[13], buf[14], buf[15], ! char_to_print(buf[0]), char_to_print(buf[1]), ! char_to_print(buf[2]), char_to_print(buf[3]), ! char_to_print(buf[4]), char_to_print(buf[5]), ! char_to_print(buf[6]), char_to_print(buf[7]), ! char_to_print(buf[8]), char_to_print(buf[9]), ! char_to_print(buf[10]), char_to_print(buf[11]), ! char_to_print(buf[12]), char_to_print(buf[13]), ! char_to_print(buf[14]), char_to_print(buf[15])); } else --- 341,356 ---- %c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c ", line, ! buf[0], buf[1], buf[2], buf[3], ! buf[4], buf[5], buf[6], buf[7], ! buf[8], buf[9], buf[10], buf[11], buf[12], buf[13], buf[14], buf[15], ! char_to_print(buf[0], 0, r), char_to_print(buf[1], 1, r), ! char_to_print(buf[2], 2, r), char_to_print(buf[3], 3, r), ! char_to_print(buf[4], 4, r), char_to_print(buf[5], 5, r), ! char_to_print(buf[6], 6, r), char_to_print(buf[7], 7, r), ! char_to_print(buf[8], 8, r), char_to_print(buf[9], 9, r), ! char_to_print(buf[10], 10, r), char_to_print(buf[11], 11, r), ! char_to_print(buf[12], 12, r), char_to_print(buf[13], 13, r), ! char_to_print(buf[14], 14, r), char_to_print(buf[15], 15, r)); } else *************** update_line(line) *** 356,364 **** } ! if (r != 16) ! { ! memset(line_string + 13 + r * 3, ' ', (16 - r) * 3 - 1); ! memset(line_string + 13 + 16 * 3 - 1 + 2 + r, ' ', 16 - r + 2); ! } line_string[strlen(line_string)] = ' '; --- 360,367 ---- } ! if (r < 8) ! memset(line_string + 12 + r * 3, ' ', (16 - r) * 3 + 1); ! else if (r >= 8 && r < 16) ! memset(line_string + 12 + r * 3 + 1, ' ', (16 - r) * 3); line_string[strlen(line_string)] = ' '; diff -rcPp2 git-4.3.19/src/panel.c git-4.3.20/src/panel.c *** git-4.3.19/src/panel.c Mon May 31 20:04:58 1999 --- git-4.3.20/src/panel.c Fri Mar 10 13:39:27 2000 *************** *** 18,22 **** /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: panel.c,v 1.23 1999/06/01 00:04:58 tudor Exp $ */ #ifdef HAVE_CONFIG_H --- 18,22 ---- /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: panel.c,v 1.29 2000/03/10 18:39:27 tudor Exp $ */ #ifdef HAVE_CONFIG_H *************** panel_end(this) *** 398,402 **** --- 398,405 ---- for (i = 0; i < this->entries; i++) if (this->dir_entry[i].name) + { xfree(this->dir_entry[i].name); + this->dir_entry[i].name = NULL; + } xfree(this->dir_entry); *************** panel_load_inode(this, entry) *** 897,902 **** { /* This symbolic link has no target. */ ! this->dir_entry[entry].type = ! SYMLINK_ENTRY; sz = xreadlink(this->dir_entry[entry].name); s.st_size = (sz == -1) ? 0 : sz; --- 900,904 ---- { /* This symbolic link has no target. */ ! this->dir_entry[entry].type = SYMLINK_ENTRY; sz = xreadlink(this->dir_entry[entry].name); s.st_size = (sz == -1) ? 0 : sz; *************** panel_read_directory(this, directory, ve *** 1098,1102 **** --- 1100,1107 ---- for (entry = 0; entry < this->entries; entry++) if (this->dir_entry[entry].name) + { xfree(this->dir_entry[entry].name); + this->dir_entry[entry].name = NULL; + } xfree(this->dir_entry); *************** panel_read_directory(this, directory, ve *** 1203,1207 **** --- 1208,1215 ---- for (entry = 0; entry < old_entries; entry++) if (old_dir_entry[entry].name) + { xfree(old_dir_entry[entry].name); + old_dir_entry[entry].name = NULL; + } xfree(old_dir_entry); *************** panel_update_info(this) *** 1595,1599 **** else sprintf(str + maxname, " %10ld %10s", ! (long)this->dir_entry[this->current_entry].size, temp_rights); skip_info_display: --- 1603,1608 ---- else sprintf(str + maxname, " %10ld %10s", ! (long)this->dir_entry[this->current_entry].size, ! temp_rights); skip_info_display: *************** panel_copy(this, src, dest, mode, uid, g *** 2274,2277 **** --- 2283,2288 ---- if (len == 0) { + if (getuid() == 0) + chown(dest, uid, gid); close2(sfd, dfd); xfree(dest); *************** panel_copy(this, src, dest, mode, uid, g *** 2305,2309 **** else { ! close2(sfd, dfd); xfree2(buf, dest); return SD_OK; --- 2316,2322 ---- else { ! if (getuid() == 0) ! chown(dest, uid, gid); ! close2(sfd, dfd); xfree2(buf, dest); return SD_OK; *************** panel_move(this, from, to, mode) *** 2496,2500 **** to its beginning in order to be able to stat the destination directory later. */ - char *temp = xmalloc(2 + (len = strlen(to)) + 1); --- 2509,2512 ---- *************** panel_move(this, from, to, mode) *** 2536,2540 **** *(to_file - 1) = 0; ! error = (*to) ? xstat(to, &to_statbuf) : 0; *(to_file - 1) = c; --- 2548,2552 ---- *(to_file - 1) = 0; ! error = (*to) ? xstat(to, &to_statbuf) : xstat("/", &to_statbuf); *(to_file - 1) = c; *************** panel_act_COPY(this, other) *** 2807,2812 **** error = panel_copy(this, name, input, this->dir_entry[this->current_entry].mode, ! this->dir_entry[this->current_entry].uid, ! this->dir_entry[this->current_entry].gid); xfree(input); --- 2819,2823 ---- error = panel_copy(this, name, input, this->dir_entry[this->current_entry].mode, ! getuid(), getgid()); xfree(input); *************** panel_act_COPY(this, other) *** 2845,2850 **** char *name = this->dir_entry[entry].name; mode_t mode = this->dir_entry[entry].mode; ! uid_t uid = this->dir_entry[entry].uid; ! gid_t gid = this->dir_entry[entry].gid; dir = xrealloc(dir, len + strlen(name) + 1); --- 2856,2861 ---- char *name = this->dir_entry[entry].name; mode_t mode = this->dir_entry[entry].mode; ! uid_t uid = getuid(); ! gid_t gid = getgid(); dir = xrealloc(dir, len + strlen(name) + 1); *************** panel_act_DELETE(this, other) *** 3017,3157 **** - #if 0 - /* - * Create a directory and all its intermediate subdirectories. - * Return 1 if the the directory has been succesfully (or it already - * exists), 0 otherwise. - */ int ! panel_mkdir(path) ! char *path; { - char *dir; struct stat s; ! errno = 0; ! ! /* I don't remember why I've put S_IFDIR here. Is it really ! necessary? */ ! if (mkdir(path, S_IFDIR | S_IRWXU | S_IRWXG | S_IRWXO) == -1) ! { ! if (errno == EEXIST) ! { ! memset(&s, 0, sizeof(s)); ! xlstat(path, &s); ! ! if (s.st_ino) ! return S_ISDIR(s.st_mode); ! else ! return 0; ! } ! ! dir = xdirname(path); ! panel_mkdir(dir); ! xfree(dir); ! } ! return 1; } ! /* ! * Create a new directory into the current panel's directory. ! */ ! void ! panel_act_MKDIR(this, other) ! panel_t *this, *other; ! { ! char *tmp_input; ! char *input = NULL; ! char *entry_name = NULL; ! char *old_entry_name; ! ! if (!il_read_line("New directory name: ", &input, NULL, mkdir_history)) ! return; ! ! if (input[0] == '\0') ! { ! xfree(input); ! return; ! } ! ! tmp_input = tilde_expand(input); ! xfree(input); ! input = minimize_path(tmp_input); ! ! /* I don't remember why I've put S_IFDIR here. Is it really ! necessary? */ ! if (panel_mkdir(input) == 0) ! { ! panel_2s_message("%s/: Permission denied.", input, ! (char *)NULL, ! IL_FREEZED | IL_BEEP | IL_SAVE | IL_ERROR); ! xfree(input); ! return; ! } ! ! old_entry_name = xstrdup(other->dir_entry[other->current_entry].name); ! ! if (panel_read_directory(this, this->path, ON)) ! { ! int reposition = 0; ! ! if (input[0] == '/') ! { ! int len = strlen(input); ! ! if (len > this->pathlen) ! if (strncmp(this->path, input, this->pathlen) == 0) { ! char *ptr1 = input + this->pathlen + 1; ! char *ptr2 = strchr(ptr1, '/'); ! ! if (ptr2 == NULL) ! entry_name = ptr1; ! else ! { ! *ptr2 = '\0'; ! entry_name = ptr2 + 1; ! } ! ! reposition = 1; } } - else - { - char *ptr = strchr(input, '/'); ! if (ptr != NULL) ! *ptr = '\0'; ! ! entry_name = input; ! } ! ! if (reposition) ! panel_set_current_entry(this, panel_find_index(this, entry_name)); ! } ! else ! panel_recover(this); ! ! panel_update(this); ! ! if (strcmp(this->path, other->path) == 0) ! { ! if (panel_read_directory(other, other->path, ON)) ! panel_set_current_entry(other, ! panel_find_index(other, old_entry_name)); ! else ! panel_recover(other); ! ! panel_update(other); ! } ! else ! panel_update_size(other); ! ! xfree(old_entry_name); ! xfree(input); } - #endif --- 3028,3068 ---- int ! panel_isdir(path) ! const char *path; { struct stat s; ! if (stat((char *)path, &s) < 0) ! return 0; ! return S_ISDIR(s.st_mode); } ! int ! panel_mkdirs(path, mode) ! const char *path; ! int mode; ! { ! char *copy = xstrdup(path); ! char *z = copy; ! ! for (; *z != '\0'; z++) ! if (*z == '/' && z != copy) ! { ! *z = '\0'; ! if (!panel_isdir(copy)) ! if (mkdir(copy, mode) != 0) { ! xfree(copy); ! return -1; } + *z = '/'; } ! xfree(copy); ! return 0; } *************** panel_act_MKDIR(this, other) *** 3163,3166 **** --- 3074,3078 ---- panel_t *this, *other; { + size_t len; char *input = NULL, *tmp_input; *************** panel_act_MKDIR(this, other) *** 3177,3186 **** xfree(input); input = tmp_input; /* I don't remember why I've put S_IFDIR here. Is it really necessary? */ ! if (mkdir(input, S_IFDIR | S_IRWXU | S_IRWXG | S_IRWXO) == -1) { ! panel_2s_message("%s/: Permission denied.", input, (char *)NULL, IL_FREEZED | IL_BEEP | IL_SAVE | IL_ERROR); --- 3089,3105 ---- xfree(input); input = tmp_input; + /* Add a '/' at the end, otherwise panel_mkdirs() will think the + last component is a regular file and will not create the + directory. */ + len = strlen(input); + input = realloc(input, len + 1 + 1); + input[len] = '/'; + input[len + 1] = '\0'; /* I don't remember why I've put S_IFDIR here. Is it really necessary? */ ! if (panel_mkdirs(input, S_IFDIR | S_IRWXU | S_IRWXG | S_IRWXO) == -1) { ! panel_2s_message("%s: Permission denied.", input, (char *)NULL, IL_FREEZED | IL_BEEP | IL_SAVE | IL_ERROR); *************** panel_act_MKDIR(this, other) *** 3193,3196 **** --- 3112,3117 ---- else { + /* If `input' is something like `a/b/c' we will default on the + first entry. */ this->current_entry = panel_find_index(this, input); this->first_on_screen = panel_get_centered_fos(this); *************** panel_act_COMPARE(this, other) *** 3623,3627 **** if ((strcmp(this->path, other->path) == 0) && (strcmp(this->dir_entry[this_entry].name, ! other->dir_entry[other_entry].name) == 0)) { panel_1s_message("There is no point in comparing a file with itself. ", --- 3544,3548 ---- if ((strcmp(this->path, other->path) == 0) && (strcmp(this->dir_entry[this_entry].name, ! other->dir_entry[other_entry].name) == 0)) { panel_1s_message("There is no point in comparing a file with itself. ", diff -rcPp2 git-4.3.19/src/tty.c git-4.3.20/src/tty.c *** git-4.3.19/src/tty.c Mon May 31 22:22:06 1999 --- git-4.3.20/src/tty.c Thu Mar 9 17:59:56 2000 *************** *** 18,22 **** /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: tty.c,v 1.26 1999/06/01 02:22:06 tudor Exp $ */ #ifdef HAVE_CONFIG_H --- 18,22 ---- /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: tty.c,v 1.28 2000/03/09 22:59:56 tudor Exp $ */ #ifdef HAVE_CONFIG_H *************** tty_resize() *** 1950,1962 **** xfree(tty_prev_atr); ! tty_scr = (unsigned char *)xcalloc(tty_columns * tty_lines, ! sizeof(unsigned char)); ! tty_atr = (unsigned char *)xcalloc(tty_columns * tty_lines, ! sizeof(unsigned char)); ! ! tty_prev_scr = (unsigned char *)xcalloc(tty_columns * tty_lines, ! sizeof(unsigned char)); ! tty_prev_atr = (unsigned char *)xcalloc(tty_columns * tty_lines, ! sizeof(unsigned char)); } --- 1950,1970 ---- xfree(tty_prev_atr); ! tty_scr = (unsigned char *)xcalloc( ! tty_columns * tty_lines, sizeof(unsigned char)); ! tty_atr = (unsigned char *)xcalloc( ! tty_columns * tty_lines, sizeof(unsigned char)); ! ! tty_prev_scr = (unsigned char *)xcalloc( ! tty_columns * tty_lines, sizeof(unsigned char)); ! tty_prev_atr = (unsigned char *)xcalloc( ! tty_columns * tty_lines, sizeof(unsigned char)); ! ! #ifdef SIGWINCH ! /* We need to pass the resize command to the parent process ! (usually the shell). */ ! /* FIXME: This doesn't work and I haven't got the time to look ! into it... */ ! /*kill(getppid(), SIGWINCH);*/ ! #endif } diff -rcPp2 git-4.3.19/src/xid.c git-4.3.20/src/xid.c *** git-4.3.19/src/xid.c Thu Apr 22 15:44:56 1999 --- git-4.3.20/src/xid.c Sun Mar 12 09:03:10 2000 *************** *** 19,23 **** /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: xid.c,v 1.4 1999/01/16 22:37:24 tudor Exp $ */ #ifdef HAVE_CONFIG_H --- 19,23 ---- /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: xid.c,v 1.6 2000/03/12 14:03:10 tudor Exp $ */ #ifdef HAVE_CONFIG_H *************** *** 36,46 **** #define GID_BUCKETS 127 - #define NAME_LENGTH 8 - typedef struct tag_xuid_t { uid_t uid; ! char name[NAME_LENGTH]; struct tag_xuid_t *next; } xuid_t; --- 36,44 ---- #define GID_BUCKETS 127 typedef struct tag_xuid_t { uid_t uid; ! char *name; struct tag_xuid_t *next; } xuid_t; *************** typedef struct tag_xgid_t *** 50,54 **** { gid_t gid; ! char name[NAME_LENGTH]; struct tag_xgid_t *next; } xgid_t; --- 48,52 ---- { gid_t gid; ! char *name; struct tag_xgid_t *next; } xgid_t; *************** xgid_t *gid_buckets[GID_BUCKETS]; *** 60,68 **** /* * Search uid in the hash table. If it is there, return a pointer to the * coresponding string. If it is not, find the /etc/passwd entry and insert * it in the hash table. */ - char * xgetpwuid(uid) --- 58,70 ---- /* + * FIXME: The sprintf() calls do not belong in this file. The + * formatting should be left to the caller! + */ + + /* * Search uid in the hash table. If it is there, return a pointer to the * coresponding string. If it is not, find the /etc/passwd entry and insert * it in the hash table. */ char * xgetpwuid(uid) *************** xgetpwuid(uid) *** 83,91 **** if (pwd) sprintf(current->name, "%-7s", pwd->pw_name); else ! sprintf(current->name, "%-7d", (int)uid); ! toprintable(current->name, 7); /* Add it to the hash table. */ --- 85,99 ---- if (pwd) + { + current->name = (char *)xmalloc(strlen(pwd->pw_name) + 1); sprintf(current->name, "%-7s", pwd->pw_name); + } else ! { ! current->name = (char *)xmalloc(32); ! sprintf(current->name, "%-7u", (unsigned int)uid); ! } ! toprintable(current->name, strlen(current->name)); /* Add it to the hash table. */ *************** xgetpwuid(uid) *** 99,102 **** --- 107,115 ---- + /* + * Search gid in the hash table. If it is there, return a pointer to the + * coresponding string. If it is not, find the /etc/group entry and insert + * it in the hash table. + */ char * xgetgrgid(gid) *************** xgetgrgid(gid) *** 117,125 **** if (grp) sprintf(current->name, "%-7s", grp->gr_name); else ! sprintf(current->name, "%-7d", (int)gid); ! toprintable(current->name, 7); /* Add it to the hash table. */ --- 130,144 ---- if (grp) + { + current->name = (char *)xmalloc(strlen(grp->gr_name) + 1); sprintf(current->name, "%-7s", grp->gr_name); + } else ! { ! current->name = (char *)xmalloc(32); ! sprintf(current->name, "%-7u", (unsigned int)gid); ! } ! toprintable(current->name, strlen(current->name)); /* Add it to the hash table. */ *************** xgetgrgid(gid) *** 136,140 **** * Initialize the hash tables. */ - void xid_init() --- 155,158 ---- diff -rcPp2 git-4.3.19/src/xmalloc.c git-4.3.20/src/xmalloc.c *** git-4.3.19/src/xmalloc.c Thu Apr 22 15:45:47 1999 --- git-4.3.20/src/xmalloc.c Sat Aug 14 15:08:26 1999 *************** *** 20,24 **** /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: xmalloc.c,v 1.4 1999/01/16 22:37:24 tudor Exp $ */ #ifdef HAVE_CONFIG_H --- 20,24 ---- /* Written by Tudor Hulubei and Andrei Pitis. */ ! /* $Id: xmalloc.c,v 1.5 1999/08/14 19:08:26 tudor Exp $ */ #ifdef HAVE_CONFIG_H *************** xfree(pointer) *** 93,96 **** free(pointer); else ! fatal("xfree: trying to free NULL pointer"); } --- 93,96 ---- free(pointer); else ! fatal("xfree: trying to free NULL"); } diff -rcPp2 git-4.3.19/term/.gitrc.aixterm git-4.3.20/term/.gitrc.aixterm *** git-4.3.19/term/.gitrc.aixterm Mon May 31 12:59:14 1999 --- git-4.3.20/term/.gitrc.aixterm Thu Mar 9 18:16:54 2000 *************** *** 1,3 **** ! ### $Id: .gitrc.aixterm,v 1.13 1999/05/31 16:59:14 tudor Exp $ ############################################################################### --- 1,3 ---- ! ### $Id: .gitrc.aixterm,v 1.17 2000/03/09 23:16:54 tudor Exp $ ############################################################################### *************** Help = Arrows/PgUp/PgDown/Home/End-MOVE *** 105,108 **** --- 105,111 ---- *.elc.bz2 = GREEN;; ON *.elc.Z = GREEN;; ON + *.py.[bg]z = GREEN;; ON + *.py.bz2 = GREEN;; ON + *.py.Z = GREEN;; ON *.idl = GREEN;; ON *.idl.[bg]z = GREEN;; ON *************** Makefile.* = CYAN;; ON *** 136,139 **** --- 139,146 ---- *.lo.bz2 = BLUE;; ON *.lo.Z = BLUE;; ON + *.la = BLUE;; ON + *.la.[bg]z = BLUE;; ON + *.la.bz2 = BLUE;; ON + *.la.Z = BLUE;; ON *.class = BLUE;; ON *.class.[bg]z = BLUE;; ON *************** OUTBOX* = WHITE;; *** 333,336 **** --- 340,347 ---- *.png.bz2 = MAGENTA;; ON *.png.Z = MAGENTA;; ON + *.pnm = MAGENTA;; ON + *.pnm.[bg]z = MAGENTA;; ON + *.pnm.bz2 = MAGENTA;; ON + *.pnm.Z = MAGENTA;; ON *.ppm = MAGENTA;; ON *.ppm.[bg]z = MAGENTA;; ON *************** OUTBOX* = WHITE;; *** 377,384 **** *.xcf.bz2 = MAGENTA;; ON *.xcf.Z = MAGENTA;; ON - *.pm = MAGENTA;; ON - *.pm.[bg]z = MAGENTA;; ON - *.pm.bz2 = MAGENTA;; ON - *.pm.Z = MAGENTA;; ON *.pr = MAGENTA;; ON *.pr.[bg]z = MAGENTA;; ON --- 388,391 ---- diff -rcPp2 git-4.3.19/term/.gitrc.ansi git-4.3.20/term/.gitrc.ansi *** git-4.3.19/term/.gitrc.ansi Mon May 31 12:59:14 1999 --- git-4.3.20/term/.gitrc.ansi Thu Mar 9 18:16:54 2000 *************** *** 1,3 **** ! ### $Id: .gitrc.ansi,v 1.13 1999/05/31 16:59:14 tudor Exp $ ############################################################################### --- 1,3 ---- ! ### $Id: .gitrc.ansi,v 1.17 2000/03/09 23:16:54 tudor Exp $ ############################################################################### *************** Help = Arrows/PgUp/PgDown/Home/End-MOVE *** 108,111 **** --- 108,114 ---- *.elc.bz2 = GREEN;; *.elc.Z = GREEN;; + *.py.[bg]z = GREEN;; + *.py.bz2 = GREEN;; + *.py.Z = GREEN;; *.idl = GREEN;; *.idl.[bg]z = GREEN;; *************** Makefile.* = CYAN;; *** 139,142 **** --- 142,149 ---- *.lo.bz2 = CYAN;; *.lo.Z = CYAN;; + *.la = CYAN;; + *.la.[bg]z = CYAN;; + *.la.bz2 = CYAN;; + *.la.Z = CYAN;; *.class = CYAN;; *.class.[bg]z = CYAN;; *************** OUTBOX* = WHITE;; *** 336,339 **** --- 343,350 ---- *.png.bz2 = MAGENTA;; *.png.Z = MAGENTA;; + *.pnm = MAGENTA;; + *.pnm.[bg]z = MAGENTA;; + *.pnm.bz2 = MAGENTA;; + *.pnm.Z = MAGENTA;; *.ppm = MAGENTA;; *.ppm.[bg]z = MAGENTA;; *************** OUTBOX* = WHITE;; *** 380,387 **** *.xcf.bz2 = MAGENTA;; *.xcf.Z = MAGENTA;; - *.pm = MAGENTA;; - *.pm.[bg]z = MAGENTA;; - *.pm.bz2 = MAGENTA;; - *.pm.Z = MAGENTA;; *.pr = MAGENTA;; *.pr.[bg]z = MAGENTA;; --- 391,394 ---- diff -rcPp2 git-4.3.19/term/.gitrc.common.in git-4.3.20/term/.gitrc.common.in *** git-4.3.19/term/.gitrc.common.in Mon Jun 28 22:24:27 1999 --- git-4.3.20/term/.gitrc.common.in Thu Mar 9 18:16:54 2000 *************** *** 1,3 **** ! ### $Id: .gitrc.common.in,v 1.23 1999/06/29 02:24:27 tudor Exp $ ############################################################################### --- 1,3 ---- ! ### $Id: .gitrc.common.in,v 1.28 2000/03/09 23:16:54 tudor Exp $ ############################################################################### *************** *** 66,69 **** --- 66,72 ---- *.elc.bz2 = GREEN;; ON *.elc.Z = GREEN;; ON + *.py.[bg]z = GREEN;; ON + *.py.bz2 = GREEN;; ON + *.py.Z = GREEN;; ON *.idl = GREEN;; ON *.idl.[bg]z = GREEN;; ON *************** Makefile.* = CYAN;; ON *** 97,100 **** --- 100,107 ---- *.lo.bz2 = BLUE;; ON *.lo.Z = BLUE;; ON + *.la = BLUE;; ON + *.la.[bg]z = BLUE;; ON + *.la.bz2 = BLUE;; ON + *.la.Z = BLUE;; ON *.class = BLUE;; ON *.class.[bg]z = BLUE;; ON *************** OUTBOX* = WHITE;; *** 294,297 **** --- 301,308 ---- *.png.bz2 = MAGENTA;; ON *.png.Z = MAGENTA;; ON + *.pnm = MAGENTA;; ON + *.pnm.[bg]z = MAGENTA;; ON + *.pnm.bz2 = MAGENTA;; ON + *.pnm.Z = MAGENTA;; ON *.ppm = MAGENTA;; ON *.ppm.[bg]z = MAGENTA;; ON *************** OUTBOX* = WHITE;; *** 338,345 **** *.xcf.bz2 = MAGENTA;; ON *.xcf.Z = MAGENTA;; ON - *.pm = MAGENTA;; ON - *.pm.[bg]z = MAGENTA;; ON - *.pm.bz2 = MAGENTA;; ON - *.pm.Z = MAGENTA;; ON *.pr = MAGENTA;; ON *.pr.[bg]z = MAGENTA;; ON --- 349,352 ---- *************** F10 = exit *** 596,601 **** ^CI = RPM-INSTALL; rpm -ivh -- %i;;;y ^CbI = B-RPM-INSTALL; rpm -i -- %i&;;;;y ! ^Ci = RPM-UNINSTALL; rpm -e -- `echo %i | sed -e 's/.i386.rpm//g' -e 's/.i486.rpm//g' -e 's/.i586.rpm//g' -e 's/.i686.rpm//g' -e 's/.sparc.rpm//g' -e 's/.alpha.rpm//g' -e 's/.ppc.rpm//g' -e 's/.axp.rpm//g' -e 's/.noarch.rpm//g' -e 's/.src.rpm//g'`;;;;y ! ^Cbi = B-RPM-UNINSTALL; rpm -e -- `echo %i | sed -e 's/.i386.rpm//g' -e 's/.i486.rpm//g' -e 's/.i586.rpm//g' -e 's/.i686.rpm//g' -e 's/.sparc.rpm//g' -e 's/.alpha.rpm//g' -e 's/.ppc.rpm//g' -e 's/.axp.rpm//g' -e 's/.noarch.rpm//g' -e 's/.src.rpm//g'&;;;;y ^Cj = PRINTER-JOB; lpr %s{`lpr' options: ,} %i;;;;y ^CJ = PRINTER-JOB-LIST; lpq %s{`lpq' options: ,} | $GIT_PAGER;;;y --- 603,608 ---- ^CI = RPM-INSTALL; rpm -ivh -- %i;;;y ^CbI = B-RPM-INSTALL; rpm -i -- %i&;;;;y ! ^Ci = RPM-UNINSTALL; rpm -e -- `echo %i | sed -e 's/.i386.rpm//g' -e 's/.i486.rpm//g' -e 's/.i586.rpm//g' -e 's/.i686.rpm//g' -e 's/.sparc.rpm//g' -e 's/.alpha.rpm//g' -e 's/.ppc.rpm//g' -e 's/.axp.rpm//g' -e 's/.mips.rpm//g' -e 's/.mipsel.rpm//g' -e 's/.noarch.rpm//g' -e 's/.src.rpm//g'`;;;;y ! ^Cbi = B-RPM-UNINSTALL; rpm -e -- `echo %i | sed -e 's/.i386.rpm//g' -e 's/.i486.rpm//g' -e 's/.i586.rpm//g' -e 's/.i686.rpm//g' -e 's/.sparc.rpm//g' -e 's/.alpha.rpm//g' -e 's/.ppc.rpm//g' -e 's/.axp.rpm//g' -e 's/.mips.rpm//g' -e 's/.mipsel.rpm//g' -e 's/.noarch.rpm//g' -e 's/.src.rpm//g'&;;;;y ^Cj = PRINTER-JOB; lpr %s{`lpr' options: ,} %i;;;;y ^CJ = PRINTER-JOB-LIST; lpq %s{`lpq' options: ,} | $GIT_PAGER;;;y diff -rcPp2 git-4.3.19/term/.gitrc.xterm git-4.3.20/term/.gitrc.xterm *** git-4.3.19/term/.gitrc.xterm Mon May 31 12:59:14 1999 --- git-4.3.20/term/.gitrc.xterm Thu Mar 9 18:16:54 2000 *************** *** 1,3 **** ! ### $Id: .gitrc.xterm,v 1.16 1999/05/31 16:59:14 tudor Exp $ ############################################################################### --- 1,3 ---- ! ### $Id: .gitrc.xterm,v 1.20 2000/03/09 23:16:54 tudor Exp $ ############################################################################### *************** Help = Arrows/PgUp/PgDown/Home/End-MOVE *** 109,112 **** --- 109,115 ---- *.elc.bz2 = GREEN;; *.elc.Z = GREEN;; + *.py.[bg]z = GREEN;; + *.py.bz2 = GREEN;; + *.py.Z = GREEN;; *.idl = GREEN;; *.idl.[bg]z = GREEN;; *************** Makefile.* = CYAN;; *** 140,143 **** --- 143,150 ---- *.lo.bz2 = CYAN;; *.lo.Z = CYAN;; + *.la = CYAN;; + *.la.[bg]z = CYAN;; + *.la.bz2 = CYAN;; + *.la.Z = CYAN;; *.class = CYAN;; *.class.[bg]z = CYAN;; *************** OUTBOX* = WHITE;; *** 337,340 **** --- 344,351 ---- *.png.bz2 = MAGENTA;; *.png.Z = MAGENTA;; + *.pnm = MAGENTA;; + *.pnm.[bg]z = MAGENTA;; + *.pnm.bz2 = MAGENTA;; + *.pnm.Z = MAGENTA;; *.ppm = MAGENTA;; *.ppm.[bg]z = MAGENTA;; *************** OUTBOX* = WHITE;; *** 381,388 **** *.xcf.bz2 = MAGENTA;; *.xcf.Z = MAGENTA;; - *.pm = MAGENTA;; - *.pm.[bg]z = MAGENTA;; - *.pm.bz2 = MAGENTA;; - *.pm.Z = MAGENTA;; *.pr = MAGENTA;; *.pr.[bg]z = MAGENTA;; --- 392,395 ---- diff -rcPp2 git-4.3.19/term/.gitrc.xterm-color git-4.3.20/term/.gitrc.xterm-color *** git-4.3.19/term/.gitrc.xterm-color Mon May 31 12:59:14 1999 --- git-4.3.20/term/.gitrc.xterm-color Thu Mar 9 18:16:54 2000 *************** *** 1,3 **** ! ### $Id: .gitrc.xterm-color,v 1.16 1999/05/31 16:59:14 tudor Exp $ ############################################################################### --- 1,3 ---- ! ### $Id: .gitrc.xterm-color,v 1.20 2000/03/09 23:16:54 tudor Exp $ ############################################################################### *************** Help = Arrows/PgUp/PgDown/Home/End-MOVE *** 109,112 **** --- 109,115 ---- *.elc.bz2 = GREEN;; *.elc.Z = GREEN;; + *.py.[bg]z = GREEN;; + *.py.bz2 = GREEN;; + *.py.Z = GREEN;; *.idl = GREEN;; *.idl.[bg]z = GREEN;; *************** Makefile.* = CYAN;; *** 140,143 **** --- 143,150 ---- *.lo.bz2 = CYAN;; *.lo.Z = CYAN;; + *.la = CYAN;; + *.la.[bg]z = CYAN;; + *.la.bz2 = CYAN;; + *.la.Z = CYAN;; *.class = CYAN;; *.class.[bg]z = CYAN;; *************** OUTBOX* = WHITE;; *** 337,340 **** --- 344,351 ---- *.png.bz2 = MAGENTA;; *.png.Z = MAGENTA;; + *.pnm = MAGENTA;; + *.pnm.[bg]z = MAGENTA;; + *.pnm.bz2 = MAGENTA;; + *.pnm.Z = MAGENTA;; *.ppm = MAGENTA;; *.ppm.[bg]z = MAGENTA;; *************** OUTBOX* = WHITE;; *** 381,388 **** *.xcf.bz2 = MAGENTA;; *.xcf.Z = MAGENTA;; - *.pm = MAGENTA;; - *.pm.[bg]z = MAGENTA;; - *.pm.bz2 = MAGENTA;; - *.pm.Z = MAGENTA;; *.pr = MAGENTA;; *.pr.[bg]z = MAGENTA;; --- 392,395 ---- diff -rcPp2 git-4.3.19/term/ChangeLog git-4.3.20/term/ChangeLog *** git-4.3.19/term/ChangeLog Mon Jun 28 21:55:50 1999 --- git-4.3.20/term/ChangeLog Thu Mar 9 18:16:43 2000 *************** *** 1,2 **** --- 1,15 ---- + 2000-03-09 Tudor Hulubei + + * .gitrc.common.in (COPYING): Duplicate *.pm* removed, the Perl + module definition is more common. + + 1999-12-18 Tudor Hulubei + + * .gitrc.common.in: Added support for *.mips.rpm and *.mipsel.rpm. + + 1999-10-16 Tudor Hulubei + + * .gitrc.common.in: Added ".pnm". + 1999-06-28 Tudor Hulubei diff -rcPp2 git-4.3.19/term/Makefile.in git-4.3.20/term/Makefile.in *** git-4.3.19/term/Makefile.in Mon Jun 28 23:41:13 1999 --- git-4.3.20/term/Makefile.in Sun Mar 12 19:31:11 2000 *************** *** 1,3 **** ! # Makefile.in generated automatically by automake 1.4a from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. --- 1,3 ---- ! # Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. *************** AUTOHEADER = @AUTOHEADER@ *** 49,56 **** INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_STRIP_FLAG = transform = @program_transform_name@ --- 49,55 ---- INSTALL = @INSTALL@ ! INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ *************** distdir: $(DISTFILES) *** 148,152 **** d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ --- 147,151 ---- d=$(srcdir); \ if test -d $$d/$$file; then \ ! cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ *************** all-am: Makefile $(DATA) *** 179,183 **** all-redirect: all-am install-strip: ! $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) --- 178,182 ---- all-redirect: all-am install-strip: ! $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) diff -rcPp2 git-4.3.19/version git-4.3.20/version *** git-4.3.19/version Sat Jun 5 06:30:05 1999 --- git-4.3.20/version Thu Mar 9 17:56:42 2000 *************** *** 1 **** ! 4.3.19 --- 1 ---- ! 4.3.20