summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/nomacros.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the style of the SCM ID's.obrien2002-03-221-0/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* Reviewed by: ache and wollman (long ago)bde1995-04-071-46/+6
| | | | | | | | | | | | | | | | | | isctype.c: o The tolower() and toupper() functions duplicated too much code and were out of date (surprise). This didn't matter because it was difficult to call them. o Change formatting to be more like that in <ctype.h> (with extra parentheses as in the macros). Perhaps this file should be machine generated or everything should be handled like __tolower() so that no code is repeated. nomacros.c: o Instead of looking at _USE_CTYPE_INLINE_ to see what <ctype.h> has done, set _EXTERNALIZE_CTYPE_INLINES_ to tell <ctype.h> what to do, so that we don't have anything left to do. Note that code is now generated even if inlines are used by default. This allows users to switch to non-inline versions.
* Sync with ctype.h (remove EOF handling)ache1994-10-091-9/+0
|
* Sync with ctype.h (EOF, sign extention fixes)ache1994-10-081-0/+17
|
* Make not-so-space-eaten locale version:ache1994-09-241-0/+41
split modules to bring only neccessary functions, eliminate sprintf, make reduced startup_locale version.
OpenPOWER on IntegriCloud