From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from danbala.ifoer.tuwien.ac.at (danbala.ifoer.tuwien.ac.at [128.130.168.64]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s6B9pks5029781 for ; Fri, 11 Jul 2014 05:51:46 -0400 (EDT) Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116) id 97FD0A46A; Fri, 11 Jul 2014 11:51:43 +0200 (CEST) Date: Fri, 11 Jul 2014 11:51:43 +0200 From: Thomas Klausner To: discuss@mdocml.bsd.lv Subject: Re: pod2mdoc: Release version 0.0.12. Message-ID: <20140711095143.GA15450@danbala.tuwien.ac.at> References: <201407110927.s6B9ROIx020476@krisdoz.my.domain> X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201407110927.s6B9ROIx020476@krisdoz.my.domain> That's good news! In the process of updating pkgsrc, I saw one warning: pod2mdoc.c: In function 'trylink': pod2mdoc.c:184:14: warning: variable 'text' set but not used [-Wunused-but-set-variable] const char *text; ^ Thomas On Fri, Jul 11, 2014 at 05:27:24AM -0400, schwarze@mdocml.bsd.lv wrote: > Log Message: > ----------- > Release version 0.0.12. > The LibReSSL Valhalla Rampage considers starting to use this > for automatic manual conversion (sic! :) right now. > > Modified Files: > -------------- > pod2mdoc: > Makefile > index.xml > > Revision Data > ------------- > Index: index.xml > =================================================================== > RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/pod2mdoc/index.xml,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -Lindex.xml -Lindex.xml -u -p -r1.4 -r1.5 > --- index.xml > +++ index.xml > @@ -56,7 +56,16 @@ > hasn't already been covered in the manual. >

>

> - New in version @VERSION@... > + New in version 0.0.12 (July 11, 2014) > +

> +

> + Render B<NULL> as .Dv NULL. > + Correctly check the number of arguments. > + Show the usage() message if there are too many arguments. > + Mention the optional "file" argument in the usage() message. > +

> +

> + New in version 0.0.11 (April 7, 2014) >

>

> Properly render #include in the SYNOPSIS with In. > Index: Makefile > =================================================================== > RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/pod2mdoc/Makefile,v > retrieving revision 1.9 > retrieving revision 1.10 > diff -LMakefile -LMakefile -u -p -r1.9 -r1.10 > --- Makefile > +++ Makefile > @@ -1,4 +1,4 @@ > -VERSION = 0.0.11 > +VERSION = 0.0.12 > CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings > WWWPREFIX = /usr/vhosts/mdocml.bsd.lv/www/htdocs/pod2mdoc > > -- > To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv > -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailout-webserver.scc.kit.edu (mailout-webserver.scc.kit.edu [129.13.185.7]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s6BAXgPH000127 for ; Fri, 11 Jul 2014 06:33:42 -0400 (EDT) Received: from hekate.usta.de (asta-nat.asta.uni-karlsruhe.de [172.22.63.82]) by scc-mailout-02.scc.kit.edu with esmtp (Exim 4.72 #1) id 1X5Y96-0007ph-TO; Fri, 11 Jul 2014 12:33:40 +0200 Received: from donnerwolke.usta.de ([172.24.96.3]) by hekate.usta.de with esmtp (Exim 4.77) (envelope-from ) id 1X5Y96-0003DW-SG; Fri, 11 Jul 2014 12:33:40 +0200 Received: from iris.usta.de ([172.24.96.5] helo=usta.de) by donnerwolke.usta.de with esmtp (Exim 4.72) (envelope-from ) id 1X5Y96-0001Sy-Qo; Fri, 11 Jul 2014 12:33:40 +0200 Received: from schwarze by usta.de with local (Exim 4.77) (envelope-from ) id 1X5Y8L-00005f-E8; Fri, 11 Jul 2014 12:32:53 +0200 Date: Fri, 11 Jul 2014 12:32:53 +0200 From: Ingo Schwarze To: Thomas Klausner Cc: discuss@mdocml.bsd.lv Subject: Re: pod2mdoc: Release version 0.0.12. Message-ID: <20140711103253.GB6646@iris.usta.de> References: <201407110927.s6B9ROIx020476@krisdoz.my.domain> <20140711095143.GA15450@danbala.tuwien.ac.at> X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140711095143.GA15450@danbala.tuwien.ac.at> User-Agent: Mutt/1.5.21 (2010-09-15) Hi Thomas, Thomas Klausner wrote on Fri, Jul 11, 2014 at 11:51:43AM +0200: > In the process of updating pkgsrc, I saw one warning: > > pod2mdoc.c: In function 'trylink': > pod2mdoc.c:184:14: warning: variable 'text' set > but not used [-Wunused-but-set-variable] > const char *text; > ^ I removed the variable in CVS, that will be contained in the next release. Thanks for mentioning it, Ingo -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv