| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix longstanding mb/wc functions segfault if error occurse | Andrey A. Chernov | 2008-01-23 | 1 | -29/+39 |
* | Better fix for longstanding segfault. Don't touch current locale at all | Andrey A. Chernov | 2008-01-23 | 1 | -17/+29 |
* | 1) Add (void) cast to _none_init() (while I am here) | Andrey A. Chernov | 2008-01-23 | 1 | -2/+4 |
* | Introduce new encoding: "ASCII" | Andrey A. Chernov | 2008-01-21 | 1 | -0/+2 |
* | The problem is: currently our single byte ctype(3) functions are broken | Andrey A. Chernov | 2007-10-13 | 1 | -0/+5 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
* | . Static'ize functions exported via function reference variables only. | Alexey Zelkin | 2005-02-27 | 1 | -15/+1 |
* | Remove setrunelocale() | Andrey A. Chernov | 2004-10-18 | 1 | -23/+0 |
* | Remove the obsolete <rune.h> interface. | Tim J. Robbins | 2004-10-17 | 1 | -3/+3 |
* | Remove support for the obsolete UTF2 encoding. | Tim J. Robbins | 2004-10-17 | 1 | -3/+0 |
* | Change "deprecated" in link-time warnings about various rune functions | Tim J. Robbins | 2004-08-21 | 1 | -1/+1 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | Tim J. Robbins | 2004-07-21 | 1 | -12/+13 |
* | Prefix the names of members of _RuneLocale and its sub-structures | Tim J. Robbins | 2004-06-23 | 1 | -13/+13 |
* | Allow encoding modules to override the default implementations of | Tim J. Robbins | 2004-05-13 | 1 | -3/+15 |
* | Move prototypes of various encoding-related functions into a new header | Tim J. Robbins | 2004-05-12 | 1 | -12/+1 |
* | Allow partial multibyte characters to accumulate in conversion state | Tim J. Robbins | 2004-04-07 | 1 | -0/+7 |
* | Remove support for emulating mbrtowc() and wcrtomb() in terms of the | Tim J. Robbins | 2004-04-04 | 1 | -6/+2 |
* | Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale. | Tim J. Robbins | 2003-12-08 | 1 | -0/+14 |
* | Add gb2312 encoding. | David Xu | 2003-11-05 | 1 | -0/+3 |
* | Allow mbrtowc() and wcrtomb() to be implemented directly, instead of | Tim J. Robbins | 2003-11-01 | 1 | -0/+15 |
* | Add support for gb18030 encoding | Andrey A. Chernov | 2003-07-29 | 1 | -0/+3 |
* | Add const to __setrunelocale prototype | Andrey A. Chernov | 2003-07-06 | 1 | -4/+4 |
* | Reorganize wrapper around setrunelocale() to mark it as deprecated | Andrey A. Chernov | 2003-07-06 | 1 | -11/+39 |
* | Reduce code duplication by separating _PathLocle detection code into | Alexey Zelkin | 2003-06-25 | 1 | -16/+3 |
* | Add GBK encoding | Andrey A. Chernov | 2003-06-01 | 1 | -1/+4 |
* | Add a UTF-8 encoding method, which will eventually replace the antique | Tim J. Robbins | 2002-10-10 | 1 | -0/+3 |
* | Add safeguards to never use errno == 0 as setrunelocale() error return code | Andrey A. Chernov | 2002-08-09 | 1 | -3/+3 |
* | Rewrite locale loading procedures, so any load failure will not affect | Andrey A. Chernov | 2002-08-08 | 1 | -21/+50 |
* | Reset __mb_cur_max to 1 when "C" or "POSIX" locales loaded after multibyte one | Andrey A. Chernov | 2002-08-07 | 1 | -0/+1 |
* | Catch empty encoding name too | Andrey A. Chernov | 2002-08-03 | 1 | -1/+1 |
* | Return errno provided by fopen, not always ENOENT. | Andrey A. Chernov | 2002-08-03 | 1 | -10/+10 |
* | Check encoding for ".", ".." and / inside | Andrey A. Chernov | 2002-08-03 | 1 | -1/+5 |
* | Return EINVAL for NULL or too long encoding, not EFAULT | Andrey A. Chernov | 2002-08-03 | 1 | -1/+1 |
* | Return ENAMETOOLONG for long PATH_LOCALE, not EFAULT | Andrey A. Chernov | 2002-08-03 | 1 | -1/+1 |
* | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -2/+3 |
* | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 1 | -6/+6 |
* | Megre XPG4 code into libc | Andrey A. Chernov | 2000-06-03 | 1 | -23/+4 |
* | I have added the support for BIG5 encoding into libc/libxpg4/mklocale. | Poul-Henning Kamp | 1998-08-15 | 1 | -0/+3 |
* | Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() which | John Birrell | 1998-01-15 | 1 | -1/+5 |
* | Move MSKanji under XPG4 define | Andrey A. Chernov | 1997-09-25 | 1 | -8/+8 |
* | Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp> | Julian Elischer | 1997-09-24 | 1 | -0/+3 |
* | Restore PATH_LOCALE functionality using issetugid() call now | Andrey A. Chernov | 1997-04-07 | 1 | -2/+14 |
* | Use symbolic constants instead of hardcoded digits | Andrey A. Chernov | 1997-02-06 | 1 | -4/+3 |
* | Update the comment why range checking not needed | Andrey A. Chernov | 1997-02-05 | 1 | -2/+2 |
* | Add comment that range checking is already done at upper level | Andrey A. Chernov | 1996-12-28 | 1 | -0/+1 |
* | Back out rev 1.5: the overflow condition is already handled elsewhere. | Joerg Wunsch | 1996-12-22 | 1 | -2/+4 |
* | Fix yet another buffer overflow. :-( | Joerg Wunsch | 1996-12-16 | 1 | -4/+2 |
* | PATH_LOCALE: use this non-standard env variable first time only, i.e. | Andrey A. Chernov | 1996-11-26 | 1 | -4/+3 |
* | Move more stuff out to XPG4 | Andrey A. Chernov | 1995-11-03 | 1 | -0/+1 |
* | Treat empty encoding as "C" encoding | Andrey A. Chernov | 1995-10-23 | 1 | -1/+1 |