Only in git-4.3.11: ChangeLog diff -r -u git-4.3.10/LSM git-4.3.11/LSM --- git-4.3.10/LSM Sun Apr 14 01:21:37 1996 +++ git-4.3.11/LSM Thu Jun 6 10:31:08 1996 @@ -1,7 +1,7 @@ Begin3 Title: GNU Interactive Tools -Version: 4.3.10 -Entered-date: 14Apr96 +Version: 4.3.11 +Entered-date: 6Jun96 Description: GIT is a file system browser for UNIX systems. An interactive process viewer/killer, a hex/ascii file viewer, an auto-mount shell script and a per file type @@ -13,8 +13,8 @@ pink@pub.ro (Andrei Pitis) Maintained-by: tudorh@pub.ro (Tudor Hulubei) Primary-site: ftp.pub.ro /pub/git - 346k git-4.3.10.tar.gz - 907 git-4.3.10.lsm + 348k git-4.3.11.tar.gz + 906 git-4.3.11.lsm Alternate-site: prep.ai.mit.edu /pub/gnu Original-site: Platform: diff -r -u git-4.3.10/Makefile.in git-4.3.11/Makefile.in --- git-4.3.10/Makefile.in Sat Apr 6 20:03:40 1996 +++ git-4.3.11/Makefile.in Thu Jun 6 14:05:42 1996 @@ -1,5 +1,5 @@ ### -### Makefile for GNU Interactive Tools 4.3.10 +### Makefile for GNU Interactive Tools ### ### @@ -68,7 +68,9 @@ dvi: (cd info && $(MAKE) $@) -install: +install: all install-only + +install-only: @(\ echo "Installing $(PRODUCT) $(VERSION)...";\ echo "Configured for $(HOST)";\ @@ -81,7 +83,7 @@ done @echo "Please see the README file for additional information" -install_strip: +install-strip: @(\ echo "Installing $(PRODUCT) $(VERSION)...";\ echo "Configured for $(HOST)";\ diff -r -u git-4.3.10/NEWS git-4.3.11/NEWS --- git-4.3.10/NEWS Fri Apr 12 09:25:35 1996 +++ git-4.3.11/NEWS Thu Jun 6 10:03:50 1996 @@ -7,6 +7,23 @@ What's new: ----------- +Version 4.3.11 +.............. + +An installation problem has been fixed. GIT no longer attempts to +change the permissions of directories. + +backward-kill-word is now on ESC Ctrl-H as well. + +The `install' rule now depends on `all', which means you can type +`make install' and get the entire package compiled and installed. + +There is now a separate rule called install-only that you can use to +install git without re-checking the dependencies. + +The install_strip rule has been renamed to install-strip. + + Version 4.3.10 .............. diff -r -u git-4.3.10/README git-4.3.11/README --- git-4.3.10/README Sun Apr 14 01:21:48 1996 +++ git-4.3.11/README Thu Jun 6 09:34:23 1996 @@ -19,7 +19,7 @@ make install If you want to install striped binaries (smaller), type - make install_strip + make install-strip instead of make install diff -r -u git-4.3.10/configure git-4.3.11/configure --- git-4.3.10/configure Sun Apr 14 21:01:47 1996 +++ git-4.3.11/configure Thu Jun 6 09:58:09 1996 @@ -1,8 +1,8 @@ #! /bin/sh -# From configure.in Revision: 4.3.10 +# From configure.in Revision: 4.3.11 # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.9 +# Generated automatically using autoconf version 2.10 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation @@ -335,7 +335,7 @@ verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.9" + echo "configure generated by autoconf version 2.10" exit 0 ;; -with-* | --with-*) @@ -523,14 +523,14 @@ PRODUCT="GNU Interactive Tools" -VERSION="4.3.10" +VERSION="4.3.11" echo echo echo " ############################################" -echo " # Configuring GNU Interactive Tools 4.3.10 #" +echo " # Configuring GNU Interactive Tools 4.3.11 #" echo " ############################################" echo echo @@ -987,7 +987,7 @@ fi echo $ac_n "checking for -lsun""... $ac_c" 1>&6 -ac_lib_var=`echo sun_getpwnam | tr '.-/+' '___p'` +ac_lib_var=`echo sun'_'getpwnam | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -997,6 +997,8 @@ #line 998 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char getpwnam(); int main() { return 0; } @@ -1004,7 +1006,7 @@ getpwnam() ; return 0; } EOF -if { (eval echo configure:1008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:1010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1046,13 +1048,13 @@ # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1056: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1058: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then : @@ -1061,13 +1063,13 @@ rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1073: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then : @@ -1099,11 +1101,11 @@ ac_cv_c_cross=yes else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:1109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then ac_cv_c_cross=no else @@ -1121,7 +1123,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -1129,7 +1131,7 @@ #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1135: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -1144,7 +1146,7 @@ if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -1162,7 +1164,7 @@ if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -1183,7 +1185,7 @@ : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -1194,7 +1196,7 @@ exit (0); } EOF -{ (eval echo configure:1198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:1200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then : else @@ -1221,12 +1223,12 @@ 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:1230: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -1261,12 +1263,12 @@ 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:1270: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1272: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -1298,12 +1300,12 @@ 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:1307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1309: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -1339,7 +1341,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include <$ac_hdr> @@ -1348,7 +1350,7 @@ DIR *dirp = 0; ; return 0; } EOF -if { (eval echo configure:1352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1354: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* eval "ac_cv_header_dirent_$ac_safe=yes" else @@ -1372,16 +1374,18 @@ # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. if test $ac_header_dirent = dirent.h; then echo $ac_n "checking for -ldir""... $ac_c" 1>&6 -ac_lib_var=`echo dir_opendir | tr '.-/+' '___p'` +ac_lib_var=`echo dir'_'opendir | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-ldir $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:1397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1409,16 +1413,18 @@ else echo $ac_n "checking for -lx""... $ac_c" 1>&6 -ac_lib_var=`echo x_opendir | tr '.-/+' '___p'` +ac_lib_var=`echo x'_'opendir | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lx $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:1436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1454,7 +1460,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1514: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -1531,7 +1537,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -1549,7 +1555,7 @@ int i; ; return 0; } EOF -if { (eval echo configure:1553: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1559: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void else @@ -1571,7 +1577,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -1602,7 +1608,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF @@ -1635,7 +1641,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -1666,7 +1672,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -1703,12 +1709,12 @@ 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:1712: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1718: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -1737,7 +1743,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -1747,7 +1753,7 @@ struct tm *tp; ; return 0; } EOF -if { (eval echo configure:1751: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1757: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_time=yes else @@ -1813,7 +1819,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -1873,12 +1879,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char $ac_func(); int main() { return 0; } @@ -1895,7 +1903,7 @@ ; return 0; } EOF -if { (eval echo configure:1899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:1907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -1927,12 +1935,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char $ac_func(); int main() { return 0; } @@ -1949,7 +1959,7 @@ ; return 0; } EOF -if { (eval echo configure:1953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:1963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -1981,12 +1991,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char $ac_func(); int main() { return 0; } @@ -2003,7 +2015,7 @@ ; return 0; } EOF -if { (eval echo configure:2007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2035,12 +2047,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char $ac_func(); int main() { return 0; } @@ -2057,7 +2071,7 @@ ; return 0; } EOF -if { (eval echo configure:2061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2089,12 +2103,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char $ac_func(); int main() { return 0; } @@ -2111,7 +2127,7 @@ ; return 0; } EOF -if { (eval echo configure:2115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2143,12 +2159,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char $ac_func(); int main() { return 0; } @@ -2165,7 +2183,7 @@ ; return 0; } EOF -if { (eval echo configure:2169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2197,12 +2215,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char $ac_func(); int main() { return 0; } @@ -2219,7 +2239,7 @@ ; return 0; } EOF -if { (eval echo configure:2223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2251,12 +2271,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char $ac_func(); int main() { return 0; } @@ -2273,7 +2295,7 @@ ; return 0; } EOF -if { (eval echo configure:2277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2305,12 +2327,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char $ac_func(); int main() { return 0; } @@ -2327,7 +2351,7 @@ ; return 0; } EOF -if { (eval echo configure:2331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2366,12 +2390,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char $ac_func(); int main() { return 0; } @@ -2388,7 +2414,7 @@ ; return 0; } EOF -if { (eval echo configure:2392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2429,7 +2455,7 @@ fu_cv_sys_stat_statfs3_osf1=no else cat > conftest.$ac_ext < @@ -2442,7 +2468,7 @@ exit (statfs (".", &fsd, sizeof (struct statfs))); } EOF -{ (eval echo configure:2446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:2472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then fu_cv_sys_stat_statfs3_osf1=yes else @@ -2472,7 +2498,7 @@ fu_cv_sys_stat_statfs2_bsize=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:2521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then fu_cv_sys_stat_statfs2_bsize=yes else @@ -2521,7 +2547,7 @@ fu_cv_sys_stat_statfs4=no else cat > conftest.$ac_ext < #include @@ -2531,7 +2557,7 @@ exit (statfs (".", &fsd, sizeof fsd, 0)); } EOF -{ (eval echo configure:2535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:2561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then fu_cv_sys_stat_statfs4=yes else @@ -2561,7 +2587,7 @@ fu_cv_sys_stat_statfs2_fsize=no else cat > conftest.$ac_ext < #ifdef HAVE_SYS_PARAM_H @@ -2577,7 +2603,7 @@ exit (statfs (".", &fsd)); } EOF -{ (eval echo configure:2581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:2607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then fu_cv_sys_stat_statfs2_fsize=yes else @@ -2607,7 +2633,7 @@ fu_cv_sys_stat_fs_data=no else cat > conftest.$ac_ext < #ifdef HAVE_SYS_PARAM_H @@ -2627,7 +2653,7 @@ exit (statfs (".", &fsd) != 1); } EOF -{ (eval echo configure:2631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } +{ (eval echo configure:2657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } if test -s conftest && (./conftest; exit) 2>/dev/null; then fu_cv_sys_stat_fs_data=yes else @@ -2651,16 +2677,18 @@ echo $ac_n "checking for -lreadline""... $ac_c" 1>&6 -ac_lib_var=`echo readline_tilde_expand | tr '.-/+' '___p'` +ac_lib_var=`echo readline'_'tilde_expand | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lreadline $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2697,12 +2725,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char tilde_expand(); int main() { return 0; } @@ -2719,7 +2749,7 @@ ; return 0; } EOF -if { (eval echo configure:2723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_tilde_expand=yes" else @@ -2744,12 +2774,14 @@ echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < /* Override any gcc2 internal prototype to avoid an error. */ +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ char using_history(); int main() { return 0; } @@ -2766,7 +2798,7 @@ ; return 0; } EOF -if { (eval echo configure:2770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_func_using_history=yes" else @@ -2794,7 +2826,7 @@ else git_cv_struct_winsz="no" cat > conftest.$ac_ext < #include @@ -2810,7 +2842,7 @@ } ; return 0; } EOF -if { (eval echo configure:2814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* git_cv_struct_winsz="yes" @@ -2839,7 +2871,7 @@ else git_cv_dumb_cc="yes" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* git_cv_dumb_cc="no" @@ -2881,7 +2913,7 @@ else git_cv_struct_utsname="no" cat > conftest.$ac_ext < int main() { return 0; } @@ -2897,7 +2929,7 @@ } ; return 0; } EOF -if { (eval echo configure:2901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* git_cv_struct_utsname="yes" @@ -2926,7 +2958,7 @@ else git_cv_sys_posix_tty="no" cat > conftest.$ac_ext < int main() { return 0; } @@ -2938,7 +2970,7 @@ } ; return 0; } EOF -if { (eval echo configure:2942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:2974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* git_cv_sys_posix_tty="yes" @@ -2967,7 +2999,7 @@ else git_cv_sys_systemv_tty="no" cat > conftest.$ac_ext < int main() { return 0; } @@ -2979,7 +3011,7 @@ } ; return 0; } EOF -if { (eval echo configure:2983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* git_cv_sys_systemv_tty="yes" @@ -3008,7 +3040,7 @@ else git_cv_sys_bsd_tty="no" cat > conftest.$ac_ext < int main() { return 0; } @@ -3024,7 +3056,7 @@ } ; return 0; } EOF -if { (eval echo configure:3028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* git_cv_sys_bsd_tty="yes" @@ -3049,16 +3081,18 @@ if test "$TERMINFO" = "yes"; then echo $ac_n "checking for -lncurses""... $ac_c" 1>&6 -ac_lib_var=`echo ncurses_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo ncurses'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lncurses $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3088,16 +3122,18 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for -ltermlib""... $ac_c" 1>&6 -ac_lib_var=`echo termlib_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo termlib'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-ltermlib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3127,16 +3163,18 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for -lcurses""... $ac_c" 1>&6 -ac_lib_var=`echo curses_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo curses'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lcurses $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3166,16 +3204,18 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for -ltinfo""... $ac_c" 1>&6 -ac_lib_var=`echo tinfo_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo tinfo'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-ltinfo $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3205,16 +3245,18 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for -lterminfo""... $ac_c" 1>&6 -ac_lib_var=`echo terminfo_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo terminfo'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lterminfo $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3263,16 +3305,18 @@ if test "$TERMLIB_FOUND" = "no"; then echo $ac_n "checking for -ltermcap""... $ac_c" 1>&6 -ac_lib_var=`echo termcap_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo termcap'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-ltermcap $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3306,16 +3350,18 @@ fi else echo $ac_n "checking for -ltermcap""... $ac_c" 1>&6 -ac_lib_var=`echo termcap_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo termcap'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-ltermcap $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3345,16 +3391,18 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for -lncurses""... $ac_c" 1>&6 -ac_lib_var=`echo ncurses_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo ncurses'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lncurses $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3384,16 +3432,18 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for -ltermlib""... $ac_c" 1>&6 -ac_lib_var=`echo termlib_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo termlib'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-ltermlib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3423,16 +3473,18 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for -lcurses""... $ac_c" 1>&6 -ac_lib_var=`echo curses_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo curses'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lcurses $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3462,16 +3514,18 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for -ltinfo""... $ac_c" 1>&6 -ac_lib_var=`echo tinfo_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo tinfo'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-ltinfo $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3501,16 +3555,18 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for -lterminfo""... $ac_c" 1>&6 -ac_lib_var=`echo terminfo_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo terminfo'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lterminfo $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3638,16 +3694,18 @@ if test "$TERMINFO" = "no"; then if test "$host_os" = "solaris2.3" -o "$host_os" = "solaris2.4"; then echo $ac_n "checking for -lucb""... $ac_c" 1>&6 -ac_lib_var=`echo ucb_tgetent | tr '.-/+' '___p'` +ac_lib_var=`echo ucb'_'tgetent | tr './+\055' '__p_'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" LIBS="-lucb $LIBS $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; }; then +if { (eval echo configure:3717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3762,7 +3820,7 @@ echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; -version | --version | --versio | --versi | --vers | --ver | --ve | --v) - echo "$CONFIG_STATUS generated by autoconf version 2.9" + echo "$CONFIG_STATUS generated by autoconf version 2.10" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; @@ -3975,6 +4033,12 @@ echo "$ac_file is unchanged" rm -f conftest.h else + # Remove last slash and all that follows it. Not all systems have dirname. + ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` + if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then + # The file is in a subdirectory. + test ! -d "$ac_dir" && mkdir "$ac_dir" + fi rm -f $ac_file mv conftest.h $ac_file fi diff -r -u git-4.3.10/configure.in git-4.3.11/configure.in --- git-4.3.10/configure.in Sun Apr 14 20:32:53 1996 +++ git-4.3.11/configure.in Thu Jun 6 09:57:51 1996 @@ -1,7 +1,7 @@ dnl ########################################################################### dnl # # -dnl # Autoconf input file for GNU Interactive Tools 4.3.10 # +dnl # Autoconf input file for GNU Interactive Tools 4.3.11 # dnl # Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. # dnl # # dnl ########################################################################### @@ -11,7 +11,7 @@ dnl # Initializing autoconf stuff. # dnl ################################# -AC_REVISION($Revision: 4.3.10 $) +AC_REVISION($Revision: 4.3.11 $) AC_INIT(src/git.c) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.9) @@ -22,7 +22,7 @@ dnl ################################################ PRODUCT="GNU Interactive Tools" -VERSION="4.3.10" +VERSION="4.3.11" dnl ################### @@ -32,7 +32,7 @@ echo echo echo " ############################################" -echo " # Configuring GNU Interactive Tools 4.3.10 #" +echo " # Configuring GNU Interactive Tools 4.3.11 #" echo " ############################################" echo echo Only in git-4.3.11/info: ChangeLog diff -r -u git-4.3.10/info/Makefile.in git-4.3.11/info/Makefile.in --- git-4.3.10/info/Makefile.in Sat Apr 6 20:03:30 1996 +++ git-4.3.11/info/Makefile.in Thu Jun 6 10:14:04 1996 @@ -1,5 +1,5 @@ ### -### Makefile for GNU Interactive Tools 4.3.10 +### Makefile for GNU Interactive Tools ### ### @@ -43,7 +43,6 @@ installdirs: @$(srcdir)/../mkinstalldirs $(infodir) - chmod 755 $(infodir) info: git.info git.info-1 git.info-2 git.info-3 @@ -64,9 +63,11 @@ git.dvi: $(srcdir)/git.texinfo $(TEXI2DVI) $(srcdir)/git.texinfo -install_strip: install +install-strip: install -install: +install: all install-only + +install-only: $(INSTALL_DATA) $(srcdir)/git.info $(infodir)/git.info $(INSTALL_DATA) $(srcdir)/git.info-1 $(infodir)/git.info-1 $(INSTALL_DATA) $(srcdir)/git.info-2 $(infodir)/git.info-2 diff -r -u git-4.3.10/info/git.info-1 git-4.3.11/info/git.info-1 --- git-4.3.10/info/git.info-1 Sun Apr 14 01:23:12 1996 +++ git-4.3.11/info/git.info-1 Thu Jun 6 10:21:53 1996 @@ -30,7 +30,7 @@ `GIT' is a package containing basically a file system browser, a process viewer/killer and a ASCII/HEX file viewer. This is edition -2.2, for GNU Interactive Tools version 4.3.10. +2.2, for GNU Interactive Tools version 4.3.11. * Menu: diff -r -u git-4.3.10/info/git.texinfo git-4.3.11/info/git.texinfo --- git-4.3.10/info/git.texinfo Sun Apr 14 01:22:40 1996 +++ git-4.3.11/info/git.texinfo Thu Jun 6 10:16:26 1996 @@ -7,8 +7,8 @@ @c %**end of header @set EDITION 2.2 -@set VERSION 4.3.10 -@set UPDATED January 1996 +@set VERSION 4.3.11 +@set UPDATED June 1996 @iftex @finalout Only in git-4.3.11/man: ChangeLog diff -r -u git-4.3.10/man/Makefile.in git-4.3.11/man/Makefile.in --- git-4.3.10/man/Makefile.in Sat Apr 6 20:04:03 1996 +++ git-4.3.11/man/Makefile.in Thu Jun 6 10:14:13 1996 @@ -1,5 +1,5 @@ ### -### Makefile for GNU Interactive Tools 4.3.10 +### Makefile for GNU Interactive Tools ### ### @@ -46,11 +46,12 @@ installdirs: @$(srcdir)/../mkinstalldirs $(mandir) - chmod 755 $(mandir) -install_strip: install +install-strip: install -install: +install: all install-only + +install-only: for i in $(GIT_MANUALS);\ do\ $(INSTALL_DATA) $(srcdir)/$$i $(mandir)/$$i;\ diff -r -u git-4.3.10/src/ChangeLog git-4.3.11/src/ChangeLog --- git-4.3.10/src/ChangeLog Mon Apr 22 12:08:23 1996 +++ git-4.3.11/src/ChangeLog Thu Jun 6 10:18:55 1996 @@ -1,3 +1,9 @@ +Thu Jun 6 09:17:32 1996 Tudor Hulubei + + * Makefile.in (installdirs): chmod 755 removed. + install_strip renamed to install-strip. + install now depends on all and on install-only. + Mon Apr 22 11:08:06 1996 Tudor Hulubei * All the source files have been tabified. diff -r -u git-4.3.10/src/Makefile.in git-4.3.11/src/Makefile.in --- git-4.3.10/src/Makefile.in Thu May 2 09:55:57 1996 +++ git-4.3.11/src/Makefile.in Thu Jun 6 10:32:49 1996 @@ -1,5 +1,5 @@ ### -### Makefile for GNU Interactive Tools 4.3.10 +### Makefile for GNU Interactive Tools ### ### @@ -67,7 +67,6 @@ installdirs: $(srcdir)/../mkinstalldirs $(bindir) $(libdir) - chmod 755 $(bindir) $(libdir) .c.o: $(CC) -c $(CFLAGS) $(DEFS) $< @@ -90,7 +89,9 @@ gitwipe: $(GITWIPE_OBJS) $(CC) $(LDFLAGS) -o $@ $(GITWIPE_OBJS) $(LIBS) -install: +install: all install-only + +install-only: for i in $(GIT_BINS);\ do\ rm -f $(bindir)/$$i;\ @@ -107,7 +108,7 @@ ln $(bindir)/gitrgrep $(bindir)/$$i;\ done -install_strip: +install-strip: for i in $(GIT_BINS);\ do\ rm -f $(bindir)/$$i;\ diff -r -u git-4.3.10/src/git.c git-4.3.11/src/git.c --- git-4.3.10/src/git.c Mon Apr 22 11:53:43 1996 +++ git-4.3.11/src/git.c Thu Jun 6 10:14:46 1996 @@ -116,7 +116,7 @@ #ifdef HAVE_GCC char title[] = " "PRODUCT" "VERSION; #else -char title[] = " GNU Interactive Tools 4.3.10"; +char title[] = " GNU Interactive Tools 4.3.11"; #endif /* !HAVE_GCC */ char login[] = "User:"; diff -r -u git-4.3.10/src/gitaction git-4.3.11/src/gitaction --- git-4.3.10/src/gitaction Mon Apr 22 11:31:33 1996 +++ git-4.3.11/src/gitaction Thu Jun 6 10:15:08 1996 @@ -2,7 +2,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 per file type action script ### +### GNU Interactive Tools 4.3.11 per file type action script ### ### Global version ### ### Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. ### ### Written by Tudor Hulubei and Andrei Pitis. ### diff -r -u git-4.3.10/src/gitkeys.c git-4.3.11/src/gitkeys.c --- git-4.3.10/src/gitkeys.c Thu May 2 08:55:08 1996 +++ git-4.3.11/src/gitkeys.c Thu Jun 6 10:15:39 1996 @@ -365,7 +365,7 @@ #ifdef HAVE_GCC printf(PRODUCT" "VERSION" - Display key sequence utility\n"); #else - printf("GNU Interactive Tools 4.3.10 - Display key sequence utility\n"); + printf("GNU Interactive Tools 4.3.11 - Display key sequence utility\n"); #endif /* !HAVE_GCC */ printf("GIT is free software; you can redistribute it and/or modify it under the\n"); printf("terms of the GNU General Public License as published by the Free Software\n"); diff -r -u git-4.3.10/src/gitmount git-4.3.11/src/gitmount --- git-4.3.10/src/gitmount Mon Apr 22 11:31:51 1996 +++ git-4.3.11/src/gitmount Thu Jun 6 10:16:03 1996 @@ -2,7 +2,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 auto-mount script ### +### GNU Interactive Tools 4.3.11 auto-mount script ### ### Copyright (C) 1994, 1996 Free Software Foundation, Inc. ### ### Written by Tudor Hulubei and Andrei Pitis. ### ### ### diff -r -u git-4.3.10/src/gitps.c git-4.3.11/src/gitps.c --- git-4.3.10/src/gitps.c Mon Apr 22 11:54:14 1996 +++ git-4.3.11/src/gitps.c Thu Jun 6 10:15:54 1996 @@ -150,7 +150,7 @@ #ifdef HAVE_GCC static char title_text[] = " "PRODUCT" "VERSION" - Process Viewer/Killer"; #else -static char title_text[] = " GNU Interactive Tools 4.3.10 - Process Viewer/Killer"; +static char title_text[] = " GNU Interactive Tools 4.3.11 - Process Viewer/Killer"; #endif /* !HAVE_GCC */ static char *GitPsModeHelp; static char no_perm[] = "not owner !"; diff -r -u git-4.3.10/src/gitredir git-4.3.11/src/gitredir --- git-4.3.10/src/gitredir Mon Apr 22 11:32:42 1996 +++ git-4.3.11/src/gitredir Thu Jun 6 10:14:58 1996 @@ -2,7 +2,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 redirection script ### +### GNU Interactive Tools 4.3.11 redirection script ### ### Copyright (C) 1994, 1996 Free Software Foundation, Inc. ### ### Written by Tudor Hulubei and Andrei Pitis. ### ### ### diff -r -u git-4.3.10/src/gitrgrep git-4.3.11/src/gitrgrep --- git-4.3.10/src/gitrgrep Tue Apr 2 02:03:18 1996 +++ git-4.3.11/src/gitrgrep Thu Jun 6 10:16:39 1996 @@ -2,7 +2,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 recursive grep script ### +### GNU Interactive Tools 4.3.11 recursive grep script ### ### Copyright (C) 1994, 1996 Free Software Foundation, Inc. ### ### Written by Tudor Hulubei and Andrei Pitis. ### ### ### diff -r -u git-4.3.10/src/gitview.c git-4.3.11/src/gitview.c --- git-4.3.10/src/gitview.c Mon Apr 22 11:54:20 1996 +++ git-4.3.11/src/gitview.c Thu Jun 6 10:15:23 1996 @@ -192,7 +192,7 @@ #ifdef HAVE_GCC static char title_text[] = " "PRODUCT" "VERSION" - Hex/Ascii File Viewer"; #else -static char title_text[] = " GNU Interactive Tools 4.3.10 - Hex/Ascii File Viewer"; +static char title_text[] = " GNU Interactive Tools 4.3.11 - Hex/Ascii File Viewer"; #endif /* !HAVE_GCC */ static char *GitViewModeHelp; static char info_txt[] = diff -r -u git-4.3.10/term/.gitrc.aixterm git-4.3.11/term/.gitrc.aixterm --- git-4.3.10/term/.gitrc.aixterm Tue Apr 2 01:53:02 1996 +++ git-4.3.11/term/.gitrc.aixterm Thu Jun 6 10:12:36 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### diff -r -u git-4.3.10/term/.gitrc.ansi git-4.3.11/term/.gitrc.ansi --- git-4.3.10/term/.gitrc.ansi Tue Apr 2 01:53:30 1996 +++ git-4.3.11/term/.gitrc.ansi Thu Jun 6 10:12:52 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### diff -r -u git-4.3.10/term/.gitrc.common git-4.3.11/term/.gitrc.common --- git-4.3.10/term/.gitrc.common Thu Apr 4 00:33:02 1996 +++ git-4.3.11/term/.gitrc.common Thu Jun 6 10:12:58 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### @@ -467,6 +467,7 @@ ^Y = yank ^_ = backward-delete-char ^[^_ = backward-kill-word +^[^H = backward-kill-word ^] = panel-enable-next-mode ^[] = panel-enable-next-mode ^\ = select-file diff -r -u git-4.3.10/term/.gitrc.generic git-4.3.11/term/.gitrc.generic --- git-4.3.10/term/.gitrc.generic Tue Apr 2 01:54:09 1996 +++ git-4.3.11/term/.gitrc.generic Thu Jun 6 10:13:02 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### diff -r -u git-4.3.10/term/.gitrc.hft git-4.3.11/term/.gitrc.hft --- git-4.3.10/term/.gitrc.hft Fri Apr 12 11:18:47 1996 +++ git-4.3.11/term/.gitrc.hft Thu Jun 6 10:13:06 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### diff -r -u git-4.3.10/term/.gitrc.hpterm git-4.3.11/term/.gitrc.hpterm --- git-4.3.10/term/.gitrc.hpterm Tue Apr 2 01:54:44 1996 +++ git-4.3.11/term/.gitrc.hpterm Thu Jun 6 10:13:10 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### diff -r -u git-4.3.10/term/.gitrc.linux git-4.3.11/term/.gitrc.linux --- git-4.3.10/term/.gitrc.linux Tue Apr 2 01:54:59 1996 +++ git-4.3.11/term/.gitrc.linux Thu Jun 6 10:13:13 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### diff -r -u git-4.3.10/term/.gitrc.minix git-4.3.11/term/.gitrc.minix --- git-4.3.10/term/.gitrc.minix Tue Apr 2 01:55:15 1996 +++ git-4.3.11/term/.gitrc.minix Thu Jun 6 10:13:17 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### diff -r -u git-4.3.10/term/.gitrc.thix git-4.3.11/term/.gitrc.thix --- git-4.3.10/term/.gitrc.thix Tue Apr 2 01:55:34 1996 +++ git-4.3.11/term/.gitrc.thix Thu Jun 6 10:13:20 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### diff -r -u git-4.3.10/term/.gitrc.vt100 git-4.3.11/term/.gitrc.vt100 --- git-4.3.10/term/.gitrc.vt100 Tue Apr 2 01:55:52 1996 +++ git-4.3.11/term/.gitrc.vt100 Thu Jun 6 10:13:23 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### diff -r -u git-4.3.10/term/.gitrc.vt102 git-4.3.11/term/.gitrc.vt102 --- git-4.3.10/term/.gitrc.vt102 Tue Apr 2 01:56:09 1996 +++ git-4.3.11/term/.gitrc.vt102 Thu Jun 6 10:13:26 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### diff -r -u git-4.3.10/term/.gitrc.xterm git-4.3.11/term/.gitrc.xterm --- git-4.3.10/term/.gitrc.xterm Tue Apr 2 01:56:25 1996 +++ git-4.3.11/term/.gitrc.xterm Thu Jun 6 10:13:29 1996 @@ -1,7 +1,7 @@ ############################################################################### ### ### -### GNU Interactive Tools 4.3.10 configuration file ### +### GNU Interactive Tools 4.3.11 configuration file ### ### Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. ### ### ### ############################################################################### Only in git-4.3.11/term: ChangeLog diff -r -u git-4.3.10/term/Makefile.in git-4.3.11/term/Makefile.in --- git-4.3.10/term/Makefile.in Sat Apr 6 20:04:43 1996 +++ git-4.3.11/term/Makefile.in Thu Jun 6 10:14:31 1996 @@ -1,5 +1,5 @@ ### -### Makefile for GNU Interactive Tools 4.3.10 +### Makefile for GNU Interactive Tools ### ### @@ -60,11 +60,12 @@ installdirs: $(srcdir)/../mkinstalldirs $(termlib) $(termlibgit) $(termdir) - chmod 755 $(termlib) $(termlibgit) $(termdir) -install_strip: install +install-strip: install -install: +install: all install-only + +install-only: for i in $(GIT_TERMS);\ do\ $(INSTALL_DATA) $(srcdir)/$$i $(termdir)/$$i;\