summaryrefslogtreecommitdiffstats
path: root/include/locale.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the 6 new C99 struct lconv members dealing with formattingtjr2002-10-091-0/+6
| | | | | | | | | international monetary values: int_p_cs_precedes, int_n_cs_precedes, int_p_sep_by_space, int_n_sep_by_space, int_p_sign_posn, int_n_sign_posn. This should not break existing binaries or LC_MONETARY data files. Reviewed by: ache MFC after: 1 month
* Breath deep and take __P out of the system include files.imp2002-03-231-2/+3
| | | | | | # 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.
* Basic support for LC_MESSAGESache1998-04-291-1/+2
|
* Remove collate_range_cmpache1996-10-311-3/+0
|
* #if !ANSI !POSIX newly added collate_range_cmp functionache1996-08-131-0/+2
|
* There is so many places where range comparation (using collate)ache1996-08-121-0/+1
| | | | | needed (much more than I think initially), so I forced to add new user-visible non-standard function to libc.
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+80
OpenPOWER on IntegriCloud