X-Git-Url: http://nsz.repo.hu/git/?p=musl-tables;a=blobdiff_plain;f=tab_c11.sh;h=ed9ee5ec98747b81046ad660fba9ec40dd909d3e;hp=2db644006255e2861e765b99577fa891c5579cc4;hb=945eb4635a659bbbac691c9d474459d3d2954db6;hpb=42056842b1310d2f3c5f2c49aa51f568bc689ff7 diff --git a/tab_c11.sh b/tab_c11.sh index 2db6440..ed9ee5e 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