summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/setlocale.3
Commit message (Collapse)AuthorAgeFilesLines
* Add reference to environ(7)ache2004-01-291-1/+2
|
* Split the documentation for localeconv() off into a separate manual page.tjr2003-12-071-174/+5
|
* Update cross references after utf2/euc move.tjr2003-11-151-2/+2
|
* Assorted mdoc(7) fixes.ru2003-05-221-1/+1
| | | | Approved by: re (blanket)
* According to C99 decimal_point can't be the empty string, mention it.ache2003-03-201-1/+2
|
* Add a UTF-8 encoding method, which will eventually replace the antiquetjr2002-10-101-1/+2
| | | | | | | "UTF2" method. Although UTF-8 and the old UTF2 encoding are compatible for 16-bit characters, the new UTF-8 implementation is much more strict about rejecting malformed input and also handles the full 31 bit range of characters.
* Add support for the 6 new C99 struct lconv members dealing with formattingtjr2002-10-091-2/+32
| | | | | | | | | 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
* Add ERRORS section according to POSIX (no errors)ache2002-08-031-0/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: fixed bugs in rev. 1.19, split section headers names.ru2001-07-041-5/+5
|
* Describe success return valueache2001-06-251-0/+6
|
* Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-currentphantom2001-05-031-25/+0
| | | | anymore.
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Fix a macro name typo that made a word disappear.jdp1999-04-031-1/+1
|
* Sort cross references.wosch1998-08-311-1/+1
|
* Add reference to catopen(3)ache1998-04-301-1/+4
|
* Basic support for LC_MESSAGESache1998-04-291-0/+2
|
* Expanded cross references.alex1998-01-021-0/+1
|
* Restore PATH_LOCALE functionality using issetugid() call nowache1997-04-071-1/+1
|
* Comment out PATH_LOCALE referenceache1997-02-061-1/+1
| | | | Should go into 2.2
* Don't use hardcoded *roff font change requests. Do itmpp1997-01-311-4/+6
| | | | via mdoc macros instead.
* Add a couple of additional xrefs.mpp1997-01-111-1/+3
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+2
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Implement locale-sensitive strftime () from ADO (heavily modifiedwollman1995-08-041-1/+6
| | | | | | | | | | by me). This probably loses for multibyte characters, but I have no way of telling. I'll let ache decide whether to add this support to startup_setlocale. Note that for this to make any sense at all, the symlinks in /usr/share/locale must go. (For the moment, this doesn't make any difference since there are no locales supplied.) Obtained from: Arthur David Olson <ado@elsie.nci.nih.gov>
* Update info about LC_COLLATE implementationache1995-03-261-3/+1
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+321
OpenPOWER on IntegriCloud