History log of /netbsd-current/distrib/utils/libhack/setlocale.c
Revision Date Author Comments
# 1.5 08-Jun-2010 tnozaki

fix build breakage by multiple definition of __mb_cur_max.


# 1.4 26-Jul-2003 salo

branches: 1.4.32;
netbsd.org->NetBSD.org


# 1.3 11-Aug-2000 tshiozak

Add __mb_cur_max and rename setlocale function.
(Lack of __mb_cur_max causes to import setlocale.o in libc.a
and causes conflict of symbol, pointed out by Johan Danielsson.)


# 1.2 09-Jan-1998 perry

branches: 1.2.10;
RCS Id Police.


# 1.1 13-Sep-1996 gwr

branches: 1.1.2;
lob off some more libc code


# 1.1.2.2 13-Sep-1996 gwr

lob off some more libc code


# 1.1.2.1 13-Sep-1996 gwr

file setlocale.c was added on branch netbsd-1-2 on 1996-09-13 18:57:39 +0000


# 1.2.10.1 11-Aug-2000 tshiozak

pull up (approved by thopej):

> Module Name: basesrc
> Committed By: tshiozak
> Date: Fri Aug 11 19:58:35 UTC 2000
>
> Modified Files:
> basesrc/distrib/utils/libhack: setlocale.c
>
> Log Message:
> Add __mb_cur_max and rename setlocale function.
> (Lack of __mb_cur_max causes to import setlocale.o in libc.a
> and causes conflict of symbol, pointed out by Johan Danielsson.)
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.2 -r1.3 basesrc/distrib/utils/libhack/setlocale.c


# 1.4.32.1 05-Oct-2008 mjf

Sync with HEAD.