summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbehdad <behdad>2004-05-03 05:17:48 +0000
committerbehdad <behdad>2004-05-03 05:17:48 +0000
commit497f460294b80dabdcb7c505d1cd031b9a2e5db6 (patch)
tree64a6e974e6503952ae0d5f1816126d0ce3a79ddb
parent577ed4095383ef5284225d45709e6b5f0598a064 (diff)
downloadc2man-behdad.tar.gz
Initial import of c2man 2.41 tree from debian package release 17. TrimmedINITbehdad
down the amiga/vms/pc stuff.
-rwxr-xr-xConfigure2
-rwxr-xr-xMakefile.SH2
-rw-r--r--c2man.c2
-rw-r--r--c2man.h2
-rw-r--r--c2man.man2
-rw-r--r--config_h.SH2
-rw-r--r--confmagic.h2
-rw-r--r--enum.c2
-rw-r--r--enum.h2
-rw-r--r--fixexamp.in2
-rw-r--r--grammar.y2
-rw-r--r--html.c2
-rw-r--r--latex.c2
-rw-r--r--lex.l2
-rw-r--r--manpage.c2
-rw-r--r--manpage.h2
-rw-r--r--nroff.c2
-rw-r--r--output.h2
-rw-r--r--semantic.c2
-rw-r--r--semantic.h2
-rw-r--r--strappend.c2
-rw-r--r--strappend.h2
-rw-r--r--strconcat.c2
-rw-r--r--strconcat.h2
-rw-r--r--string.c2
-rw-r--r--symbol.c2
-rw-r--r--symbol.h2
-rw-r--r--texinfo.c2
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 <<!GROK!THIS!
-# $Id: Makefile.SH,v 1.1 2004-05-03 05:17:48 behdad Exp $
+# $Id: Makefile.SH,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $
#
# UNIX makefile for manual page generator
# Note: any changes made here will be lost next time Configure is run!.
diff --git a/c2man.c b/c2man.c
index 0250d11..f7c9eeb 100644
--- a/c2man.c
+++ b/c2man.c
@@ -1,4 +1,4 @@
-/* $Id: c2man.c,v 1.1 2004-05-03 05:17:48 behdad Exp $
+/* $Id: c2man.c,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $
*
* C Manual page generator.
* Reads C source code and outputs manual pages.
diff --git a/c2man.h b/c2man.h
index d26ec71..ff46a06 100644
--- a/c2man.h
+++ b/c2man.h
@@ -1,4 +1,4 @@
-/* $Id: c2man.h,v 1.1 2004-05-03 05:17:48 behdad Exp $
+/* $Id: c2man.h,v 1.1.1.1 2004-05-03 05:17:48 behdad Exp $
*
* Definitions for C language manual page generator
*/
diff --git a/c2man.man b/c2man.man
index ad0d20e..1a8f74e 100644
--- a/c2man.man
+++ b/c2man.man
@@ -1,4 +1,4 @@
-.\" $Id: c2man.man,v 1.1 2004-05-03 05:17:49 behdad Exp $
+.\" $Id: c2man.man,v 1.1.1.1 2004-05-03 05:17:49 behdad Exp $
.de EX \"Begin example
.br
.if \\$1 .ne \\$1
diff --git a/config_h.SH b/config_h.SH
index cf2fa77..f5affb1 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -25,7 +25,7 @@ sed <<!GROK!THIS! >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"