diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
commit | 26c52663cb5e53422c188e65b45755f348c2fbf3 (patch) | |
tree | ce5e00519cf30405f3c973b12ab6ef8fa8f2b338 /lib/libedit | |
parent | 28a0f029fa9aaa57207a31a0c27b2bbc2688e22b (diff) |
Diffstat (limited to 'lib/libedit')
37 files changed, 37 insertions, 37 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 5ec70efc7a85c..56879b6e5227a 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,6 +1,6 @@ # $NetBSD: Makefile,v 1.34 2005/05/28 12:02:53 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/lib/libedit/Makefile,v 1.28.10.2 2005/10/09 03:44:01 delphij Exp $ LIB= edit SHLIB_MAJOR= 5 diff --git a/lib/libedit/TEST/test.c b/lib/libedit/TEST/test.c index facbdaa7e3df1..c247899b4cebb 100644 --- a/lib/libedit/TEST/test.c +++ b/lib/libedit/TEST/test.c @@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\ static char sccsid[] = "@(#)test.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ __RCSID("$NetBSD: test.c,v 1.18 2005/06/01 11:37:52 lukem Exp $"); -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/TEST/test.c,v 1.4.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * test.c: A little test program diff --git a/lib/libedit/chared.c b/lib/libedit/chared.c index ffaaaa77d0aef..c323267e2c869 100644 --- a/lib/libedit/chared.c +++ b/lib/libedit/chared.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)chared.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/chared.c,v 1.8.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * chared.c: Character editor utilities diff --git a/lib/libedit/chared.h b/lib/libedit/chared.h index 826c76786810e..c94e66d2de1a7 100644 --- a/lib/libedit/chared.h +++ b/lib/libedit/chared.h @@ -31,7 +31,7 @@ * * @(#)chared.h 8.1 (Berkeley) 6/4/93 * $NetBSD: chared.h,v 1.16 2005/08/08 14:05:37 christos Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/chared.h,v 1.6.12.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/common.c b/lib/libedit/common.c index 3259f0ab69723..ea0efed16b9db 100644 --- a/lib/libedit/common.c +++ b/lib/libedit/common.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)common.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/common.c,v 1.9.12.1 2005/10/09 03:44:01 delphij Exp $"); /* * common.c: Common Editor functions diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index bbabf85311b6e..255802569dc04 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -33,7 +33,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libedit/editline.3,v 1.23.2.2 2006/01/09 15:14:57 stefanf Exp $ .\" .Dd October 4, 2005 .Os diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index 0624e18269dd0..1d7598e8a8a5e 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -33,7 +33,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libedit/editrc.5,v 1.17.2.2 2006/01/09 15:14:57 stefanf Exp $ .\" .Dd October 18, 2003 .Os diff --git a/lib/libedit/el.c b/lib/libedit/el.c index 4da3113878521..3c43bbde461ae 100644 --- a/lib/libedit/el.c +++ b/lib/libedit/el.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)el.c 8.2 (Berkeley) 1/3/94"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/el.c,v 1.11.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * el.c: EditLine interface functions diff --git a/lib/libedit/el.h b/lib/libedit/el.h index fb07e26ed0dfd..eee97dfb63fcb 100644 --- a/lib/libedit/el.h +++ b/lib/libedit/el.h @@ -31,7 +31,7 @@ * * @(#)el.h 8.1 (Berkeley) 6/4/93 * $NetBSD: el.h,v 1.16 2003/10/18 23:48:42 christos Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/el.h,v 1.4.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/emacs.c b/lib/libedit/emacs.c index c17788e1b84a3..60e9ac7c3ac13 100644 --- a/lib/libedit/emacs.c +++ b/lib/libedit/emacs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)emacs.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/emacs.c,v 1.8.12.1 2005/10/09 03:44:01 delphij Exp $"); /* * emacs.c: Emacs functions diff --git a/lib/libedit/hist.c b/lib/libedit/hist.c index 601e10272dce0..6fd88194d45e9 100644 --- a/lib/libedit/hist.c +++ b/lib/libedit/hist.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/hist.c,v 1.5.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * hist.c: History access functions diff --git a/lib/libedit/hist.h b/lib/libedit/hist.h index 4f2824aff2003..149e286e16217 100644 --- a/lib/libedit/hist.h +++ b/lib/libedit/hist.h @@ -31,7 +31,7 @@ * * @(#)hist.h 8.1 (Berkeley) 6/4/93 * $NetBSD: hist.h,v 1.10 2003/08/07 16:44:31 agc Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/hist.h,v 1.3.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/history.c b/lib/libedit/history.c index af4892a92a21d..12c4453663080 100644 --- a/lib/libedit/history.c +++ b/lib/libedit/history.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/history.c,v 1.7.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * hist.c: History access functions diff --git a/lib/libedit/key.c b/lib/libedit/key.c index 16bfde6995548..b26e44d875074 100644 --- a/lib/libedit/key.c +++ b/lib/libedit/key.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)key.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/key.c,v 1.9.12.1 2005/10/09 03:44:01 delphij Exp $"); /* * key.c: This module contains the procedures for maintaining diff --git a/lib/libedit/key.h b/lib/libedit/key.h index 0301f928cd30c..848553eb5e9bf 100644 --- a/lib/libedit/key.h +++ b/lib/libedit/key.h @@ -31,7 +31,7 @@ * * @(#)key.h 8.1 (Berkeley) 6/4/93 * $NetBSD: key.h,v 1.8 2003/08/07 16:44:32 agc Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/key.h,v 1.3.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/makelist b/lib/libedit/makelist index e44a0e701cbaf..17fe96071e9ce 100644 --- a/lib/libedit/makelist +++ b/lib/libedit/makelist @@ -1,6 +1,6 @@ #!/bin/sh - # $NetBSD: makelist,v 1.10 2005/08/08 14:04:49 christos Exp $ -# $FreeBSD$ +# $FreeBSD: src/lib/libedit/makelist,v 1.8.10.1 2005/10/09 03:44:01 delphij Exp $ # # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. diff --git a/lib/libedit/map.c b/lib/libedit/map.c index 76c9e4d74f668..2b0e4c20179fb 100644 --- a/lib/libedit/map.c +++ b/lib/libedit/map.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/map.c,v 1.8.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * map.c: Editor function definitions diff --git a/lib/libedit/map.h b/lib/libedit/map.h index a76d8727b92a4..e2712595a42ad 100644 --- a/lib/libedit/map.h +++ b/lib/libedit/map.h @@ -31,7 +31,7 @@ * * @(#)map.h 8.1 (Berkeley) 6/4/93 * $NetBSD: map.h,v 1.8 2003/08/07 16:44:32 agc Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/map.h,v 1.3.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c index 0ffe51d8ec459..20951ec102812 100644 --- a/lib/libedit/parse.c +++ b/lib/libedit/parse.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/parse.c,v 1.9.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * parse.c: parse an editline extended command diff --git a/lib/libedit/parse.h b/lib/libedit/parse.h index cca4abf1999c7..0fdfd79a30542 100644 --- a/lib/libedit/parse.h +++ b/lib/libedit/parse.h @@ -31,7 +31,7 @@ * * @(#)parse.h 8.1 (Berkeley) 6/4/93 * $NetBSD: parse.h,v 1.6 2005/05/29 04:58:15 lukem Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/parse.h,v 1.3.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/prompt.c b/lib/libedit/prompt.c index 3d72da73e9477..2bab480fe3e6d 100644 --- a/lib/libedit/prompt.c +++ b/lib/libedit/prompt.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)prompt.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/prompt.c,v 1.5.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * prompt.c: Prompt printing functions diff --git a/lib/libedit/prompt.h b/lib/libedit/prompt.h index 6523add855cd6..7d5031840b8fc 100644 --- a/lib/libedit/prompt.h +++ b/lib/libedit/prompt.h @@ -31,7 +31,7 @@ * * @(#)prompt.h 8.1 (Berkeley) 6/4/93 * $NetBSD: prompt.h,v 1.6 2003/08/07 16:44:32 agc Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/prompt.h,v 1.2.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/read.c b/lib/libedit/read.c index 4d0b39460cfea..6817b1b4ba681 100644 --- a/lib/libedit/read.c +++ b/lib/libedit/read.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/read.c,v 1.11.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * read.c: Clean this junk up! This is horrible code. diff --git a/lib/libedit/read.h b/lib/libedit/read.h index e4a87991f7d9a..9bb5eac8086a6 100644 --- a/lib/libedit/read.h +++ b/lib/libedit/read.h @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: read.h,v 1.4 2004/02/27 14:52:18 christos Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/read.h,v 1.1.2.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/refresh.c b/lib/libedit/refresh.c index 22e1de419adea..2806fb94a80b9 100644 --- a/lib/libedit/refresh.c +++ b/lib/libedit/refresh.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)refresh.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/refresh.c,v 1.9.14.2 2006/01/09 15:14:57 stefanf Exp $"); /* * refresh.c: Lower level screen refreshing functions diff --git a/lib/libedit/refresh.h b/lib/libedit/refresh.h index e44ef9c5f2745..9496995e211c0 100644 --- a/lib/libedit/refresh.h +++ b/lib/libedit/refresh.h @@ -31,7 +31,7 @@ * * @(#)refresh.h 8.1 (Berkeley) 6/4/93 * $NetBSD: refresh.h,v 1.5 2003/08/07 16:44:33 agc Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/refresh.h,v 1.2.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/search.c b/lib/libedit/search.c index 991bad2461412..374acfab67f2e 100644 --- a/lib/libedit/search.c +++ b/lib/libedit/search.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)search.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/search.c,v 1.9.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * search.c: History and character search functions diff --git a/lib/libedit/search.h b/lib/libedit/search.h index 725af7cadacd7..2b636751c011a 100644 --- a/lib/libedit/search.h +++ b/lib/libedit/search.h @@ -31,7 +31,7 @@ * * @(#)search.h 8.1 (Berkeley) 6/4/93 * $NetBSD: search.h,v 1.8 2003/10/18 23:27:36 christos Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/search.h,v 1.3.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/sig.c b/lib/libedit/sig.c index a895aeabb1583..07baf441c4ef7 100644 --- a/lib/libedit/sig.c +++ b/lib/libedit/sig.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sig.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/sig.c,v 1.6.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * sig.c: Signal handling stuff. diff --git a/lib/libedit/sig.h b/lib/libedit/sig.h index b1ce14b090966..23cb9ab86338a 100644 --- a/lib/libedit/sig.h +++ b/lib/libedit/sig.h @@ -31,7 +31,7 @@ * * @(#)sig.h 8.1 (Berkeley) 6/4/93 * $NetBSD: sig.h,v 1.5 2003/08/07 16:44:33 agc Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/sig.h,v 1.2.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/sys.h b/lib/libedit/sys.h index 9b1f040310729..162efae4da082 100644 --- a/lib/libedit/sys.h +++ b/lib/libedit/sys.h @@ -31,7 +31,7 @@ * * @(#)sys.h 8.1 (Berkeley) 6/4/93 * $NetBSD: sys.h,v 1.9 2004/01/17 17:57:40 christos Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/sys.h,v 1.4.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/term.c b/lib/libedit/term.c index 6cd0e14e242cd..5d134d2848ec5 100644 --- a/lib/libedit/term.c +++ b/lib/libedit/term.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)term.c 8.2 (Berkeley) 4/30/95"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/term.c,v 1.16.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * term.c: Editor/termcap-curses interface diff --git a/lib/libedit/term.h b/lib/libedit/term.h index d97b46d35789f..6e0301d2996b2 100644 --- a/lib/libedit/term.h +++ b/lib/libedit/term.h @@ -31,7 +31,7 @@ * * @(#)term.h 8.1 (Berkeley) 6/4/93 * $NetBSD: term.h,v 1.16 2005/03/15 00:10:40 christos Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/term.h,v 1.5.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/tokenizer.c b/lib/libedit/tokenizer.c index 8e3100de586ba..31f831fffe8eb 100644 --- a/lib/libedit/tokenizer.c +++ b/lib/libedit/tokenizer.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tokenizer.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/tokenizer.c,v 1.6.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * tokenize.c: Bourne shell like tokenizer diff --git a/lib/libedit/tty.c b/lib/libedit/tty.c index e2b99327ea964..b0e8d85ee0a30 100644 --- a/lib/libedit/tty.c +++ b/lib/libedit/tty.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/tty.c,v 1.7.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * tty.c: tty interface stuff diff --git a/lib/libedit/tty.h b/lib/libedit/tty.h index 3a4e94accf339..3a3a0b86d352c 100644 --- a/lib/libedit/tty.h +++ b/lib/libedit/tty.h @@ -31,7 +31,7 @@ * * @(#)tty.h 8.1 (Berkeley) 6/4/93 * $NetBSD: tty.h,v 1.11 2005/06/01 11:37:52 lukem Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libedit/tty.h,v 1.4.14.1 2005/10/09 03:44:01 delphij Exp $ */ /* diff --git a/lib/libedit/vi.c b/lib/libedit/vi.c index 2d611fb307a38..c3c0609a4caa0 100644 --- a/lib/libedit/vi.c +++ b/lib/libedit/vi.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vi.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/vi.c,v 1.9.12.1 2005/10/09 03:44:01 delphij Exp $"); /* * vi.c: Vi mode commands. |