head	1.5;
access;
symbols
	RELENG_9_1_0_RELEASE:1.3.2.2.2.2
	RELENG_9_1:1.3.2.2.0.2
	RELENG_9_1_BP:1.3.2.2
	RELENG_9:1.3.0.2;
locks; strict;
comment	@# @;


1.5
date	2013.05.22.00.47.44;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.01.49.16;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.03.04.15.31.13;	author theraven;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2012.02.14.21.48.46;	author dim;	state dead;
branches;
next	1.1;

1.1
date	2012.02.14.12.03.23;	author theraven;	state Exp;
branches;
next	;

1.3.2.1
date	2012.05.22.14.40.39;	author theraven;	state dead;
branches;
next	1.3.2.2;

1.3.2.2
date	2012.05.22.14.40.39;	author theraven;	state Exp;
branches
	1.3.2.2.2.1;
next	1.3.2.3;

1.3.2.3
date	2012.11.17.11.36.14;	author svnexp;	state Exp;
branches;
next	;

1.3.2.2.2.1
date	2012.08.05.23.54.33;	author kensmith;	state Exp;
branches;
next	1.3.2.2.2.2;

1.3.2.2.2.2
date	2012.11.17.08.47.05;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/250883
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/include/xlocale/Makefile 250883 2013-05-21 19:59:37Z ed $ 

NO_OBJ=
INCS=	_ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h\
	_stdlib.h _string.h _time.h _uchar.h _wchar.h
INCSDIR=${INCLUDEDIR}/xlocale

.include <bsd.prog.mk>
@


1.4
log
@Switching exporter and resync
@
text
@d1 1
a1 1
# $FreeBSD: head/include/xlocale/Makefile 231673 2012-02-14 12:03:23Z theraven $ 
d5 1
a5 1
	_stdlib.h _string.h _time.h _wchar.h
@


1.3
log
@SVN rev 232498 on 2012-03-04 15:31:13Z by theraven

Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build
universe with gcc.

Approved by:	dim (mentor)
@
text
@d1 1
a1 1
# $FreeBSD$ 
@


1.3.2.1
log
@file Makefile was added on branch RELENG_9 on 2012-05-22 14:43:14 +0000
@
text
@d1 8
@


1.3.2.2
log
@SVN rev 235785 on 2012-05-22 14:40:39Z by theraven

MFC the xlocale implementation.

Merged revisions: 227487,227753,227807,227818,227999,228002,228875,230156,231673,232498,232601,232620,232626,232926-232927,232929,232931,232935,233173,233600,234573,234578,235239

This currently defines __NO_TLS on ARM (unlike head), because the required
support function has not been MFC'd.
@
text
@a0 8
# $FreeBSD$ 

NO_OBJ=
INCS=	_ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h\
	_stdlib.h _string.h _time.h _wchar.h
INCSDIR=${INCLUDEDIR}/xlocale

.include <bsd.prog.mk>
@


1.3.2.3
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242902
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242902 | dteske | 2012-11-11 23:29:45 +0000 (Sun, 11 Nov 2012) | 10 lines
## SVN ##
## SVN ## Fix a regression introduced by SVN r211417 that saw the breakage of a feature
## SVN ## documented in usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):
## SVN ##
## SVN ## If /usr/sbin/sysinstall is linked to another filename, say
## SVN ## `/usr/local/bin/configPackages', then the basename will be used
## SVN ## as an implicit command name.
## SVN ##
## SVN ## Reviewed by:	adrian (co-mentor)
## SVN ## Approved by:	adrian (co-mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/include/xlocale/Makefile 231673 2012-02-14 12:03:23Z theraven $ 
@


1.3.2.2.2.1
log
@SVN rev 239080 on 2012-08-05 23:54:33Z by kensmith

Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.

Approved by:	re (implicit)
@
text
@@


1.3.2.2.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/9.1/include/xlocale/Makefile 231673 2012-02-14 12:03:23Z theraven $ 
@


1.2
log
@SVN rev 231714 on 2012-02-14 21:48:46Z by dim

Revert r231673 and r231682 for now, until we can run a full make
universe with them.  Sorry for the breakage.

Pointy hat to:	     me and brooks
@
text
@d1 1
a1 1
# $FreeBSD: src/include/xlocale/Makefile,v 1.1 2012/02/14 12:03:23 theraven Exp $ 
@


1.1
log
@SVN rev 231673 on 2012-02-14 12:03:23Z by theraven

Cleanup of xlocale:

- Address performance regressions encountered by das@@ by caching per-thread
  data in TLS where available.
- Add a __NO_TLS flag to cdefs.h to indicate where not available.
- Reorganise the xlocale.h definitions into xlocale/*.h so that they can be
  included from multiple places.
- Export the POSIX2008 subset of xlocale when POSIX2008 says it should be
  exported, independently of whether xlocale.h is included.
- Fix the bug where programs using ctype functions always assumed ASCII unless
  recompiled.
- Fix some style(9) violations.

Reviewed by:	brooks (mentor)
Approved by:	dim (mentor)
@
text
@d1 1
a1 1
# $FreeBSD$ 
@

