Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0 |
|
#
9e0bd333 |
| 08-Nov-2003 |
Tim J. Robbins <tjr@FreeBSD.org> |
Remove unused #includes.
|
#
02f4f60a |
| 02-Nov-2003 |
Tim J. Robbins <tjr@FreeBSD.org> |
Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implement mbrtowc() and wcrtomb() directly. GB18030, GBK and UTF2 are left unconverted; GB18030 will be done eventually, but GBK and UTF2
Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implement mbrtowc() and wcrtomb() directly. GB18030, GBK and UTF2 are left unconverted; GB18030 will be done eventually, but GBK and UTF2 may just be removed, as they are subsets of GB18030 and UTF-8 respectively.
show more ...
|
Revision tags: release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2 |
|
#
ec5ca2eb |
| 09-Aug-2002 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add safeguards to never use errno == 0 as setrunelocale() error return code
|
#
76692b80 |
| 08-Aug-2002 |
Andrey A. Chernov <ache@FreeBSD.org> |
Rewrite locale loading procedures, so any load failure will not affect currently cached data. It allows a number of nice things, like: removing fallback code from single locale loading, remove memor
Rewrite locale loading procedures, so any load failure will not affect currently cached data. It allows a number of nice things, like: removing fallback code from single locale loading, remove memory leak when LC_CTYPE data loaded again and again, efficient cache use, not only for setlocale(locale1); setlocale(locale1), but for setlocale(locale1); setlocale("C"); setlocale(locale1) too (i.e. data file loaded only once).
show more ...
|
#
45206d5c |
| 07-Aug-2002 |
Andrey A. Chernov <ache@FreeBSD.org> |
Fix wrong address when EucInfo > "variable" size
|
Revision tags: release/4.6.1, release/4.6.0_cvs |
|
#
eb12e52a |
| 14-Apr-2002 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Remove the hard-coded limit of 3 bytes for EUC encodings. Satoshi NIIMI-san kindly explained that EUC does not limit the byte length to any arbitrary number.
We now set the limit to the maximum octe
Remove the hard-coded limit of 3 bytes for EUC encodings. Satoshi NIIMI-san kindly explained that EUC does not limit the byte length to any arbitrary number.
We now set the limit to the maximum octet length of the codeset and it is locale-specific.
Submitted by: Yong-Jhen Hong <winard@ms11.url.com.tw>
show more ...
|
#
a243e676 |
| 07-Apr-2002 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification.
PR: 28552 Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
|
#
333fc21e |
| 22-Mar-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Fix the style of the SCM ID's. I believe have made all of libc .c's as consistent as possible.
|
#
c05ac53b |
| 21-Mar-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Remove __P() usage.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs, release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
8b96e6c9 |
| 03-Jun-2000 |
Andrey A. Chernov <ache@FreeBSD.org> |
Megre XPG4 code into libc
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6 |
|
#
da8a9b61 |
| 14-Jan-1998 |
John Birrell <jb@FreeBSD.org> |
Include string.h for memcpy function prototype.
|
Revision tags: release/2.2.5_cvs, release/2.2.2_cvs, 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, release/2.1.0_cvs |
|
#
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, release/2.0, release/1.1.5.1_cvs |
|
#
58f0484f |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Lib Sources
|