[BACK]Return to wchar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/wchar.h between version 1.38 and 1.39

version 1.38, 2013/05/28 16:57:56 version 1.39, 2013/08/19 08:03:33
Line 222  size_t wcsxfrm_l(wchar_t *, const wchar_
Line 222  size_t wcsxfrm_l(wchar_t *, const wchar_
 int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);  int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
 int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);  int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
   
   size_t  wcsftime_l(wchar_t * __restrict, size_t, const wchar_t * __restrict,
               const struct tm * __restrict, locale_t);
   
 float wcstof_l(const wchar_t * __restrict, wchar_t ** __restrict, locale_t);  float wcstof_l(const wchar_t * __restrict, wchar_t ** __restrict, locale_t);
 double wcstod_l(const wchar_t * __restrict, wchar_t ** __restrict, locale_t);  double wcstod_l(const wchar_t * __restrict, wchar_t ** __restrict, locale_t);
 long double wcstold_l(const wchar_t * __restrict, wchar_t ** __restrict,  long double wcstold_l(const wchar_t * __restrict, wchar_t ** __restrict,

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

CVSweb <webmaster@jp.NetBSD.org>