X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tab_c99.html;h=0644b1537c00f8c3f88580ef5b1b395cd788d63f;hb=ad7a5bacd4a21a26a14d7835422aa4f31a0330d4;hp=2c0590edab982bd258157580302a7ad75014e58a;hpb=a282469e8b143657e71fd0a978c6f56a27e192a2;p=musl-tables diff --git a/tab_c99.html b/tab_c99.html index 2c0590e..0644b15 100644 --- a/tab_c99.html +++ b/tab_c99.html @@ -1,5 +1,5 @@

musl vs c99 api

-

commit

commit ec05a0b08f0d93341c149a6f3235e4ee5711b2f8
Date: Thu Jun 23 22:13:47 2011 -0400

adapt build/install/gcc-wrapper systems for dynamic linking support +

commit

commit 4da289e1b3a0d09048d9be1dfc3a7280531a1e48
Date: Tue Sep 13 21:21:53 2011 -0400

fix return types for aio_read and aio_write again

previous fix was backwards and propagated the wrong type rather than
the right one...

legend

table

muslc99
statussymdeclnameheaderprotosection
missing  NDEBUGassert.h B.1 Diagnostics @@ -223,22 +223,22 @@
  d or_eqiso646.h B.8 Alternative spellings
  d CHAR_BITlimits.h B.9 Sizes of integer types
  d CHAR_MAXlimits.h B.9 Sizes of integer types -
  d INT_MINlimits.h B.9 Sizes of integer types -
  d ULONG_MAXlimits.h B.9 Sizes of integer types +
  d INT_MINlimits.h B.9 Sizes of integer types +
  d ULONG_MAXlimits.h B.9 Sizes of integer types
  d SCHAR_MINlimits.h B.9 Sizes of integer types -
  d MB_LEN_MAXlimits.h B.9 Sizes of integer types -
  d INT_MAXlimits.h B.9 Sizes of integer types -
  d LLONG_MINlimits.h B.9 Sizes of integer types +
  d MB_LEN_MAXlimits.h B.9 Sizes of integer types +
  d INT_MAXlimits.h B.9 Sizes of integer types +
  d LLONG_MINlimits.h B.9 Sizes of integer types
  d SCHAR_MAXlimits.h B.9 Sizes of integer types -
  d SHRT_MINlimits.h B.9 Sizes of integer types -
  d UINT_MAXlimits.h B.9 Sizes of integer types +
  d SHRT_MINlimits.h B.9 Sizes of integer types +
  d UINT_MAXlimits.h B.9 Sizes of integer types
  d LLONG_MAXlimits.h B.9 Sizes of integer types
  d UCHAR_MAXlimits.h B.9 Sizes of integer types -
  d SHRT_MAXlimits.h B.9 Sizes of integer types -
  d LONG_MINlimits.h B.9 Sizes of integer types -
  d ULLONG_MAXlimits.h B.9 Sizes of integer types +
  d SHRT_MAXlimits.h B.9 Sizes of integer types +
  d LONG_MINlimits.h B.9 Sizes of integer types +
  d ULLONG_MAXlimits.h B.9 Sizes of integer types
  d CHAR_MINlimits.h B.9 Sizes of integer types -
  d USHRT_MAXlimits.h B.9 Sizes of integer types +
  d USHRT_MAXlimits.h B.9 Sizes of integer types
  d LONG_MAXlimits.h B.9 Sizes of integer types
  s struct lconvlocale.h B.10 Localization
  d LC_ALLlocale.h B.10 Localization @@ -456,7 +456,7 @@
  t d jmp_bufsetjmp.h B.12 Nonlocal jumps
 Td p setjmpsetjmp.hint setjmp(jmp_buf env);B.12 Nonlocal jumps
 Td p longjmpsetjmp.hvoid longjmp(jmp_buf env, int val);B.12 Nonlocal jumps -
  t sig_atomic_tsignal.h B.13 Signal handling +
  t sig_atomic_tsignal.h B.13 Signal handling
  d SIG_IGNsignal.h B.13 Signal handling
  d SIGILLsignal.h B.13 Signal handling
  d SIGTERMsignal.h B.13 Signal handling @@ -466,8 +466,8 @@
  d SIG_ERRsignal.h B.13 Signal handling
  d SIGFPEsignal.h B.13 Signal handling
  d SIGSEGVsignal.h B.13 Signal handling -
 Tp signalsignal.hvoid (*signal(int sig, void (*func)(int)))(int);B.13 Signal handling -
 Tp raisesignal.hint raise(int sig);B.13 Signal handling +
 Tp signalsignal.hvoid (*signal(int sig, void (*func)(int)))(int);B.13 Signal handling +
 Tp raisesignal.hint raise(int sig);B.13 Signal handling
  t t va_liststdarg.h B.14 Variable arguments
  d d va_argstdarg.htype va_arg(va_list ap, type);B.14 Variable arguments
  d d va_copystdarg.hvoid va_copy(va_list dest, va_list src);B.14 Variable arguments @@ -802,22 +802,22 @@
  t wctrans_twctype.h B.24 Wide character classification and mapping utilities
  t wctype_twctype.h B.24 Wide character classification and mapping utilities
  d d d d WEOFwctype.h B.24 Wide character classification and mapping utilities -
 Tp p iswalnumwctype.hint iswalnum(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswalphawctype.hint iswalpha(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswblankwctype.hint iswblank(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswcntrlwctype.hint iswcntrl(wint_t wc);B.24 Wide character classification and mapping utilities -
 Td d d p d d d p iswdigitwctype.hint iswdigit(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswgraphwctype.hint iswgraph(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswlowerwctype.hint iswlower(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswprintwctype.hint iswprint(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswpunctwctype.hint iswpunct(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswspacewctype.hint iswspace(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswupperwctype.hint iswupper(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswxdigitwctype.hint iswxdigit(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p iswctypewctype.hint iswctype(wint_t wc, wctype_t desc);B.24 Wide character classification and mapping utilities -
 Tp p wctypewctype.hwctype_t wctype(const char *property);B.24 Wide character classification and mapping utilities -
 Tp p towlowerwctype.hwint_t towlower(wint_t wc);B.24 Wide character classification and mapping utilities -
 Tp p towupperwctype.hwint_t towupper(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswalnumwctype.hint iswalnum(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswalphawctype.hint iswalpha(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswblankwctype.hint iswblank(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswcntrlwctype.hint iswcntrl(wint_t wc);B.24 Wide character classification and mapping utilities +
 Td d d p d d d p iswdigitwctype.hint iswdigit(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswgraphwctype.hint iswgraph(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswlowerwctype.hint iswlower(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswprintwctype.hint iswprint(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswpunctwctype.hint iswpunct(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswspacewctype.hint iswspace(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswupperwctype.hint iswupper(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswxdigitwctype.hint iswxdigit(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p iswctypewctype.hint iswctype(wint_t wc, wctype_t desc);B.24 Wide character classification and mapping utilities +
 Tp p wctypewctype.hwctype_t wctype(const char *property);B.24 Wide character classification and mapping utilities +
 Tp p towlowerwctype.hwint_t towlower(wint_t wc);B.24 Wide character classification and mapping utilities +
 Tp p towupperwctype.hwint_t towupper(wint_t wc);B.24 Wide character classification and mapping utilities
 Tp towctranswctype.hwint_t towctrans(wint_t wc, wctrans_t desc);B.24 Wide character classification and mapping utilities
 Tp wctranswctype.hwctrans_t wctrans(const char *property);B.24 Wide character classification and mapping utilities