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
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
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
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
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
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
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 -
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 -
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
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
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
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
>>
>>> 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
>>> 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
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
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
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
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
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
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
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
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/
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
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
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.
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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...
:
:
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
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
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
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
45 matches
Mail list logo