X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tab_c11.sh;h=90c72495afde72e728878b57f81ed1f91404da5c;hb=385f72fbe24447529d356b24c79b03f1633206dc;hp=c5e7159f0915b76733109b571d94394e4abbee8b;hpb=4b72d258e8266f8f45775df76e0635a2ad1b05e0;p=musl-tables diff --git a/tab_c11.sh b/tab_c11.sh index c5e7159..90c7249 100755 --- a/tab_c11.sh +++ b/tab_c11.sh @@ -9,7 +9,7 @@ BEGIN { hash = $2 getline - commit = "

commit

commit " hash "" + commit = "

commit

commit " hash "" while (getline == 1) commit = commit "
" $0 @@ -25,7 +25,7 @@ BEGIN { if ($2 ~ /bits\//) s = $3 " " else - s = "" $3 " " + s = "" $3 " " kind[$1] = kind[$1] $3 kindstr[$1] = kindstr[$1] s } @@ -50,6 +50,7 @@ BEGIN { legend = legend "

  • p - function prototype" legend = legend "
  • x - external and forward variable declaration" legend = legend "" + legend = legend "

    (Annex K apis are excluded: -D__STDC_WANT_LIB_EXT1__=0 is assumed)" print "

    musl vs c11 api

    " print commit @@ -63,7 +64,7 @@ BEGIN { } else if (sym[$1]) { s = s "nodecl" nodecl++ - } else if (kind[$1] ~ /[dtsu]/) { + } else if (kind[$1] ~ /[dtsue]/) { s = s " " } else if (kind[$1]) { s = s "nosym"