From 497f460294b80dabdcb7c505d1cd031b9a2e5db6 Mon Sep 17 00:00:00 2001 From: behdad Date: Mon, 3 May 2004 05:17:48 +0000 Subject: Initial import of c2man 2.41 tree from debian package release 17. Trimmed down the amiga/vms/pc stuff. --- Configure | 2 +- Makefile.SH | 2 +- c2man.c | 2 +- c2man.h | 2 +- c2man.man | 2 +- config_h.SH | 2 +- confmagic.h | 2 +- enum.c | 2 +- enum.h | 2 +- fixexamp.in | 2 +- grammar.y | 2 +- html.c | 2 +- latex.c | 2 +- lex.l | 2 +- manpage.c | 2 +- manpage.h | 2 +- nroff.c | 2 +- output.h | 2 +- semantic.c | 2 +- semantic.h | 2 +- strappend.c | 2 +- strappend.h | 2 +- strconcat.c | 2 +- strconcat.h | 2 +- string.c | 2 +- symbol.c | 2 +- symbol.h | 2 +- texinfo.c | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Configure b/Configure index 87e16cd..2e785a1 100755 --- a/Configure +++ b/Configure @@ -18,7 +18,7 @@ # you may fetch it yourself from your nearest archive site.) # -# $Id: Configure,v 1.1 2004-05-03 05:17:48 behdad Exp $ +# $Id: Configure,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ # # Generated on Thu Feb 19 19:32:00 CST 2004 [metaconfig 3.0 PL70] diff --git a/Makefile.SH b/Makefile.SH index 5f427cd..2f90fa0 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -20,7 +20,7 @@ echo "Extracting Makefile (with variable substitutions)" : Protect any dollar signs and backticks that you do not want interpreted : by putting a backslash in front. You may delete these comments. $spitshell >Makefile <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * that running config_h.SH again will wipe out any changes you've made. * For a more permanent change edit config.sh and rerun config_h.SH. * - * \$Id: config_h.SH,v 1.1 2004-05-03 05:17:48 behdad Exp $ + * \$Id: config_h.SH,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ */ /* diff --git a/confmagic.h b/confmagic.h index 5cf0a4a..3b5ef9a 100644 --- a/confmagic.h +++ b/confmagic.h @@ -6,7 +6,7 @@ * If you wish to get rid of this magic, remove this file and rerun metaconfig * without the -M option. * - * $Id: confmagic.h,v 1.1 2004-05-03 05:17:48 behdad Exp $ + * $Id: confmagic.h,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ */ #ifndef _confmagic_h_ diff --git a/enum.c b/enum.c index fd6c1ac..111b99e 100644 --- a/enum.c +++ b/enum.c @@ -1,4 +1,4 @@ -/* $Id: enum.c,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: enum.c,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * enumerator operations */ #include "c2man.h" diff --git a/enum.h b/enum.h index 3e6606e..8d7d945 100644 --- a/enum.h +++ b/enum.h @@ -1,4 +1,4 @@ -/* $Id: enum.h,v 1.1 2004-05-03 05:17:48 behdad Exp $ */ +/* $Id: enum.h,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ */ #include "config.h" extern SymbolTable *enum_table; /* enum symbol table */ diff --git a/fixexamp.in b/fixexamp.in index 7131705..9901c83 100644 --- a/fixexamp.in +++ b/fixexamp.in @@ -1,4 +1,4 @@ -# $Id: fixexamp.in,v 1.1 2004-05-03 05:17:49 behdad Exp $ +# $Id: fixexamp.in,v 1.1.1.1 2004-05-03 05:17:49 behdad Exp $ # Fix up c2man output for inclusion of examples in the c2man manual page. # This file gets processed to remove comments because some sed's can't handle # them. Can you believe it?. diff --git a/grammar.y b/grammar.y index 9721dbe..e629ac0 100644 --- a/grammar.y +++ b/grammar.y @@ -1,4 +1,4 @@ -/* $Id: grammar.y,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: grammar.y,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * * yacc grammar for C manual page generator * This was derived from the grammar given in Appendix A of diff --git a/html.c b/html.c index 4fc4112..6a51b34 100644 --- a/html.c +++ b/html.c @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.1 2004-05-03 05:17:49 behdad Exp $ +/* $Id: html.c,v 1.1.1.1 2004-05-03 05:17:49 behdad Exp $ * functions for html style output. */ #include "c2man.h" diff --git a/latex.c b/latex.c index ace199c..792c8fa 100644 --- a/latex.c +++ b/latex.c @@ -1,4 +1,4 @@ -/* $Id: latex.c,v 1.1 2004-05-03 05:17:49 behdad Exp $ +/* $Id: latex.c,v 1.1.1.1 2004-05-03 05:17:49 behdad Exp $ * functions for LaTeX style output. */ #include "c2man.h" diff --git a/lex.l b/lex.l index ec99c22..c0e6fc1 100644 --- a/lex.l +++ b/lex.l @@ -1,5 +1,5 @@ %{ -/* $Id: lex.l,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: lex.l,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * * C manual page generator * Lexical analyzer specification diff --git a/manpage.c b/manpage.c index 8f6c047..ac2bc5f 100644 --- a/manpage.c +++ b/manpage.c @@ -1,4 +1,4 @@ -/* $Id: manpage.c,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: manpage.c,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * stuff to do with manual page outputing */ diff --git a/manpage.h b/manpage.h index 8fdcb09..1cf222e 100644 --- a/manpage.h +++ b/manpage.h @@ -1,4 +1,4 @@ -/* $Id: manpage.h,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: manpage.h,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * stuff to do with manual page outputing */ #ifndef MANPAGE_H diff --git a/nroff.c b/nroff.c index 174d8b4..093fd1a 100644 --- a/nroff.c +++ b/nroff.c @@ -1,4 +1,4 @@ -/* $Id: nroff.c,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: nroff.c,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * functions for nroff style output. */ #include "c2man.h" diff --git a/output.h b/output.h index a968401..a5ee9d0 100644 --- a/output.h +++ b/output.h @@ -1,4 +1,4 @@ -/* $Id: output.h,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: output.h,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * format-independant output interface. */ #ifndef OUTPUT_H diff --git a/semantic.c b/semantic.c index 1dac9b5..16717f8 100644 --- a/semantic.c +++ b/semantic.c @@ -1,4 +1,4 @@ -/* $Id: semantic.c,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: semantic.c,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * * C manual page generator * These routines implement the semantic actions executed by the yacc parser. diff --git a/semantic.h b/semantic.h index 6518dd4..46762b0 100644 --- a/semantic.h +++ b/semantic.h @@ -1,4 +1,4 @@ -/* $Id: semantic.h,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: semantic.h,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * * Declarations for semantic action routines */ diff --git a/strappend.c b/strappend.c index c8cc997..c0a5634 100644 --- a/strappend.c +++ b/strappend.c @@ -1,4 +1,4 @@ -/* $Id: strappend.c,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: strappend.c,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ */ #include "c2man.h" #include "strappend.h" diff --git a/strappend.h b/strappend.h index 585df68..72775cb 100644 --- a/strappend.h +++ b/strappend.h @@ -1,4 +1,4 @@ -/* $Id: strappend.h,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: strappend.h,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * concatenate a list of strings, storing them in a malloc'ed region */ #include "config.h" diff --git a/strconcat.c b/strconcat.c index c9caff6..d7d8207 100644 --- a/strconcat.c +++ b/strconcat.c @@ -1,4 +1,4 @@ -/* $Id: strconcat.c,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: strconcat.c,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * concatenate a list of strings, storing them in a malloc'ed region */ #include "c2man.h" diff --git a/strconcat.h b/strconcat.h index 021d451..641bedf 100644 --- a/strconcat.h +++ b/strconcat.h @@ -1,4 +1,4 @@ -/* $Id: strconcat.h,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: strconcat.h,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * concatenate a list of strings, storing them in a malloc'ed region */ #include "config.h" diff --git a/string.c b/string.c index 5af082b..c41231e 100644 --- a/string.c +++ b/string.c @@ -1,4 +1,4 @@ -/* $Id: string.c,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: string.c,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * * Some string handling routines */ diff --git a/symbol.c b/symbol.c index 85be039..ea242e6 100644 --- a/symbol.c +++ b/symbol.c @@ -1,4 +1,4 @@ -/* $Id: symbol.c,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: symbol.c,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * * Symbol table maintenance. Implements an abstract data type called * the symbol table. diff --git a/symbol.h b/symbol.h index 2ce0f5f..b4f1e6d 100644 --- a/symbol.h +++ b/symbol.h @@ -1,4 +1,4 @@ -/* $Id: symbol.h,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: symbol.h,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * * Definitions for a symbol table */ diff --git a/texinfo.c b/texinfo.c index 1b464b6..7db248f 100644 --- a/texinfo.c +++ b/texinfo.c @@ -1,4 +1,4 @@ -/* $Id: texinfo.c,v 1.1 2004-05-03 05:17:48 behdad Exp $ +/* $Id: texinfo.c,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $ * functions for texinfo style output. */ #include "c2man.h" -- cgit v1.2.3