Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/gnu Apply patch (requested by tron in ticket #2927):



details:   https://anonhg.NetBSD.org/src/rev/b5ae16d7dce9
branches:  netbsd-2-0
changeset: 564805:b5ae16d7dce9
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Jul 06 20:12:36 2005 +0000

description:
Apply patch (requested by tron in ticket #2927):
Update CVS to version 1.11.20.

diffstat:

 gnu/dist/cvs/AUTHORS                 |     2 +
 gnu/dist/cvs/BUGS                    |     9 -
 gnu/dist/cvs/ChangeLog               |   120 ++
 gnu/dist/cvs/HACKING                 |    23 +-
 gnu/dist/cvs/Makefile.in             |   270 +++-
 gnu/dist/cvs/NEWS                    |   126 ++-
 gnu/dist/cvs/README                  |    15 +-
 gnu/dist/cvs/TODO                    |    19 -
 gnu/dist/cvs/aclocal.m4              |  1560 ++++++++++-----------------
 gnu/dist/cvs/configure               |   274 ++--
 gnu/dist/cvs/configure.in            |     4 +-
 gnu/dist/cvs/contrib/ChangeLog       |    30 +-
 gnu/dist/cvs/contrib/Makefile.am     |     9 +-
 gnu/dist/cvs/contrib/Makefile.in     |   180 +-
 gnu/dist/cvs/contrib/README          |     3 +-
 gnu/dist/cvs/contrib/commit_prep.in  |    20 +-
 gnu/dist/cvs/contrib/cvs_acls.html   |   459 ++++++++
 gnu/dist/cvs/contrib/cvs_acls.in     |  1048 ++++++++++++++++--
 gnu/dist/cvs/contrib/log.in          |    20 +-
 gnu/dist/cvs/contrib/log_accum.in    |    25 +-
 gnu/dist/cvs/contrib/mfpipe.in       |    20 +-
 gnu/dist/cvs/contrib/rcslock.in      |    20 +-
 gnu/dist/cvs/diff/ChangeLog          |     4 +
 gnu/dist/cvs/diff/Makefile.in        |   182 +-
 gnu/dist/cvs/diff/libdiff.dep        |   112 ++
 gnu/dist/cvs/diff/libdiff.mak        |   307 +++++
 gnu/dist/cvs/doc/ChangeLog           |    46 +
 gnu/dist/cvs/doc/Makefile.am         |    17 +-
 gnu/dist/cvs/doc/Makefile.in         |   332 +++--
 gnu/dist/cvs/doc/cvs.1               |    23 +-
 gnu/dist/cvs/doc/cvs.man.footer      |    60 +
 gnu/dist/cvs/doc/cvs.man.header      |    61 +
 gnu/dist/cvs/doc/cvs.texinfo         |   174 ++-
 gnu/dist/cvs/doc/mkman.pl            |   314 +++++
 gnu/dist/cvs/doc/stamp-1             |     8 +-
 gnu/dist/cvs/doc/stamp-vti           |     8 +-
 gnu/dist/cvs/doc/version-client.texi |     8 +-
 gnu/dist/cvs/doc/version.texi        |     8 +-
 gnu/dist/cvs/lib/ChangeLog           |    40 +
 gnu/dist/cvs/lib/Makefile.am         |    26 +-
 gnu/dist/cvs/lib/Makefile.in         |   375 ++++--
 gnu/dist/cvs/lib/fncase.c            |     2 +-
 gnu/dist/cvs/lib/libcvs.dep          |    92 +
 gnu/dist/cvs/lib/libcvs.dsp          |   223 ++++
 gnu/dist/cvs/lib/libcvs.mak          |   303 +++++
 gnu/dist/cvs/lib/regex.c             |     4 +-
 gnu/dist/cvs/lib/sighandle.c         |     4 +-
 gnu/dist/cvs/lib/system.h            |    17 +-
 gnu/dist/cvs/lib/test-getdate.sh     |   127 ++
 gnu/dist/cvs/lib/xtime.h             |     4 +
 gnu/dist/cvs/man/ChangeLog           |     4 +
 gnu/dist/cvs/man/Makefile.am         |     8 +-
 gnu/dist/cvs/man/Makefile.in         |   121 +-
 gnu/dist/cvs/src/ChangeLog           |   497 ++++++++-
 gnu/dist/cvs/src/Makefile.am         |     8 +-
 gnu/dist/cvs/src/Makefile.in         |   275 ++--
 gnu/dist/cvs/src/add.c               |    36 +-
 gnu/dist/cvs/src/admin.c             |   191 ++-
 gnu/dist/cvs/src/annotate.c          |    10 +-
 gnu/dist/cvs/src/buffer.c            |     8 +-
 gnu/dist/cvs/src/build_src.com       |     3 +-
 gnu/dist/cvs/src/checkin.c           |    11 +-
 gnu/dist/cvs/src/checkout.c          |    12 +-
 gnu/dist/cvs/src/classify.c          |     9 +-
 gnu/dist/cvs/src/client.c            |    79 +-
 gnu/dist/cvs/src/commit.c            |    92 +-
 gnu/dist/cvs/src/create_adm.c        |     9 +-
 gnu/dist/cvs/src/cvs.h               |    29 +-
 gnu/dist/cvs/src/cvsrc.c             |     7 +-
 gnu/dist/cvs/src/diff.c              |     9 +-
 gnu/dist/cvs/src/edit.c              |     4 +
 gnu/dist/cvs/src/entries.c           |    10 +-
 gnu/dist/cvs/src/expand_path.c       |   155 +-
 gnu/dist/cvs/src/fileattr.c          |     3 +
 gnu/dist/cvs/src/filesubr.c          |    49 +-
 gnu/dist/cvs/src/find_names.c        |     9 +-
 gnu/dist/cvs/src/hardlink.c          |     6 +-
 gnu/dist/cvs/src/hardlink.h          |     2 +
 gnu/dist/cvs/src/hash.c              |     7 +-
 gnu/dist/cvs/src/hash.h              |     7 +-
 gnu/dist/cvs/src/history.c           |    15 +-
 gnu/dist/cvs/src/history.h           |     8 +-
 gnu/dist/cvs/src/ignore.c            |    25 +-
 gnu/dist/cvs/src/import.c            |    33 +-
 gnu/dist/cvs/src/lock.c              |     9 +-
 gnu/dist/cvs/src/log.c               |    81 +-
 gnu/dist/cvs/src/login.c             |    11 +-
 gnu/dist/cvs/src/logmsg.c            |    11 +-
 gnu/dist/cvs/src/main.c              |   204 +-
 gnu/dist/cvs/src/mkmodules.c         |    23 +-
 gnu/dist/cvs/src/modules.c           |    12 +-
 gnu/dist/cvs/src/myndbm.c            |     8 +-
 gnu/dist/cvs/src/no_diff.c           |    11 +-
 gnu/dist/cvs/src/parseinfo.c         |    35 +-
 gnu/dist/cvs/src/patch.c             |    17 +-
 gnu/dist/cvs/src/rcs.c               |   183 ++-
 gnu/dist/cvs/src/rcs.h               |    12 +-
 gnu/dist/cvs/src/rcscmds.c           |    10 +-
 gnu/dist/cvs/src/recurse.c           |   107 +-
 gnu/dist/cvs/src/release.c           |    10 +-
 gnu/dist/cvs/src/remove.c            |     9 +-
 gnu/dist/cvs/src/repos.c             |     9 +-
 gnu/dist/cvs/src/root.c              |    49 +-
 gnu/dist/cvs/src/root.h              |    19 +-
 gnu/dist/cvs/src/sanity.sh           |  1852 +++++++++++++++++++++++++++++----
 gnu/dist/cvs/src/server.c            |    36 +-
 gnu/dist/cvs/src/server.h            |     6 +-
 gnu/dist/cvs/src/stack.c             |     7 +-
 gnu/dist/cvs/src/stack.h             |     5 +-
 gnu/dist/cvs/src/status.c            |     9 +-
 gnu/dist/cvs/src/subr.c              |     9 +-
 gnu/dist/cvs/src/tag.c               |    15 +-
 gnu/dist/cvs/src/update.c            |    17 +-
 gnu/dist/cvs/src/vers_ts.c           |     9 +-
 gnu/dist/cvs/src/version.c           |    12 +-
 gnu/dist/cvs/src/wrapper.c           |     2 +-
 gnu/dist/cvs/ylwrap                  |   160 ++
 gnu/usr.bin/cvs/cvs/Makefile         |    10 +-
 gnu/usr.bin/cvs/include/config.h     |     4 +-
 gnu/usr.bin/cvs/libcvs/Makefile      |    11 +-
 gnu/usr.bin/cvs/libdiff/Makefile     |     9 +-
 gnu/usr.bin/cvs/rcs2log/Makefile     |     9 +-
 122 files changed, 8995 insertions(+), 2905 deletions(-)

diffs (truncated from 16912 to 300 lines):

diff -r ceb0f55a88f3 -r b5ae16d7dce9 gnu/dist/cvs/AUTHORS
--- a/gnu/dist/cvs/AUTHORS      Tue Jul 05 19:15:25 2005 +0000
+++ b/gnu/dist/cvs/AUTHORS      Wed Jul 06 20:12:36 2005 +0000
@@ -52,6 +52,8 @@
 enhancing CVS for some years.  Mark D. Baushke <mdb%cvshome.org@localhost> came on in
 2003.
 
+Conrad Pino <Conrad%Pino.com@localhost> began maintaining the Windows port in 2004.
+
 There have been many, many contributions not listed here.  Consult the
 individual ChangeLog files in each directory for a more complete idea.
 
diff -r ceb0f55a88f3 -r b5ae16d7dce9 gnu/dist/cvs/BUGS
--- a/gnu/dist/cvs/BUGS Tue Jul 05 19:15:25 2005 +0000
+++ b/gnu/dist/cvs/BUGS Wed Jul 06 20:12:36 2005 +0000
@@ -95,15 +95,6 @@
 formats.
 
 
-* `release' of a project subdir does not remove the `subdir' entry from
-  `./CVS/Entries'.
-
-
-* Most of the remote commands are encountering assertion failures when listing
-  the toplevel of the repository (e.g. `cvs rlog .').  This appears to be
-  related to the symlinked CVS root fix.
-
-
 * Status
 
                              /*-------.
diff -r ceb0f55a88f3 -r b5ae16d7dce9 gnu/dist/cvs/ChangeLog
--- a/gnu/dist/cvs/ChangeLog    Tue Jul 05 19:15:25 2005 +0000
+++ b/gnu/dist/cvs/ChangeLog    Wed Jul 06 20:12:36 2005 +0000
@@ -1,3 +1,123 @@
+2005-04-15  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note Klocwork fixes.
+
+2005-04-14  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note contrib Perl taint vulnerability fix.
+
+2005-03-23  Derek Price  <derek%ximbiot.com@localhost>
+
+       * ylwrap: New file.
+
+2005-03-15  Derek Price  <derek%ximbiot.com@localhost>
+
+       * HACKING, NEWS: Note new Automake version.
+
+2005-03-04  Jim Hyslop  <jhyslop%ieee.org@localhost>
+
+       * NEWS: Note fix for compile errors on IRIX 5.3.
+
+2005-02-22  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note recent watch on/off fileattr fix.
+
+2005-01-31  Derek Price  <derek%ximbiot.com@localhost>
+
+       * AUTHORS: Add Conrad Pino.
+       * README: Update copyright notice.
+
+2005-01-29  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note some recent changes.
+
+2004-11-17  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note "red file" fix source inclusion.
+
+2004-11-05  Conrad T. Pino  <Conrad%Pino.com@localhost>
+
+       * cvsnt.dep: Regenerated after complete rebuild.
+       * cvsnt.mak: Regenerated after complete rebuild.
+
+2004-11-03  Derek Price  <derek%ximbiot.com@localhost>
+
+       * HACKING, NEWS: Note new Autoconf & Automake versions.
+
+2004-10-29  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note xreadlink fix.
+
+2004-10-26  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note GSSAPI error message fix.
+
+2004-10-19  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note resurrection fix.
+
+2004-10-14  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note new import branch verification.
+
+2004-09-25  Derek Price  <derek%ximbiot.com@localhost>
+
+       * configure.in: Use doc/mkman.pl as source for doc/mkman.
+
+2004-09-08  Conrad T. Pino <Conrad%Pino.com@localhost>
+
+       * cvsnt.dsp: Add "windows-NT/JmgStat.c" to project.  Add
+       "windows-NT/JmgStat.h" to project.  Add "lib/xsize.h" to project.
+       * cvsnt.dep: Regenerated for "cvsnt.dsp" change.
+       * cvsnt.mak: Regenerated for "cvsnt.dsp" change.
+
+2004-09-07  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note Windows DST fix.
+
+2004-09-03  Derek Price  <derek%ximbiot.com@localhost>
+
+       * HACKING: Codify backwards compatibility conventions.  Remove outdated
+       reference to very old MSVC++ releases.
+
+2004-08-30  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note compliance of log_accum.pl with Perl 5.8.5.
+
+2004-08-24  Derek Price  <derek%ximbiot.com@localhost>
+
+       * TODO (24, 49, 92, 113): Remove completed/obsolescent items.
+
+2004-08-24  Derek Price  <derek%ximbiot.com@localhost>
+
+       * BUGS: Remove release subdir note.  This was fixed with the commit on
+       2004-02-25, based on Matthew Ogilvie's patch.
+
+2004-08-24  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note r* . fix.
+       * BUGS: Remove r* . note.
+
+2004-08-24  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note invalid tag fix.
+
+2004-08-24  Mark D. Baushke  <mdb%cvshome.org@localhost>
+
+       * NEWS: Note that modules -a bugfix has a change in behavior.
+
+2004-06-22  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note Conrad's Windows fix.
+
+2004-06-21  Derek Price  <derek%ximbiot.com@localhost>
+
+       * .cvsignore: Ignore GPG signature files for distributions.
+
+2004-06-10  Derek Price  <derek%ximbiot.com@localhost>
+
+       * NEWS: Note manual update.
+
 2004-06-09  Derek Price  <derek%ximbiot.com@localhost>
 
        * NEWS: Note Stefan & Sebastian's security fixes.
diff -r ceb0f55a88f3 -r b5ae16d7dce9 gnu/dist/cvs/HACKING
--- a/gnu/dist/cvs/HACKING      Tue Jul 05 19:15:25 2005 +0000
+++ b/gnu/dist/cvs/HACKING      Wed Jul 06 20:12:36 2005 +0000
@@ -21,6 +21,21 @@
 
        $ CFLAGS="-g -Wall" ./config.status --recheck
 
+* Backwards Compatibility
+
+Only bug fixes are accepted into the stable branch.  New features should be
+applied to the trunk.
+
+If it is not inextricable from a bug fix, CVS's output (to stdout/stderr)
+should not be changed on the stable branch in order to best support scripts and
+other tools which parse CVS's output.  It is ok to change output between
+feature releases (on the trunk), though such changes should be noted in the
+NEWS file.
+
+Changes in the way CVS responds to command line options, config options, etc.
+should be accompanied by deprecation warnings for an entire stable series of
+releases before being changed permanently, if at all possible.
+
 * Indentation style
 
 CVS mostly uses a consistent indentation style which looks like this:
@@ -100,10 +115,6 @@
 and perhaps an exception or two we haven't mentioned).  This is the
 file standards.text at the GNU FTP sites.
 
-Filenames for .c and .h files may contain _ but should not contain -
-(the latter causes Visual C++ 2.1 to create makefiles which Visual C++
-4.0 cannot use).
-
 * Regenerating Build Files
 
 On UNIX, if you wish to change the Build files, you will need Autoconf and
@@ -115,8 +126,8 @@
 automatically aren't included in the generated Makefiles unless you run
 configure with the --enable-maintainer-mode option.
 
-The CVS Makefiles and configure script were built using Automake 1.7.9 and
-Autoconf 2.58, respectively.
+The CVS Makefiles and configure script were built using Automake 1.9.5 and
+Autoconf 2.59, respectively.
 
 There is a known bug in Autoconf 2.57 that will prevent the configure
 scripts it generates from working on some platforms.  Other combinations of
diff -r ceb0f55a88f3 -r b5ae16d7dce9 gnu/dist/cvs/Makefile.in
--- a/gnu/dist/cvs/Makefile.in  Tue Jul 05 19:15:25 2005 +0000
+++ b/gnu/dist/cvs/Makefile.in  Wed Jul 06 20:12:36 2005 +0000
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.7.9 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -28,7 +28,6 @@
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
@@ -36,7 +35,6 @@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 top_builddir = .
-
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -50,6 +48,46 @@
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
+subdir = .
+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+       $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+       $(srcdir)/cvs.spec.in $(top_srcdir)/configure \
+       $(top_srcdir)/emx/Makefile.in $(top_srcdir)/os2/Makefile.in \
+       $(top_srcdir)/zlib/Makefile.in AUTHORS COPYING COPYING.LIB \
+       ChangeLog INSTALL NEWS TODO compile depcomp install-sh \
+       mdate-sh missing mkinstalldirs ylwrap
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+       $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+       $(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno configure.status.lineno
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = config.h
+CONFIG_CLEAN_FILES = cvs.spec emx/Makefile os2/Makefile zlib/Makefile
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+       html-recursive info-recursive install-data-recursive \
+       install-exec-recursive install-info-recursive \
+       install-recursive installcheck-recursive installdirs-recursive \
+       pdf-recursive ps-recursive uninstall-info-recursive \
+       uninstall-recursive
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  { test ! -d $(distdir) \
+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+         && rm -fr $(distdir); }; }
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
@@ -119,6 +157,8 @@
 am__include = @am__include@
 am__leading_dot = @am__leading_dot@
 am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
 bindir = @bindir@
 build_alias = @build_alias@
 datadir = @datadir@
@@ -132,6 +172,7 @@
 libexecdir = @libexecdir@
 localstatedir = @localstatedir@
 mandir = @mandir@
+mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@



Home | Main Index | Thread Index | Old Index