summaryrefslogtreecommitdiffstats
path: root/include/xlocale/_ctype.h
Commit message (Collapse)AuthorAgeFilesLines
* Use defined() to test macro definitions.demon2012-11-141-1/+1
| | | | Approved by: theraven
* Fix a bug caused by some misplaced brackets.theraven2012-04-221-2/+2
| | | | Reported by: das
* And remove the duplicate inlines...theraven2012-03-131-2/+2
| | | | Approved by: dim (mentor)
* Fix the other missing prototypes.theraven2012-03-131-0/+5
| | | | Approved by: dim (mentor)
* Add missing prototypes.theraven2012-03-131-0/+5
| | | | Approved by: dim (mentor)
* More xlocale cleanups.theraven2012-03-131-26/+26
| | | | Approved by: dim (mentor)
* After r232498, programs built with -ansi or -std=c89 including <ctype.h>dim2012-03-061-2/+2
| | | | | | | | would not compile anymore, due to plain 'inline' keywords. Fix this by using __inline instead. Reported by: Jia-Shiun Li <jiashiun@gmail.com> Discussed with: theraven
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildtheraven2012-03-041-0/+193
| | | | | | universe with gcc. Approved by: dim (mentor)
* Revert r231673 and r231682 for now, until we can run a full makedim2012-02-141-182/+0
| | | | | | universe with them. Sorry for the breakage. Pointy hat to: me and brooks
* Cleanup of xlocale:theraven2012-02-141-0/+182
- 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)
OpenPOWER on IntegriCloud