- 20 Feb, 2021 2 commits
-
-
- 25 Nov, 2020 1 commit
-
-
Dmitry Yu. Naumov authored
Also fixes the executable bit; now 644. Replace tabs followed by xmlstarlet format: ```sh #!/usr/bin/sh tmpfile=$(mktemp /tmp/xmlformat.XXXXXX) sed 's/\t/ /g' ${1} > ${tmpfile} && mv ${tmpfile} ${1} xmlstarlet fo -s 4 ${1} > ${tmpfile} && mv ${tmpfile} ${1} rm -rf ${tmpfile} # if something goes wrong ```
-
- 03 Nov, 2020 1 commit
-
-
Tom Fischer authored
-
- 07 May, 2020 1 commit
-
-
Tom Fischer authored
-
- 03 Nov, 2019 1 commit
-
-
Dmitry Yu. Naumov authored
-
- 14 Jun, 2019 1 commit
-
-
Selection of tests published in the benchmark-books
-
- 05 Dec, 2018 1 commit
-
-
Tom Fischer authored
-
- 13 Sep, 2018 1 commit
-
-
- 03 Aug, 2018 1 commit
-
-
wenqing authored
-
- 29 Jun, 2018 1 commit
-
-
Dmitry Yu. Naumov authored
-
- 05 Dec, 2017 1 commit
-
-
Lars Bilke authored
-
- 09 Nov, 2017 1 commit
-
-
Lars Bilke authored
-