source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Step 2: blow away roff.h, as all of its functions have been
@ 2011-03-22  9:50 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-03-22  9:50 UTC (permalink / raw)
  To: source

Log Message:
-----------
Step 2: blow away roff.h, as all of its functions have been moved into
libmandoc.h and there's nothing left.

Modified Files:
--------------
    mdocml:
        Makefile
        read.c
        roff.c

Removed Files:
-------------
    mdocml:
        roff.h

Revision Data
-------------
--- roff.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*	$Id: roff.h,v 1.26 2011/03/22 09:48:13 kristaps Exp $ */
-/*
- * Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-#ifndef ROFF_H
-#define ROFF_H
-
-__BEGIN_DECLS
-
-__END_DECLS
-
-#endif /*!ROFF_H*/
Index: roff.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/roff.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -Lroff.c -Lroff.c -u -p -r1.128 -r1.129
--- roff.c
+++ roff.c
@@ -28,7 +28,6 @@
 #include <stdio.h>
 
 #include "mandoc.h"
-#include "roff.h"
 #include "libroff.h"
 #include "libmandoc.h"
 
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v
retrieving revision 1.315
retrieving revision 1.316
diff -LMakefile -LMakefile -u -p -r1.315 -r1.316
--- Makefile
+++ Makefile
@@ -94,7 +94,7 @@ DATAS	   = arch.in att.in lib.in msec.in
 	     vol.in chars.in
 
 HEADS	   = mdoc.h libmdoc.h man.h libman.h term.h \
-	     libmandoc.h html.h chars.h out.h main.h roff.h \
+	     libmandoc.h html.h chars.h out.h main.h \
 	     mandoc.h libroff.h
 
 GSGMLS	   = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml \
@@ -108,7 +108,7 @@ XHTMLS	   = mandoc.1.xhtml mdoc.3.xhtml 
 	     roff.7.xhtml roff.3.xhtml tbl.7.xhtml eqn.7.xhtml
 
 HTMLS	   = ChangeLog.html index.html man.h.html mdoc.h.html \
-	     mandoc.h.html roff.h.html mandoc.1.html mdoc.3.html \
+	     mandoc.h.html mandoc.1.html mdoc.3.html \
 	     man.3.html mdoc.7.html man.7.html mandoc_char.7.html \
 	     roff.7.html roff.3.html tbl.7.html eqn.7.html
 
@@ -225,7 +225,7 @@ mdoc.ln mdoc.o: mdoc.c libmdoc.h
 
 man.ln man.o: man.c libman.h
 
-main.ln main.o: main.c mdoc.h man.h roff.h
+main.ln main.o: main.c mdoc.h man.h 
 
 compat.ln compat.o: compat.c 
 
Index: read.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/read.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lread.c -Lread.c -u -p -r1.4 -r1.5
--- read.c
+++ read.c
@@ -31,7 +31,6 @@
 #include "libmandoc.h"
 #include "mdoc.h"
 #include "man.h"
-#include "roff.h"
 
 #ifndef MAP_FILE
 #define	MAP_FILE	0
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-22  9:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-22  9:50 mdocml: Step 2: blow away roff.h, as all of its functions have been kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).