History log of /freebsd-10.2-release/lib/libc/locale/setlocale.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 213573 08-Oct-2010 uqs

mdoc: drop redundant .Pp and .LP calls

They have no effect when coming in pairs, or before .Bl/.Bd


# 210765 02-Aug-2010 uqs

mdoc: remove unbalanced quotes


# 165903 09-Jan-2007 imp

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 140505 20-Jan-2005 ru

Sort sections.


# 136609 17-Oct-2004 tjr

Remove the obsolete <rune.h> interface.


# 136604 17-Oct-2004 tjr

Remove support for the obsolete UTF2 encoding.


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 125190 29-Jan-2004 ache

Add reference to environ(7)


# 123221 07-Dec-2003 tjr

Split the documentation for localeconv() off into a separate manual page.


# 122730 15-Nov-2003 tjr

Update cross references after utf2/euc move.


# 115225 22-May-2003 ru

Assorted mdoc(7) fixes.

Approved by: re (blanket)


# 112426 20-Mar-2003 ache

According to C99 decimal_point can't be the empty string, mention it.


# 104828 10-Oct-2002 tjr

Add a UTF-8 encoding method, which will eventually replace the antique
"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.


# 104711 09-Oct-2002 tjr

Add support for the 6 new C99 struct lconv members dealing with formatting
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


# 101277 03-Aug-2002 ache

Add ERRORS section according to POSIX (no errors)


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 79194 04-Jul-2001 ru

mdoc(7) police: fixed bugs in rev. 1.19, split section headers names.


# 78775 25-Jun-2001 ache

Describe success return value


# 76247 03-May-2001 phantom

Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-current
anymore.


# 73088 26-Feb-2001 ru

.St -ansiC -> .St -isoC


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
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


# 45273 03-Apr-1999 jdp

Fix a macro name typo that made a word disappear.


# 38702 31-Aug-1998 wosch

Sort cross references.


# 35555 30-Apr-1998 ache

Add reference to catopen(3)


# 35523 29-Apr-1998 ache

Basic support for LC_MESSAGES


# 32193 02-Jan-1998 alex

Expanded cross references.


# 24694 07-Apr-1997 ache

Restore PATH_LOCALE functionality using issetugid() call now


# 22331 06-Feb-1997 ache

Comment out PATH_LOCALE reference

Should go into 2.2


# 22149 31-Jan-1997 mpp

Don't use hardcoded *roff font change requests. Do it
via mdoc macros instead.


# 21548 11-Jan-1997 mpp

Add a couple of additional xrefs.


# 17782 22-Aug-1996 mpp

Correctly use .Fn instead of .Nm to reference function names
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.


# 9912 04-Aug-1995 wollman

Implement locale-sensitive strftime () from ADO (heavily modified
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>


# 7392 26-Mar-1995 ache

Update info about LC_COLLATE implementation


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources