Revision tags: release/4.6.1, release/4.6.0_cvs |
|
#
0b759b86 |
| 14-Apr-2002 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Install digittoint.3 (forgotten in rev 1.21)
PR: docs/26451 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
758671eb |
| 11-Jan-2002 |
Bruce Evans <bde@FreeBSD.org> |
Fixed unsorting of MLINKS in previous commit. Fixed unsorting of SRCS in rev.1.18.
|
#
26dabb60 |
| 09-Jan-2002 |
Nik Clayton <nik@FreeBSD.org> |
From the PR:
1. ctype.h defines digittoint(), isnumber() and ishexnmber(), yet they are not documented in any of the manpages.
2. The ctype manpage references a non-existent
From the PR:
1. ctype.h defines digittoint(), isnumber() and ishexnmber(), yet they are not documented in any of the manpages.
2. The ctype manpage references a non-existent manpage for digittoint().
3. The isascii() manpage claims it is standards compliant, when it isn't.
4. isblank() claims it is _not_ standards compliant, when it is.
Fix by including the appropriate .Nm entries, and with a new digittoint.3 page.
PR: docs/26451 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
show more ...
|
#
1d7f7b7a |
| 03-May-2001 |
Alexey Zelkin <phantom@FreeBSD.org> |
add nl_langinfo(3)
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
4a558355 |
| 27-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
MAN[1-9] -> MAN.
|
#
1bd7723d |
| 10-Feb-2001 |
Alexey Zelkin <phantom@FreeBSD.org> |
. Fix semantics of grouping (LC_MONETARY::mon_grouping, LC_NUMERIC::grouping) values. . Always set __XXX_changed flags then loading numeric & monetary locale categories to allow localeconv() to u
. Fix semantics of grouping (LC_MONETARY::mon_grouping, LC_NUMERIC::grouping) values. . Always set __XXX_changed flags then loading numeric & monetary locale categories to allow localeconv() to use C locale also.
show more ...
|
#
747a8b55 |
| 08-Feb-2001 |
Alexey Zelkin <phantom@FreeBSD.org> |
add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.c remove lconv.c
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0 |
|
#
ea28904c |
| 25-Feb-1999 |
Bruce Evans <bde@FreeBSD.org> |
Fixed tab lossage in previous commit.
|
#
7a129df7 |
| 23-Feb-1999 |
Andrey A. Chernov <ache@FreeBSD.org> |
remove ctype.c - unused and confusing
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
7a55a3c2 |
| 15-Aug-1998 |
Poul-Henning Kamp <phk@FreeBSD.org> |
I have added the support for BIG5 encoding into libc/libxpg4/mklocale. the diff is attached below. This is done on the 3.0 source-tree. I have test this on 2.2-stable before, but I don't have a 3.0 m
I have added the support for BIG5 encoding into libc/libxpg4/mklocale. the diff is attached below. This is done on the 3.0 source-tree. I have test this on 2.2-stable before, but I don't have a 3.0 machine right now.
This patch is mainly to make libc support BIG5 encoding, thus add zh_TW.BIG5 locale to 3.0.
Submitted by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
show more ...
|
Revision tags: release/2.2.7, release/2.2.6 |
|
#
0107877e |
| 20-Feb-1998 |
John Birrell <jb@FreeBSD.org> |
Change MACHINE references to MACHINE_ARCH.
|
#
b966cc23 |
| 21-Oct-1997 |
Bruce Evans <bde@FreeBSD.org> |
Sorted lists.
|
Revision tags: release/2.2.5_cvs |
|
#
2bc3b4d7 |
| 15-Oct-1997 |
Bruce Evans <bde@FreeBSD.org> |
Removed the subdirectory paths from the definitions of MAN[1-9]. They were a workaround for limitations in bsd.man.mk that were fixed about 2 years ago.
|
#
16f76e6f |
| 24-Sep-1997 |
Julian Elischer <julian@FreeBSD.org> |
Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment)
|
Revision tags: release/2.2.2_cvs |
|
#
87003932 |
| 03-May-1997 |
John Birrell <jb@FreeBSD.org> |
Changed all paths to be relative to src/lib instead of src/lib/libc so that all these makefiles can be used to build libc_r too.
Added .if ${LIB} == "c" tests to restrict man page builds to libc to
Changed all paths to be relative to src/lib instead of src/lib/libc so that all these makefiles can be used to build libc_r too.
Added .if ${LIB} == "c" tests to restrict man page builds to libc to avoid needlessly building them with libc_r too.
Split libc Makefile into Makefile and Makefile.inc to allow the libc_r Makefile to include Makefile.inc too.
show more ...
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs |
|
#
2eecfbac |
| 12-Aug-1996 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add internal function __collcmp once instead of adding it statically to many places in the libc
|
Revision tags: release/2.1.0_cvs |
|
#
9d45c3af |
| 23-Oct-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Reduce static binaries bloat by splitting out normally unused setinvalidrune()
|
#
350a3d3e |
| 23-Oct-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Migrate from XPG4 to XPG3 (libxpg4 will be added soon) Remove big part of my startup_setlocale hack. Add missing manpage links.
|
Revision tags: release/2.0.5_cvs |
|
#
c3d0cca4 |
| 16-Feb-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add 8-bit collate stuff Submitted by: alex@elvisti.kiev.ua
|
Revision tags: release/2.0 |
|
#
2f04ec53 |
| 24-Sep-1994 |
Andrey A. Chernov <ache@FreeBSD.org> |
Make not-so-space-eaten locale version: split modules to bring only neccessary functions, eliminate sprintf, make reduced startup_locale version.
|
#
2ceb2ce9 |
| 05-Aug-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
First crack at making libc work with the new make macros. It compiles on my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge.
|
Revision tags: release/1.1.5.1_cvs |
|
#
58f0484f |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Lib Sources
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0 |
|
#
91e0bf6a |
| 22-Jan-2008 |
Andrey A. Chernov <ache@FreeBSD.org> |
Introduce new encoding: "ASCII" It differs from default C/POSIX "NONE" mainly by stricter 8bit check for mb*towc*/wc*tomb* family, returning EILSEQ
|
Revision tags: release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
6fad3aaf |
| 13-Mar-2006 |
Daniel Eischen <deischen@FreeBSD.org> |
Add each directory's symbol map file to SYM_MAPS.
|