summaryrefslogtreecommitdiffstats
path: root/include/rune.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the obsolete <rune.h> interface.tjr2004-10-171-68/+0
|
* Prefix the names of members of _RuneLocale and its sub-structurestjr2004-06-231-6/+4
| | | | | | with ``__'' to avoid polluting the namespace. This doesn't change the documented rune interface at all, but breaks applications that accessed _RuneLocale directly.
* Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)phantom2003-06-251-2/+0
| | | | Reviewed by: ache
* o Fix namespace scope issues in <ctype.h> by using the relatively newmike2002-09-061-1/+6
| | | | | | | | | | | | visibility primitives. o Implement _tolower() and _toupper() POSIX.1-2001 (XSI) macros in <ctype.h>. o Reduce pollution in <runetype.h> by removing typedefs and using implementation namespaced types. o Add a typedef in <rune.h> to compensate for <runetype.h> losing its typedefs. Reviewed by: bde
* Breath deep and take __P out of the system include files.imp2002-03-231-8/+9
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+66
OpenPOWER on IntegriCloud