#
7438fc3a |
| 31-Aug-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Split ansi.c into a separate source file for each function.
|
#
7d77551c |
| 20-Aug-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Add a manual page for wcwidth().
|
#
c1a0a78d |
| 20-Aug-2002 |
Andrey A. Chernov <ache@FreeBSD.org> |
Remove wcswidth.c from here (and move it to "string")
|
#
8077fafd |
| 20-Aug-2002 |
Andrey A. Chernov <ache@FreeBSD.org> |
Remove space at the end of continuation line in prev. commit
|
#
f999b4ba |
| 19-Aug-2002 |
Andrey A. Chernov <ache@FreeBSD.org> |
Implement wcswidth()
|
#
e92a3d83 |
| 18-Aug-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Implement the ISO C90 Amd.1 restartable wide and multibyte character manipulation functions mbrlen(), mbrtowc(), mbsinit(), mbsrtowcs(), wcrtomb(), wcsrtombs().
|
#
d8d0cebe |
| 17-Aug-2002 |
Andrey A. Chernov <ache@FreeBSD.org> |
Move wcwidth() to separate file, it doesn't belong to iswctype.c at all
|
Revision tags: release/4.6.2_cvs, release/4.6.2 |
|
#
71a63bac |
| 06-Aug-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Build iswctype.c and manual pages for the functions it defines.
|
#
46450799 |
| 04-Aug-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.
|
#
1a2140f5 |
| 04-Aug-2002 |
Bruce Evans <bde@FreeBSD.org> |
Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment to MAN per section).
|
#
e9fb7011 |
| 03-Aug-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions.
|
#
5b32667c |
| 03-Aug-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Add ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.
|
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.
|