CVS commit: src/external/bsd/mdocml/dist

2025-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 11 11:47:17 UTC 2025 Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: Remove .St -isoC-2018 support. Not accepted by upstream (seen as a corrigendum, not a proper new version), and no users in the sourc

CVS commit: src/external/bsd/mdocml/dist

2025-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jan 11 11:47:17 UTC 2025 Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: Remove .St -isoC-2018 support. Not accepted by upstream (seen as a corrigendum, not a proper new version), and no users in the sourc

CVS commit: src/external/bsd/mdocml/dist

2024-11-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Nov 24 18:49:47 UTC 2024 Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: Fix C23 ISO name, and match wording to upstream. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/mdocm

CVS commit: src/external/bsd/mdocml/dist

2024-11-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Nov 24 18:49:47 UTC 2024 Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: Fix C23 ISO name, and match wording to upstream. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/mdocm

CVS commit: src/external/bsd/mdocml/dist

2024-11-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Nov 10 07:16:56 UTC 2024 Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: mandoc: support C23 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/mdoc.7 cvs rdiff -u -r

CVS commit: src/external/bsd/mdocml/dist

2024-11-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Nov 10 07:16:56 UTC 2024 Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: mandoc: support C23 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/mdocml/dist/mdoc.7 cvs rdiff -u -r

CVS commit: src/external/bsd/mdocml/dist

2024-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Aug 15 03:53:34 UTC 2024 Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: mandoc: merge upstream changes to add IEEE 1003.1-2024 (schwarze, job, jmc) To generate a diff of this commit: cvs rdiff -u -r1.5 -

CVS commit: src/external/bsd/mdocml/dist

2024-08-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Aug 15 03:53:34 UTC 2024 Modified Files: src/external/bsd/mdocml/dist: mdoc.7 st.c Log Message: mandoc: merge upstream changes to add IEEE 1003.1-2024 (schwarze, job, jmc) To generate a diff of this commit: cvs rdiff -u -r1.5 -

CVS commit: src/external/bsd/mdocml/bin/mandoc

2022-10-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 31 09:37:37 UTC 2022 Modified Files: src/external/bsd/mdocml/bin/mandoc: Makefile Log Message: mdocml: stop building (empty) compat replacement file for reallocarray To generate a diff of this commit: cvs rdiff -u -r1.19 -r

CVS commit: src/external/bsd/mdocml/bin/mandoc

2022-10-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 31 09:37:37 UTC 2022 Modified Files: src/external/bsd/mdocml/bin/mandoc: Makefile Log Message: mdocml: stop building (empty) compat replacement file for reallocarray To generate a diff of this commit: cvs rdiff -u -r1.19 -r

Re: CVS commit: src/external/bsd/mdocml/include

2018-03-18 Thread Martin Husemann
On Sun, Mar 18, 2018 at 01:26:12PM +, Christos Zoulas wrote: > I would just leave it broken until the perseant branch is merged :-) > You can always fix it, buy changing the locale in the environment to one > that works, instead of gutting it for all locales. IIUC we have to weigh: - the num

Re: CVS commit: src/external/bsd/mdocml/include

2018-03-18 Thread Christos Zoulas
In article <20180318.153625.846954900.nakay...@netbsd.org>, Takeshi Nakayama wrote: chris...@astron.com (Christos Zoulas) wrote > >> In article <20180317235857.ga5...@homeworld.netbsd.org>, >> wrote: >> >Hi, >> > >> >I'm not sure what the changes affect. Does this mean UTF-8 won't work >>

Re: CVS commit: src/external/bsd/mdocml/include

2018-03-17 Thread Takeshi Nakayama
>>> chris...@astron.com (Christos Zoulas) wrote > In article <20180317235857.ga5...@homeworld.netbsd.org>, > wrote: > >Hi, > > > >I'm not sure what the changes affect. Does this mean UTF-8 won't work > >either? that's sounds like a big price to pay. > >Also, the problem doesn't sound specific to

Re: CVS commit: src/external/bsd/mdocml/include

2018-03-17 Thread Takeshi Nakayama
>>> m...@netbsd.org wrote > Hi, > > I'm not sure what the changes affect. Does this mean UTF-8 won't work > either? that's sounds like a big price to pay. > Also, the problem doesn't sound specific to mdocml. No, this is specific to mdocml. mdocml assums wchar_t's internal representation UCS-4

Re: CVS commit: src/external/bsd/mdocml/include

2018-03-17 Thread Christos Zoulas
In article <20180317235857.ga5...@homeworld.netbsd.org>, wrote: >Hi, > >I'm not sure what the changes affect. Does this mean UTF-8 won't work >either? that's sounds like a big price to pay. >Also, the problem doesn't sound specific to mdocml. Well, yes it is a bit drastic. Perhaps it can be hand

Re: CVS commit: src/external/bsd/mdocml/include

2018-03-17 Thread maya
Hi, I'm not sure what the changes affect. Does this mean UTF-8 won't work either? that's sounds like a big price to pay. Also, the problem doesn't sound specific to mdocml. Is the problem: netbsd mishandles some locales it claims to support? On Sat, Mar 17, 2018 at 11:06:48AM +, Takeshi Naka

Re: CVS commit: src/external/bsd/mdocml/dist

2013-03-22 Thread Christos Zoulas
In article <20130322152757.gu25...@nef.pbox.org>, Alistair Crooks wrote: > >I usually find that a > >#ifndef __arraycount >#define__arraycount(__x) (sizeof(__x) / sizeof(__x[0])) >#endif > >before the function, and then just use __arraycount(r->nr), is a bit >more readable. I will

Re: CVS commit: src/external/bsd/mdocml/dist

2013-03-22 Thread Alistair Crooks
On Fri, Mar 22, 2013 at 08:31:25AM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Fri Mar 22 12:31:25 UTC 2013 > > Modified Files: > src/external/bsd/mdocml/dist: roff.c > > Log Message: > avoid arraycount for toolz > > > To generate a diff of t

Re: CVS commit: src/external/bsd/mdocml/dist

2011-12-18 Thread Joerg Sonnenberger
On Sun, Dec 18, 2011 at 05:26:00PM +0100, Nicolas Joly wrote: > On Sun, Dec 18, 2011 at 04:58:02PM +0100, Joerg Sonnenberger wrote: > > On Sun, Dec 18, 2011 at 01:40:08PM +, Nicolas Joly wrote: > > > Module Name: src > > > Committed By: njoly > > > Date: Sun Dec 18 13:40:08

Re: CVS commit: src/external/bsd/mdocml/dist

2011-12-18 Thread Nicolas Joly
On Sun, Dec 18, 2011 at 04:58:02PM +0100, Joerg Sonnenberger wrote: > On Sun, Dec 18, 2011 at 01:40:08PM +, Nicolas Joly wrote: > > Module Name:src > > Committed By: njoly > > Date: Sun Dec 18 13:40:08 UTC 2011 > > > > Modified Files: > > src/external/bsd/mdocml

Re: CVS commit: src/external/bsd/mdocml/dist

2011-12-18 Thread Joerg Sonnenberger
On Sun, Dec 18, 2011 at 01:40:08PM +, Nicolas Joly wrote: > Module Name: src > Committed By: njoly > Date: Sun Dec 18 13:40:08 UTC 2011 > > Modified Files: > src/external/bsd/mdocml/dist: arch.in > > Log Message: > Lowercase arch strings, and add missing ones. The former is wr

Re: CVS commit: src/external/bsd/mdocml/dist

2011-10-29 Thread Christos Zoulas
In article <20111029080748.ga16...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Fri, Oct 28, 2011 at 10:00:20AM -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Fri Oct 28 14:00:20 UTC 2011 >> >> Modified Files: >> src/external/

Re: CVS commit: src/external/bsd/mdocml/dist

2011-10-29 Thread Joerg Sonnenberger
On Fri, Oct 28, 2011 at 10:00:20AM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Fri Oct 28 14:00:20 UTC 2011 > > Modified Files: > src/external/bsd/mdocml/dist: tbl_data.c > > Log Message: > rename data() -> parse_data() to appease the powerpc64

Re: CVS commit: src/external/bsd/mdocml

2011-08-20 Thread Christos Zoulas
In article <20110819113153.ga5...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Fri, Aug 19, 2011 at 10:55:20AM +, Christos Zoulas wrote: >> Every project I know off makes changes locally first and then pushes >> them upstream. It is not practical to wait for upstream to be fixed >> first

Re: CVS commit: src/external/bsd/mdocml

2011-08-19 Thread Thomas Klausner
On Fri, Aug 19, 2011 at 07:54:28PM +0200, Joerg Sonnenberger wrote: > When have you last checked the number of -Wno-* instances in base? > Sorry, but pessimizing code to work around clearly bogus GCC warnings is > not helpful. It doesn't make code easier to read, it doesn't improve > code quality.

Re: CVS commit: src/external/bsd/mdocml

2011-08-19 Thread Jim Wise
Joerg Sonnenberger writes: > On Fri, Aug 19, 2011 at 10:57:53AM -0400, Jim Wise wrote: >> And the project has a long history of making sure all (these days: most) >> code in the base distribution builds with -Wall -Werror. This isn't >> because every GCC warning is right, of course -- it's becau

Re: CVS commit: src/external/bsd/mdocml

2011-08-19 Thread Joerg Sonnenberger
On Fri, Aug 19, 2011 at 10:57:53AM -0400, Jim Wise wrote: > And the project has a long history of making sure all (these days: most) > code in the base distribution builds with -Wall -Werror. This isn't > because every GCC warning is right, of course -- it's because when you > turn off warnings fo

Re: CVS commit: src/external/bsd/mdocml

2011-08-19 Thread Jim Wise
Joerg Sonnenberger writes: > On Fri, Aug 19, 2011 at 09:19:46AM -0400, Jim Wise wrote: >> As long as I remember, we've had a strict policy of submitting changes >> upstream where possible, but of _not_ gating fixes on this process -- >> particularly fixes which are security or correctness related

Re: CVS commit: src/external/bsd/mdocml

2011-08-19 Thread Thomas Klausner
I've sent the diff to Kristaps and he included it in his repository. Thomas On Wed, Aug 17, 2011 at 11:28:05PM +0200, Joerg Sonnenberger wrote: > Could you please stop randomly changing 3rd party code without > contacting the maintainer? > > Joerg > > On Wed, Aug 17, 2011 at 05:30:14AM -0400, C

Re: CVS commit: src/external/bsd/mdocml

2011-08-19 Thread Joerg Sonnenberger
On Fri, Aug 19, 2011 at 09:19:46AM -0400, Jim Wise wrote: > As long as I remember, we've had a strict policy of submitting changes > upstream where possible, but of _not_ gating fixes on this process -- > particularly fixes which are security or correctness related (the latter > includes fixes with

Re: CVS commit: src/external/bsd/mdocml

2011-08-19 Thread Jim Wise
Joerg Sonnenberger writes: > On Fri, Aug 19, 2011 at 10:55:20AM +, Christos Zoulas wrote: >> Every project I know off makes changes locally first and then pushes >> them upstream. It is not practical to wait for upstream to be fixed >> first, specially in cases of security fixes. In some case

Re: CVS commit: src/external/bsd/mdocml

2011-08-19 Thread Joerg Sonnenberger
On Fri, Aug 19, 2011 at 10:55:20AM +, Christos Zoulas wrote: > Every project I know off makes changes locally first and then pushes > them upstream. It is not practical to wait for upstream to be fixed > first, specially in cases of security fixes. In some cases we > maintain many thousands of

Re: CVS commit: src/external/bsd/mdocml

2011-08-19 Thread Christos Zoulas
In article <20110818142524.ga26...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Thu, Aug 18, 2011 at 01:47:19AM +, Christos Zoulas wrote: >> In article <20110817212805.gb16...@britannica.bec.de>, >> Joerg Sonnenberger wrote: >> >Could you please stop randomly changing 3rd party code wi

Re: CVS commit: src/external/bsd/mdocml

2011-08-18 Thread Joerg Sonnenberger
On Thu, Aug 18, 2011 at 01:47:19AM +, Christos Zoulas wrote: > In article <20110817212805.gb16...@britannica.bec.de>, > Joerg Sonnenberger wrote: > >Could you please stop randomly changing 3rd party code without > >contacting the maintainer? > > Unless the rules have changed, for simple comp

Re: CVS commit: src/external/bsd/mdocml

2011-08-17 Thread Christos Zoulas
In article <20110817212805.gb16...@britannica.bec.de>, Joerg Sonnenberger wrote: >Could you please stop randomly changing 3rd party code without >contacting the maintainer? Unless the rules have changed, for simple compilation fixes we don't do that. Otherwise the overhead of doing so would be t

Re: CVS commit: src/external/bsd/mdocml

2011-08-17 Thread Joerg Sonnenberger
Could you please stop randomly changing 3rd party code without contacting the maintainer? Joerg On Wed, Aug 17, 2011 at 05:30:14AM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed Aug 17 09:30:14 UTC 2011 > > Modified Files: > src/external/bsd/

CVS commit: src/external/bsd/mdocml

2010-02-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 19 23:02:41 UTC 2010 Modified Files: src/external/bsd/mdocml: Makefile.inc prepare-import.sh Log Message: Update build system for mdocml 1.9.15. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd

CVS commit: src/external/bsd/mdocml/dist

2010-02-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 19 23:01:28 UTC 2010 Modified Files: src/external/bsd/mdocml/dist: mdoc_action.c Log Message: Merge To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/mdocml/dist/mdoc_action.c Please note that

CVS commit: src/external/bsd/mdocml/dist

2010-02-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 19 22:55:13 UTC 2010 Update of /cvsroot/src/external/bsd/mdocml/dist In directory ivanova.netbsd.org:/tmp/cvs-serv8978 Log Message: Import mdocml 1.9.15 modulo a patch for .Xr handling: - XHTML output support, more human-readable H

Re: CVS commit: src/external/bsd/mdocml/dist

2009-11-08 Thread Joerg Sonnenberger
On Sat, Nov 07, 2009 at 02:52:02AM +, Christos Zoulas wrote: > In article <20091106183619.ga2...@britannica.bec.de>, > Joerg Sonnenberger wrote: > >On Fri, Nov 06, 2009 at 04:53:58PM +, Christos Zoulas wrote: > >> >- portability: warnx -> fprintf/perror > >> > >> This change is backwards

Re: CVS commit: src/external/bsd/mdocml/dist

2009-11-07 Thread M. Warner Losh
In message: <20091107084411.gt15...@snowdrop.l8s.co.uk> David Laight writes: : On Sat, Nov 07, 2009 at 12:48:16AM -0700, M. Warner Losh wrote: : > : > which ones have the same name, but different behavior on OS X? A quick read : > of the man pages suggests they are identical... : :

Re: CVS commit: src/external/bsd/mdocml/dist

2009-11-07 Thread Christos Zoulas
In article <20091107.004816.-432821225@bsdimp.com>, M. Warner Losh wrote: >In message: >chris...@astron.com (Christos Zoulas) writes: >: In article <20091106183619.ga2...@britannica.bec.de>, >: Joerg Sonnenberger wrote: >: >On Fri, Nov 06, 2009 at 04:53:58PM +, Christos Zoul

Re: CVS commit: src/external/bsd/mdocml/dist

2009-11-07 Thread David Laight
On Sat, Nov 07, 2009 at 12:48:16AM -0700, M. Warner Losh wrote: > > which ones have the same name, but different behavior on OS X? A quick read > of the man pages suggests they are identical... Check about whether they need a \n at the end of the format. David -- David Laight: da...@l

Re: CVS commit: src/external/bsd/mdocml/dist

2009-11-06 Thread M. Warner Losh
In message: chris...@astron.com (Christos Zoulas) writes: : In article <20091106183619.ga2...@britannica.bec.de>, : Joerg Sonnenberger wrote: : >On Fri, Nov 06, 2009 at 04:53:58PM +, Christos Zoulas wrote: : >> >- portability: warnx -> fprintf/perror : >> : >> This change is bac

Re: CVS commit: src/external/bsd/mdocml/dist

2009-10-24 Thread Soren Jacobsen
On Oct 21, 2009, at 10:45 AM, Joerg Sonnenberger wrote: Module Name:src Committed By: joerg Date: Wed Oct 21 17:45:09 UTC 2009 Update of /cvsroot/src/external/bsd/mdocml/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24959 Log Message: Initial import mdocml-1.9.9. mdocml pr