1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
commit 68162babff4f39c4e2dc164a5e825af93bda9983
Author: Dov Grobgeld <dov.grobgeld@gmail.com>
Date: Wed Sep 25 21:03:03 2024 +0300
Add test/test-suite.log as an artifact on CI failure
.ci/build-c2man.sh | 17 +
.github/workflows/make.yml | 45 +
.github/workflows/meson.yml | 53 +
.indent.pro | 16 +
.travis.yml | 33 +
AUTHORS | 40 +
COPYING | 504 +
ChangeLog.old | 703 +
HISTORY | 29 +
Makefile.am | 79 +
NEWS | 186 +
README | 1 +
README.md | 173 +
THANKS | 40 +
TODO | 88 +
USERS | 36 +
appveyor.yml | 24 +
autogen.sh | 35 +
bin/Makefile.am | 21 +
bin/fribidi-benchmark.c | 304 +
bin/fribidi-bidi-types.c | 17 +
bin/fribidi-caprtl2utf8.c | 35 +
bin/fribidi-fuzzer.c | 53 +
bin/fribidi-main.c | 561 +
bin/getopt.c | 1268 +
bin/getopt.h | 187 +
bin/getopt1.c | 213 +
bin/getopt_int.h | 145 +
bin/gettext.h | 2 +
bin/meson.build | 43 +
configure.ac | 177 +
doc/Makefile.am | 55 +
doc/meson.build | 54 +
fribidi.pc.in | 14 +
gen.tab/Makefile.am | 143 +
gen.tab/gen-arabic-liga.sh | 9 +
gen.tab/gen-arabic-shaping-tab.c | 304 +
gen.tab/gen-bidi-type-tab.c | 362 +
gen.tab/gen-brackets-tab.c | 348 +
gen.tab/gen-brackets-type-tab.c | 239 +
gen.tab/gen-joining-type-tab.c | 360 +
gen.tab/gen-mirroring-tab.c | 244 +
gen.tab/gen-unicode-version.c | 196 +
gen.tab/meson.build | 81 +
gen.tab/packtab.c | 443 +
gen.tab/packtab.h | 52 +
gen.tab/unidata/ArabicShaping.txt | 1015 +
gen.tab/unidata/BidiBrackets.txt | 193 +
gen.tab/unidata/BidiMirroring.txt | 636 +
gen.tab/unidata/ReadMe.txt | 17 +
gen.tab/unidata/UnicodeData.txt | 40116 ++
git.mk | 400 +
lib/Headers.mk | 25 +
lib/Makefile.am | 91 +
lib/arabic-misc.tab.i | 94 +
lib/bidi-types.h | 54 +
lib/common.h | 133 +
lib/debug.h | 115 +
lib/fribidi-arabic.c | 211 +
lib/fribidi-arabic.h | 81 +
lib/fribidi-begindecls.h | 3 +
lib/fribidi-bidi-types-list.h | 96 +
lib/fribidi-bidi-types.c | 119 +
lib/fribidi-bidi-types.h | 405 +
lib/fribidi-bidi.c | 1589 +
lib/fribidi-bidi.h | 142 +
lib/fribidi-brackets.c | 107 +
lib/fribidi-brackets.h | 89 +
lib/fribidi-char-sets-cap-rtl.c | 369 +
lib/fribidi-char-sets-cap-rtl.h | 63 +
lib/fribidi-char-sets-cp1255.c | 110 +
lib/fribidi-char-sets-cp1255.h | 56 +
lib/fribidi-char-sets-cp1256.c | 217 +
lib/fribidi-char-sets-cp1256.h | 56 +
lib/fribidi-char-sets-iso8859-6.c | 75 +
lib/fribidi-char-sets-iso8859-6.h | 56 +
lib/fribidi-char-sets-iso8859-8.c | 114 +
lib/fribidi-char-sets-iso8859-8.h | 56 +
lib/fribidi-char-sets-list.h | 54 +
lib/fribidi-char-sets-utf8.c | 135 +
lib/fribidi-char-sets-utf8.h | 60 +
lib/fribidi-char-sets.c | 226 +
lib/fribidi-char-sets.h | 106 +
lib/fribidi-common.h | 152 +
lib/fribidi-config.h.in | 23 +
lib/fribidi-deprecated.c | 134 +
lib/fribidi-deprecated.h | 175 +
lib/fribidi-enddecls.h | 3 +
lib/fribidi-flags.h | 72 +
lib/fribidi-joining-types-list.h | 44 +
lib/fribidi-joining-types.c | 112 +
lib/fribidi-joining-types.h | 249 +
lib/fribidi-joining.c | 186 +
lib/fribidi-joining.h | 74 +
lib/fribidi-mirroring.c | 90 +
lib/fribidi-mirroring.h | 86 +
lib/fribidi-run.c | 333 +
lib/fribidi-shape.c | 63 +
lib/fribidi-shape.h | 71 +
lib/fribidi-types.h | 79 +
lib/fribidi-unicode.h | 105 +
lib/fribidi.c | 318 +
lib/fribidi.def | 33 +
lib/fribidi.h | 129 +
lib/joining-types.h | 52 +
lib/meson.build | 88 +
lib/run.h | 146 +
m4/m4_ax_prog_cc_for_build.m4 | 125 +
meson.build | 97 +
meson_options.txt | 10 +
test/Makefile.am | 51 +
.../crash-69ebdb74927bd63911e9af32e7da3b0216279461 | Bin 0 -> 38 bytes
.../crash-ca62f992817f09c2072b0bb6c41f061d20bb7efe | Bin 0 ->
1420 bytes
test/meson.build | 30 +
test/run.tests | 73 +
test/test-runner.py | 35 +
test/test_CapRTL_explicit.input | 14 +
test/test_CapRTL_explicit.reference | 14 +
test/test_CapRTL_implicit.input | 27 +
test/test_CapRTL_implicit.reference | 27 +
test/test_CapRTL_isolate.input | 8 +
test/test_CapRTL_isolate.reference | 8 +
test/test_ISO8859-8_hebrew.input | 17 +
test/test_ISO8859-8_hebrew.reference | 17 +
test/test_UTF-8_persian.input | 14 +
test/test_UTF-8_persian.reference | 14 +
test/test_UTF-8_reordernsm.input | 7 +
test/test_UTF-8_reordernsm.reference | 7 +
test/unicode-conformance/BidiCharacterTest.c | 462 +
test/unicode-conformance/BidiCharacterTest.txt | 96463 ++++
test/unicode-conformance/BidiTest.c | 461 +
test/unicode-conformance/BidiTest.txt | 497589
++++++++++++++++++
test/unicode-conformance/Makefile.am | 34 +
test/unicode-conformance/meson.build | 12 +
test/unicode-conformance/run.tests | 20 +
135 files changed, 653969 insertions(+)
|