]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc/locale
Sync with OpenBSD: avoid memory leak when __vfprintf() fails because it
[FreeBSD/FreeBSD.git] / lib / libc / locale /
2002-09-24 Tim J. RobbinsWarn when setinvalidrune() is referenced for consistenc...
2002-09-22 Tim J. RobbinsAdd the remaining C99 wide character string to integer...
2002-09-18 Tim J. RobbinsDeprecate the rest of the rune interface.
2002-09-18 Tim J. RobbinsMark mbmb(), mbrune(), and mbrrune() as deprecated...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-09-15 Tim J. RobbinsAdd wcstod() as a wrapper around strtod(). It does...
2002-09-15 Tim J. RobbinsUse the heap instead of the stack to store temporary...
2002-09-12 Tim J. RobbinsCorrect type of second argument: it is wchar_t ** restrict,
2002-09-11 Tim J. RobbinsAdd an implementation of wcsftime() (wide character...
2002-09-08 Tim J. RobbinsAdd wcstol() and wcstoul(), based on strtol() and strto...
2002-09-06 Tim J. RobbinsStyle: One space between "restrict" qualifier and "*".
2002-09-03 Tim J. RobbinsSet errno to EILSEQ when invalid multibyte sequences...
2002-09-02 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Tim J. RobbinsTypo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which...
2002-09-01 Tim J. RobbinsAdd restrict qualifiers to the arguments of mbstowcs...
2002-08-31 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-08-31 Tim J. RobbinsImplement the XSI extension which allows the destinatio...
2002-08-31 Tim J. RobbinsSplit ansi.c into a separate source file for each function.
2002-08-31 Andrey A. ChernovUse ntohl() to read cnains number in new format
2002-08-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-30 Andrey A. ChernovStyle fix
2002-08-30 Andrey A. ChernovPrepare for switching to unlimited chains format.
2002-08-29 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-08-28 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-21 Mike Barcrofto Merge <machine/ansi.h> and <machine/types.h> into...
2002-08-20 Tim J. RobbinsAdd a manual page for wcwidth().
2002-08-20 Andrey A. ChernovRemove wcswidth.c from here (and move it to "string")
2002-08-20 Andrey A. ChernovRemove space at the end of continuation line in prev...
2002-08-19 Andrey A. ChernovImplement wcswidth()
2002-08-19 Andrey A. ChernovUse modern-style arguments declaration
2002-08-19 Andrey A. ChernovWrite null wide-character as L'\0' like in other places
2002-08-19 Andrey A. ChernovAccording to SUSv2, always return 0 for null wide-chara...
2002-08-19 Andrey A. ChernovMove internal defines from ctype.h here
2002-08-18 Tim J. RobbinsImplement the ISO C90 Amd.1 restartable wide and multib...
2002-08-17 Andrey A. ChernovMove wcwidth() to separate file, it doesn't belong...
2002-08-17 Andrey A. ChernovAccording to SUSv2, wcwidth() should return -1 for...
2002-08-17 Andrey A. ChernovCosmetic - remove unneded brackets and #undef
2002-08-17 Andrey A. Chernovwcwidth: fix espression to work correctly with SWIDTH0
2002-08-16 Michael C . WuAdd iswctype wcwidth function code
2002-08-13 Andrey A. ChernovReduce BSS size for programs which not load collate...
2002-08-12 Andrey A. ChernovNow malloc() is fixed, remove errno hardcoding to ENOMEM
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-09 Andrey A. ChernovAdd safeguards to never use errno == 0 as setrunelocale...
2002-08-08 Andrey A. ChernovRewrite locale loading procedures, so any load failure...
2002-08-07 Andrey A. ChernovReset __mb_cur_max to 1 when "C" or "POSIX" locales...
2002-08-07 Andrey A. ChernovFix wrong address when EucInfo > "variable" size
2002-08-07 Andrey A. ChernovStyle fixes in preparation for rewritting
2002-08-07 Andrey A. ChernovStyle fixes in preparation of code rewritting
2002-08-06 Tim J. RobbinsBuild iswctype.c and manual pages for the functions...
2002-08-05 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-05 Tim J. RobbinsAdd missing prototypes for extension functions to the...
2002-08-05 Tim J. RobbinsUse In macro instead of Fd. Add crossref to wctype...
2002-08-05 Tim J. RobbinsUse the In macro instead of Fd. Add crossref to wctrans...
2002-08-05 Tim J. RobbinsImplement the missing <wctype.h> functions: isw*()...
2002-08-05 Andrey A. ChernovReject encoding > ENCODING_LEN at early stage instead...
2002-08-05 Tim J. RobbinsManual pages for wide character classification (isw...
2002-08-04 Tim J. RobbinsChange wctype_t to an unsigned type to avoid warnings.
2002-08-04 Tim J. RobbinsAdd the ISO C90 Amd. 1 wctrans(3) and towctrans(3)...
2002-08-04 Tim J. RobbinsAdd btowc(3) to SEE ALSO section.
2002-08-04 Andrey A. ChernovUse errno to indicate failure reason.
2002-08-04 Bruce EvansFixed some style bugs (unsorting of MLINKS, and more...
2002-08-04 Andrey A. ChernovRewrite loadlocale() to eliminate LOAD_CATEGORY macro...
2002-08-03 Andrey A. ChernovAdd ERRORS section according to POSIX (no errors)
2002-08-03 Andrey A. ChernovCatch empty encoding name too
2002-08-03 Andrey A. ChernovFix return codes to match what setrunelocale() returns
2002-08-03 Andrey A. ChernovPreserve errno in fallback code
2002-08-03 Tim J. RobbinsAdd ISO C90 Amd. 1 btowc(3) and wctob(3) functions.
2002-08-03 Tim J. RobbinsCorrect use of Nm macro in NAME section and a broken...
2002-08-03 Andrey A. ChernovReturn errno provided by fopen, not always ENOENT.
2002-08-03 Andrey A. ChernovCheck encoding for ".", ".." and / inside
2002-08-03 Andrey A. ChernovReturn EINVAL for NULL or too long encoding, not EFAULT
2002-08-03 Andrey A. ChernovReturn ENAMETOOLONG for long PATH_LOCALE, not EFAULT
2002-08-03 Andrey A. Chernov1) Use errno to indicate faulure reason.
2002-08-03 Tim J. RobbinsAdd ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.
2002-08-02 Andrey A. ChernovSligtly modify previous out-of-bounds fix: just break...
2002-08-02 Andrey A. ChernovPrevent out of bounds writting for too many slashes...
2002-07-30 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-07-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-07-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-07-28 Bill FennerThis commit was generated by cvs2svn to compensate...
2002-07-24 Mark PeekThis commit was generated by cvs2svn to compensate...
2002-07-22 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-07-22 Boris PopovThis commit was generated by cvs2svn to compensate...
2002-07-19 Mark MurrayThis commit was generated by cvs2svn to compensate...
2002-07-09 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-07-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-07-01 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-06-30 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
next