diff options
Diffstat (limited to 'gnu/usr.bin/perl/x2p')
-rw-r--r-- | gnu/usr.bin/perl/x2p/EXTERN.h | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/INTERN.h | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/a2p.1 | 6 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/a2p.h | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/a2p.y | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/a2py.c | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/handy.h | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/hash.c | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/hash.h | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/malloc.c | 5 | ||||
-rwxr-xr-x | gnu/usr.bin/perl/x2p/s2p | 13 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/s2p.1 | 7 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/str.c | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/str.h | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/util.c | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/util.h | 5 | ||||
-rw-r--r-- | gnu/usr.bin/perl/x2p/walk.c | 5 |
17 files changed, 78 insertions, 18 deletions
diff --git a/gnu/usr.bin/perl/x2p/EXTERN.h b/gnu/usr.bin/perl/x2p/EXTERN.h index b0bb6d0162fb..cbc5ca6543df 100644 --- a/gnu/usr.bin/perl/x2p/EXTERN.h +++ b/gnu/usr.bin/perl/x2p/EXTERN.h @@ -1,4 +1,4 @@ -/* $RCSfile: EXTERN.h,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:54 $ +/* $RCSfile: EXTERN.h,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:35 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: EXTERN.h,v $ + * Revision 1.2 1995/05/30 05:03:35 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:54 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/INTERN.h b/gnu/usr.bin/perl/x2p/INTERN.h index d8a8a3e2a349..38ee58f87c94 100644 --- a/gnu/usr.bin/perl/x2p/INTERN.h +++ b/gnu/usr.bin/perl/x2p/INTERN.h @@ -1,4 +1,4 @@ -/* $RCSfile: INTERN.h,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:54 $ +/* $RCSfile: INTERN.h,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:36 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: INTERN.h,v $ + * Revision 1.2 1995/05/30 05:03:36 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:54 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/a2p.1 b/gnu/usr.bin/perl/x2p/a2p.1 index 6cbe3d191ca9..b8b6b520dc30 100644 --- a/gnu/usr.bin/perl/x2p/a2p.1 +++ b/gnu/usr.bin/perl/x2p/a2p.1 @@ -1,7 +1,11 @@ .rn '' }` -''' $Header: /pub/FreeBSD/FreeBSD-CVS/src/gnu/usr.bin/perl/x2p/a2p.1,v 1.1.1.1 1994/09/10 06:27:55 gclarkii Exp $ +''' $Header: /home/ncvs/src/gnu/usr.bin/perl/x2p/a2p.1,v 1.1.1.1.6.1 1996/06/05 02:43:29 jkh Exp $ ''' ''' $Log: a2p.1,v $ +''' Revision 1.1.1.1.6.1 1996/06/05 02:43:29 jkh +''' This 3rd mega-commit should hopefully bring us back to where we were. +''' I can get it to `make world' succesfully, anyway! +''' .\" Revision 1.1.1.1 1994/09/10 06:27:55 gclarkii .\" Initial import of Perl 4.046 bmaked .\" diff --git a/gnu/usr.bin/perl/x2p/a2p.h b/gnu/usr.bin/perl/x2p/a2p.h index cc59fb7ddf8e..02ce43557b55 100644 --- a/gnu/usr.bin/perl/x2p/a2p.h +++ b/gnu/usr.bin/perl/x2p/a2p.h @@ -1,4 +1,4 @@ -/* $RCSfile: a2p.h,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:53 $ +/* $RCSfile: a2p.h,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:37 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: a2p.h,v $ + * Revision 1.2 1995/05/30 05:03:37 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:53 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/a2p.y b/gnu/usr.bin/perl/x2p/a2p.y index bc86632dd417..d41e5153bd6b 100644 --- a/gnu/usr.bin/perl/x2p/a2p.y +++ b/gnu/usr.bin/perl/x2p/a2p.y @@ -1,5 +1,5 @@ %{ -/* $RCSfile: a2p.y,v $$Revision: 1.1.1.1 $$Date: 1993/08/23 21:30:09 $ +/* $RCSfile: a2p.y,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:53 $ * * Copyright (c) 1991, Larry Wall * @@ -7,6 +7,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: a2p.y,v $ + * Revision 1.1.1.1 1994/09/10 06:27:53 gclarkii + * Initial import of Perl 4.046 bmaked + * * Revision 1.1.1.1 1993/08/23 21:30:09 nate * PERL! * diff --git a/gnu/usr.bin/perl/x2p/a2py.c b/gnu/usr.bin/perl/x2p/a2py.c index fcc196b640f2..1a873591a85d 100644 --- a/gnu/usr.bin/perl/x2p/a2py.c +++ b/gnu/usr.bin/perl/x2p/a2py.c @@ -1,4 +1,4 @@ -/* $RCSfile: a2py.c,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:53 $ +/* $RCSfile: a2py.c,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:38 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: a2py.c,v $ + * Revision 1.2 1995/05/30 05:03:38 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:53 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/handy.h b/gnu/usr.bin/perl/x2p/handy.h index 1db94d4bfae2..b732e5e8ddc2 100644 --- a/gnu/usr.bin/perl/x2p/handy.h +++ b/gnu/usr.bin/perl/x2p/handy.h @@ -1,4 +1,4 @@ -/* $RCSfile: handy.h,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:54 $ +/* $RCSfile: handy.h,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:40 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: handy.h,v $ + * Revision 1.2 1995/05/30 05:03:40 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:54 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/hash.c b/gnu/usr.bin/perl/x2p/hash.c index d1ae8ac44a56..fe1dee0444d9 100644 --- a/gnu/usr.bin/perl/x2p/hash.c +++ b/gnu/usr.bin/perl/x2p/hash.c @@ -1,4 +1,4 @@ -/* $RCSfile: hash.c,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:54 $ +/* $RCSfile: hash.c,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:40 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: hash.c,v $ + * Revision 1.2 1995/05/30 05:03:40 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:54 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/hash.h b/gnu/usr.bin/perl/x2p/hash.h index 452321cd557c..ec91d4bfb4b9 100644 --- a/gnu/usr.bin/perl/x2p/hash.h +++ b/gnu/usr.bin/perl/x2p/hash.h @@ -1,4 +1,4 @@ -/* $RCSfile: hash.h,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:54 $ +/* $RCSfile: hash.h,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:42 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: hash.h,v $ + * Revision 1.2 1995/05/30 05:03:42 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:54 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/malloc.c b/gnu/usr.bin/perl/x2p/malloc.c index e7fff7f25c0f..f57169d2570b 100644 --- a/gnu/usr.bin/perl/x2p/malloc.c +++ b/gnu/usr.bin/perl/x2p/malloc.c @@ -1,6 +1,9 @@ -/* $RCSfile: malloc.c,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:54 $ +/* $RCSfile: malloc.c,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:43 $ * * $Log: malloc.c,v $ + * Revision 1.2 1995/05/30 05:03:43 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:54 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/s2p b/gnu/usr.bin/perl/x2p/s2p index c110e5ef5720..1af6834c7c42 100755 --- a/gnu/usr.bin/perl/x2p/s2p +++ b/gnu/usr.bin/perl/x2p/s2p @@ -5,9 +5,20 @@ eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' $bin = '/usr/bin'; -# $RCSfile: s2p,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:54 $ +# $RCSfile: s2p,v $$Revision: 1.2 $$Date: 1994/10/29 07:14:55 $ # # $Log: s2p,v $ +# Revision 1.2 1994/10/29 07:14:55 pst +# Test test test! sigh! +# +# Perl's scripts are still trying to execute perl out of /usr/gnu/bin/perl. +# +# The hack Larry was using for h2ph.1 doesn't work with the new macros, so +# make it a real man page. +# +# Also, we weren't building the .ph files, add them as an afterinstall rule +# in the x2p subdirectory. +# # Revision 1.1.1.1 1994/09/10 06:27:54 gclarkii # Initial import of Perl 4.046 bmaked # diff --git a/gnu/usr.bin/perl/x2p/s2p.1 b/gnu/usr.bin/perl/x2p/s2p.1 index ab74717833fc..9948dfa38956 100644 --- a/gnu/usr.bin/perl/x2p/s2p.1 +++ b/gnu/usr.bin/perl/x2p/s2p.1 @@ -1,7 +1,10 @@ .rn '' }` -''' $RCSfile: s2p.man,v $$Revision: 1.1.1.1 $$Date: 1993/08/23 21:30:10 $ +''' $RCSfile: s2p.1,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:53 $ ''' -''' $Log: s2p.man,v $ +''' $Log: s2p.1,v $ +''' Revision 1.1.1.1 1994/09/10 06:27:53 gclarkii +''' Initial import of Perl 4.046 bmaked +''' .\" Revision 1.1.1.1 1993/08/23 21:30:10 nate .\" PERL! .\" diff --git a/gnu/usr.bin/perl/x2p/str.c b/gnu/usr.bin/perl/x2p/str.c index 4e078a6600fe..f30ca028dea1 100644 --- a/gnu/usr.bin/perl/x2p/str.c +++ b/gnu/usr.bin/perl/x2p/str.c @@ -1,4 +1,4 @@ -/* $RCSfile: str.c,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:54 $ +/* $RCSfile: str.c,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:44 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: str.c,v $ + * Revision 1.2 1995/05/30 05:03:44 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:54 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/str.h b/gnu/usr.bin/perl/x2p/str.h index 642e18e66400..052677e7074e 100644 --- a/gnu/usr.bin/perl/x2p/str.h +++ b/gnu/usr.bin/perl/x2p/str.h @@ -1,4 +1,4 @@ -/* $RCSfile: str.h,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:55 $ +/* $RCSfile: str.h,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:45 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: str.h,v $ + * Revision 1.2 1995/05/30 05:03:45 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:55 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/util.c b/gnu/usr.bin/perl/x2p/util.c index 70a6cd7a647f..2ef137bf7dc8 100644 --- a/gnu/usr.bin/perl/x2p/util.c +++ b/gnu/usr.bin/perl/x2p/util.c @@ -1,4 +1,4 @@ -/* $RCSfile: util.c,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:55 $ +/* $RCSfile: util.c,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:45 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: util.c,v $ + * Revision 1.2 1995/05/30 05:03:45 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:55 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/util.h b/gnu/usr.bin/perl/x2p/util.h index ad94422bf32a..743f16ad4c45 100644 --- a/gnu/usr.bin/perl/x2p/util.h +++ b/gnu/usr.bin/perl/x2p/util.h @@ -1,4 +1,4 @@ -/* $RCSfile: util.h,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:55 $ +/* $RCSfile: util.h,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:46 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: util.h,v $ + * Revision 1.2 1995/05/30 05:03:46 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:55 gclarkii * Initial import of Perl 4.046 bmaked * diff --git a/gnu/usr.bin/perl/x2p/walk.c b/gnu/usr.bin/perl/x2p/walk.c index c7e5e4445bf5..d1ac02e19727 100644 --- a/gnu/usr.bin/perl/x2p/walk.c +++ b/gnu/usr.bin/perl/x2p/walk.c @@ -1,4 +1,4 @@ -/* $RCSfile: walk.c,v $$Revision: 1.1.1.1 $$Date: 1994/09/10 06:27:55 $ +/* $RCSfile: walk.c,v $$Revision: 1.2 $$Date: 1995/05/30 05:03:47 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: walk.c,v $ + * Revision 1.2 1995/05/30 05:03:47 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1994/09/10 06:27:55 gclarkii * Initial import of Perl 4.046 bmaked * |