Re: CVS commit: src/bin/sh

2018-03-17 Thread Robert Elz
Date:Sun, 18 Mar 2018 03:29:54 +0300 From:Valery Ushakov Message-ID: <20180318002954.gl3...@pony.stderr.spb.ru> | At this point I'm inclined to just chalk it up to English culture | being nominalistic par excelence and give up any further

Re: CVS commit: [pgoyette-compat] src

2018-03-17 Thread Christos Zoulas
On Mar 18, 10:36am, p...@whooppee.com (Paul Goyette) wrote: -- Subject: Re: CVS commit: [pgoyette-compat] src | They actually did get build, so I guess gcc didn't mind the missing | (void) in the function definiiton. | | Maybe we're not building modules with a sufficiently high WARNS=n ? Yes,

Re: CVS commit: [pgoyette-compat] src

2018-03-17 Thread Paul Goyette
On Sun, 18 Mar 2018, Paul Goyette wrote: These look wrong: -compat_60_fini(void) +compat_60_fini() Fixed. Thanks for catching. Now I gotta figure out why this didn't get compiled! They actually did get build, so I guess gcc didn't mind the missing (void) in the function definiiton.

Re: CVS commit: [pgoyette-compat] src

2018-03-17 Thread Paul Goyette
On Sun, 18 Mar 2018, Christos Zoulas wrote: In article <20180318020521.c4818f...@cvs.netbsd.org>, Paul Goyette wrote: -=-=-=-=-=- Module Name:src Committed By: pgoyette Date: Sun Mar 18 02:05:21 UTC 2018 Modified Files:

Re: CVS commit: [pgoyette-compat] src

2018-03-17 Thread Christos Zoulas
In article <20180318020521.c4818f...@cvs.netbsd.org>, Paul Goyette wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: pgoyette >Date: Sun Mar 18 02:05:21 UTC 2018 > >Modified Files: > src/distrib/sets/lists/modules [pgoyette-compat]: mi >

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.

Re: CVS commit: src/bin/sh

2018-03-17 Thread Valery Ushakov
On Sun, Mar 18, 2018 at 04:12:16 +0700, Robert Elz wrote: > Date:Sat, 17 Mar 2018 22:52:51 +0300 > From:Valery Ushakov > Message-ID: <20180317195251.gj3...@pony.stderr.spb.ru> > > | Environment variable is a name/value pair stored in an

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

Re: CVS commit: src/bin/sh

2018-03-17 Thread Robert Elz
Date:Sat, 17 Mar 2018 22:52:51 +0300 From:Valery Ushakov Message-ID: <20180317195251.gj3...@pony.stderr.spb.ru> | Environment variable is a name/value pair stored in an environment If you stopped there I'd agree with you. | that a C program

Re: CVS commit: src/bin/sh

2018-03-17 Thread Robert Elz
Date:Sat, 17 Mar 2018 23:10:36 +0300 From:Valery Ushakov Message-ID: <20180317201036.gk3...@pony.stderr.spb.ru> | [this probably belong to tech-userlevel] Perhaps - we don't really have a good place to discuss the doc. | ksh(1) has

Re: CVS commit: src/bin/sh

2018-03-17 Thread Valery Ushakov
[this probably belong to tech-userlevel] On Sat, Mar 17, 2018 at 03:46:44 +0300, Valery Ushakov wrote: > That reminds me... We currently abuse ENVIRONMENT section to document > variables like PS1 or HISTSIZE which are quite obviously not > environment variables. I think most of them should be

Re: CVS commit: src/bin/sh

2018-03-17 Thread Valery Ushakov
On Sat, Mar 17, 2018 at 23:10:38 +0700, Robert Elz wrote: > Date:Sat, 17 Mar 2018 16:18:58 +0300 > From:Valery Ushakov > Message-ID: <20180317131858.gi3...@pony.stderr.spb.ru> > > | Exactly. And when all of them are, it kinda defeats the

Re: CVS commit: src/bin/sh

2018-03-17 Thread Robert Elz
Date:Sat, 17 Mar 2018 16:18:58 +0300 From:Valery Ushakov Message-ID: <20180317131858.gi3...@pony.stderr.spb.ru> | Exactly. And when all of them are, it kinda defeats the purpose of | them being in the ENVIRONMENT section. Why?What

Re: CVS commit: src/bin/sh

2018-03-17 Thread Valery Ushakov
On Sat, Mar 17, 2018 at 09:05:37 +0700, Robert Elz wrote: > Date:Sat, 17 Mar 2018 03:46:44 +0300 > From:Valery Ushakov > Message-ID: <20180317004644.gh3...@pony.stderr.spb.ru> > > | That reminds me... We currently abuse ENVIRONMENT section to