X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tab_c99.html;h=6d13549211625caf50ce8992f652c79c514f4bb8;hb=8e4d88d6f614931e0a7c0723fa47743de4b34aab;hp=29c9942b0ab97a78cdfb28820d01a1b9031a8ca3;hpb=47ab5617989e80d624faf6c7a7fcc6dd16a9e7f2;p=musl-tables diff --git a/tab_c99.html b/tab_c99.html index 29c9942..6d13549 100644 --- a/tab_c99.html +++ b/tab_c99.html @@ -1,79 +1,79 @@

musl vs c99 api

-

commit

commit 662da62eb7cba808e98fe8ea65f6bbf55fa50f1e
Date: Sun Sep 16 22:26:23 2012 -0400

add clock_adjtime, remap_file_pages, and syncfs syscall wrappers

patch by Justin Cormack, with slight modification +

commit

commit dd762cf6e5886ed297886a19a2e2ffd49157a786
Date: Sun Oct 28 18:45:11 2012 -0400

release notes for 0.9.7

legend

table

muslc99
statussymdeclnameheaderprotosection
  d d d assertassert.hvoid assert(scalar expression);B.1 Diagnostics
  d complexcomplex.h B.2 Complex
missing  imaginarycomplex.h B.2 Complex -
  d Icomplex.h B.2 Complex -
  d _Complex_Icomplex.h B.2 Complex +
  d Icomplex.h B.2 Complex +
  d d _Complex_Icomplex.h B.2 Complex
missing  _Imaginary_Icomplex.h B.2 Complex -
 Tp cacoscomplex.hdouble complex cacos(double complex z);B.2 Complex -
 Tp cacosfcomplex.hfloat complex cacosf(float complex z);B.2 Complex -
 Tp cacoslcomplex.hlong double complex cacosl(long double complex z);B.2 Complex -
 Tp casincomplex.hdouble complex casin(double complex z);B.2 Complex -
 Tp casinfcomplex.hfloat complex casinf(float complex z);B.2 Complex -
 Tp casinlcomplex.hlong double complex casinl(long double complex z);B.2 Complex -
 Tp catancomplex.hdouble complex catan(double complex z);B.2 Complex -
 Tp catanfcomplex.hfloat complex catanf(float complex z);B.2 Complex -
 Tp catanlcomplex.hlong double complex catanl(long double complex z);B.2 Complex -
 Tp ccoscomplex.hdouble complex ccos(double complex z);B.2 Complex -
 Tp ccosfcomplex.hfloat complex ccosf(float complex z);B.2 Complex -
 Tp ccoslcomplex.hlong double complex ccosl(long double complex z);B.2 Complex -
 Tp csincomplex.hdouble complex csin(double complex z);B.2 Complex -
 Tp csinfcomplex.hfloat complex csinf(float complex z);B.2 Complex -
 Tp csinlcomplex.hlong double complex csinl(long double complex z);B.2 Complex -
 Tp ctancomplex.hdouble complex ctan(double complex z);B.2 Complex -
 Tp ctanfcomplex.hfloat complex ctanf(float complex z);B.2 Complex -
 Tp ctanlcomplex.hlong double complex ctanl(long double complex z);B.2 Complex -
 Tp cacoshcomplex.hdouble complex cacosh(double complex z);B.2 Complex -
 Tp cacoshfcomplex.hfloat complex cacoshf(float complex z);B.2 Complex -
 Tp cacoshlcomplex.hlong double complex cacoshl(long double complex z);B.2 Complex -
 Tp casinhcomplex.hdouble complex casinh(double complex z);B.2 Complex -
 Tp casinhfcomplex.hfloat complex casinhf(float complex z);B.2 Complex -
 Tp casinhlcomplex.hlong double complex casinhl(long double complex z);B.2 Complex -
 Tp catanhcomplex.hdouble complex catanh(double complex z);B.2 Complex -
 Tp catanhfcomplex.hfloat complex catanhf(float complex z);B.2 Complex -
 Tp catanhlcomplex.hlong double complex catanhl(long double complex z);B.2 Complex -
 Tp ccoshcomplex.hdouble complex ccosh(double complex z);B.2 Complex -
 Tp ccoshfcomplex.hfloat complex ccoshf(float complex z);B.2 Complex -
 Tp ccoshlcomplex.hlong double complex ccoshl(long double complex z);B.2 Complex -
 Tp csinhcomplex.hdouble complex csinh(double complex z);B.2 Complex -
 Tp csinhfcomplex.hfloat complex csinhf(float complex z);B.2 Complex -
 Tp csinhlcomplex.hlong double complex csinhl(long double complex z);B.2 Complex -
 Tp ctanhcomplex.hdouble complex ctanh(double complex z);B.2 Complex -
 Tp ctanhfcomplex.hfloat complex ctanhf(float complex z);B.2 Complex -
 Tp ctanhlcomplex.hlong double complex ctanhl(long double complex z);B.2 Complex -
 Tp cexpcomplex.hdouble complex cexp(double complex z);B.2 Complex -
 Tp cexpfcomplex.hfloat complex cexpf(float complex z);B.2 Complex -
 Tp cexplcomplex.hlong double complex cexpl(long double complex z);B.2 Complex -
 Tp clogcomplex.hdouble complex clog(double complex z);B.2 Complex -
 Tp clogfcomplex.hfloat complex clogf(float complex z);B.2 Complex -
 Tp cloglcomplex.hlong double complex clogl(long double complex z);B.2 Complex -
 Tp cabscomplex.hdouble cabs(double complex z);B.2 Complex -
 Tp cabsfcomplex.hfloat cabsf(float complex z);B.2 Complex -
 Tp cabslcomplex.hlong double cabsl(long double complex z);B.2 Complex -
 Tp cpowcomplex.hdouble complex cpow(double complex x, double complex y);B.2 Complex -
 Tp cpowfcomplex.hfloat complex cpowf(float complex x, float complex y);B.2 Complex -
 Tp cpowlcomplex.hlong double complex cpowl(long double complex x, long double complex y);B.2 Complex -
 Tp csqrtcomplex.hdouble complex csqrt(double complex z);B.2 Complex -
 Tp csqrtfcomplex.hfloat complex csqrtf(float complex z);B.2 Complex -
 Tp csqrtlcomplex.hlong double complex csqrtl(long double complex z);B.2 Complex -
 Tp d d cargcomplex.hdouble carg(double complex z);B.2 Complex -
 Tp cargfcomplex.hfloat cargf(float complex z);B.2 Complex -
 Tp carglcomplex.hlong double cargl(long double complex z);B.2 Complex -
 Td p d d cimagcomplex.hdouble cimag(double complex z);B.2 Complex -
 Td p cimagfcomplex.hfloat cimagf(float complex z);B.2 Complex -
 Td p cimaglcomplex.hlong double cimagl(long double complex z);B.2 Complex -
 Tp d d conjcomplex.hdouble complex conj(double complex z);B.2 Complex -
 Tp conjfcomplex.hfloat complex conjf(float complex z);B.2 Complex -
 Tp conjlcomplex.hlong double complex conjl(long double complex z);B.2 Complex -
 Tp d d cprojcomplex.hdouble complex cproj(double complex z);B.2 Complex -
 Tp cprojfcomplex.hfloat complex cprojf(float complex z);B.2 Complex -
 Tp cprojlcomplex.hlong double complex cprojl(long double complex z);B.2 Complex -
 Td p d d crealcomplex.hdouble creal(double complex z);B.2 Complex -
 Td p crealfcomplex.hfloat crealf(float complex z);B.2 Complex -
 Td p creallcomplex.hlong double creall(long double complex z);B.2 Complex +
 Tp cacoscomplex.hdouble complex cacos(double complex z);B.2 Complex +
 Tp cacosfcomplex.hfloat complex cacosf(float complex z);B.2 Complex +
 Tp cacoslcomplex.hlong double complex cacosl(long double complex z);B.2 Complex +
 Tp casincomplex.hdouble complex casin(double complex z);B.2 Complex +
 Tp casinfcomplex.hfloat complex casinf(float complex z);B.2 Complex +
 Tp casinlcomplex.hlong double complex casinl(long double complex z);B.2 Complex +
 Tp catancomplex.hdouble complex catan(double complex z);B.2 Complex +
 Tp catanfcomplex.hfloat complex catanf(float complex z);B.2 Complex +
 Tp catanlcomplex.hlong double complex catanl(long double complex z);B.2 Complex +
 Tp ccoscomplex.hdouble complex ccos(double complex z);B.2 Complex +
 Tp ccosfcomplex.hfloat complex ccosf(float complex z);B.2 Complex +
 Tp ccoslcomplex.hlong double complex ccosl(long double complex z);B.2 Complex +
 Tp csincomplex.hdouble complex csin(double complex z);B.2 Complex +
 Tp csinfcomplex.hfloat complex csinf(float complex z);B.2 Complex +
 Tp csinlcomplex.hlong double complex csinl(long double complex z);B.2 Complex +
 Tp ctancomplex.hdouble complex ctan(double complex z);B.2 Complex +
 Tp ctanfcomplex.hfloat complex ctanf(float complex z);B.2 Complex +
 Tp ctanlcomplex.hlong double complex ctanl(long double complex z);B.2 Complex +
 Tp cacoshcomplex.hdouble complex cacosh(double complex z);B.2 Complex +
 Tp cacoshfcomplex.hfloat complex cacoshf(float complex z);B.2 Complex +
 Tp cacoshlcomplex.hlong double complex cacoshl(long double complex z);B.2 Complex +
 Tp casinhcomplex.hdouble complex casinh(double complex z);B.2 Complex +
 Tp casinhfcomplex.hfloat complex casinhf(float complex z);B.2 Complex +
 Tp casinhlcomplex.hlong double complex casinhl(long double complex z);B.2 Complex +
 Tp catanhcomplex.hdouble complex catanh(double complex z);B.2 Complex +
 Tp catanhfcomplex.hfloat complex catanhf(float complex z);B.2 Complex +
 Tp catanhlcomplex.hlong double complex catanhl(long double complex z);B.2 Complex +
 Tp ccoshcomplex.hdouble complex ccosh(double complex z);B.2 Complex +
 Tp ccoshfcomplex.hfloat complex ccoshf(float complex z);B.2 Complex +
 Tp ccoshlcomplex.hlong double complex ccoshl(long double complex z);B.2 Complex +
 Tp csinhcomplex.hdouble complex csinh(double complex z);B.2 Complex +
 Tp csinhfcomplex.hfloat complex csinhf(float complex z);B.2 Complex +
 Tp csinhlcomplex.hlong double complex csinhl(long double complex z);B.2 Complex +
 Tp ctanhcomplex.hdouble complex ctanh(double complex z);B.2 Complex +
 Tp ctanhfcomplex.hfloat complex ctanhf(float complex z);B.2 Complex +
 Tp ctanhlcomplex.hlong double complex ctanhl(long double complex z);B.2 Complex +
 Tp cexpcomplex.hdouble complex cexp(double complex z);B.2 Complex +
 Tp cexpfcomplex.hfloat complex cexpf(float complex z);B.2 Complex +
 Tp cexplcomplex.hlong double complex cexpl(long double complex z);B.2 Complex +
 Tp clogcomplex.hdouble complex clog(double complex z);B.2 Complex +
 Tp clogfcomplex.hfloat complex clogf(float complex z);B.2 Complex +
 Tp cloglcomplex.hlong double complex clogl(long double complex z);B.2 Complex +
 Tp cabscomplex.hdouble cabs(double complex z);B.2 Complex +
 Tp cabsfcomplex.hfloat cabsf(float complex z);B.2 Complex +
 Tp cabslcomplex.hlong double cabsl(long double complex z);B.2 Complex +
 Tp cpowcomplex.hdouble complex cpow(double complex x, double complex y);B.2 Complex +
 Tp cpowfcomplex.hfloat complex cpowf(float complex x, float complex y);B.2 Complex +
 Tp cpowlcomplex.hlong double complex cpowl(long double complex x, long double complex y);B.2 Complex +
 Tp csqrtcomplex.hdouble complex csqrt(double complex z);B.2 Complex +
 Tp csqrtfcomplex.hfloat complex csqrtf(float complex z);B.2 Complex +
 Tp csqrtlcomplex.hlong double complex csqrtl(long double complex z);B.2 Complex +
 Tp d d cargcomplex.hdouble carg(double complex z);B.2 Complex +
 Tp cargfcomplex.hfloat cargf(float complex z);B.2 Complex +
 Tp carglcomplex.hlong double cargl(long double complex z);B.2 Complex +
 Td p d d cimagcomplex.hdouble cimag(double complex z);B.2 Complex +
 Td p cimagfcomplex.hfloat cimagf(float complex z);B.2 Complex +
 Td p cimaglcomplex.hlong double cimagl(long double complex z);B.2 Complex +
 Tp d d conjcomplex.hdouble complex conj(double complex z);B.2 Complex +
 Tp conjfcomplex.hfloat complex conjf(float complex z);B.2 Complex +
 Tp conjlcomplex.hlong double complex conjl(long double complex z);B.2 Complex +
 Tp d d cprojcomplex.hdouble complex cproj(double complex z);B.2 Complex +
 Tp cprojfcomplex.hfloat complex cprojf(float complex z);B.2 Complex +
 Tp cprojlcomplex.hlong double complex cprojl(long double complex z);B.2 Complex +
 Td p d d crealcomplex.hdouble creal(double complex z);B.2 Complex +
 Td p crealfcomplex.hfloat crealf(float complex z);B.2 Complex +
 Td p creallcomplex.hlong double creall(long double complex z);B.2 Complex
 Tp isalnumctype.hint isalnum(int c);B.3 Character handling
 Td p isalphactype.hint isalpha(int c);B.3 Character handling
 Tp isblankctype.hint isblank(int c);B.3 Character handling @@ -716,10 +716,10 @@
 Tp fgetsstdio.hchar *fgets(char * restrict s, int n, FILE * restrict stream);B.18 Input/output
 Tp fputcstdio.hint fputc(int c, FILE *stream);B.18 Input/output
 Tp fputsstdio.hint fputs(const char * restrict s, FILE * restrict stream);B.18 Input/output -
 Wp getcstdio.hint getc(FILE *stream);B.18 Input/output +
 Tp getcstdio.hint getc(FILE *stream);B.18 Input/output
 Tp getcharstdio.hint getchar(void);B.18 Input/output
 Tp getsstdio.hchar *gets(char *s);B.18 Input/output -
 Wp putcstdio.hint putc(int c, FILE *stream);B.18 Input/output +
 Tp putcstdio.hint putc(int c, FILE *stream);B.18 Input/output
 Tp putcharstdio.hint putchar(int c);B.18 Input/output
 Tp putsstdio.hint puts(const char *s);B.18 Input/output
 Tp ungetcstdio.hint ungetc(int c, FILE *stream);B.18 Input/output @@ -847,23 +847,23 @@
 Tp d d sinhtgmath.h B.21 Type-generic math
 Tp d d fdimtgmath.h B.21 Type-generic math
 Tp d d log2tgmath.h B.21 Type-generic math -
 Tp d d cargtgmath.h B.21 Type-generic math +
 Tp d d cargtgmath.h B.21 Type-generic math
 Tp d d tanhtgmath.h B.21 Type-generic math
 Tp d d floortgmath.h B.21 Type-generic math
 Tp d d logbtgmath.h B.21 Type-generic math -
 Td p d d cimagtgmath.h B.21 Type-generic math +
 Td p d d cimagtgmath.h B.21 Type-generic math
 Tp d d exptgmath.h B.21 Type-generic math
 Tp d d fmatgmath.h B.21 Type-generic math
 Tp d d lrinttgmath.h B.21 Type-generic math -
 Tp d d conjtgmath.h B.21 Type-generic math +
 Tp d d conjtgmath.h B.21 Type-generic math
 Tp d d logtgmath.h B.21 Type-generic math
 Tp d d fmaxtgmath.h B.21 Type-generic math
 Tp d d lroundtgmath.h B.21 Type-generic math -
 Tp d d cprojtgmath.h B.21 Type-generic math +
 Tp d d cprojtgmath.h B.21 Type-generic math
 Tp d d powtgmath.h B.21 Type-generic math
 Tp d d fmintgmath.h B.21 Type-generic math
 Tp d d nearbyinttgmath.h B.21 Type-generic math -
 Td p d d crealtgmath.h B.21 Type-generic math +
 Td p d d crealtgmath.h B.21 Type-generic math
  d d d d d d d d d d d d d d d d d d d d d d d d NULLtime.h B.22 Date and time
  t size_ttime.h B.22 Date and time
  t time_ttime.h B.22 Date and time