Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/cvs import cvs-1.11.2
details: https://anonhg.NetBSD.org/src/rev/44d335cfff4b
branches: trunk
changeset: 539856:44d335cfff4b
user: christos <christos%NetBSD.org@localhost>
date: Thu Nov 28 04:53:41 2002 +0000
description:
import cvs-1.11.2
diffstat:
gnu/dist/cvs/AUTHORS | 4 +
gnu/dist/cvs/ChangeLog | 699 ++
gnu/dist/cvs/DEVEL-CVS | 2 +-
gnu/dist/cvs/HACKING | 20 +-
gnu/dist/cvs/INSTALL | 63 +-
gnu/dist/cvs/Makefile.am | 57 +
gnu/dist/cvs/Makefile.in | 641 +-
gnu/dist/cvs/NEWS | 91 +-
gnu/dist/cvs/README | 1 +
gnu/dist/cvs/TESTS | 90 +-
gnu/dist/cvs/TODO | 43 +
gnu/dist/cvs/acconfig.h | 7 -
gnu/dist/cvs/acinclude.m4 | 233 +
gnu/dist/cvs/aclocal.m4 | 834 ++
gnu/dist/cvs/compile | 82 +
gnu/dist/cvs/config.h.in | 62 +-
gnu/dist/cvs/configure | 3360 +++++++++--
gnu/dist/cvs/configure.in | 241 +-
gnu/dist/cvs/contrib/ChangeLog | 178 +
gnu/dist/cvs/contrib/Makefile.am | 109 +
gnu/dist/cvs/contrib/Makefile.in | 438 +-
gnu/dist/cvs/contrib/clmerge.in | 152 +
gnu/dist/cvs/contrib/cln_hist.in | 91 +
gnu/dist/cvs/contrib/commit_prep.in | 215 +
gnu/dist/cvs/contrib/cvs_acls.in | 184 +
gnu/dist/cvs/contrib/debug_check_log.sh | 197 +
gnu/dist/cvs/contrib/log.in | 208 +
gnu/dist/cvs/contrib/log_accum.in | 576 ++
gnu/dist/cvs/contrib/mfpipe.in | 85 +
gnu/dist/cvs/contrib/pvcs2rcs.in | 1150 ++++
gnu/dist/cvs/contrib/rcs2log.sh | 448 +-
gnu/dist/cvs/contrib/rcs2sccs.sh | 2 +-
gnu/dist/cvs/contrib/rcslock.in | 235 +
gnu/dist/cvs/contrib/sccs2rcs.in | 279 +
gnu/dist/cvs/cvs.spec.in | 216 +
gnu/dist/cvs/depcomp | 397 +
gnu/dist/cvs/diff/ChangeLog | 102 +
gnu/dist/cvs/diff/Makefile.am | 24 +
gnu/dist/cvs/diff/Makefile.in | 363 +-
gnu/dist/cvs/diff/analyze.c | 39 +-
gnu/dist/cvs/diff/build_diff.com | 2 +
gnu/dist/cvs/diff/diff.c | 2 +-
gnu/dist/cvs/diff/diff3.c | 73 +-
gnu/dist/cvs/diff/dir.c | 10 +-
gnu/dist/cvs/diff/io.c | 4 +-
gnu/dist/cvs/diff/system.h | 23 +
gnu/dist/cvs/doc/ChangeLog | 442 +
gnu/dist/cvs/doc/Makefile.am | 105 +
gnu/dist/cvs/doc/Makefile.in | 582 +-
gnu/dist/cvs/doc/cvsclient.texi | 18 +-
gnu/dist/cvs/doc/mdate-sh | 92 +
gnu/dist/cvs/doc/stamp-1 | 4 +
gnu/dist/cvs/doc/stamp-vti | 4 +
gnu/dist/cvs/doc/texinfo.tex | 6200 +++++++++++++++++++++
gnu/dist/cvs/doc/version-client.texi | 4 +
gnu/dist/cvs/doc/version.texi | 4 +
gnu/dist/cvs/install-sh | 22 +-
gnu/dist/cvs/lib/ChangeLog | 114 +
gnu/dist/cvs/lib/Makefile.am | 88 +
gnu/dist/cvs/lib/Makefile.in | 481 +-
gnu/dist/cvs/lib/build_lib.com | 2 +
gnu/dist/cvs/lib/fnmatch.c | 4 +-
gnu/dist/cvs/lib/getdate.y | 46 +-
gnu/dist/cvs/lib/getline.c | 1 +
gnu/dist/cvs/lib/rename.c | 4 +-
gnu/dist/cvs/lib/system.h | 43 +-
gnu/dist/cvs/lib/valloc.c | 2 +-
gnu/dist/cvs/lib/xgssapi.h | 30 +
gnu/dist/cvs/lib/xselect.h | 21 +
gnu/dist/cvs/lib/xtime.h | 57 +
gnu/dist/cvs/man/ChangeLog | 64 +
gnu/dist/cvs/man/Makefile.am | 22 +
gnu/dist/cvs/man/Makefile.in | 371 +-
gnu/dist/cvs/man/cvs.5 | 5 +
gnu/dist/cvs/man/cvsbug.8 | 2 +-
gnu/dist/cvs/mdate-sh | 92 +
gnu/dist/cvs/missing | 265 +
gnu/dist/cvs/mkinstalldirs | 21 +-
gnu/dist/cvs/noautomake.sh | 92 +
gnu/dist/cvs/src/ChangeLog | 1881 ++++++-
gnu/dist/cvs/src/Makefile.am | 134 +
gnu/dist/cvs/src/Makefile.in | 691 +-
gnu/dist/cvs/src/add.c | 54 +-
gnu/dist/cvs/src/admin.c | 104 +-
gnu/dist/cvs/src/annotate.c | 293 +
gnu/dist/cvs/src/buffer.c | 167 +-
gnu/dist/cvs/src/buffer.h | 6 +-
gnu/dist/cvs/src/build_src.com | 12 +-
gnu/dist/cvs/src/classify.c | 251 +-
gnu/dist/cvs/src/client.h | 62 +-
gnu/dist/cvs/src/create_adm.c | 15 +-
gnu/dist/cvs/src/cvsbug.in | 526 +
gnu/dist/cvs/src/diff.c | 210 +-
gnu/dist/cvs/src/edit.c | 18 +-
gnu/dist/cvs/src/entries.c | 4 +-
gnu/dist/cvs/src/error.c | 18 +
gnu/dist/cvs/src/error.h | 17 +-
gnu/dist/cvs/src/expand_path.c | 2 +-
gnu/dist/cvs/src/filesubr.c | 230 +-
gnu/dist/cvs/src/find_names.c | 25 +-
gnu/dist/cvs/src/ignore.c | 42 +-
gnu/dist/cvs/src/import.c | 53 +-
gnu/dist/cvs/src/log.c | 318 +-
gnu/dist/cvs/src/login.c | 764 +-
gnu/dist/cvs/src/modules.c | 63 +-
gnu/dist/cvs/src/myndbm.c | 23 +-
gnu/dist/cvs/src/patch.c | 61 +-
gnu/dist/cvs/src/rcs.h | 10 +-
gnu/dist/cvs/src/rcscmds.c | 8 +-
gnu/dist/cvs/src/release.c | 14 +-
gnu/dist/cvs/src/remove.c | 12 +-
gnu/dist/cvs/src/repos.c | 12 +-
gnu/dist/cvs/src/root.c | 484 +-
gnu/dist/cvs/src/root.h | 37 +
gnu/dist/cvs/src/run.c | 12 +-
gnu/dist/cvs/src/sanity.sh | 8762 +++++++++++++++++++++---------
gnu/dist/cvs/src/server.h | 1 -
gnu/dist/cvs/src/stamp-h2.in | 1 +
gnu/dist/cvs/src/status.c | 4 +-
gnu/dist/cvs/src/subr.c | 121 +-
gnu/dist/cvs/src/update.h | 3 +-
gnu/dist/cvs/src/vers_ts.c | 21 +-
gnu/dist/cvs/src/version.c | 18 +-
gnu/dist/cvs/src/version.h | 15 +
gnu/dist/cvs/src/version.h.in | 15 +
gnu/dist/cvs/src/watch.c | 6 +-
gnu/dist/cvs/src/wrapper.c | 72 +-
gnu/dist/cvs/src/zlib.c | 16 +-
gnu/dist/cvs/stamp-h1.in | 1 +
129 files changed, 31487 insertions(+), 5838 deletions(-)
diffs (truncated from 48963 to 300 lines):
diff -r 888cedcd72a6 -r 44d335cfff4b gnu/dist/cvs/AUTHORS
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnu/dist/cvs/AUTHORS Thu Nov 28 04:53:41 2002 +0000
@@ -0,0 +1,4 @@
+Authors of GNU CVS
+
+Um, yeah. There were lots of 'em. See the "Credits" section of the
+README file and the individual ChangeLog files for more.
diff -r 888cedcd72a6 -r 44d335cfff4b gnu/dist/cvs/ChangeLog
--- a/gnu/dist/cvs/ChangeLog Wed Nov 27 21:59:55 2002 +0000
+++ b/gnu/dist/cvs/ChangeLog Thu Nov 28 04:53:41 2002 +0000
@@ -1,3 +1,702 @@
+2002-04-17 Derek Price <oberon%umich.edu@localhost>
+
+ * configure.in: Update version number.
+ * configure: Regenerated.
+
+2002-04-03 Derek Price <oberon%umich.edu@localhost>
+
+ * cvs.spec.in: Use a lowercase "cvshome.org". Add some RedHat safety
+ features to avoid "rm -rf /". No need to rebuild the docs in the
+ distribution. Don't strip the binary.
+
+2002-03-26 Derek Price <oberon%umich.edu@localhost>
+
+ * configure.in: Add a FIXME comment.
+
+2002-03-21 Derek Price <oberon%umich.edu@localhost>
+
+ * aclocal.m4: Regenerate with recent version of Autoconf. It looks
+ like things changed because of some RedHat patches or the like which
+ didn't change the Autoconf version number, but the differences look
+ like useful changes so I'm going to use them for consistency.
+ * config.h.in: Ditto.
+ * configure: Ditto.
+
+2002-03-19 Larry Jones <larry.jones%sdrc.com@localhost>
+
+ * NEWS (Changes since 1.11.1p1): Note -S flag for [r]log.
+
+2002-02-08 Larry Jones <larry.jones%sdrc.com@localhost>
+
+ * NEWS (Changes since 1.11.1p1): Note read-only tag fix.
+
+2002-02-01 Larry Jones <larry.jones%sdrc.com@localhost>
+
+ * NEWS (Changes from 1.9 to 1.10): Note -t/-f wrappers disabled.
+
+2001-12-12 Larry Jones <larry.jones%sdrc.com@localhost>
+
+ * NEWS (Changes from 1.10 to 1.11): Note update -C.
+
+2001-12-03 Larry Jones <larry.jones%sdrc.com@localhost>
+
+ * TODO (206, 207): New items.
+
+ * NEWS (Changes since 1.11.1p1): Note -F flag for [r]annotate.
+ (Changes from 1.11 to 1.11.1): Note :: for log.
+
+2001-10-18 Derek Price <dprice%collab.net@localhost>
+
+ * TESTS: Remove outdated note about tests that don't use the dotest
+ function and add some notes on writing tests.
+ * HACKING: Reference TESTS file in note about submitting test cases
+ with patches.
+
+2001-09-28 Larry Jones <larry.jones%sdrc.com@localhost>
+
+ * noautomake.sh: Protect wildcards from shell expansion.
+ (Patch submitted by Stephen Cameron <smcameron%yahoo.com@localhost>.)
+
+2001-09-22 Derek Price <dprice%collab.net@localhost>
+
+ * INSTALL (Building from source code under Unix): Continue
+ noautoconf.sh note, stressing source checked out from CVS.
+
+2001-09-22 Derek Price <dprice%collab.net@localhost>
+
+ * noautomake.sh: Correct usage.
+
+2001-09-13 Derek Price <dprice%collab.net@localhost>
+
+ * Makefile.am (AUTOMAKE_OPTIONS): Updated to require Automake 1.5.
+ * NEWS (Changes since 1.11.1p1): Added note about standardizing on
+ Automake 1.5.
+ * INSTALL (Building from source code under UNIX): It's Automake version
+ `1.5', not `2.5'.
+ (Detailed information about your interaction with "configure"): Added
+ note about using `configure --help'.
+ * README (Installation): Add noautoconf.sh to the list of build and
+ installation commands.
+
+ * Makefile.in: Regenerated.
+
+2001-09-04 Derek Price <dprice%collab.net@localhost>
+
+ * Makefile.in: Regenerated with automake 1.5.
+ * aclocal.m4: Ditto.
+ * configure: Ditto.
+
+2001-09-04 Derek Price <dprice%collab.net@localhost>
+
+ * INSTALL (Building from source code under UNIX): Add a comment about
+ the noautomake.sh script and autotool versions.
+
+2001-08-20 Derek Price <dprice%collab.net@localhost>
+
+ * configure.in (AC_OUTPUT): Add src/version.h.
+ (Patch from Alexey Mahotkin <alexm%hsys.msk.ru@localhost>.)
+
+ * configure: Regenerated.
+
+2001-08-20 Derek Price <dprice%collab.net@localhost>
+
+ * .cvsignore: Add cvs.spec.
+
+2001-08-14 Derek Price <dprice%collab.net@localhost>
+
+ * configure.in (AC_OUTPUT): Add cvs.spec.
+ * Makefile.am (EXTRA_DIST): Remove cvs.spec.in and cvs.spec.
+ (Original patch from Alexey Mahotkin <alexm%hsys.msk.ru@localhost>.)
+
+ * cvs.spec.in: Use @PACKAGE@ from configure.
+ * cvs.spec: Remove this file.
+
+ * configure: Regenerated.
+ * Makefile.in: Ditto.
+
+2001-08-14 Derek Price <dprice%collab.net@localhost>
+
+ * DEVEL-CVS: Update mailing list addresses.
+ * HACKING: Ditto.
+
+2001-08-09 Derek Price <dprice%collab.net@localhost>
+
+ * cvsnt.mak: Add entry for annotate.c.
+
+2001-08-07 Derek Price <dprice%collab.net@localhost>
+
+ * build.com: correct name of build .com for zlib.
+ (Patch from Mike Marciniszyn <Mike.Marciniszyn%sanchez.com@localhost>.)
+
+2001-08-06 Derek Price <dprice%collab.net@localhost>
+
+ * configure.in: Remove some redundant macros (they appear to be run
+ automatically by AC_INIT).
+
+ * configure: Regenerated.
+
+2001-08-06 Derek Price <dprice%collab.net@localhost>
+
+ * configure.in: Add AC_EXEEXT to get things right when under Windows.
+ (Report and patch from manklu%web.de@localhost.)
+
+ * configure.in: Reorder some macros to prevent Autoconf warnings.
+
+ * configure: Regenerated.
+ * Makefile.in: Ditto.
+
+2001-07-26 Larry Jones <larry.jones%sdrc.com@localhost>
+
+ * NEWS: Fix format, add note about tag -B.
+
+2001-07-16 Derek Price <dprice%collab.net@localhost>
+
+ * compile: New Automake file.
+ * configure.in: Add AM_PROG_CC_C_O to work around problems with some
+ compilers.
+
+ * aclocal.m4: Regenerated.
+ * Makefile.in: Ditto.
+ * config.h.in: Ditto.
+ * configure: Ditto.
+ (Thanks to Stephen Cameron <smcameron%yahoo.com@localhost> and
+ Tom Tromey <tromey%redhat.com@localhost>.)
+
+2001-07-04 Derek Price <dprice%collab.net@localhost>
+
+ * Makefile.in: Regenerated with new Automake release candidate 1.4h.
+ * aclocal.m4: Ditto.
+
+2001-07-04 Derek Price <dprice%collab.net@localhost>
+
+ * configure.in: Tidy and add some comments.
+
+ * configure: Regenerated.
+
+2001-07-03 Derek Price <dprice%collab.net@localhost>
+
+ * HACKING (Source): Add a note about where to obtain the development
+ sources.
+ (Thanks to Bear Giles <bear%coyotesong.com@localhost>.)
+
+2001-07-03 Derek Price <dprice%collab.net@localhost>
+
+ * configure.in: Test for mmap.
+
+ * configure: Regenerated.
+ * config.h.in: Ditto.
+
+2001-06-28 Derek Price <dprice%collab.net@localhost>
+
+ * Makefile.in: Regenerated with new version of Automake.
+ * aclocal.m4: Ditto.
+ * configure: Regenerated.
+
+2001-06-28 Derek Price <dprice%collab.net@localhost>
+
+ * mdate-sh: New file to support doc/version.texi.
+
+2001-06-27 Larry Jones <larry.jones%sdrc.com@localhost>
+
+ * TESTS: Note environment variables to select certain tools,
+ potential problems with big environments.
+
+ * TODO: Add note about non-canonical paths. Reformat long lines.
+
+ * NEWS (Changes since 1.11): Note new loginfo format string expansion.
+ Reformat some long lines.
+
+2001-06-11 Derek Price <dprice%collab.net@localhost>
+
+ * cvsnt.dsp: Add src/annotate.c to source file list.
+ (Thanks to Jerzy Kaczorowski <kaczoroj%hotmail.com@localhost>.)
+
+2001-05-30 Derek Price <dprice%collab.net@localhost>
+
+ * configure.in (AC_OUTPUT): Change contrib/pvcs2cvs to contrib/pvcs2rcs.
+
+ * configure: Regenerated.
+
+2001-05-29 Derek Price <dprice%collab.net@localhost>
+
+ * configure.in (AC_OUTPUT): Add pvcs2cvs.
+
+ * configure: Regenerated.
+
+2001-05-21 Derek Price <dprice%collab.net@localhost>
+
+ * NEWS (Changes since 1.11): It's "noautomake.sh", not "noautoconf.sh".
+ * Makefile.am (EXTRA_DIST): Include noautomake.sh.
+ (AUTOMAKE_OPTIONS): Update required Automake version to 1.4e.
+ (Reported by Alexey Mahotkin <alexm%hsys.msk.ru@localhost>).
+
+2001-05-21 Derek Price <dprice%collab.net@localhost>
+
+ * Makefile.am (EXTRA_DIST): Add noautoconf.sh.
+
+2001-05-17 Larry Jones <larry.jones%sdrc.com@localhost>
+
+ * depcomp: Yet another newer (unofficial) version from Automake.
+
+2001-05-10 Larry Jones <larry.jones%sdrc.com@localhost>
+
+ * configure.in (AC_OUTPUT): Remove -f from chmod -- not portable.
+ * configure: Regenerated.
+
+2001-05-03 Derek Price <dprice%collab.net@localhost>
+
+ * TODO (204): New item.
+
+2001-05-02 Derek Price <dprice%collab.net@localhost>
+
+ * acinclude.m4 (ACX_WITH_GSSAPI): Make krb5.h a requirement for GSSAPI.
+ krb5.h shouldn't be required, but CVS's GSSAPI implementation is
+ broken.
+ (Reported by Stephen Rasku <stephen%tgivan.com@localhost>.)
+
+ * aclocal.m4: Regenerated.
+ * configure: Ditto.
+
+2001-04-29 Derek Price <dprice%collab.net@localhost>
+
+ * Makefile.am (distcheck-hook): Undo last change.
+ (localcheck): New target.
+
+ * Makefile.in: Regenerated.
+
+2001-04-29 Derek Price <dprice%collab.net@localhost>
+
+ * Makefile.am: Add remotecheck to distcheck-hook.
+
+ * Makefile.in: Regenerated.
+
+2001-04-27 Derek Price <dprice%collab.net@localhost>
+
+ * TODO (202): Remove my claim.
+ (203): New item.
+
+2001-04-27 Derek Price <dprice%collab.net@localhost>
+
+ * configure.in: Update version number.
+
+ * configure: Regenerated.
+ * cvs.spec: Ditto.
+
+2001-04-27 Derek Price <dprice%collab.net@localhost>
+
+ * configure.in: Update version number.
+ * NEWS (new since 1.11.1): Broke read-only fix.
Home |
Main Index |
Thread Index |
Old Index