Re: /usr.bin/colldef and collation tables

2013-03-28 Thread Stefan Sperling
On Tue, Mar 26, 2013 at 07:31:01AM -0500, Vladimir Támara Patiño wrote: > I didnt' receive answer if I should send both patches as one. Since > I corrected a realloc in collate.c, here I'm sending everything > (including man pages of wcscoll, wcsxfrm and corrections > for strcoll and strxfmr). I d

Re: /usr.bin/colldef and collation tables

2013-03-25 Thread Vladimir Támara Patiño
On Sat, Mar 23, 2013 at 04:09:12PM +0100, Stefan Sperling wrote: On Sat, Mar 23, 2013 at 09:27:50AM -0500, Vladimir Támara Patiño wrote: > >Please change this to look like > >in other parse.y files in the OpenBSD src tree (e.g. look at bgpd). > > Could you change? No, sorry. I don't have time

Re: /usr.bin/colldef and collation tables

2013-03-23 Thread Stefan Sperling
On Sat, Mar 23, 2013 at 09:27:50AM -0500, Vladimir Támara Patiño wrote: > >Please change this to look like > >in other parse.y files in the OpenBSD src tree (e.g. look at bgpd). > > Could you change? No, sorry. I don't have time for doing that. Please cross-check the parse.y files yourself and ma

Re: /usr.bin/colldef and collation tables

2013-03-22 Thread Stefan Sperling
On Fri, Mar 22, 2013 at 05:56:50AM -0500, Vladimir Támara Patiño wrote: > I reworked collation support based on: > http://marc.info/?l=openbsd-tech&m=136283674512235&w=4 > > Here I'm attaching a first part consisting of: > > * The program colldef based on FreeBSD (similar to mklocale that is > ba