Skip to content

Instantly share code, notes, and snippets.

@omac777
Created March 29, 2019 00:30
Show Gist options
  • Save omac777/64eb324b1615f1ab623f2f67060672c2 to your computer and use it in GitHub Desktop.
Save omac777/64eb324b1615f1ab623f2f67060672c2 to your computer and use it in GitHub Desktop.
debian unstable redox x86_64 make all success output 28March 2019
This file has been truncated, but you can view the full file.
-*- mode: compilation; default-directory: "~/redoxstuff/redox/" -*-
Compilation started at Thu Mar 28 19:29:50
PREFIX_RUSTC=1 PREFIX_BINARY=0 make all
mkdir -p build
nasm -f bin -o build/bootloader -D ARCH_x86_64 -ibootloader/x86_64/ bootloader/x86_64/disk.asm
rm -f build/libkernel.a
rm -rf build/initfs
mkdir -p build/initfs
export PATH="/home/loongson/redoxstuff/redox/prefix/x86_64-unknown-redox/relibc-install/bin:$PATH" && \
cargo run --manifest-path installer/Cargo.toml -- --cookbook=cookbook -c initfs.toml build/initfs/
Compiling proc-macro2 v0.4.24
Compiling typenum v1.10.0
Compiling libc v0.2.45
Compiling cc v1.0.25
Compiling cfg-if v0.1.6
Compiling unicode-xid v0.1.0
Compiling version_check v0.1.5
Compiling matches v0.1.8
Compiling winapi-build v0.1.1
Compiling lazy_static v1.2.0
Compiling untrusted v0.6.2
Compiling unicode-normalization v0.1.7
Compiling httparse v1.3.3
Compiling unicode-xid v0.0.4
Compiling quote v0.3.15
Compiling safemem v0.3.0
Compiling serde v1.0.81
Compiling pkg-config v0.3.14
Compiling crc32fast v1.1.2
Compiling percent-encoding v1.0.1
Compiling byteorder v1.2.7
Compiling language-tags v0.2.2
Compiling nodrop v0.1.13
Compiling unicode-width v0.1.5
Compiling traitobject v0.1.0
Compiling failure_derive v0.1.3
Compiling byteorder v0.5.3
Compiling numtoa v0.1.0
Compiling typeable v0.1.2
Compiling winapi v0.2.8
Compiling adler32 v1.0.3
Compiling fixedbitset v0.1.9
Compiling pkgutils v0.1.1 (https://gitlab.redox-os.org/redox-os/pkgutils.git#4908c5e4)
Compiling bitflags v1.0.4
Compiling bytecount v0.3.2
Compiling rustc-demangle v0.1.9
Compiling thread-scoped v1.0.2
Compiling ordermap v0.3.5
Compiling constant_time_eq v0.1.3
Compiling redox_syscall v0.1.43
Compiling bidir-map v0.6.0
Compiling spin v0.4.10
Compiling serde v0.8.23
Compiling scoped_threadpool v0.1.9
Compiling ordermap v0.2.13
Compiling version-compare v0.0.4
Compiling libc v0.2.43 (https://gitlab.redox-os.org/redox-os/liblibc.git?branch=redox#919dd7c8)
Compiling arg_parser v0.1.0 (https://gitlab.redox-os.org/redox-os/arg-parser.git#75035318)
Compiling unicode-bidi v0.3.4
Compiling log v0.4.6
Compiling kernel32-sys v0.2.2
Compiling unicase v1.4.2
Compiling syn v0.10.8
Compiling fuse v0.3.1
Compiling arrayvec v0.4.8
Compiling ring v0.13.5
Compiling backtrace-sys v0.1.24
Compiling textwrap v0.10.0
Compiling base64 v0.9.3
Compiling petgraph v0.4.13
Compiling log v0.3.9
Compiling blake2-rfc v0.2.18
Compiling clap v2.32.0
Compiling mime v0.2.6
Compiling generic-array v0.2.1
Compiling num_cpus v1.8.0
Compiling rand v0.4.3
Compiling time v0.1.40
Compiling xattr v0.1.11
Compiling termion v1.5.1 (https://gitlab.redox-os.org/redox-os/termion#ce6b43d0)
Compiling termion v1.5.1
Compiling quote v0.6.10
Compiling libflate v0.1.19
Compiling serde_codegen_internals v0.11.3
Compiling toml v0.2.1
Compiling static-buffer v0.2.0
Compiling argon2rs v0.2.5
Compiling tar v0.4.13 (https://gitlab.redox-os.org/redox-os/tar-rs#b71c2202)
Compiling pbr v1.0.0 (https://github.com/ids1024/pb?branch=duration#abe4d6e4)
Compiling liner v0.4.5 (https://gitlab.redox-os.org/redox-os/liner#741f36fb)
Compiling rand v0.3.22
Compiling syn v0.15.22
Compiling liner v0.1.5
Compiling backtrace v0.3.9
Compiling octavo-digest v0.1.2 (https://github.com/libOctavo/octavo.git#2eff2009)
Compiling serde_codegen v0.8.23
Compiling sct v0.4.0
Compiling webpki v0.18.1
Compiling uuid v0.5.1
Compiling toml v0.4.10
Compiling webpki-roots v0.15.0
Compiling rustls v0.13.1
Compiling redoxfs v0.3.2
Compiling octavo v0.1.1 (https://github.com/libOctavo/octavo.git#2eff2009)
Compiling serde_derive v0.8.23
Compiling synstructure v0.10.1
Compiling serde_derive v1.0.81
Compiling failure v0.1.3
Compiling idna v0.1.5
Compiling url v1.7.2
Compiling hyper v0.10.15
Compiling hyper-rustls v0.6.2
Compiling redox_installer v0.2.0 (/home/loongson/redoxstuff/redox/installer)
Finished dev [unoptimized + debuginfo] target(s) in 56.54s
Running `installer/target/debug/redox_installer --cookbook=cookbook -c initfs.toml build/initfs/`
Install Config {
general: GeneralConfig {
prompt: false
},
packages: {
"drivers": PackageConfig {
version: None,
git: None,
path: None
},
"init": PackageConfig {
version: None,
git: None,
path: None
},
"redoxfs": PackageConfig {
version: None,
git: None,
path: None
}
},
files: [
FileConfig {
path: "/etc/init.rc",
data: "export PATH /bin\nexport TMPDIR /tmp\nvesad T T G\nstdio display:1\nps2d us\npcid /etc/pcid/initfs.toml\nredoxfs --uuid $REDOXFS_UUID file\ncd file:\nexport PATH file:/bin\nrun.d /etc/init.d\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
}
],
users: {}
} to build/initfs/
repo - fetching drivers
cook - drivers fetch
Cloning into 'source'...
remote: Enumerating objects: 2014, done.
remote: Counting objects: 100% (2014/2014), done.
remote: Compressing objects: 100% (1140/1140), done.
remote: Total 2014 (delta 877), reused 1973 (delta 854)
Receiving objects: 100% (2014/2014), 541.26 KiB | 1.52 MiB/s, done.
Resolving deltas: 100% (877/877), done.
Already up to date.
repo - preparing drivers
cook - drivers prepare
repo - building drivers
cook - drivers build
Updating crates.io index
Compiling cc v1.0.32
Compiling core v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libcore)
Compiling unwind v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libunwind)
Compiling build_helper v0.1.0 (/home/loongson/redoxstuff/redox/rust/src/build_helper)
Compiling compiler_builtins v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/rustc/compiler_builtins_shim)
Compiling std v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libstd)
Compiling libc v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/rustc/libc_shim)
Compiling alloc v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/liballoc)
Compiling panic_abort v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libpanic_abort)
Compiling alloc_system v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/liballoc_system)
Compiling panic_unwind v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libpanic_unwind)
warning: dropping unsupported crate type `dylib` for target `x86_64-unknown-redox`
Finished release [optimized] target(s) in 50.50s
Compiling semver-parser v0.7.0
Compiling autocfg v0.1.2
Compiling rand_core v0.4.0
Compiling arrayvec v0.4.10
Compiling byteorder v1.3.1
Compiling void v1.0.2
Compiling libc v0.2.48
Compiling cfg-if v0.1.6
Compiling stable_deref_trait v1.1.1
Compiling lazy_static v1.2.0
Compiling cc v1.0.28
Compiling nodrop v0.1.13
Compiling iovec v0.1.2
Compiling version_check v0.1.5
Compiling memoffset v0.2.1
Compiling matches v0.1.8
Compiling scopeguard v0.3.3
Compiling futures v0.1.25
Compiling redox_syscall v0.1.51
Compiling proc-macro2 v0.4.27
Compiling untrusted v0.6.2
Compiling slab v0.4.2
Compiling httparse v1.3.3
Compiling percent-encoding v1.0.1
Compiling safemem v0.3.0
Compiling unicode-xid v0.1.0
Compiling typeable v0.1.2
Compiling traitobject v0.1.0
Compiling language-tags v0.2.2
Compiling serde v1.0.86
Compiling utf8parse v0.1.1
Compiling byteorder v0.5.3
Compiling arg_parser v0.1.0 (https://gitlab.redox-os.org/redox-os/arg-parser.git#75035318)
Compiling extra v0.1.0 (https://gitlab.redox-os.org/redox-os/libextra.git#0b50f3f2)
Compiling bitflags v0.7.0
Compiling spin v0.4.10
Compiling bitflags v1.0.4
Compiling plain v0.2.3
Compiling log v0.4.6
Compiling unreachable v1.0.0
Compiling owning_ref v0.4.0
Compiling crossbeam-utils v0.6.5
Compiling rand_core v0.3.1
Compiling rand_jitter v0.1.2
Compiling rand_os v0.1.2
Compiling rand_chacha v0.1.1
Compiling rand v0.6.5
Compiling semver v0.9.0
Compiling unicode-bidi v0.3.4
Compiling redox_termios v0.1.1
Compiling redox_event v0.1.0 (https://gitlab.redox-os.org/redox-os/event.git#c31e3d3d)
Compiling orbclient v0.3.20
Compiling unicase v1.4.2
Compiling vte v0.3.3
Compiling nvmed v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/nvmed)
Compiling smallvec v0.6.8
Compiling lock_api v0.1.5
Compiling rand_hc v0.1.0
Compiling rand_xorshift v0.1.1
Compiling rand_isaac v0.1.1
warning: unused import: `std::fs::File`
--> nvmed/src/main.rs:9:5
|
9 | use std::fs::File;
| ^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
warning: unused imports: `Read`, `Write`
--> nvmed/src/main.rs:10:15
|
10 | use std::io::{Read, Write};
| ^^^^ ^^^^^
warning: unused imports: `AsRawFd`, `FromRawFd`, `RawFd`
--> nvmed/src/main.rs:11:25
|
11 | use std::os::unix::io::{AsRawFd, FromRawFd, RawFd};
| ^^^^^^^ ^^^^^^^^^ ^^^^^
warning: unused imports: `EVENT_READ`, `Event`, `Packet`, `Result`, `Scheme`
--> nvmed/src/main.rs:12:15
|
12 | use syscall::{EVENT_READ, PHYSMAP_WRITE, Event, Packet, Result, Scheme};
| ^^^^^^^^^^ ^^^^^ ^^^^^^ ^^^^^^ ^^^^^^
warning: struct is never constructed: `NvmeCmd`
--> nvmed/src/nvme.rs:4:1
|
4 | pub struct NvmeCmd {
| ^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default
warning: method is never used: `read`
--> nvmed/src/nvme.rs:34:5
|
34 | pub fn read(cid: u16, lba: u64, count: u16, dst: u64) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: `write`
--> nvmed/src/nvme.rs:52:5
|
52 | pub fn write(cid: u16, lba: u64, count: u16, src: u64) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: field is never used: `intms`
--> nvmed/src/nvme.rs:78:5
|
78 | intms: Mmio<u32>,
| ^^^^^^^^^^^^^^^^
warning: field is never used: `intmc`
--> nvmed/src/nvme.rs:80:5
|
80 | intmc: Mmio<u32>,
| ^^^^^^^^^^^^^^^^
warning: field is never used: `cc`
--> nvmed/src/nvme.rs:82:5
|
82 | cc: Mmio<u32>,
| ^^^^^^^^^^^^^
warning: field is never used: `csts`
--> nvmed/src/nvme.rs:86:5
|
86 | csts: Mmio<u32>,
| ^^^^^^^^^^^^^^^
warning: field is never used: `nssr`
--> nvmed/src/nvme.rs:88:5
|
88 | nssr: Mmio<u32>,
| ^^^^^^^^^^^^^^^
warning: field is never used: `aqa`
--> nvmed/src/nvme.rs:90:5
|
90 | aqa: Mmio<u32>,
| ^^^^^^^^^^^^^^
warning: field is never used: `asq`
--> nvmed/src/nvme.rs:92:5
|
92 | asq: Mmio<u64>,
| ^^^^^^^^^^^^^^
warning: field is never used: `acq`
--> nvmed/src/nvme.rs:94:5
|
94 | acq: Mmio<u64>,
| ^^^^^^^^^^^^^^
warning: field is never used: `cmbloc`
--> nvmed/src/nvme.rs:96:5
|
96 | cmbloc: Mmio<u32>,
| ^^^^^^^^^^^^^^^^^
warning: field is never used: `cmbsz`
--> nvmed/src/nvme.rs:98:5
|
98 | cmbsz: Mmio<u32>,
| ^^^^^^^^^^^^^^^^
Compiling log v0.3.9
Compiling tokio-executor v0.1.5 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling termion v1.5.1
Compiling xhcid v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/xhcid)
Compiling ihdad v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/ihdad)
warning: unused import: `syscall::io::Dma`
--> xhcid/src/xhci/command.rs:2:5
|
2 | use syscall::io::Dma;
| ^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
warning: unreachable expression
--> ihdad/src/main.rs:160:3
|
160 | unsafe { let _ = syscall::physunmap(address); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unreachable_code)] on by default
warning: unused variable: `handle`
--> ihdad/src/hda/device.rs:900:14
|
900 | let handle = handles.get_mut(&id).ok_or(Error::new(EBADF))?;
| ^^^^^^ help: consider using `_handle` instead
|
= note: #[warn(unused_variables)] on by default
warning: unused variable: `handle`
--> ihdad/src/hda/device.rs:929:13
|
929 | let handle = handles.get_mut(&id).ok_or(Error::new(EBADF))?;
| ^^^^^^ help: consider using `_handle` instead
warning: unused variable: `err`
--> ihdad/src/hda/stream.rs:298:8
|
298 | Err(err) => {
| ^^^ help: consider using `_err` instead
warning: unused variable: `err`
--> ihdad/src/hda/stream.rs:307:8
|
307 | Err(err) => {
| ^^^ help: consider using `_err` instead
warning: variable `corbsize_bytes` is assigned to, but never used
--> ihdad/src/hda/cmdbuff.rs:94:17
|
94 | let mut corbsize_bytes: usize = 0;
| ^^^^^^^^^^^^^^
|
= note: consider using `_corbsize_bytes` instead
warning: variable `corbsize` is assigned to, but never used
--> ihdad/src/hda/cmdbuff.rs:95:17
|
95 | let mut corbsize: u8 = 0;
| ^^^^^^^^
|
= note: consider using `_corbsize` instead
warning: value assigned to `corbsize` is never read
--> ihdad/src/hda/cmdbuff.rs:98:13
|
98 | corbsize = 2;
| ^^^^^^^^
|
= note: #[warn(unused_assignments)] on by default
warning: value assigned to `corbsize_bytes` is never read
--> ihdad/src/hda/cmdbuff.rs:99:13
|
99 | corbsize_bytes = 1024;
| ^^^^^^^^^^^^^^
warning: value assigned to `corbsize` is never read
--> ihdad/src/hda/cmdbuff.rs:103:13
|
103 | corbsize = 1;
| ^^^^^^^^
warning: value assigned to `corbsize_bytes` is never read
--> ihdad/src/hda/cmdbuff.rs:104:13
|
104 | corbsize_bytes = 64;
| ^^^^^^^^^^^^^^
warning: value assigned to `corbsize` is never read
--> ihdad/src/hda/cmdbuff.rs:108:13
|
108 | corbsize = 0;
| ^^^^^^^^
warning: value assigned to `corbsize_bytes` is never read
--> ihdad/src/hda/cmdbuff.rs:109:13
|
109 | corbsize_bytes = 8;
| ^^^^^^^^^^^^^^
warning: variable `rirbsize_bytes` is assigned to, but never used
--> ihdad/src/hda/cmdbuff.rs:228:17
|
228 | let mut rirbsize_bytes: usize = 0;
| ^^^^^^^^^^^^^^
|
= note: consider using `_rirbsize_bytes` instead
warning: variable `rirbsize` is assigned to, but never used
--> ihdad/src/hda/cmdbuff.rs:229:17
|
229 | let mut rirbsize: u8 = 0;
| ^^^^^^^^
|
= note: consider using `_rirbsize` instead
warning: value assigned to `rirbsize` is never read
--> ihdad/src/hda/cmdbuff.rs:232:13
|
232 | rirbsize = 2;
| ^^^^^^^^
warning: value assigned to `rirbsize_bytes` is never read
--> ihdad/src/hda/cmdbuff.rs:233:13
|
233 | rirbsize_bytes = 2048;
| ^^^^^^^^^^^^^^
warning: value assigned to `rirbsize` is never read
--> ihdad/src/hda/cmdbuff.rs:237:13
|
237 | rirbsize = 1;
| ^^^^^^^^
warning: value assigned to `rirbsize_bytes` is never read
--> ihdad/src/hda/cmdbuff.rs:238:13
|
238 | rirbsize_bytes = 128;
| ^^^^^^^^^^^^^^
warning: value assigned to `rirbsize` is never read
--> ihdad/src/hda/cmdbuff.rs:242:13
|
242 | rirbsize = 0;
| ^^^^^^^^
warning: value assigned to `rirbsize_bytes` is never read
--> ihdad/src/hda/cmdbuff.rs:243:13
|
243 | rirbsize_bytes = 16;
| ^^^^^^^^^^^^^^
Compiling rustc_version v0.2.3
Compiling ransid v0.4.7
warning: unnecessary `unsafe` block
--> ihdad/src/main.rs:74:8
|
74 | if unsafe { device_irq.borrow_mut().irq() } {
| ^^^^^^ unnecessary `unsafe` block
|
= note: #[warn(unused_unsafe)] on by default
warning: unnecessary `unsafe` block
--> ihdad/src/hda/device.rs:156:24
|
156 | let buff_desc_phys = unsafe {
| ^^^^^^ unnecessary `unsafe` block
warning: unnecessary `unsafe` block
--> ihdad/src/hda/device.rs:161:24
|
161 | let buff_desc_virt = unsafe {
| ^^^^^^ unnecessary `unsafe` block
warning: unnecessary `unsafe` block
--> ihdad/src/hda/device.rs:170:26
|
170 | let cmd_buff_address = unsafe {
| ^^^^^^ unnecessary `unsafe` block
warning: unnecessary `unsafe` block
--> ihdad/src/hda/device.rs:175:23
|
175 | let cmd_buff_virt = unsafe { syscall::physmap(cmd_buff_address, 0x1000, PHYSMAP_WRITE).expect("ihdad: failed to map address for CORB/RIRB buff") };
| ^^^^^^ unnecessary `unsafe` block
warning: unnecessary `unsafe` block
--> ihdad/src/hda/stream.rs:212:3
|
212 | unsafe {
| ^^^^^^ unnecessary `unsafe` block
warning: unused `std::result::Result` that must be used
--> ihdad/src/hda/stream.rs:309:6
|
309 | syscall::physfree(phys, block_length * block_count);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_must_use)] on by default
= note: this `Result` may be an `Err` variant, which should be handled
warning: variant is never constructed: `None`
--> xhcid/src/usb/mod.rs:9:5
|
9 | None,
| ^^^^
|
= note: #[warn(dead_code)] on by default
warning: variant is never constructed: `Interface`
--> xhcid/src/usb/mod.rs:13:5
|
13 | Interface,
| ^^^^^^^^^
warning: variant is never constructed: `Endpoint`
--> xhcid/src/usb/mod.rs:14:5
|
14 | Endpoint,
| ^^^^^^^^
warning: variant is never constructed: `DeviceQualifier`
--> xhcid/src/usb/mod.rs:15:5
|
15 | DeviceQualifier,
| ^^^^^^^^^^^^^^^
warning: variant is never constructed: `OtherSpeedConfiguration`
--> xhcid/src/usb/mod.rs:16:5
|
16 | OtherSpeedConfiguration,
| ^^^^^^^^^^^^^^^^^^^^^^^
warning: variant is never constructed: `InterfacePower`
--> xhcid/src/usb/mod.rs:17:5
|
17 | InterfacePower,
| ^^^^^^^^^^^^^^
warning: variant is never constructed: `OnTheGo`
--> xhcid/src/usb/mod.rs:18:5
|
18 | OnTheGo,
| ^^^^^^^
warning: method is never used: `get_status`
--> xhcid/src/usb/setup.rs:14:5
|
14 | pub fn get_status() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: `clear_feature`
--> xhcid/src/usb/setup.rs:24:5
|
24 | pub fn clear_feature(feature: u16) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: `set_feature`
--> xhcid/src/usb/setup.rs:34:5
|
34 | pub fn set_feature(feature: u16) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: `set_address`
--> xhcid/src/usb/setup.rs:44:5
|
44 | pub fn set_address(address: u16) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: `set_descriptor`
--> xhcid/src/usb/setup.rs:64:5
|
64 | pub fn set_descriptor(kind: u8, index: u8, language: u16, length: u16) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: `get_configuration`
--> xhcid/src/usb/setup.rs:74:5
|
74 | pub fn get_configuration() -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: `set_configuration`
--> xhcid/src/usb/setup.rs:84:5
|
84 | pub fn set_configuration(value: u16) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: `next_cmd`
--> xhcid/src/xhci/command.rs:39:5
|
39 | pub fn next_cmd(&mut self) -> (&mut Trb, bool) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: `read`
--> xhcid/src/xhci/doorbell.rs:7:5
|
7 | pub fn read(&self) -> u32 {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
warning: variant is never constructed: `Normal`
--> xhcid/src/xhci/trb.rs:9:5
|
9 | Normal,
| ^^^^^^
warning: variant is never constructed: `Isoch`
--> xhcid/src/xhci/trb.rs:13:5
|
13 | Isoch,
| ^^^^^
warning: variant is never constructed: `EventData`
--> xhcid/src/xhci/trb.rs:15:5
|
15 | EventData,
| ^^^^^^^^^
warning: variant is never constructed: `NoOp`
--> xhcid/src/xhci/trb.rs:16:5
|
16 | NoOp,
| ^^^^
warning: variant is never constructed: `DisableSlot`
--> xhcid/src/xhci/trb.rs:19:5
|
19 | DisableSlot,
| ^^^^^^^^^^^
warning: variant is never constructed: `ConfigureEndpoint`
--> xhcid/src/xhci/trb.rs:21:5
|
21 | ConfigureEndpoint,
| ^^^^^^^^^^^^^^^^^
warning: variant is never constructed: `EvaluateContext`
--> xhcid/src/xhci/trb.rs:22:5
|
22 | EvaluateContext,
| ^^^^^^^^^^^^^^^
warning: variant is never constructed: `ResetEndpoint`
--> xhcid/src/xhci/trb.rs:23:5
|
23 | ResetEndpoint,
| ^^^^^^^^^^^^^
warning: variant is never constructed: `StopEndpoint`
--> xhcid/src/xhci/trb.rs:24:5
|
24 | StopEndpoint,
| ^^^^^^^^^^^^
warning: variant is never constructed: `SetTrDequeuePointer`
--> xhcid/src/xhci/trb.rs:25:5
|
25 | SetTrDequeuePointer,
| ^^^^^^^^^^^^^^^^^^^
warning: variant is never constructed: `ResetDevice`
--> xhcid/src/xhci/trb.rs:26:5
|
26 | ResetDevice,
| ^^^^^^^^^^^
warning: variant is never constructed: `ForceEvent`
--> xhcid/src/xhci/trb.rs:27:5
|
27 | ForceEvent,
| ^^^^^^^^^^
warning: variant is never constructed: `NegotiateBandwidth`
--> xhcid/src/xhci/trb.rs:28:5
|
28 | NegotiateBandwidth,
| ^^^^^^^^^^^^^^^^^^
warning: variant is never constructed: `SetLatencyToleranceValue`
--> xhcid/src/xhci/trb.rs:29:5
|
29 | SetLatencyToleranceValue,
| ^^^^^^^^^^^^^^^^^^^^^^^^
warning: variant is never constructed: `GetPortBandwidth`
--> xhcid/src/xhci/trb.rs:30:5
|
30 | GetPortBandwidth,
| ^^^^^^^^^^^^^^^^
warning: variant is never constructed: `ForceHeader`
--> xhcid/src/xhci/trb.rs:31:5
|
31 | ForceHeader,
| ^^^^^^^^^^^
warning: variant is never constructed: `NoOpCmd`
--> xhcid/src/xhci/trb.rs:32:5
|
32 | NoOpCmd,
| ^^^^^^^
warning: variant is never constructed: `Rsv24`
--> xhcid/src/xhci/trb.rs:34:5
|
34 | Rsv24,
| ^^^^^
warning: variant is never constructed: `Rsv25`
--> xhcid/src/xhci/trb.rs:35:5
|
35 | Rsv25,
| ^^^^^
warning: variant is never constructed: `Rsv26`
--> xhcid/src/xhci/trb.rs:36:5
|
36 | Rsv26,
| ^^^^^
warning: variant is never constructed: `Rsv27`
--> xhcid/src/xhci/trb.rs:37:5
|
37 | Rsv27,
| ^^^^^
warning: variant is never constructed: `Rsv28`
--> xhcid/src/xhci/trb.rs:38:5
|
38 | Rsv28,
| ^^^^^
warning: variant is never constructed: `Rsv29`
--> xhcid/src/xhci/trb.rs:39:5
|
39 | Rsv29,
| ^^^^^
warning: variant is never constructed: `Rsv30`
--> xhcid/src/xhci/trb.rs:40:5
|
40 | Rsv30,
| ^^^^^
warning: variant is never constructed: `Rsv31`
--> xhcid/src/xhci/trb.rs:41:5
|
41 | Rsv31,
| ^^^^^
warning: variant is never constructed: `Transfer`
--> xhcid/src/xhci/trb.rs:43:5
|
43 | Transfer,
| ^^^^^^^^
warning: variant is never constructed: `CommandCompletion`
--> xhcid/src/xhci/trb.rs:44:5
|
44 | CommandCompletion,
| ^^^^^^^^^^^^^^^^^
warning: variant is never constructed: `PortStatusChange`
--> xhcid/src/xhci/trb.rs:45:5
|
45 | PortStatusChange,
| ^^^^^^^^^^^^^^^^
warning: variant is never constructed: `BandwidthRequest`
--> xhcid/src/xhci/trb.rs:46:5
|
46 | BandwidthRequest,
| ^^^^^^^^^^^^^^^^
warning: variant is never constructed: `Doorbell`
--> xhcid/src/xhci/trb.rs:47:5
|
47 | Doorbell,
| ^^^^^^^^
warning: variant is never constructed: `HostController`
--> xhcid/src/xhci/trb.rs:48:5
|
48 | HostController,
| ^^^^^^^^^^^^^^
warning: variant is never constructed: `DeviceNotification`
--> xhcid/src/xhci/trb.rs:49:5
|
49 | DeviceNotification,
| ^^^^^^^^^^^^^^^^^^
warning: variant is never constructed: `MfindexWrap`
--> xhcid/src/xhci/trb.rs:50:5
|
50 | MfindexWrap,
| ^^^^^^^^^^^
warning: enum is never used: `TrbCompletionCode`
--> xhcid/src/xhci/trb.rs:55:1
|
55 | pub enum TrbCompletionCode {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: variant is never constructed: `NoData`
--> xhcid/src/xhci/trb.rs:100:5
|
100 | NoData,
| ^^^^^^
warning: variant is never constructed: `Reserved`
--> xhcid/src/xhci/trb.rs:101:5
|
101 | Reserved,
| ^^^^^^^^
warning: variant is never constructed: `Out`
--> xhcid/src/xhci/trb.rs:102:5
|
102 | Out,
| ^^^
warning: method is never used: `no_op_cmd`
--> xhcid/src/xhci/trb.rs:139:5
|
139 | pub fn no_op_cmd(&mut self, cycle: bool) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: field is never used: `cap`
--> xhcid/src/xhci/mod.rs:108:5
|
108 | cap: &'static mut CapabilityRegs,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compiling ring v0.13.5
Compiling unicode-normalization v0.1.8
Compiling net2 v0.2.33
Compiling num_cpus v1.9.0
Compiling time v0.1.42
Compiling ps2d v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/ps2d)
Compiling bgad v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/bgad)
Compiling vboxd v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/vboxd)
warning: method is never used: `read`
--> vboxd/src/bga.rs:21:5
|
21 | fn read(&mut self, index: u16) -> u16 {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default
warning: method is never used: `width`
--> vboxd/src/bga.rs:31:5
|
31 | pub fn width(&mut self) -> u16 {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: method is never used: `height`
--> vboxd/src/bga.rs:35:5
|
35 | pub fn height(&mut self) -> u16 {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: field is never used: `size`
--> vboxd/src/main.rs:29:5
|
29 | size: Mmio<u32>,
| ^^^^^^^^^^^^^^^
warning: field is never used: `version`
--> vboxd/src/main.rs:30:5
|
30 | version: Mmio<u32>,
| ^^^^^^^^^^^^^^^^^^
warning: field is never used: `result`
--> vboxd/src/main.rs:45:5
|
45 | result: Mmio<u32>,
| ^^^^^^^^^^^^^^^^^
warning: field is never used: `features`
--> vboxd/src/main.rs:54:5
|
54 | features: Mmio<u32>,
| ^^^^^^^^^^^^^^^^^^^
warning: field is never used: `x`
--> vboxd/src/main.rs:78:5
|
78 | x: Mmio<u32>,
| ^^^^^^^^^^^^
warning: field is never used: `y`
--> vboxd/src/main.rs:79:5
|
79 | y: Mmio<u32>,
| ^^^^^^^^^^^^
warning: field is never used: `events`
--> vboxd/src/main.rs:100:5
|
100 | events: Mmio<u32>,
| ^^^^^^^^^^^^^^^^^
warning: field is never used: `bpp`
--> vboxd/src/main.rs:143:5
|
143 | bpp: Mmio<u32>,
| ^^^^^^^^^^^^^^
warning: field is never used: `eventack`
--> vboxd/src/main.rs:144:5
|
144 | eventack: Mmio<u32>,
| ^^^^^^^^^^^^^^^^^^^
Compiling mime v0.2.6
Compiling bytes v0.4.11
Compiling base64 v0.9.3
Compiling ahcid v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/ahcid)
Compiling crossbeam-epoch v0.7.1
Compiling vesad v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/vesad)
Compiling tokio-timer v0.2.8 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling tokio-current-thread v0.1.4 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling rand_pcg v0.1.1
Compiling parking_lot_core v0.4.0
Compiling quote v0.6.11
Compiling mio v0.6.16 (https://gitlab.redox-os.org/redox-os/mio#493d2b65)
Compiling pbr v1.0.1 (https://github.com/a8m/pb#b9792c9f)
Compiling ntpclient v0.0.1 (https://github.com/willem66745/ntpclient-rust#7e3bdf60)
Compiling tokio-io v0.1.10 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling crossbeam-deque v0.6.3
Compiling toml v0.4.10
Compiling syn v0.15.26
Compiling tokio-codec v0.1.1 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling webpki v0.18.1
Compiling sct v0.4.0
Compiling tokio-threadpool v0.1.9 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling parking_lot v0.7.1
Compiling rustls v0.13.1
Compiling webpki-roots v0.15.0
Compiling tokio-fs v0.1.4 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling tokio-reactor v0.1.7 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling idna v0.1.5
Compiling serde_derive v1.0.86
Compiling tokio-udp v0.1.3 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling tokio-tcp v0.1.2 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling tokio v0.1.13 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling url v1.7.2
Compiling hyper v0.10.15
Compiling pcid v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/pcid)
warning: method is never used: `interrupt_line`
--> pcid/src/pci/header.rs:261:5
|
261 | pub fn interrupt_line(&self) -> u8 {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default
warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable
--> pcid/src/main.rs:2:12
|
2 | #![feature(iterator_step_by)]
| ^^^^^^^^^^^^^^^^
|
= note: #[warn(stable_features)] on by default
Compiling hyper-rustls v0.6.2
Compiling netutils v0.1.0 (https://gitlab.redox-os.org/redox-os/netutils.git#03d76ff3)
Compiling e1000d v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/e1000d)
Compiling rtl8168d v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/rtl8168d)
Compiling alxd v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/build/alxd)
warning: unused import: `syscall::error::EWOULDBLOCK`
--> e1000d/src/main.rs:16:5
|
16 | use syscall::error::EWOULDBLOCK;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
warning: unused macro definition
--> alxd/src/device/mod.rs:1726:9
|
1726 | / macro_rules! goto_out {
1727 | | () => {{
1728 | | self.free_all_ring_resources();
1729 | | self.disable_advanced_intr();
1730 | | return err;
1731 | | }}
1732 | | }
| |_________^
|
= note: #[warn(unused_macros)] on by default
warning: unreachable expression
--> rtl8168d/src/main.rs:138:9
|
138 | unsafe { let _ = syscall::physunmap(address); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unreachable_code)] on by default
warning: unreachable expression
--> e1000d/src/main.rs:141:9
|
141 | unsafe { let _ = syscall::physunmap(address); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unreachable_code)] on by default
warning: variable does not need to be mutable
--> e1000d/src/device.rs:193:21
|
193 | let mut data = unsafe { slice::from_raw_parts_mut(self.transmit_buffer[old_tail as usize].as_ptr() as *mut u8, td.length as usize) };
| ----^^^^
| |
| help: remove this `mut`
|
= note: #[warn(unused_mut)] on by default
warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133)
--> e1000d/src/device.rs:58:10
|
58 | #[derive(Debug)]
| ^^^^^
|
= note: #[warn(safe_packed_borrows)] on by default
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #46043 <https://github.com/rust-lang/rust/issues/46043>
warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133)
--> e1000d/src/device.rs:81:10
|
81 | #[derive(Debug)]
| ^^^^^
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #46043 <https://github.com/rust-lang/rust/issues/46043>
warning: constant item is never used: `IMS_TXDW`
--> e1000d/src/device.rs:29:1
|
29 | const IMS_TXDW: u32 = 1;
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default
warning: constant item is never used: `IMS_TXQE`
--> e1000d/src/device.rs:30:1
|
30 | const IMS_TXQE: u32 = 1 << 1;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: constant item is never used: `IMS_LSC`
--> e1000d/src/device.rs:31:1
|
31 | const IMS_LSC: u32 = 1 << 2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: constant item is never used: `RCTL_MPE`
--> e1000d/src/device.rs:40:1
|
40 | const RCTL_MPE: u32 = 1 << 4;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: constant item is never used: `RD_EOP`
--> e1000d/src/device.rs:69:1
|
69 | const RD_EOP: u8 = 1 << 1;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: constant item is never used: `TD_DD`
--> e1000d/src/device.rs:95:1
|
95 | const TD_DD: u8 = 1;
| ^^^^^^^^^^^^^^^^^^^^
warning: unreachable expression
--> alxd/src/main.rs:144:9
|
144 | unsafe { let _ = syscall::physunmap(address); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unreachable_code)] on by default
warning: unused `std::result::Result` that must be used
--> e1000d/src/main.rs:104:17
|
104 | handle_update(&mut socket_packet.borrow_mut(), &mut device_packet.borrow_mut(), &mut todo.borrow_mut());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_must_use)] on by default
= note: this `Result` may be an `Err` variant, which should be handled
warning: value assigned to `val` is never read
--> alxd/src/device/mod.rs:669:6
|
669 | val = self.read(WOL0);
| ^^^
|
= note: #[warn(unused_assignments)] on by default
warning: value assigned to `err` is never read
--> alxd/src/device/mod.rs:1127:6
|
1127 | err = self.read_phy_reg(MII_BMSR, &mut bmsr);
| ^^^
warning: value assigned to `val` is never read
--> alxd/src/device/mod.rs:1282:6
|
1282 | val = self.read(DMA);
| ^^^
warning: unused variable: `err`
--> alxd/src/device/mod.rs:1724:17
|
1724 | let mut err: usize = 0;
| ^^^ help: consider using `_err` instead
|
= note: #[warn(unused_variables)] on by default
warning: unused variable: `buf`
--> alxd/src/device/mod.rs:1808:35
|
1808 | fn read(&mut self, id: usize, buf: &mut [u8]) -> Result<usize> {
| ^^^ help: consider using `_buf` instead
warning: unused variable: `buf`
--> alxd/src/device/mod.rs:1845:37
|
1845 | fn write(&mut self, _id: usize, buf: &[u8]) -> Result<usize> {
| ^^^ help: consider using `_buf` instead
warning: variable does not need to be mutable
--> alxd/src/device/mod.rs:1724:13
|
1724 | let mut err: usize = 0;
| ----^^^
| |
| help: remove this `mut`
|
= note: #[warn(unused_mut)] on by default
Finished release [optimized] target(s) in 2m 55s
cook - drivers stage
cook - drivers unstage
mkdir: created directory '/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/etc'
mkdir: created directory '/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/etc/pcid'
'initfs.toml' -> '/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/etc/pcid/initfs.toml'
'filesystem.toml' -> '/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/etc/pcid/filesystem.toml'
copy from `target/x86_64-unknown-redox/release/alxd' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/alxd' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/e1000d' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/e1000d' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/ps2d' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/ps2d' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/ahcid' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/ahcid' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/ihdad' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/ihdad' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/rtl8168d' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/rtl8168d' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/bgad' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/bgad' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/xhcid' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/xhcid' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/vboxd' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/vboxd' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/vesad' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/vesad' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/nvmed' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/nvmed' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/pcid' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/drivers/stage/bin/pcid' [elf64-x86-64]
Updating crates.io index
Compiling winapi-build v0.1.1
Compiling winapi v0.2.8
Compiling kernel32-sys v0.2.2
Compiling walkdir v0.1.8
Compiling docgen v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/docgen)
Finished release [optimized] target(s) in 4.92s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
cook - drivers tar
cook - drivers version
'stage.toml' -> 'stage/pkg/drivers.toml'
Compiling version_check v0.1.5
Compiling cc v1.0.25
Compiling typenum v1.10.0
Compiling cfg-if v0.1.5
Compiling matches v0.1.8
Compiling proc-macro2 v0.4.20
Compiling untrusted v0.6.2
Compiling httparse v1.3.3
Compiling libc v0.2.43
Compiling unicode-xid v0.1.0
Compiling build_const v0.2.1
Compiling unicode-normalization v0.1.7
Compiling winapi-build v0.1.1
Compiling byteorder v1.2.6
Compiling safemem v0.2.0
Compiling percent-encoding v1.0.1
Compiling safemem v0.3.0
Compiling serde v1.0.80
Compiling traitobject v0.1.0
Compiling unicode-width v0.1.5
Compiling winapi v0.2.8
Compiling language-tags v0.2.2
Compiling byteorder v0.5.3
Compiling typeable v0.1.2
Compiling bitflags v1.0.4
Compiling bytecount v0.3.2
Compiling adler32 v1.0.3
Compiling fixedbitset v0.1.9
Compiling pkgutils v0.1.1 (/home/loongson/redoxstuff/redox/cookbook/pkgutils)
Compiling ordermap v0.3.5
Compiling ordermap v0.2.13
Compiling version-compare v0.0.4
Compiling bidir-map v0.6.0
Compiling unicode-bidi v0.3.4
Compiling log v0.4.5
Compiling time v0.1.40
Compiling num_cpus v1.8.0
Compiling xattr v0.1.11
Compiling termion v1.5.1
Compiling lazy_static v1.1.0
Compiling unicase v1.4.2
Compiling crc v1.8.1
Compiling kernel32-sys v0.2.2
Compiling base64 v0.6.0
Compiling base64 v0.9.3
Compiling textwrap v0.10.0
Compiling petgraph v0.4.13
Compiling log v0.3.9
Compiling tar v0.4.13 (https://gitlab.redox-os.org/redox-os/tar-rs#b71c2202)
Compiling ring v0.13.2
Compiling liner v0.4.5 (https://gitlab.redox-os.org/redox-os/liner#82c1715f)
Compiling clap v2.32.0
Compiling generic-array v0.2.1
Compiling mime v0.2.6
Compiling quote v0.6.8
Compiling static-buffer v0.2.0
Compiling pbr v1.0.0 (https://github.com/ids1024/pb?branch=duration#abe4d6e4)
Compiling octavo-digest v0.1.2 (https://github.com/libOctavo/octavo.git#2eff2009)
Compiling libflate v0.1.18
Compiling octavo v0.1.1 (https://github.com/libOctavo/octavo.git#2eff2009)
Compiling syn v0.15.11
Compiling toml v0.4.8
Compiling webpki v0.18.1
Compiling sct v0.4.0
Compiling idna v0.1.5
Compiling rustls v0.13.1
Compiling webpki-roots v0.15.0
Compiling serde_derive v1.0.80
Compiling url v1.7.1
Compiling hyper v0.10.13
Compiling hyper-rustls v0.6.2
Finished release [optimized] target(s) in 1m 32s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching init
cook - init fetch
Cloning into 'source'...
remote: Enumerating objects: 161, done.
remote: Counting objects: 100% (161/161), done.
remote: Compressing objects: 100% (110/110), done.
remote: Total 241 (delta 96), reused 86 (delta 49)
Receiving objects: 100% (241/241), 64.62 KiB | 682.00 KiB/s, done.
Resolving deltas: 100% (122/122), done.
Already up to date.
repo - preparing init
cook - init prepare
repo - building init
cook - init build
Compiling redox_syscall v0.1.51
Compiling init v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/init/build)
Finished release [optimized] target(s) in 2.18s
cook - init stage
cook - init unstage
copy from `target/x86_64-unknown-redox/release/init' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/init/stage/bin/init' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
cook - init tar
cook - init version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/init.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching redoxfs
cook - redoxfs fetch
Cloning into 'source'...
remote: Enumerating objects: 1131, done.
remote: Counting objects: 100% (1131/1131), done.
remote: Compressing objects: 100% (441/441), done.
remote: Total 1131 (delta 714), reused 1085 (delta 687)
Receiving objects: 100% (1131/1131), 242.04 KiB | 1019.00 KiB/s, done.
Resolving deltas: 100% (714/714), done.
Already up to date.
repo - preparing redoxfs
cook - redoxfs prepare
repo - building redoxfs
cook - redoxfs build
Compiling libc v0.2.45
Compiling rand v0.4.3
Compiling redox_syscall v0.1.49
Compiling spin v0.4.10
Compiling rand v0.3.22
Compiling uuid v0.5.1
Compiling redoxfs v0.3.2 (/home/loongson/redoxstuff/redox/cookbook/recipes/redoxfs/build)
Finished release [optimized] target(s) in 7.29s
cook - redoxfs stage
cook - redoxfs unstage
copy from `target/x86_64-unknown-redox/release/redoxfs-mkfs' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/redoxfs/stage/bin/redoxfs-mkfs' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/redoxfs' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/redoxfs/stage/bin/redoxfs' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
cook - redoxfs tar
cook - redoxfs version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/redoxfs.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - publishing drivers
cook - drivers publish
'stage.tar.gz' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/drivers.tar.gz'
'stage.sig' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/drivers.sig'
'stage.toml' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/drivers.toml'
repo - publishing init
cook - init publish
'stage.tar.gz' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/init.tar.gz'
'stage.sig' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/init.sig'
'stage.toml' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/init.toml'
repo - publishing redoxfs
cook - redoxfs publish
'stage.tar.gz' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/redoxfs.tar.gz'
'stage.sig' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/redoxfs.sig'
'stage.toml' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/redoxfs.toml'
repo - generating repo.toml
Installing package drivers
Installing package init
Installing package redoxfs
Create file parent build/initfs/etc
Create file build/initfs/etc/init.rc
touch build/initfs.tag
export PATH="/home/loongson/redoxstuff/redox/prefix/x86_64-unknown-redox/relibc-install/bin:$PATH" && \
export INITFS_FOLDER=/home/loongson/redoxstuff/redox/build/initfs && \
cd kernel && \
xargo rustc --lib --target x86_64-unknown-none --release -- -C soft-float -C debuginfo=2 -C lto --emit link=../build/libkernel.a
Updating crates.io index
Compiling cc v1.0.32
Compiling core v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libcore)
Compiling compiler_builtins v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/rustc/compiler_builtins_shim)
Compiling alloc v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/liballoc)
Finished release [optimized] target(s) in 37.89s
Compiling semver-parser v0.7.0
Compiling proc-macro2 v0.4.26
Compiling unicode-xid v0.1.0
Compiling cc v1.0.28
Compiling serde v1.0.85
Compiling x86 v0.9.0
Compiling bitflags v0.7.0
Compiling kernel v0.1.51 (/home/loongson/redoxstuff/redox/kernel)
Compiling plain v0.2.3
Compiling spin v0.4.10
Compiling bitflags v1.0.4
Compiling redox_syscall v0.1.51 (/home/loongson/redoxstuff/redox/kernel/syscall)
Compiling rustc-demangle v0.1.13
Compiling raw-cpuid v2.0.2
Compiling linked_list_allocator v0.6.3
Compiling semver v0.9.0
Compiling rustc_version v0.2.3
Compiling scroll v0.9.2
Compiling quote v0.6.11
Compiling raw-cpuid v4.0.0
Compiling goblin v0.0.15
Compiling syn v0.15.26
Compiling serde_derive v1.0.85
warning: unused variable: `clock`
--> src/scheme/itimer.rs:44:13
|
44 | let clock = {
| ^^^^^ help: consider using `_clock` instead
|
= note: #[warn(unused_variables)] on by default
warning: unused variable: `clock`
--> src/scheme/itimer.rs:61:13
|
61 | let clock = {
| ^^^^^ help: consider using `_clock` instead
Finished release [optimized] target(s) in 1m 27s
export PATH="/home/loongson/redoxstuff/redox/prefix/x86_64-unknown-redox/relibc-install/bin:$PATH" && \
x86_64-unknown-redox-ld --gc-sections -z max-page-size=0x1000 -T kernel/linkers/x86_64.ld -o build/kernel build/libkernel.a && \
x86_64-unknown-redox-objcopy --only-keep-debug build/kernel build/kernel.sym && \
x86_64-unknown-redox-objcopy --strip-debug build/kernel
fusermount -u build/filesystem/ || true
fusermount: entry for /home/loongson/redoxstuff/redox/build/filesystem not found in /etc/mtab
rm -rf build/filesystem.bin build/filesystem.bin.partial build/filesystem/
dd if=/dev/zero of=build/filesystem.bin.partial bs=1048576 count="256"
256+0 records in
256+0 records out
268435456 bytes (268 MB, 256 MiB) copied, 0.209091 s, 1.3 GB/s
cargo run --manifest-path redoxfs/Cargo.toml --release --bin redoxfs-mkfs build/filesystem.bin.partial
Compiling libc v0.2.45
Compiling cfg-if v0.1.6
Compiling pkg-config v0.3.14
Compiling thread-scoped v1.0.2
Compiling spin v0.4.10
Compiling redox_syscall v0.1.49
Compiling log v0.4.6
Compiling log v0.3.9
Compiling rand v0.4.3
Compiling time v0.1.41
Compiling fuse v0.3.1
Compiling rand v0.3.22
Compiling uuid v0.5.1
Compiling redoxfs v0.3.2 (/home/loongson/redoxstuff/redox/redoxfs)
Finished release [optimized] target(s) in 8.71s
Running `redoxfs/target/release/redoxfs-mkfs build/filesystem.bin.partial`
redoxfs-mkfs: created filesystem on build/filesystem.bin.partial, reserved 0 blocks, size 268 MB, uuid 40347e77-d463-4ea6-b25a-cc602278641b
mkdir -p build/filesystem/
cargo build --manifest-path redoxfs/Cargo.toml --release --bin redoxfs
Compiling redoxfs v0.3.2 (/home/loongson/redoxstuff/redox/redoxfs)
Finished release [optimized] target(s) in 1.43s
cargo run --manifest-path redoxfs/Cargo.toml --release --bin redoxfs -- build/filesystem.bin.partial build/filesystem/
Finished release [optimized] target(s) in 0.02s
Running `redoxfs/target/release/redoxfs build/filesystem.bin.partial build/filesystem/`
redoxfs: opening build/filesystem.bin.partial
redoxfs: opened filesystem on build/filesystem.bin.partial with uuid 40347e77-d463-4ea6-b25a-cc602278641b
redoxfs: mounted filesystem on build/filesystem.bin.partial to build/filesystem/
sleep 2
pgrep redoxfs
31674
cp filesystem.toml build/filesystem/filesystem.toml
cp build/bootloader build/filesystem/bootloader
cp build/kernel build/filesystem/kernel
export PATH="/home/loongson/redoxstuff/redox/prefix/x86_64-unknown-redox/relibc-install/bin:$PATH" && \
cargo run --manifest-path installer/Cargo.toml --release -- --cookbook=cookbook -c filesystem.toml build/filesystem/
Compiling cc v1.0.25
Compiling proc-macro2 v0.4.24
Compiling typenum v1.10.0
Compiling libc v0.2.45
Compiling unicode-xid v0.1.0
Compiling matches v0.1.8
Compiling version_check v0.1.5
Compiling cfg-if v0.1.6
Compiling winapi-build v0.1.1
Compiling lazy_static v1.2.0
Compiling unicode-normalization v0.1.7
Compiling httparse v1.3.3
Compiling untrusted v0.6.2
Compiling crc32fast v1.1.2
Compiling percent-encoding v1.0.1
Compiling unicode-xid v0.0.4
Compiling byteorder v1.2.7
Compiling serde v1.0.81
Compiling pkg-config v0.3.14
Compiling safemem v0.3.0
Compiling quote v0.3.15
Compiling unicode-width v0.1.5
Compiling numtoa v0.1.0
Compiling failure_derive v0.1.3
Compiling typeable v0.1.2
Compiling traitobject v0.1.0
Compiling language-tags v0.2.2
Compiling nodrop v0.1.13
Compiling winapi v0.2.8
Compiling byteorder v0.5.3
Compiling ordermap v0.3.5
Compiling adler32 v1.0.3
Compiling rustc-demangle v0.1.9
Compiling pkgutils v0.1.1 (https://gitlab.redox-os.org/redox-os/pkgutils.git#4908c5e4)
Compiling constant_time_eq v0.1.3
Compiling bitflags v1.0.4
Compiling bytecount v0.3.2
Compiling thread-scoped v1.0.2
Compiling fixedbitset v0.1.9
Compiling serde v0.8.23
Compiling redox_syscall v0.1.43
Compiling spin v0.4.10
Compiling version-compare v0.0.4
Compiling ordermap v0.2.13
Compiling scoped_threadpool v0.1.9
Compiling bidir-map v0.6.0
Compiling libc v0.2.43 (https://gitlab.redox-os.org/redox-os/liblibc.git?branch=redox#919dd7c8)
Compiling arg_parser v0.1.0 (https://gitlab.redox-os.org/redox-os/arg-parser.git#75035318)
Compiling unicode-bidi v0.3.4
Compiling log v0.4.6
Compiling kernel32-sys v0.2.2
Compiling unicase v1.4.2
Compiling base64 v0.9.3
Compiling textwrap v0.10.0
Compiling syn v0.10.8
Compiling arrayvec v0.4.8
Compiling fuse v0.3.1
Compiling petgraph v0.4.13
Compiling ring v0.13.5
Compiling backtrace-sys v0.1.24
Compiling log v0.3.9
Compiling blake2-rfc v0.2.18
Compiling clap v2.32.0
Compiling mime v0.2.6
Compiling toml v0.2.1
Compiling time v0.1.40
Compiling rand v0.4.3
Compiling num_cpus v1.8.0
Compiling termion v1.5.1 (https://gitlab.redox-os.org/redox-os/termion#ce6b43d0)
Compiling xattr v0.1.11
Compiling termion v1.5.1
Compiling generic-array v0.2.1
Compiling serde_codegen_internals v0.11.3
Compiling libflate v0.1.19
Compiling quote v0.6.10
Compiling argon2rs v0.2.5
Compiling pbr v1.0.0 (https://github.com/ids1024/pb?branch=duration#abe4d6e4)
Compiling tar v0.4.13 (https://gitlab.redox-os.org/redox-os/tar-rs#b71c2202)
Compiling rand v0.3.22
Compiling liner v0.1.5
Compiling liner v0.4.5 (https://gitlab.redox-os.org/redox-os/liner#741f36fb)
Compiling static-buffer v0.2.0
Compiling idna v0.1.5
Compiling toml v0.4.10
Compiling serde_codegen v0.8.23
Compiling uuid v0.5.1
Compiling backtrace v0.3.9
Compiling octavo-digest v0.1.2 (https://github.com/libOctavo/octavo.git#2eff2009)
Compiling syn v0.15.22
Compiling webpki v0.18.1
Compiling sct v0.4.0
Compiling redoxfs v0.3.2
Compiling octavo v0.1.1 (https://github.com/libOctavo/octavo.git#2eff2009)
Compiling webpki-roots v0.15.0
Compiling rustls v0.13.1
Compiling url v1.7.2
Compiling hyper v0.10.15
Compiling synstructure v0.10.1
Compiling serde_derive v1.0.81
Compiling serde_derive v0.8.23
Compiling hyper-rustls v0.6.2
Compiling failure v0.1.3
Compiling redox_installer v0.2.0 (/home/loongson/redoxstuff/redox/installer)
Finished release [optimized] target(s) in 2m 07s
Running `installer/target/release/redox_installer --cookbook=cookbook -c filesystem.toml build/filesystem/`
Install Config {
general: GeneralConfig {
prompt: false
},
packages: {
"audiod": PackageConfig {
version: None,
git: None,
path: None
},
"ca-certificates": PackageConfig {
version: None,
git: None,
path: None
},
"contain": PackageConfig {
version: None,
git: None,
path: None
},
"coreutils": PackageConfig {
version: None,
git: None,
path: None
},
"drivers": PackageConfig {
version: None,
git: None,
path: None
},
"extrautils": PackageConfig {
version: None,
git: None,
path: None
},
"findutils": PackageConfig {
version: None,
git: None,
path: None
},
"installer": PackageConfig {
version: None,
git: None,
path: None
},
"ion": PackageConfig {
version: None,
git: None,
path: None
},
"ipcd": PackageConfig {
version: None,
git: None,
path: None
},
"logd": PackageConfig {
version: None,
git: None,
path: None
},
"netdb": PackageConfig {
version: None,
git: None,
path: None
},
"netstack": PackageConfig {
version: None,
git: None,
path: None
},
"netsurf": PackageConfig {
version: None,
git: None,
path: None
},
"netutils": PackageConfig {
version: None,
git: None,
path: None
},
"nulld": PackageConfig {
version: None,
git: None,
path: None
},
"orbdata": PackageConfig {
version: None,
git: None,
path: None
},
"orbital": PackageConfig {
version: None,
git: None,
path: None
},
"orbterm": PackageConfig {
version: None,
git: None,
path: None
},
"orbutils": PackageConfig {
version: None,
git: None,
path: None
},
"pkgutils": PackageConfig {
version: None,
git: None,
path: None
},
"ptyd": PackageConfig {
version: None,
git: None,
path: None
},
"randd": PackageConfig {
version: None,
git: None,
path: None
},
"redoxfs": PackageConfig {
version: None,
git: None,
path: None
},
"smith": PackageConfig {
version: None,
git: None,
path: None
},
"userutils": PackageConfig {
version: None,
git: None,
path: None
},
"uutils": PackageConfig {
version: None,
git: None,
path: None
},
"zerod": PackageConfig {
version: None,
git: None,
path: None
}
},
files: [
FileConfig {
path: "/etc/init.d/00_base",
data: "nulld\nzerod\nrandd\nipcd\nlogd\nptyd\npcid /etc/pcid/filesystem.toml\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/init.d/10_net",
data: "smolnetd\ndnsd\ndhcpd -b\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/init.d/20_orbital",
data: "audiod\norbital display:3/activate orblogin launcher\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/init.d/30_console",
data: "getty display:2\ngetty debug: -J\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/net/dns",
data: "208.67.222.222\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/net/ip",
data: "10.0.2.15\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/net/ip_router",
data: "10.0.2.2\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/net/ip_subnet",
data: "255.255.255.0\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/net/mac",
data: "54-52-00-ab-cd-ef\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/pkg.d/50_redox",
data: "https://static.redox-os.org/pkg",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/group",
data: "root;0;root\nuser;1000;user\nsudo;1;user\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/hostname",
data: "redox\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/issue",
data: "########## Redox OS ##########\n# Login with the following: #\n# `user` #\n# `root`:`password` #\n##############################\n\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/etc/motd",
data: "Welcome to Redox OS!\n\n",
symlink: false,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/usr/bin",
data: "/bin",
symlink: true,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/usr/games",
data: "/games",
symlink: true,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/usr/include",
data: "/include",
symlink: true,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/usr/lib",
data: "/lib",
symlink: true,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/usr/share",
data: "/share",
symlink: true,
directory: false,
mode: None,
uid: None,
gid: None
},
FileConfig {
path: "/tmp",
data: "",
symlink: false,
directory: true,
mode: Some(
1023
),
uid: None,
gid: None
}
],
users: {
"root": UserConfig {
password: Some(
"password"
),
uid: Some(
0
),
gid: Some(
0
),
name: Some(
"root"
),
home: Some(
"/root"
),
shell: None
},
"user": UserConfig {
password: Some(
""
),
uid: None,
gid: None,
name: None,
home: None,
shell: None
}
}
} to build/filesystem/
repo - fetching audiod
cook - audiod fetch
Cloning into 'source'...
remote: Enumerating objects: 25, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 25 (delta 6), reused 0 (delta 0)
Unpacking objects: 100% (25/25), done.
Already up to date.
repo - preparing audiod
cook - audiod prepare
repo - building audiod
cook - audiod build
Compiling redox_syscall v0.1.49
Compiling audiod v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/audiod/build)
Finished release [optimized] target(s) in 1.91s
cook - audiod stage
cook - audiod unstage
copy from `target/x86_64-unknown-redox/release/audiod' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/audiod/stage/bin/audiod' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
cook - audiod tar
cook - audiod version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/audiod.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching ca-certificates
cook - ca-certificates fetch
~/redoxstuff/redox/cookbook/recipes/ca-certificates/source ~/redoxstuff/redox/cookbook/recipes/ca-certificates
Warning: Illegal date format for -z, --time-cond (and not a file name).
Warning: Disabling time condition. See curl_getdate(3) for valid date syntax.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 24494 100 24494 0 0 85048 0 --:--:-- --:--:-- --:--:-- 84754
Warning: Illegal date format for -z, --time-cond (and not a file name).
Warning: Disabling time condition. See curl_getdate(3) for valid date syntax.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1221k 100 1221k 0 0 3479k 0 --:--:-- --:--:-- --:--:-- 3489k
~/redoxstuff/redox/cookbook/recipes/ca-certificates
repo - preparing ca-certificates
cook - ca-certificates prepare
patching file make-ca.sh
repo - building ca-certificates
cook - ca-certificates build
Certificate: Go Daddy Root Certificate Authority - G2
Keyhash: cbf06781
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Starfield Root Certificate Authority - G2
Keyhash: 4bfab552
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Starfield Services Root Certificate Authority - G2
Keyhash: 09789157
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: AffirmTrust Commercial
Keyhash: 2b349938
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: AffirmTrust Networking
Keyhash: 93bc0acc
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: AffirmTrust Premium
Keyhash: b727005e
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: AffirmTrust Premium ECC
Keyhash: 9c8dfbd4
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Certum Trusted Network CA
Keyhash: 48bec511
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Baltimore CyberTrust Root
Keyhash: 653b494a
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: TWCA Root Certification Authority
Keyhash: b7a5b843
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Explicitly Distrust DigiNotar Root CA
Keyhash: 46f053f0
Added to p11-kit anchor directory with trust 'p,p,p'.
Added to OpenSSL certificate directory with trust 'p,p,p'.
Certificate: Explicitly Distrusted DigiNotar PKIoverheid G2
Keyhash: 856583ec
Added to p11-kit anchor directory with trust 'p,p,p'.
Added to OpenSSL certificate directory with trust 'p,p,p'.
Certificate: Security Communication RootCA2
Keyhash: cd58d51e
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: EC-ACC
Keyhash: 349f2832
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Hellenic Academic and Research Institutions RootCA 2011
Keyhash: 1636090b
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Actalis Authentication Root CA
Keyhash: 930ac5d2
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Trustis FPS Root CA
Keyhash: d853d49e
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: AddTrust Low-Value Services Root
Keyhash: 861a399d
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: Buypass Class 2 Root CA
Keyhash: 54657681
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Buypass Class 3 Root CA
Keyhash: e8de2f56
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: T-TeleSec GlobalRoot Class 3
Keyhash: 5443e9e3
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: EE Certification Centre Root CA
Keyhash: 128805a3
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: D-TRUST Root Class 3 CA 2 2009
Keyhash: c28a8a30
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: D-TRUST Root Class 3 CA 2 EV 2009
Keyhash: d4dae3dd
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Swisscom Root CA 2
Keyhash: 3efd4dc0
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: CA Disig Root R2
Keyhash: 2ae6433e
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: ACCVRAIZ1
Keyhash: a94d09e5
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: AddTrust External Root
Keyhash: 157753a5
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: TWCA Global Root CA
Keyhash: 5f15c80c
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: TeliaSonera Root CA v1
Keyhash: 5cd81ad7
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: E-Tugra Certification Authority
Keyhash: 5273a94c
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: T-TeleSec GlobalRoot Class 2
Keyhash: 1e09d511
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Atos TrustedRoot 2011
Keyhash: e36a6752
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: QuoVadis Root CA 1 G3
Keyhash: 749e9e03
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: QuoVadis Root CA 2 G3
Keyhash: 064e0aa9
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: QuoVadis Root CA 3 G3
Keyhash: e18bfb83
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: DigiCert Assured ID Root G2
Keyhash: 9d04f354
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Entrust Root Certification Authority
Keyhash: 6b99d060
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: DigiCert Assured ID Root G3
Keyhash: 7f3d5d1d
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: DigiCert Global Root G2
Keyhash: 607986c7
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: DigiCert Global Root G3
Keyhash: dd8e9d41
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: DigiCert Trusted Root G4
Keyhash: 75d1b2ed
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: COMODO RSA Certification Authority
Keyhash: d6325660
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: USERTrust RSA Certification Authority
Keyhash: fc5a8f99
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: USERTrust ECC Certification Authority
Keyhash: f30dd6ad
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: GlobalSign ECC Root CA - R4
Keyhash: b0e59380
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: GlobalSign ECC Root CA - R5
Keyhash: 1d3472b9
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Staat der Nederlanden Root CA - G3
Keyhash: 5a4d6896
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Staat der Nederlanden EV Root CA
Keyhash: 03179a64
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: IdenTrust Commercial Root CA 1
Keyhash: ef954a4e
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: GeoTrust Global CA
Keyhash: 2c543cd1
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: IdenTrust Public Sector Root CA 1
Keyhash: 1e08bfd1
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Entrust Root Certification Authority - G2
Keyhash: 02265526
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Entrust Root Certification Authority - EC1
Keyhash: 106f3e4d
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: CFCA EV ROOT
Keyhash: 0b1b94ef
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Certinomis - Root CA
Keyhash: 9f0f5fd6
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: OISTE WISeKey Global Root GB CA
Keyhash: e73d606e
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: SZAFIR ROOT CA2
Keyhash: fe8a2cd8
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Certum Trusted Network CA 2
Keyhash: 40193066
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: GeoTrust Universal CA
Keyhash: ad088e1d
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Hellenic Academic and Research Institutions RootCA 2015
Keyhash: 32888f65
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Hellenic Academic and Research Institutions ECC RootCA 2015
Keyhash: 7719f463
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: ISRG Root X1
Keyhash: 4042bcee
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: AC RAIZ FNMT-RCM
Keyhash: cd8c0d63
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Amazon Root CA 1
Keyhash: ce5e74ef
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Amazon Root CA 2
Keyhash: 6d41d539
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Amazon Root CA 3
Keyhash: 8cb5ee0f
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Amazon Root CA 4
Keyhash: de6d66f3
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: LuxTrust Global Root 2
Keyhash: def36a68
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Symantec Class 1 Public Primary Certification Authority - G6
Keyhash: 26312675
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: Symantec Class 2 Public Primary Certification Authority - G6
Keyhash: 1320b215
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: GeoTrust Universal CA 2
Keyhash: 8867006a
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Symantec Class 1 Public Primary Certification Authority - G4
Keyhash: 62744ee1
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: Symantec Class 2 Public Primary Certification Authority - G4
Keyhash: 4d4ba017
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: D-TRUST Root CA 3 2013
Keyhash: 0b7c536a
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1
Keyhash: ff34af3f
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: GDCA TrustAUTH R5 ROOT
Keyhash: 0f6fa695
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: GlobalSign Root CA - R2
Keyhash: 4a6481c9
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: TrustCor RootCert CA-1
Keyhash: 5d3033c5
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: TrustCor RootCert CA-2
Keyhash: 3e44d2f7
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: TrustCor ECA-1
Keyhash: 7aaf71c0
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: SSL.com Root Certification Authority RSA
Keyhash: 6fa5da56
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: SSL.com Root Certification Authority ECC
Keyhash: 0bf05006
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Certum Root CA
Keyhash: 442adcac
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: SSL.com EV Root Certification Authority RSA R2
Keyhash: 06dc52d5
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: SSL.com EV Root Certification Authority ECC
Keyhash: f0c70a8d
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: GlobalSign Root CA - R6
Keyhash: dc4d6a89
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: OISTE WISeKey Global Root GC CA
Keyhash: 773e07ad
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: GTS Root R1
Keyhash: 1001acf7
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: GTS Root R2
Keyhash: 626dceaf
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: GTS Root R3
Keyhash: 0a775a30
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: GTS Root R4
Keyhash: a3418fda
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: UCA Global G2 Root
Keyhash: c01eb047
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Comodo AAA Services root
Keyhash: ee64a828
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: UCA Extended Validation Root
Keyhash: 0f5dc4f3
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Certigna Root CA
Keyhash: f51bb24c
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: QuoVadis Root CA
Keyhash: 080911ac
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: QuoVadis Root CA 2
Keyhash: d7e8dc79
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: QuoVadis Root CA 3
Keyhash: 76faf6c0
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Security Communication Root CA
Keyhash: f3377b1b
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Sonera Class 2 Root CA
Keyhash: 9c2e7d30
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: UTN USERFirst Email Root CA
Keyhash: c5e082db
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: Camerfirma Chambers of Commerce Root
Keyhash: f90208f7
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: Verisign Class 1 Public Primary Certification Authority - G3
Keyhash: ee1365c0
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: Camerfirma Global Chambersign Root
Keyhash: cb59f961
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: XRamp Global CA Root
Keyhash: 706f604c
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Go Daddy Class 2 CA
Keyhash: f081611a
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Starfield Class 2 CA
Keyhash: f387163d
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Taiwan GRCA
Keyhash: 6410666e
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: DigiCert Assured ID Root CA
Keyhash: b1159c4c
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: DigiCert Global Root CA
Keyhash: 3513523f
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: DigiCert High Assurance EV Root CA
Keyhash: 244b5494
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Certplus Class 2 Primary CA
Keyhash: f060240e
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: DST Root CA X3
Keyhash: 2e5ac55d
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: SwissSign Platinum CA - G2
Keyhash: a8dee976
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: Verisign Class 2 Public Primary Certification Authority - G3
Keyhash: dc45b0bd
Added to p11-kit anchor directory with trust ',C,'.
Added to OpenSSL certificate directory with trust ',C,'.
Certificate: SwissSign Gold CA - G2
Keyhash: 4f316efb
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: SwissSign Silver CA - G2
Keyhash: 57bcb2da
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: GeoTrust Primary Certification Authority
Keyhash: 480720ec
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: thawte Primary Root CA
Keyhash: 2e4eed3c
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: VeriSign Class 3 Public Primary Certification Authority - G5
Keyhash: b204d74a
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: SecureTrust CA
Keyhash: f39fc864
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Secure Global CA
Keyhash: b66938e9
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: COMODO Certification Authority
Keyhash: 40547a79
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Network Solutions Certificate Authority
Keyhash: 4304c5e5
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: COMODO ECC Certification Authority
Keyhash: eed8c118
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: OISTE WISeKey Global Root GA CA
Keyhash: b1b8a7f3
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Verisign Class 3 Public Primary Certification Authority - G3
Keyhash: c0ff1f52
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Certigna
Keyhash: e113c810
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Deutsche Telekom Root CA 2
Keyhash: 812e17de
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Cybertrust Global Root
Keyhash: 76cb8f92
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: ePKI Root Certification Authority
Keyhash: ca6e4ad9
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: certSIGN ROOT CA
Keyhash: 8d86cdd1
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: GeoTrust Primary Certification Authority - G3
Keyhash: e2799e36
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: GlobalSign Root CA
Keyhash: 5ad8a5d6
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: thawte Primary Root CA - G2
Keyhash: c089bbbd
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: thawte Primary Root CA - G3
Keyhash: ba89ed3b
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: GeoTrust Primary Certification Authority - G2
Keyhash: 116bf586
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: VeriSign Universal Root Certification Authority
Keyhash: c01cdfa2
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: VeriSign Class 3 Public Primary Certification Authority - G4
Keyhash: 7d0b38bd
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: NetLock Arany (Class Gold) Főtanúsítvány
Keyhash: 988a38cb
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Staat der Nederlanden Root CA - G2
Keyhash: 5c44d531
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Hongkong Post Root CA 1
Keyhash: 3e45d192
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: SecureSign RootCA11
Keyhash: 18856ac4
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Microsec e-Szigno Root CA 2009
Keyhash: 8160b96c
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: GlobalSign Root CA - R3
Keyhash: 062cdee6
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Autoridad de Certificacion Firmaprofesional CIF A62634068
Keyhash: 3bde41ac
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Izenpe.com
Keyhash: cc450945
Added to p11-kit anchor directory with trust 'C,,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,,'.
Certificate: Entrust.net Premium 2048 Secure Server CA
Keyhash: aee5f10d
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Chambers of Commerce Root - 2008
Keyhash: c47d9980
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
Certificate: Global Chambersign Root - 2008
Keyhash: 0c4c9b6c
Added to p11-kit anchor directory with trust 'C,C,'.
Added to GnuTLS ceritificate bundle.
Added to OpenSSL certificate directory with trust 'C,C,'.
cook - ca-certificates stage
cook - ca-certificates unstage
cook - ca-certificates tar
cook - ca-certificates version
'stage.toml' -> 'stage/pkg/ca-certificates.toml'
Finished release [optimized] target(s) in 0.09s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching contain
cook - contain fetch
Cloning into 'source'...
remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 35 (delta 3), reused 0 (delta 0)
Unpacking objects: 100% (35/35), done.
Already up to date.
repo - preparing contain
cook - contain prepare
repo - building contain
cook - contain build
Compiling redox_syscall v0.1.50
Compiling contain v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/contain/build)
warning: unused variable: `root_thread`
--> src/main.rs:36:9
|
36 | let root_thread = thread::spawn(move || {
| ^^^^^^^^^^^ help: consider using `_root_thread` instead
|
= note: #[warn(unused_variables)] on by default
Finished release [optimized] target(s) in 1.97s
cook - contain stage
cook - contain unstage
copy from `target/x86_64-unknown-redox/release/contain' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/contain/stage/bin/contain' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
cook - contain tar
cook - contain version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/contain.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching coreutils
cook - coreutils fetch
Cloning into 'source'...
remote: Enumerating objects: 2689, done.
remote: Counting objects: 100% (2689/2689), done.
remote: Compressing objects: 100% (1064/1064), done.
remote: Total 2689 (delta 1562), reused 2650 (delta 1545)
Receiving objects: 100% (2689/2689), 528.18 KiB | 1.60 MiB/s, done.
Resolving deltas: 100% (1562/1562), done.
Already up to date.
repo - preparing coreutils
cook - coreutils prepare
repo - building coreutils
cook - coreutils build
warning: An explicit [[bin]] section is specified in Cargo.toml which currently
disables Cargo from automatically inferring other binary targets.
This inference behavior will change in the Rust 2018 edition and the following
files will be included as a binary target:
* /home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/build/src/bin/stat.rs
This is likely to break cargo build or cargo test as these files may not be
ready to be compiled as a binary target today. You can future-proof yourself
and disable this warning by adding `autobins = false` to your [package]
section. You may also move the files to a location where Cargo would not
automatically infer them to be a target, such as in subfolders.
For more information on this warning you can consult
https://github.com/rust-lang/cargo/issues/5330
Downloading crates ...
Downloaded rand_os v0.1.3
Downloaded syn v0.15.29
Compiling proc-macro2 v0.4.27
Compiling unicode-xid v0.1.0
Compiling num-traits v0.2.6
Compiling syn v0.15.29
Compiling autocfg v0.1.2
Compiling arrayvec v0.4.10
Compiling num-integer v0.1.39
Compiling nodrop v0.1.13
Compiling failure_derive v0.1.5
Compiling cfg-if v0.1.7
Compiling libc v0.2.50
Compiling rand v0.4.6
Compiling constant_time_eq v0.1.3
Compiling byteorder v1.3.1
Compiling rustc-demangle v0.1.13
Compiling rustc-serialize v0.3.24
Compiling num-iter v0.1.37
Compiling rand_core v0.4.0
Compiling scoped_threadpool v0.1.9
Compiling redox_syscall v0.1.51
Compiling same-file v0.1.3
Compiling safemem v0.2.0
Compiling arg_parser v0.1.0 (https://gitlab.redox-os.org/redox-os/arg-parser.git#75035318)
Compiling extra v0.1.0 (https://gitlab.redox-os.org/redox-os/libextra.git#0b50f3f2)
Compiling backtrace v0.3.14
Compiling rand_os v0.1.3
Compiling redox_termios v0.1.1
Compiling filetime v0.1.15
Compiling walkdir v1.0.7
Compiling termion v1.5.1
Compiling time v0.1.42
Compiling blake2-rfc v0.2.18
Compiling base64 v0.6.0
Compiling argon2rs v0.2.5
Compiling quote v0.6.11
Compiling num-bigint v0.1.44
Compiling num-complex v0.1.43
Compiling num-rational v0.1.42
Compiling num v0.1.42
Compiling synstructure v0.10.1
Compiling failure v0.1.5
Compiling redox_users v0.3.0 (https://gitlab.redox-os.org/redox-os/users.git#21e5b93b)
Compiling coreutils v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/build)
Finished release [optimized] target(s) in 59.77s
cook - coreutils stage
cook - coreutils unstage
copy from `target/x86_64-unknown-redox/release/du' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/du' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/cat' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/cat' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/touch' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/touch' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/tail' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/tail' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/time' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/time' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/ps' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/ps' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/uname' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/uname' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/mkdir' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/mkdir' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/ln' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/ln' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/free' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/free' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/sort' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/sort' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/test' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/test' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/clear' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/clear' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/kill' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/kill' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/chown' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/chown' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/df' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/df' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/shutdown' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/shutdown' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/dd' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/dd' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/reset' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/reset' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/which' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/which' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/uptime' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/coreutils/stage/bin/uptime' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
../source/src/bin/mkdir.rs -> ../stage/ref/mkdir
../source/src/bin/time.rs -> ../stage/ref/time
../source/src/bin/kill.rs -> ../stage/ref/kill
../source/src/bin/shutdown.rs -> ../stage/ref/shutdown
../source/src/bin/tail.rs -> ../stage/ref/tail
../source/src/bin/test.rs -> ../stage/ref/test
../source/src/bin/df.rs -> ../stage/ref/df
../source/src/bin/chown.rs -> ../stage/ref/chown
../source/src/bin/cat.rs -> ../stage/ref/cat
../source/src/bin/free.rs -> ../stage/ref/free
../source/src/bin/clear.rs -> ../stage/ref/clear
../source/src/bin/touch.rs -> ../stage/ref/touch
../source/src/bin/uptime.rs -> ../stage/ref/uptime
../source/src/bin/reset.rs -> ../stage/ref/reset
../source/src/bin/ps.rs -> ../stage/ref/ps
../source/src/bin/dd.rs -> ../stage/ref/dd
../source/src/bin/du.rs -> ../stage/ref/du
../source/src/bin/uname.rs -> ../stage/ref/uname
../source/src/bin/stat.rs -> ../stage/ref/stat
cook - coreutils tar
cook - coreutils version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/coreutils.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - drivers up to date
repo - fetching extrautils
cook - extrautils fetch
Cloning into 'source'...
remote: Enumerating objects: 820, done.
remote: Counting objects: 100% (820/820), done.
remote: Compressing objects: 100% (256/256), done.
remote: Total 820 (delta 457), reused 794 (delta 444)
Receiving objects: 100% (820/820), 149.84 KiB | 829.00 KiB/s, done.
Resolving deltas: 100% (457/457), done.
Already up to date.
repo - preparing extrautils
cook - extrautils prepare
~/redoxstuff/redox/cookbook ~/redoxstuff/redox/cookbook/recipes/extrautils
repo - fetching xz
cook - xz fetch
--2019-03-28 19:42:29-- https://codeload.github.com/xz-mirror/xz/tar.gz/v5.2.3
Resolving codeload.github.com (codeload.github.com)... 192.30.253.121, 192.30.253.120
Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘source.tar’
source.tar [ <=> ] 608.19K --.-KB/s in 0.1s
2019-03-28 19:42:31 (4.73 MB/s) - ‘source.tar’ saved [622783]
xz-5.2.3/.gitignore
xz-5.2.3/AUTHORS
xz-5.2.3/COPYING
xz-5.2.3/COPYING.GPLv2
xz-5.2.3/COPYING.GPLv3
xz-5.2.3/COPYING.LGPLv2.1
xz-5.2.3/ChangeLog
xz-5.2.3/Doxyfile.in
xz-5.2.3/INSTALL
xz-5.2.3/INSTALL.generic
xz-5.2.3/Makefile.am
xz-5.2.3/NEWS
xz-5.2.3/PACKAGERS
xz-5.2.3/README
xz-5.2.3/THANKS
xz-5.2.3/TODO
xz-5.2.3/autogen.sh
xz-5.2.3/build-aux/
xz-5.2.3/build-aux/manconv.sh
xz-5.2.3/build-aux/version.sh
xz-5.2.3/configure.ac
xz-5.2.3/debug/
xz-5.2.3/debug/Makefile.am
xz-5.2.3/debug/README
xz-5.2.3/debug/crc32.c
xz-5.2.3/debug/full_flush.c
xz-5.2.3/debug/hex2bin.c
xz-5.2.3/debug/known_sizes.c
xz-5.2.3/debug/memusage.c
xz-5.2.3/debug/repeat.c
xz-5.2.3/debug/sync_flush.c
xz-5.2.3/debug/translation.bash
xz-5.2.3/doc/
xz-5.2.3/doc/examples/
xz-5.2.3/doc/examples/00_README.txt
xz-5.2.3/doc/examples/01_compress_easy.c
xz-5.2.3/doc/examples/02_decompress.c
xz-5.2.3/doc/examples/03_compress_custom.c
xz-5.2.3/doc/examples/04_compress_easy_mt.c
xz-5.2.3/doc/examples/Makefile
xz-5.2.3/doc/examples_old/
xz-5.2.3/doc/examples_old/xz_pipe_comp.c
xz-5.2.3/doc/examples_old/xz_pipe_decomp.c
xz-5.2.3/doc/faq.txt
xz-5.2.3/doc/history.txt
xz-5.2.3/doc/lzma-file-format.txt
xz-5.2.3/doc/xz-file-format.txt
xz-5.2.3/dos/
xz-5.2.3/dos/INSTALL.txt
xz-5.2.3/dos/Makefile
xz-5.2.3/dos/README.txt
xz-5.2.3/dos/config.h
xz-5.2.3/extra/
xz-5.2.3/extra/7z2lzma/
xz-5.2.3/extra/7z2lzma/7z2lzma.bash
xz-5.2.3/extra/scanlzma/
xz-5.2.3/extra/scanlzma/scanlzma.c
xz-5.2.3/lib/
xz-5.2.3/lib/Makefile.am
xz-5.2.3/lib/getopt.c
xz-5.2.3/lib/getopt.in.h
xz-5.2.3/lib/getopt1.c
xz-5.2.3/lib/getopt_int.h
xz-5.2.3/m4/
xz-5.2.3/m4/.gitignore
xz-5.2.3/m4/ax_check_capsicum.m4
xz-5.2.3/m4/ax_pthread.m4
xz-5.2.3/m4/getopt.m4
xz-5.2.3/m4/posix-shell.m4
xz-5.2.3/m4/tuklib_common.m4
xz-5.2.3/m4/tuklib_cpucores.m4
xz-5.2.3/m4/tuklib_integer.m4
xz-5.2.3/m4/tuklib_mbstr.m4
xz-5.2.3/m4/tuklib_physmem.m4
xz-5.2.3/m4/tuklib_progname.m4
xz-5.2.3/macosx/
xz-5.2.3/macosx/build.sh
xz-5.2.3/po/
xz-5.2.3/po/.gitignore
xz-5.2.3/po/LINGUAS
xz-5.2.3/po/Makevars
xz-5.2.3/po/POTFILES.in
xz-5.2.3/po/cs.po
xz-5.2.3/po/de.po
xz-5.2.3/po/fr.po
xz-5.2.3/po/it.po
xz-5.2.3/po/pl.po
xz-5.2.3/po/vi.po
xz-5.2.3/src/
xz-5.2.3/src/Makefile.am
xz-5.2.3/src/common/
xz-5.2.3/src/common/common_w32res.rc
xz-5.2.3/src/common/mythread.h
xz-5.2.3/src/common/sysdefs.h
xz-5.2.3/src/common/tuklib_common.h
xz-5.2.3/src/common/tuklib_config.h
xz-5.2.3/src/common/tuklib_cpucores.c
xz-5.2.3/src/common/tuklib_cpucores.h
xz-5.2.3/src/common/tuklib_exit.c
xz-5.2.3/src/common/tuklib_exit.h
xz-5.2.3/src/common/tuklib_gettext.h
xz-5.2.3/src/common/tuklib_integer.h
xz-5.2.3/src/common/tuklib_mbstr.h
xz-5.2.3/src/common/tuklib_mbstr_fw.c
xz-5.2.3/src/common/tuklib_mbstr_width.c
xz-5.2.3/src/common/tuklib_open_stdxxx.c
xz-5.2.3/src/common/tuklib_open_stdxxx.h
xz-5.2.3/src/common/tuklib_physmem.c
xz-5.2.3/src/common/tuklib_physmem.h
xz-5.2.3/src/common/tuklib_progname.c
xz-5.2.3/src/common/tuklib_progname.h
xz-5.2.3/src/liblzma/
xz-5.2.3/src/liblzma/Makefile.am
xz-5.2.3/src/liblzma/api/
xz-5.2.3/src/liblzma/api/Makefile.am
xz-5.2.3/src/liblzma/api/lzma.h
xz-5.2.3/src/liblzma/api/lzma/
xz-5.2.3/src/liblzma/api/lzma/base.h
xz-5.2.3/src/liblzma/api/lzma/bcj.h
xz-5.2.3/src/liblzma/api/lzma/block.h
xz-5.2.3/src/liblzma/api/lzma/check.h
xz-5.2.3/src/liblzma/api/lzma/container.h
xz-5.2.3/src/liblzma/api/lzma/delta.h
xz-5.2.3/src/liblzma/api/lzma/filter.h
xz-5.2.3/src/liblzma/api/lzma/hardware.h
xz-5.2.3/src/liblzma/api/lzma/index.h
xz-5.2.3/src/liblzma/api/lzma/index_hash.h
xz-5.2.3/src/liblzma/api/lzma/lzma12.h
xz-5.2.3/src/liblzma/api/lzma/stream_flags.h
xz-5.2.3/src/liblzma/api/lzma/version.h
xz-5.2.3/src/liblzma/api/lzma/vli.h
xz-5.2.3/src/liblzma/check/
xz-5.2.3/src/liblzma/check/Makefile.inc
xz-5.2.3/src/liblzma/check/check.c
xz-5.2.3/src/liblzma/check/check.h
xz-5.2.3/src/liblzma/check/crc32_fast.c
xz-5.2.3/src/liblzma/check/crc32_small.c
xz-5.2.3/src/liblzma/check/crc32_table.c
xz-5.2.3/src/liblzma/check/crc32_table_be.h
xz-5.2.3/src/liblzma/check/crc32_table_le.h
xz-5.2.3/src/liblzma/check/crc32_tablegen.c
xz-5.2.3/src/liblzma/check/crc32_x86.S
xz-5.2.3/src/liblzma/check/crc64_fast.c
xz-5.2.3/src/liblzma/check/crc64_small.c
xz-5.2.3/src/liblzma/check/crc64_table.c
xz-5.2.3/src/liblzma/check/crc64_table_be.h
xz-5.2.3/src/liblzma/check/crc64_table_le.h
xz-5.2.3/src/liblzma/check/crc64_tablegen.c
xz-5.2.3/src/liblzma/check/crc64_x86.S
xz-5.2.3/src/liblzma/check/crc_macros.h
xz-5.2.3/src/liblzma/check/sha256.c
xz-5.2.3/src/liblzma/common/
xz-5.2.3/src/liblzma/common/Makefile.inc
xz-5.2.3/src/liblzma/common/alone_decoder.c
xz-5.2.3/src/liblzma/common/alone_decoder.h
xz-5.2.3/src/liblzma/common/alone_encoder.c
xz-5.2.3/src/liblzma/common/auto_decoder.c
xz-5.2.3/src/liblzma/common/block_buffer_decoder.c
xz-5.2.3/src/liblzma/common/block_buffer_encoder.c
xz-5.2.3/src/liblzma/common/block_buffer_encoder.h
xz-5.2.3/src/liblzma/common/block_decoder.c
xz-5.2.3/src/liblzma/common/block_decoder.h
xz-5.2.3/src/liblzma/common/block_encoder.c
xz-5.2.3/src/liblzma/common/block_encoder.h
xz-5.2.3/src/liblzma/common/block_header_decoder.c
xz-5.2.3/src/liblzma/common/block_header_encoder.c
xz-5.2.3/src/liblzma/common/block_util.c
xz-5.2.3/src/liblzma/common/common.c
xz-5.2.3/src/liblzma/common/common.h
xz-5.2.3/src/liblzma/common/easy_buffer_encoder.c
xz-5.2.3/src/liblzma/common/easy_decoder_memusage.c
xz-5.2.3/src/liblzma/common/easy_encoder.c
xz-5.2.3/src/liblzma/common/easy_encoder_memusage.c
xz-5.2.3/src/liblzma/common/easy_preset.c
xz-5.2.3/src/liblzma/common/easy_preset.h
xz-5.2.3/src/liblzma/common/filter_buffer_decoder.c
xz-5.2.3/src/liblzma/common/filter_buffer_encoder.c
xz-5.2.3/src/liblzma/common/filter_common.c
xz-5.2.3/src/liblzma/common/filter_common.h
xz-5.2.3/src/liblzma/common/filter_decoder.c
xz-5.2.3/src/liblzma/common/filter_decoder.h
xz-5.2.3/src/liblzma/common/filter_encoder.c
xz-5.2.3/src/liblzma/common/filter_encoder.h
xz-5.2.3/src/liblzma/common/filter_flags_decoder.c
xz-5.2.3/src/liblzma/common/filter_flags_encoder.c
xz-5.2.3/src/liblzma/common/hardware_cputhreads.c
xz-5.2.3/src/liblzma/common/hardware_physmem.c
xz-5.2.3/src/liblzma/common/index.c
xz-5.2.3/src/liblzma/common/index.h
xz-5.2.3/src/liblzma/common/index_decoder.c
xz-5.2.3/src/liblzma/common/index_encoder.c
xz-5.2.3/src/liblzma/common/index_encoder.h
xz-5.2.3/src/liblzma/common/index_hash.c
xz-5.2.3/src/liblzma/common/memcmplen.h
xz-5.2.3/src/liblzma/common/outqueue.c
xz-5.2.3/src/liblzma/common/outqueue.h
xz-5.2.3/src/liblzma/common/stream_buffer_decoder.c
xz-5.2.3/src/liblzma/common/stream_buffer_encoder.c
xz-5.2.3/src/liblzma/common/stream_decoder.c
xz-5.2.3/src/liblzma/common/stream_decoder.h
xz-5.2.3/src/liblzma/common/stream_encoder.c
xz-5.2.3/src/liblzma/common/stream_encoder_mt.c
xz-5.2.3/src/liblzma/common/stream_flags_common.c
xz-5.2.3/src/liblzma/common/stream_flags_common.h
xz-5.2.3/src/liblzma/common/stream_flags_decoder.c
xz-5.2.3/src/liblzma/common/stream_flags_encoder.c
xz-5.2.3/src/liblzma/common/vli_decoder.c
xz-5.2.3/src/liblzma/common/vli_encoder.c
xz-5.2.3/src/liblzma/common/vli_size.c
xz-5.2.3/src/liblzma/delta/
xz-5.2.3/src/liblzma/delta/Makefile.inc
xz-5.2.3/src/liblzma/delta/delta_common.c
xz-5.2.3/src/liblzma/delta/delta_common.h
xz-5.2.3/src/liblzma/delta/delta_decoder.c
xz-5.2.3/src/liblzma/delta/delta_decoder.h
xz-5.2.3/src/liblzma/delta/delta_encoder.c
xz-5.2.3/src/liblzma/delta/delta_encoder.h
xz-5.2.3/src/liblzma/delta/delta_private.h
xz-5.2.3/src/liblzma/liblzma.map
xz-5.2.3/src/liblzma/liblzma.pc.in
xz-5.2.3/src/liblzma/liblzma_w32res.rc
xz-5.2.3/src/liblzma/lz/
xz-5.2.3/src/liblzma/lz/Makefile.inc
xz-5.2.3/src/liblzma/lz/lz_decoder.c
xz-5.2.3/src/liblzma/lz/lz_decoder.h
xz-5.2.3/src/liblzma/lz/lz_encoder.c
xz-5.2.3/src/liblzma/lz/lz_encoder.h
xz-5.2.3/src/liblzma/lz/lz_encoder_hash.h
xz-5.2.3/src/liblzma/lz/lz_encoder_hash_table.h
xz-5.2.3/src/liblzma/lz/lz_encoder_mf.c
xz-5.2.3/src/liblzma/lzma/
xz-5.2.3/src/liblzma/lzma/Makefile.inc
xz-5.2.3/src/liblzma/lzma/fastpos.h
xz-5.2.3/src/liblzma/lzma/fastpos_table.c
xz-5.2.3/src/liblzma/lzma/fastpos_tablegen.c
xz-5.2.3/src/liblzma/lzma/lzma2_decoder.c
xz-5.2.3/src/liblzma/lzma/lzma2_decoder.h
xz-5.2.3/src/liblzma/lzma/lzma2_encoder.c
xz-5.2.3/src/liblzma/lzma/lzma2_encoder.h
xz-5.2.3/src/liblzma/lzma/lzma_common.h
xz-5.2.3/src/liblzma/lzma/lzma_decoder.c
xz-5.2.3/src/liblzma/lzma/lzma_decoder.h
xz-5.2.3/src/liblzma/lzma/lzma_encoder.c
xz-5.2.3/src/liblzma/lzma/lzma_encoder.h
xz-5.2.3/src/liblzma/lzma/lzma_encoder_optimum_fast.c
xz-5.2.3/src/liblzma/lzma/lzma_encoder_optimum_normal.c
xz-5.2.3/src/liblzma/lzma/lzma_encoder_presets.c
xz-5.2.3/src/liblzma/lzma/lzma_encoder_private.h
xz-5.2.3/src/liblzma/rangecoder/
xz-5.2.3/src/liblzma/rangecoder/Makefile.inc
xz-5.2.3/src/liblzma/rangecoder/price.h
xz-5.2.3/src/liblzma/rangecoder/price_table.c
xz-5.2.3/src/liblzma/rangecoder/price_tablegen.c
xz-5.2.3/src/liblzma/rangecoder/range_common.h
xz-5.2.3/src/liblzma/rangecoder/range_decoder.h
xz-5.2.3/src/liblzma/rangecoder/range_encoder.h
xz-5.2.3/src/liblzma/simple/
xz-5.2.3/src/liblzma/simple/Makefile.inc
xz-5.2.3/src/liblzma/simple/arm.c
xz-5.2.3/src/liblzma/simple/armthumb.c
xz-5.2.3/src/liblzma/simple/ia64.c
xz-5.2.3/src/liblzma/simple/powerpc.c
xz-5.2.3/src/liblzma/simple/simple_coder.c
xz-5.2.3/src/liblzma/simple/simple_coder.h
xz-5.2.3/src/liblzma/simple/simple_decoder.c
xz-5.2.3/src/liblzma/simple/simple_decoder.h
xz-5.2.3/src/liblzma/simple/simple_encoder.c
xz-5.2.3/src/liblzma/simple/simple_encoder.h
xz-5.2.3/src/liblzma/simple/simple_private.h
xz-5.2.3/src/liblzma/simple/sparc.c
xz-5.2.3/src/liblzma/simple/x86.c
xz-5.2.3/src/liblzma/validate_map.sh
xz-5.2.3/src/lzmainfo/
xz-5.2.3/src/lzmainfo/Makefile.am
xz-5.2.3/src/lzmainfo/lzmainfo.1
xz-5.2.3/src/lzmainfo/lzmainfo.c
xz-5.2.3/src/lzmainfo/lzmainfo_w32res.rc
xz-5.2.3/src/scripts/
xz-5.2.3/src/scripts/Makefile.am
xz-5.2.3/src/scripts/xzdiff.1
xz-5.2.3/src/scripts/xzdiff.in
xz-5.2.3/src/scripts/xzgrep.1
xz-5.2.3/src/scripts/xzgrep.in
xz-5.2.3/src/scripts/xzless.1
xz-5.2.3/src/scripts/xzless.in
xz-5.2.3/src/scripts/xzmore.1
xz-5.2.3/src/scripts/xzmore.in
xz-5.2.3/src/xz/
xz-5.2.3/src/xz/Makefile.am
xz-5.2.3/src/xz/args.c
xz-5.2.3/src/xz/args.h
xz-5.2.3/src/xz/coder.c
xz-5.2.3/src/xz/coder.h
xz-5.2.3/src/xz/file_io.c
xz-5.2.3/src/xz/file_io.h
xz-5.2.3/src/xz/hardware.c
xz-5.2.3/src/xz/hardware.h
xz-5.2.3/src/xz/list.c
xz-5.2.3/src/xz/list.h
xz-5.2.3/src/xz/main.c
xz-5.2.3/src/xz/main.h
xz-5.2.3/src/xz/message.c
xz-5.2.3/src/xz/message.h
xz-5.2.3/src/xz/mytime.c
xz-5.2.3/src/xz/mytime.h
xz-5.2.3/src/xz/options.c
xz-5.2.3/src/xz/options.h
xz-5.2.3/src/xz/private.h
xz-5.2.3/src/xz/signals.c
xz-5.2.3/src/xz/signals.h
xz-5.2.3/src/xz/suffix.c
xz-5.2.3/src/xz/suffix.h
xz-5.2.3/src/xz/util.c
xz-5.2.3/src/xz/util.h
xz-5.2.3/src/xz/xz.1
xz-5.2.3/src/xz/xz_w32res.rc
xz-5.2.3/src/xzdec/
xz-5.2.3/src/xzdec/Makefile.am
xz-5.2.3/src/xzdec/lzmadec_w32res.rc
xz-5.2.3/src/xzdec/xzdec.1
xz-5.2.3/src/xzdec/xzdec.c
xz-5.2.3/src/xzdec/xzdec_w32res.rc
xz-5.2.3/tests/
xz-5.2.3/tests/Makefile.am
xz-5.2.3/tests/bcj_test.c
xz-5.2.3/tests/compress_prepared_bcj_sparc
xz-5.2.3/tests/compress_prepared_bcj_x86
xz-5.2.3/tests/create_compress_files.c
xz-5.2.3/tests/files/
xz-5.2.3/tests/files/README
xz-5.2.3/tests/files/bad-0-backward_size.xz
xz-5.2.3/tests/files/bad-0-empty-truncated.xz
xz-5.2.3/tests/files/bad-0-footer_magic.xz
xz-5.2.3/tests/files/bad-0-header_magic.xz
xz-5.2.3/tests/files/bad-0-nonempty_index.xz
xz-5.2.3/tests/files/bad-0cat-alone.xz
xz-5.2.3/tests/files/bad-0cat-header_magic.xz
xz-5.2.3/tests/files/bad-0catpad-empty.xz
xz-5.2.3/tests/files/bad-0pad-empty.xz
xz-5.2.3/tests/files/bad-1-block_header-1.xz
xz-5.2.3/tests/files/bad-1-block_header-2.xz
xz-5.2.3/tests/files/bad-1-block_header-3.xz
xz-5.2.3/tests/files/bad-1-block_header-4.xz
xz-5.2.3/tests/files/bad-1-block_header-5.xz
xz-5.2.3/tests/files/bad-1-block_header-6.xz
xz-5.2.3/tests/files/bad-1-check-crc32.xz
xz-5.2.3/tests/files/bad-1-check-crc64.xz
xz-5.2.3/tests/files/bad-1-check-sha256.xz
xz-5.2.3/tests/files/bad-1-lzma2-1.xz
xz-5.2.3/tests/files/bad-1-lzma2-2.xz
xz-5.2.3/tests/files/bad-1-lzma2-3.xz
xz-5.2.3/tests/files/bad-1-lzma2-4.xz
xz-5.2.3/tests/files/bad-1-lzma2-5.xz
xz-5.2.3/tests/files/bad-1-lzma2-6.xz
xz-5.2.3/tests/files/bad-1-lzma2-7.xz
xz-5.2.3/tests/files/bad-1-lzma2-8.xz
xz-5.2.3/tests/files/bad-1-stream_flags-1.xz
xz-5.2.3/tests/files/bad-1-stream_flags-2.xz
xz-5.2.3/tests/files/bad-1-stream_flags-3.xz
xz-5.2.3/tests/files/bad-1-vli-1.xz
xz-5.2.3/tests/files/bad-1-vli-2.xz
xz-5.2.3/tests/files/bad-2-compressed_data_padding.xz
xz-5.2.3/tests/files/bad-2-index-1.xz
xz-5.2.3/tests/files/bad-2-index-2.xz
xz-5.2.3/tests/files/bad-2-index-3.xz
xz-5.2.3/tests/files/bad-2-index-4.xz
xz-5.2.3/tests/files/bad-2-index-5.xz
xz-5.2.3/tests/files/good-0-empty.xz
xz-5.2.3/tests/files/good-0cat-empty.xz
xz-5.2.3/tests/files/good-0catpad-empty.xz
xz-5.2.3/tests/files/good-0pad-empty.xz
xz-5.2.3/tests/files/good-1-3delta-lzma2.xz
xz-5.2.3/tests/files/good-1-block_header-1.xz
xz-5.2.3/tests/files/good-1-block_header-2.xz
xz-5.2.3/tests/files/good-1-block_header-3.xz
xz-5.2.3/tests/files/good-1-check-crc32.xz
xz-5.2.3/tests/files/good-1-check-crc64.xz
xz-5.2.3/tests/files/good-1-check-none.xz
xz-5.2.3/tests/files/good-1-check-sha256.xz
xz-5.2.3/tests/files/good-1-delta-lzma2.tiff.xz
xz-5.2.3/tests/files/good-1-lzma2-1.xz
xz-5.2.3/tests/files/good-1-lzma2-2.xz
xz-5.2.3/tests/files/good-1-lzma2-3.xz
xz-5.2.3/tests/files/good-1-lzma2-4.xz
xz-5.2.3/tests/files/good-1-lzma2-5.xz
xz-5.2.3/tests/files/good-1-sparc-lzma2.xz
xz-5.2.3/tests/files/good-1-x86-lzma2.xz
xz-5.2.3/tests/files/good-2-lzma2.xz
xz-5.2.3/tests/files/unsupported-block_header.xz
xz-5.2.3/tests/files/unsupported-check.xz
xz-5.2.3/tests/files/unsupported-filter_flags-1.xz
xz-5.2.3/tests/files/unsupported-filter_flags-2.xz
xz-5.2.3/tests/files/unsupported-filter_flags-3.xz
xz-5.2.3/tests/test_bcj_exact_size.c
xz-5.2.3/tests/test_block_header.c
xz-5.2.3/tests/test_check.c
xz-5.2.3/tests/test_compress.sh
xz-5.2.3/tests/test_files.sh
xz-5.2.3/tests/test_filter_flags.c
xz-5.2.3/tests/test_index.c
xz-5.2.3/tests/test_scripts.sh
xz-5.2.3/tests/test_stream_flags.c
xz-5.2.3/tests/tests.h
xz-5.2.3/tests/xzgrep_expected_output
xz-5.2.3/windows/
xz-5.2.3/windows/INSTALL-MSVC.txt
xz-5.2.3/windows/INSTALL-MinGW.txt
xz-5.2.3/windows/README-Windows.txt
xz-5.2.3/windows/build.bash
xz-5.2.3/windows/config.h
xz-5.2.3/windows/liblzma.vcxproj
xz-5.2.3/windows/liblzma_dll.vcxproj
xz-5.2.3/windows/xz_win.sln
repo - preparing xz
cook - xz prepare
patching file src/xz/file_io.c
patching file src/common/tuklib_open_stdxxx.c
patching file src/xz/message.c
patching file src/xz/signals.c
repo - building xz
cook - xz build
+ autopoint -f
Copying file ABOUT-NLS
Copying file build-aux/config.rpath
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
+ libtoolize -c -f
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
+ aclocal -I m4
+ autoconf
+ autoheader
+ automake -acf --foreign
configure.ac:540: installing 'build-aux/compile'
configure.ac:33: installing 'build-aux/config.guess'
configure.ac:33: installing 'build-aux/config.sub'
configure.ac:537: installing 'build-aux/install-sh'
configure.ac:537: installing 'build-aux/missing'
debug/Makefile.am: installing 'build-aux/depcomp'
--2019-03-28 19:42:41-- http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
Resolving git.savannah.gnu.org (git.savannah.gnu.org)... 209.51.188.201, 2001:470:142:5::201
Connecting to git.savannah.gnu.org (git.savannah.gnu.org)|209.51.188.201|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31589 (31K) [text/plain]
Saving to: ‘build-aux/config.sub’
build-aux/config.sub 100%[============================================================================>] 30.85K --.-KB/s in 0.02s
2019-03-28 19:42:41 (1.38 MB/s) - ‘build-aux/config.sub’ saved [31589/31589]
XZ Utils 5.2.3
System type:
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-unknown-redox
Configure options:
checking if debugging code should be compiled... no
checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
checking which match finders to build... hc3 hc4 bt2 bt3 bt4
checking which integrity checks to build... crc32 crc64 sha256
checking if external SHA-256 should be used... no
checking if assembler optimizations should be used... no
checking if small size is preferred over speed... no
checking if threading support is wanted... no
checking how much RAM to assume if the real amount is unknown... 128 MiB
checking if library symbol versioning should be used... no
checking if sandboxing should be used... no
checking for a shell that conforms to POSIX... /bin/bash
Initializing Automake:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-redox-strip... x86_64-unknown-redox-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether ln -s works... yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-redox-gcc... x86_64-unknown-redox-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-unknown-redox-gcc accepts -g... yes
checking for x86_64-unknown-redox-gcc option to accept ISO C89... none needed
checking whether x86_64-unknown-redox-gcc understands -c and -o together... yes
checking dependency style of x86_64-unknown-redox-gcc... gcc3
checking for x86_64-unknown-redox-gcc option to accept ISO C99... none needed
checking dependency style of x86_64-unknown-redox-gcc... gcc3
checking how to run the C preprocessor... x86_64-unknown-redox-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
Initializing Libtool:
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-unknown-redox-gcc... x86_64-unknown-redox-ld
checking if the linker (x86_64-unknown-redox-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... x86_64-unknown-redox-gcc-nm
checking the name lister (x86_64-unknown-redox-gcc-nm) interface... BSD nm
checking the maximum length of command line arguments... 1879296
checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-redox format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for x86_64-unknown-redox-ld option to reload object files... -r
checking for x86_64-unknown-redox-objdump... x86_64-unknown-redox-objdump
checking how to recognize dependent libraries... unknown
checking for x86_64-unknown-redox-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-redox-ar... x86_64-unknown-redox-gcc-ar
checking for archiver @FILE support... @
checking for x86_64-unknown-redox-strip... (cached) x86_64-unknown-redox-strip
checking for x86_64-unknown-redox-ranlib... x86_64-unknown-redox-gcc-ranlib
checking command to parse x86_64-unknown-redox-gcc-nm output from x86_64-unknown-redox-gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-unknown-redox-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-unknown-redox-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-unknown-redox-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-unknown-redox-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-unknown-redox-gcc static flag -static works... yes
checking if x86_64-unknown-redox-gcc supports -c -o file.o... yes
checking if x86_64-unknown-redox-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-unknown-redox-gcc linker (x86_64-unknown-redox-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for x86_64-unknown-redox-windres... no
checking for windres... no
Initializing gettext:
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by x86_64-unknown-redox-gcc... x86_64-unknown-redox-ld
checking if the linker (x86_64-unknown-redox-ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... no, consider installing GNU libiconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
System headers and functions:
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking immintrin.h usability... yes
checking immintrin.h presence... yes
checking for immintrin.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for uintptr_t... yes
checking size of size_t... 8
checking for struct stat.st_atim.tv_nsec... yes
checking for struct stat.st_atimespec.tv_nsec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_uatime... no
checking for struct stat.st_atim.st__tim.tv_nsec... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking whether optreset is declared... no
checking for futimens... yes
checking for posix_fadvise... no
checking whether program_invocation_name is declared... no
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/byteorder.h usability... no
checking sys/byteorder.h presence... no
checking for sys/byteorder.h... no
checking if unaligned memory access should be used... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking how to detect the amount of physical memory... unknown
checking for sys/param.h... (cached) yes
checking how to detect the number of available CPU cores... unknown
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for wcwidth... no
checking whether _mm_movemask_epi8 is declared... yes
GCC extensions:
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking if x86_64-unknown-redox-gcc accepts -Wall... yes
checking if x86_64-unknown-redox-gcc accepts -Wextra... yes
checking if x86_64-unknown-redox-gcc accepts -Wvla... yes
checking if x86_64-unknown-redox-gcc accepts -Wformat=2... yes
checking if x86_64-unknown-redox-gcc accepts -Winit-self... yes
checking if x86_64-unknown-redox-gcc accepts -Wmissing-include-dirs... yes
checking if x86_64-unknown-redox-gcc accepts -Wstrict-aliasing... yes
checking if x86_64-unknown-redox-gcc accepts -Wfloat-equal... yes
checking if x86_64-unknown-redox-gcc accepts -Wundef... yes
checking if x86_64-unknown-redox-gcc accepts -Wshadow... yes
checking if x86_64-unknown-redox-gcc accepts -Wpointer-arith... yes
checking if x86_64-unknown-redox-gcc accepts -Wbad-function-cast... yes
checking if x86_64-unknown-redox-gcc accepts -Wwrite-strings... yes
checking if x86_64-unknown-redox-gcc accepts -Wlogical-op... yes
checking if x86_64-unknown-redox-gcc accepts -Waggregate-return... yes
checking if x86_64-unknown-redox-gcc accepts -Wstrict-prototypes... yes
checking if x86_64-unknown-redox-gcc accepts -Wold-style-definition... yes
checking if x86_64-unknown-redox-gcc accepts -Wmissing-prototypes... yes
checking if x86_64-unknown-redox-gcc accepts -Wmissing-declarations... yes
checking if x86_64-unknown-redox-gcc accepts -Wmissing-noreturn... yes
checking if x86_64-unknown-redox-gcc accepts -Wredundant-decls... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating src/liblzma/Makefile
config.status: creating src/liblzma/api/Makefile
config.status: creating src/xz/Makefile
config.status: creating src/xzdec/Makefile
config.status: creating src/lzmainfo/Makefile
config.status: creating src/scripts/Makefile
config.status: creating tests/Makefile
config.status: creating debug/Makefile
config.status: creating src/scripts/xzdiff
config.status: creating src/scripts/xzgrep
config.status: creating src/scripts/xzmore
config.status: creating src/scripts/xzless
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
WARNING:
No supported method to detect the amount of RAM.
Consider using --enable-assume-ram (if you didn't already)
or make a patch to add support for this operating system.
WARNING:
No supported method to detect the number of CPU cores.
make[1]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
make all-recursive
make[2]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
Making all in src
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src'
Making all in liblzma
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma'
Making all in api
make[5]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma/api'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma/api'
make[5]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma'
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo './'`../common/tuklib_physmem.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo './'`common/common.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo './'`common/block_util.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo './'`common/easy_preset.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo './'`common/filter_common.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo './'`common/hardware_physmem.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo './'`common/index.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo './'`common/stream_flags_common.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -o liblzma_la-filter_common.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -o liblzma_la-index.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -o liblzma_la-easy_preset.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -o liblzma_la-tuklib_physmem.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -o liblzma_la-block_util.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -o liblzma_la-common.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -o liblzma_la-hardware_physmem.o
mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -o liblzma_la-stream_flags_common.o
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo './'`common/vli_size.c
mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo
mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo './'`common/alone_encoder.c
mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo './'`common/block_buffer_encoder.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo './'`common/block_encoder.c
mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo './'`common/block_header_encoder.c
mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo './'`common/easy_buffer_encoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -o liblzma_la-vli_size.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -o liblzma_la-alone_encoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -o liblzma_la-block_encoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -o liblzma_la-block_buffer_encoder.o
mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -o liblzma_la-block_header_encoder.o
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo './'`common/easy_encoder.c
mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -o liblzma_la-easy_buffer_encoder.o
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo './'`common/easy_encoder_memusage.c
mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo './'`common/filter_buffer_encoder.c
mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo
mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo './'`common/filter_encoder.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo './'`common/filter_flags_encoder.c
mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo './'`common/index_encoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -o liblzma_la-easy_encoder.o
mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo './'`common/stream_buffer_encoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -o liblzma_la-easy_encoder_memusage.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -o liblzma_la-filter_buffer_encoder.o
mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo './'`common/stream_encoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -o liblzma_la-filter_flags_encoder.o
mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo './'`common/stream_flags_encoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -o liblzma_la-filter_encoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -o liblzma_la-index_encoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -o liblzma_la-stream_buffer_encoder.o
mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo './'`common/vli_encoder.c
mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo './'`common/alone_decoder.c
mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo './'`common/auto_decoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -o liblzma_la-stream_encoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -o liblzma_la-stream_flags_encoder.o
mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo './'`common/block_buffer_decoder.c
mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo './'`common/block_decoder.c
mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo './'`common/block_header_decoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -o liblzma_la-vli_encoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -o liblzma_la-alone_decoder.o
mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -o liblzma_la-auto_decoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -o liblzma_la-block_buffer_decoder.o
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo './'`common/easy_decoder_memusage.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -o liblzma_la-block_decoder.o
mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo './'`common/filter_buffer_decoder.c
mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -o liblzma_la-block_header_decoder.o
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo './'`common/filter_decoder.c
mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo
mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo
mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo './'`common/filter_flags_decoder.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo './'`common/index_decoder.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo './'`common/index_hash.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -o liblzma_la-easy_decoder_memusage.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -o liblzma_la-filter_buffer_decoder.o
mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo './'`common/stream_buffer_decoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -o liblzma_la-filter_decoder.o
mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo './'`common/stream_decoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -o liblzma_la-filter_flags_decoder.o
mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -o liblzma_la-index_decoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -o liblzma_la-index_hash.o
mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo './'`common/stream_flags_decoder.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo './'`common/vli_decoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -o liblzma_la-stream_buffer_decoder.o
mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo './'`check/check.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -o liblzma_la-stream_decoder.o
mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo './'`check/crc32_table.c
mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo './'`check/crc32_fast.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -o liblzma_la-check.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -o liblzma_la-stream_flags_decoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -o liblzma_la-vli_decoder.o
mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo './'`check/crc64_table.c
mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo './'`check/crc64_fast.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -o liblzma_la-crc32_table.o
mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo
mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo './'`check/sha256.c
mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo './'`lz/lz_encoder.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './'`lz/lz_encoder_mf.c
mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -o liblzma_la-crc32_fast.o
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo './'`lz/lz_decoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -o liblzma_la-crc64_table.o
mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo './'`lzma/lzma_encoder_presets.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -o liblzma_la-crc64_fast.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -o liblzma_la-sha256.o
mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -o liblzma_la-lz_encoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -o liblzma_la-lz_encoder_mf.o
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo './'`lzma/lzma_encoder.c
mv -f .deps/liblzma_la-crc32_fast.Tpo .deps/liblzma_la-crc32_fast.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -o liblzma_la-lz_decoder.o
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'`lzma/lzma_encoder_optimum_fast.c
mv -f .deps/liblzma_la-crc64_fast.Tpo .deps/liblzma_la-crc64_fast.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'`lzma/lzma_encoder_optimum_normal.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -o liblzma_la-lzma_encoder_presets.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -o liblzma_la-lzma_encoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -o liblzma_la-lzma_encoder_optimum_fast.o
mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo
mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo './'`lzma/fastpos_table.c
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo './'`lzma/lzma_decoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -o liblzma_la-lzma_encoder_optimum_normal.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -o liblzma_la-lzma_decoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -o liblzma_la-fastpos_table.o
lzma/lzma_decoder.c: In function 'lzma_decode':
lzma/lzma_decoder.c:577:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
--limit;
^~~~~~~
lzma/lzma_decoder.c:578:6: note: here
case 4:
^~~~
lzma/lzma_decoder.c:583:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
--limit;
^~~~~~~
lzma/lzma_decoder.c:584:6: note: here
case 3:
^~~~
lzma/lzma_decoder.c:589:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
--limit;
^~~~~~~
lzma/lzma_decoder.c:590:6: note: here
case 2:
^~~~
lzma/lzma_decoder.c:595:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
--limit;
^~~~~~~
lzma/lzma_decoder.c:596:6: note: here
case 1:
^~~~
lzma/lzma_decoder.c:354:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
pos_state = dict.pos & pos_mask;
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
lzma/lzma_decoder.c:356:2: note: here
case SEQ_NORMALIZE:
^~~~
In file included from lzma/lzma_decoder.c:17:
../../src/liblzma/rangecoder/range_decoder.h:132:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
prob -= (prob) >> RC_MOVE_BITS; \
lzma/lzma_decoder.c:491:3: note: in expansion of macro 'rc_update_1'
rc_update_1(coder->is_match[state][pos_state]);
^~~~~~~~~~~
lzma/lzma_decoder.c:493:2: note: here
case SEQ_IS_REP:
^~~~
lzma/lzma_decoder.c:692:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (unlikely(!dict_is_distance_valid(&dict, 0))) {
^
lzma/lzma_decoder.c:697:2: note: here
case SEQ_IS_REP0:
^~~~
In file included from lzma/lzma_decoder.c:17:
../../src/liblzma/rangecoder/range_decoder.h:132:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
prob -= (prob) >> RC_MOVE_BITS; \
lzma/lzma_decoder.c:726:5: note: in expansion of macro 'rc_update_1'
rc_update_1(coder->is_rep0[state]);
^~~~~~~~~~~
lzma/lzma_decoder.c:728:2: note: here
case SEQ_IS_REP1:
^~~~
In file included from lzma/lzma_decoder.c:17:
../../src/liblzma/rangecoder/range_decoder.h:132:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
prob -= (prob) >> RC_MOVE_BITS; \
lzma/lzma_decoder.c:741:6: note: in expansion of macro 'rc_update_1'
rc_update_1(coder->is_rep1[state]);
^~~~~~~~~~~
lzma/lzma_decoder.c:742:2: note: here
case SEQ_IS_REP2:
^~~~
lzma/lzma_decoder.c:113:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
symbol = 1; \
~~~~~~~^~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
lzma/lzma_decoder.c:114:1: note: here
case seq ## _CHOICE: \
^~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
In file included from lzma/lzma_decoder.c:17:
../../src/liblzma/rangecoder/range_decoder.h:132:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
prob -= (prob) >> RC_MOVE_BITS; \
lzma/lzma_decoder.c:122:3: note: in expansion of macro 'rc_update_1'
rc_update_1(ld.choice); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
lzma/lzma_decoder.c:123:1: note: here
case seq ## _CHOICE2: \
^~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
In file included from lzma/lzma_decoder.c:17:
../../src/liblzma/rangecoder/range_decoder.h:132:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
prob -= (prob) >> RC_MOVE_BITS; \
lzma/lzma_decoder.c:135:4: note: in expansion of macro 'rc_update_1'
rc_update_1(ld.choice2); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:2: note: here
case seq: rc_bit(prob, action0, action1, seq)
^~~~
lzma/lzma_decoder.c:136:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH0); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (rc.code < rc_bound)
^
../../src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro 'rc_if_0'
rc_if_0(prob, seq) { \
^~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro 'rc_bit_last'
rc_bit_last(prob, \
^~~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro 'rc_bit'
case seq: rc_bit(prob, action0, action1, seq)
^~~~~~
lzma/lzma_decoder.c:136:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH0); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:2: note: here
case seq: rc_bit(prob, action0, action1, seq)
^~~~
lzma/lzma_decoder.c:137:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH1); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (rc.code < rc_bound)
^
../../src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro 'rc_if_0'
rc_if_0(prob, seq) { \
^~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro 'rc_bit_last'
rc_bit_last(prob, \
^~~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro 'rc_bit'
case seq: rc_bit(prob, action0, action1, seq)
^~~~~~
lzma/lzma_decoder.c:137:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH1); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:2: note: here
case seq: rc_bit(prob, action0, action1, seq)
^~~~
lzma/lzma_decoder.c:138:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH2); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (rc.code < rc_bound)
^
../../src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro 'rc_if_0'
rc_if_0(prob, seq) { \
^~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro 'rc_bit_last'
rc_bit_last(prob, \
^~~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro 'rc_bit'
case seq: rc_bit(prob, action0, action1, seq)
^~~~~~
lzma/lzma_decoder.c:138:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH2); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:2: note: here
case seq: rc_bit(prob, action0, action1, seq)
^~~~
lzma/lzma_decoder.c:139:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH3); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (rc.code < rc_bound)
^
../../src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro 'rc_if_0'
rc_if_0(prob, seq) { \
^~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro 'rc_bit_last'
rc_bit_last(prob, \
^~~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro 'rc_bit'
case seq: rc_bit(prob, action0, action1, seq)
^~~~~~
lzma/lzma_decoder.c:139:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH3); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:2: note: here
case seq: rc_bit(prob, action0, action1, seq)
^~~~
lzma/lzma_decoder.c:140:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH4); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (rc.code < rc_bound)
^
../../src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro 'rc_if_0'
rc_if_0(prob, seq) { \
^~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro 'rc_bit_last'
rc_bit_last(prob, \
^~~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro 'rc_bit'
case seq: rc_bit(prob, action0, action1, seq)
^~~~~~
lzma/lzma_decoder.c:140:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH4); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:2: note: here
case seq: rc_bit(prob, action0, action1, seq)
^~~~
lzma/lzma_decoder.c:141:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH5); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (rc.code < rc_bound)
^
../../src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro 'rc_if_0'
rc_if_0(prob, seq) { \
^~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro 'rc_bit_last'
rc_bit_last(prob, \
^~~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro 'rc_bit'
case seq: rc_bit(prob, action0, action1, seq)
^~~~~~
lzma/lzma_decoder.c:141:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH5); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:2: note: here
case seq: rc_bit(prob, action0, action1, seq)
^~~~
lzma/lzma_decoder.c:142:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH6); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:114:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (rc.code < rc_bound)
^
../../src/liblzma/rangecoder/range_decoder.h:142:2: note: in expansion of macro 'rc_if_0'
rc_if_0(prob, seq) { \
^~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:155:2: note: in expansion of macro 'rc_bit_last'
rc_bit_last(prob, \
^~~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:12: note: in expansion of macro 'rc_bit'
case seq: rc_bit(prob, action0, action1, seq)
^~~~~~
lzma/lzma_decoder.c:142:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH6); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
../../src/liblzma/rangecoder/range_decoder.h:167:2: note: here
case seq: rc_bit(prob, action0, action1, seq)
^~~~
lzma/lzma_decoder.c:143:4: note: in expansion of macro 'rc_bit_case'
rc_bit_case(ld.high[symbol], , , seq ## _HIGH7); \
^~~~~~~~~~~
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
lzma/lzma_decoder.c:144:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
target = symbol - LEN_HIGH_SYMBOLS \
lzma/lzma_decoder.c:769:4: note: in expansion of macro 'len_decode'
len_decode(len, coder->rep_len_decoder,
^~~~~~~~~~
lzma/lzma_decoder.c:782:2: note: here
case SEQ_COPY:
^~~~
mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo './'`lzma/lzma2_encoder.c
mv -f .deps/liblzma_la-sha256.Tpo .deps/liblzma_la-sha256.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo './'`lzma/lzma2_decoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -o liblzma_la-lzma2_encoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -o liblzma_la-lzma2_decoder.o
mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo './'`rangecoder/price_table.c
mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo './'`delta/delta_common.c
mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo './'`delta/delta_encoder.c
mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo './'`delta/delta_decoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -o liblzma_la-price_table.o
mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo './'`simple/simple_coder.c
mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -o liblzma_la-delta_encoder.o
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo './'`simple/simple_encoder.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -o liblzma_la-delta_common.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -o liblzma_la-delta_decoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -o liblzma_la-simple_coder.o
mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo './'`simple/simple_decoder.c
mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo './'`simple/x86.c
mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -o liblzma_la-simple_encoder.o
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo './'`simple/powerpc.c
mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo './'`simple/ia64.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -o liblzma_la-simple_decoder.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -o liblzma_la-x86.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -o liblzma_la-powerpc.o
mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo './'`simple/arm.c
mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo './'`simple/armthumb.c
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -o liblzma_la-ia64.o
mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=compile x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo './'`simple/sparc.c
mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo
mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo
rm -f liblzma.pc
sed \
-e 's,@prefix[@],/,g' \
-e 's,@exec_prefix[@],/,g' \
-e 's,@libdir[@],//lib,g' \
-e 's,@includedir[@],//include,g' \
-e 's,@PACKAGE_URL[@],http://tukaani.org/xz/,g' \
-e 's,@PACKAGE_VERSION[@],5.2.3,g' \
-e 's,@PTHREAD_CFLAGS[@],,g' \
-e 's,@LIBS[@],,g' \
< ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; }
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -o liblzma_la-armthumb.o
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -o liblzma_la-arm.o
mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo
libtool: compile: x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -o liblzma_la-sparc.o
mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo
mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo
mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo
mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo
mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo
/bin/bash ../../libtool --tag=CC --mode=link x86_64-unknown-redox-gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -no-undefined -version-info 7:3:2 -o liblzma.la -rpath //lib liblzma_la-tuklib_physmem.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-vli_size.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_fast.lo liblzma_la-crc64_table.lo liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-sparc.lo
libtool: link: x86_64-unknown-redox-gcc-ar cru .libs/liblzma.a liblzma_la-tuklib_physmem.o liblzma_la-common.o liblzma_la-block_util.o liblzma_la-easy_preset.o liblzma_la-filter_common.o liblzma_la-hardware_physmem.o liblzma_la-index.o liblzma_la-stream_flags_common.o liblzma_la-vli_size.o liblzma_la-alone_encoder.o liblzma_la-block_buffer_encoder.o liblzma_la-block_encoder.o liblzma_la-block_header_encoder.o liblzma_la-easy_buffer_encoder.o liblzma_la-easy_encoder.o liblzma_la-easy_encoder_memusage.o liblzma_la-filter_buffer_encoder.o liblzma_la-filter_encoder.o liblzma_la-filter_flags_encoder.o liblzma_la-index_encoder.o liblzma_la-stream_buffer_encoder.o liblzma_la-stream_encoder.o liblzma_la-stream_flags_encoder.o liblzma_la-vli_encoder.o liblzma_la-alone_decoder.o liblzma_la-auto_decoder.o liblzma_la-block_buffer_decoder.o liblzma_la-block_decoder.o liblzma_la-block_header_decoder.o liblzma_la-easy_decoder_memusage.o liblzma_la-filter_buffer_decoder.o liblzma_la-filter_decoder.o liblzma_la-filter_flags_decoder.o liblzma_la-index_decoder.o liblzma_la-index_hash.o liblzma_la-stream_buffer_decoder.o liblzma_la-stream_decoder.o liblzma_la-stream_flags_decoder.o liblzma_la-vli_decoder.o liblzma_la-check.o liblzma_la-crc32_table.o liblzma_la-crc32_fast.o liblzma_la-crc64_table.o liblzma_la-crc64_fast.o liblzma_la-sha256.o liblzma_la-lz_encoder.o liblzma_la-lz_encoder_mf.o liblzma_la-lz_decoder.o liblzma_la-lzma_encoder_presets.o liblzma_la-lzma_encoder.o liblzma_la-lzma_encoder_optimum_fast.o liblzma_la-lzma_encoder_optimum_normal.o liblzma_la-fastpos_table.o liblzma_la-lzma_decoder.o liblzma_la-lzma2_encoder.o liblzma_la-lzma2_decoder.o liblzma_la-price_table.o liblzma_la-delta_common.o liblzma_la-delta_encoder.o liblzma_la-delta_decoder.o liblzma_la-simple_coder.o liblzma_la-simple_encoder.o liblzma_la-simple_decoder.o liblzma_la-x86.o liblzma_la-powerpc.o liblzma_la-ia64.o liblzma_la-arm.o liblzma_la-armthumb.o liblzma_la-sparc.o
libtool: link: x86_64-unknown-redox-gcc-ranlib .libs/liblzma.a
libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" )
make[5]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma'
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma'
Making all in xzdec
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xzdec'
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xzdec-xzdec.o -MD -MP -MF .deps/xzdec-xzdec.Tpo -c -o xzdec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xzdec-tuklib_progname.o -MD -MP -MF .deps/xzdec-tuklib_progname.Tpo -c -o xzdec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xzdec-tuklib_exit.o -MD -MP -MF .deps/xzdec-tuklib_exit.Tpo -c -o xzdec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmadec-xzdec.o -MD -MP -MF .deps/lzmadec-xzdec.Tpo -c -o lzmadec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmadec-tuklib_progname.o -MD -MP -MF .deps/lzmadec-tuklib_progname.Tpo -c -o lzmadec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmadec-tuklib_exit.o -MD -MP -MF .deps/lzmadec-tuklib_exit.Tpo -c -o lzmadec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
mv -f .deps/xzdec-tuklib_progname.Tpo .deps/xzdec-tuklib_progname.Po
mv -f .deps/lzmadec-tuklib_progname.Tpo .deps/lzmadec-tuklib_progname.Po
mv -f .deps/lzmadec-tuklib_exit.Tpo .deps/lzmadec-tuklib_exit.Po
mv -f .deps/xzdec-tuklib_exit.Tpo .deps/xzdec-tuklib_exit.Po
mv -f .deps/lzmadec-xzdec.Tpo .deps/lzmadec-xzdec.Po
mv -f .deps/xzdec-xzdec.Tpo .deps/xzdec-xzdec.Po
/bin/bash ../../libtool --tag=CC --mode=link x86_64-unknown-redox-gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/liblzma.la
/bin/bash ../../libtool --tag=CC --mode=link x86_64-unknown-redox-gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/liblzma.la
libtool: link: x86_64-unknown-redox-gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/.libs/liblzma.a
libtool: link: x86_64-unknown-redox-gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/.libs/liblzma.a
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xzdec'
Making all in xz
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xz'
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-args.o -MD -MP -MF .deps/xz-args.Tpo -c -o xz-args.o `test -f 'args.c' || echo './'`args.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-coder.o -MD -MP -MF .deps/xz-coder.Tpo -c -o xz-coder.o `test -f 'coder.c' || echo './'`coder.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-file_io.o -MD -MP -MF .deps/xz-file_io.Tpo -c -o xz-file_io.o `test -f 'file_io.c' || echo './'`file_io.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-hardware.o -MD -MP -MF .deps/xz-hardware.Tpo -c -o xz-hardware.o `test -f 'hardware.c' || echo './'`hardware.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-main.o -MD -MP -MF .deps/xz-main.Tpo -c -o xz-main.o `test -f 'main.c' || echo './'`main.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-message.o -MD -MP -MF .deps/xz-message.Tpo -c -o xz-message.o `test -f 'message.c' || echo './'`message.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-mytime.o -MD -MP -MF .deps/xz-mytime.Tpo -c -o xz-mytime.o `test -f 'mytime.c' || echo './'`mytime.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-options.o -MD -MP -MF .deps/xz-options.Tpo -c -o xz-options.o `test -f 'options.c' || echo './'`options.c
message.c:90:1: warning: 'progress_signal_handler' defined but not used [-Wunused-function]
progress_signal_handler(int sig lzma_attribute((__unused__)))
^~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/xz-hardware.Tpo .deps/xz-hardware.Po
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-signals.o -MD -MP -MF .deps/xz-signals.Tpo -c -o xz-signals.o `test -f 'signals.c' || echo './'`signals.c
mv -f .deps/xz-main.Tpo .deps/xz-main.Po
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-suffix.o -MD -MP -MF .deps/xz-suffix.Tpo -c -o xz-suffix.o `test -f 'suffix.c' || echo './'`suffix.c
mv -f .deps/xz-mytime.Tpo .deps/xz-mytime.Po
signals.c:40:1: warning: 'signal_handler' defined but not used [-Wunused-function]
signal_handler(int sig)
^~~~~~~~~~~~~~
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-util.o -MD -MP -MF .deps/xz-util.Tpo -c -o xz-util.o `test -f 'util.c' || echo './'`util.c
mv -f .deps/xz-options.Tpo .deps/xz-options.Po
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-tuklib_open_stdxxx.o -MD -MP -MF .deps/xz-tuklib_open_stdxxx.Tpo -c -o xz-tuklib_open_stdxxx.o `test -f '../common/tuklib_open_stdxxx.c' || echo './'`../common/tuklib_open_stdxxx.c
mv -f .deps/xz-signals.Tpo .deps/xz-signals.Po
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-tuklib_progname.o -MD -MP -MF .deps/xz-tuklib_progname.Tpo -c -o xz-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
mv -f .deps/xz-suffix.Tpo .deps/xz-suffix.Po
mv -f .deps/xz-args.Tpo .deps/xz-args.Po
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-tuklib_exit.o -MD -MP -MF .deps/xz-tuklib_exit.Tpo -c -o xz-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
mv -f .deps/xz-tuklib_open_stdxxx.Tpo .deps/xz-tuklib_open_stdxxx.Po
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-tuklib_mbstr_width.o -MD -MP -MF .deps/xz-tuklib_mbstr_width.Tpo -c -o xz-tuklib_mbstr_width.o `test -f '../common/tuklib_mbstr_width.c' || echo './'`../common/tuklib_mbstr_width.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-tuklib_mbstr_fw.o -MD -MP -MF .deps/xz-tuklib_mbstr_fw.Tpo -c -o xz-tuklib_mbstr_fw.o `test -f '../common/tuklib_mbstr_fw.c' || echo './'`../common/tuklib_mbstr_fw.c
mv -f .deps/xz-tuklib_progname.Tpo .deps/xz-tuklib_progname.Po
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT xz-list.o -MD -MP -MF .deps/xz-list.Tpo -c -o xz-list.o `test -f 'list.c' || echo './'`list.c
mv -f .deps/xz-file_io.Tpo .deps/xz-file_io.Po
mv -f .deps/xz-tuklib_mbstr_width.Tpo .deps/xz-tuklib_mbstr_width.Po
mv -f .deps/xz-coder.Tpo .deps/xz-coder.Po
mv -f .deps/xz-tuklib_mbstr_fw.Tpo .deps/xz-tuklib_mbstr_fw.Po
mv -f .deps/xz-tuklib_exit.Tpo .deps/xz-tuklib_exit.Po
list.c: In function 'parse_block_header':
list.c:480:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (block.uncompressed_size == LZMA_VLI_UNKNOWN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|| block.uncompressed_size
^~~~~~~~~~~~~~~~~~~~~~~~~~
== iter->block.uncompressed_size)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
list.c:487:2: note: here
case LZMA_DATA_ERROR:
^~~~
mv -f .deps/xz-util.Tpo .deps/xz-util.Po
mv -f .deps/xz-message.Tpo .deps/xz-message.Po
mv -f .deps/xz-list.Tpo .deps/xz-list.Po
/bin/bash ../../libtool --tag=CC --mode=link x86_64-unknown-redox-gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o ../../src/liblzma/liblzma.la
libtool: link: x86_64-unknown-redox-gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o ../../src/liblzma/.libs/liblzma.a
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xz'
Making all in lzmainfo
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/lzmainfo'
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmainfo-lzmainfo.o -MD -MP -MF .deps/lzmainfo-lzmainfo.Tpo -c -o lzmainfo-lzmainfo.o `test -f 'lzmainfo.c' || echo './'`lzmainfo.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmainfo-tuklib_progname.o -MD -MP -MF .deps/lzmainfo-tuklib_progname.Tpo -c -o lzmainfo-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
x86_64-unknown-redox-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"//share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -MT lzmainfo-tuklib_exit.o -MD -MP -MF .deps/lzmainfo-tuklib_exit.Tpo -c -o lzmainfo-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
mv -f .deps/lzmainfo-tuklib_progname.Tpo .deps/lzmainfo-tuklib_progname.Po
mv -f .deps/lzmainfo-tuklib_exit.Tpo .deps/lzmainfo-tuklib_exit.Po
mv -f .deps/lzmainfo-lzmainfo.Tpo .deps/lzmainfo-lzmainfo.Po
/bin/bash ../../libtool --tag=CC --mode=link x86_64-unknown-redox-gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/liblzma.la
libtool: link: x86_64-unknown-redox-gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -g -O2 -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/.libs/liblzma.a
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/lzmainfo'
Making all in scripts
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/scripts'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/scripts'
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src'
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src'
Making all in po
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/po'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/po'
Making all in tests
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/tests'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/tests'
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
make[2]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
make[1]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
cook - xz stage
cook - xz unstage
make[1]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
Making install in src
make[2]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src'
Making install in liblzma
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma'
Making install in api
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma/api'
make[5]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma/api'
make[5]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//include'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//include/lzma'
/usr/bin/install -c -m 644 lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma12.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//include/lzma'
/usr/bin/install -c -m 644 lzma.h '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//include/.'
make[5]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma/api'
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma/api'
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma'
make[5]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//lib'
/bin/bash ../../libtool --mode=install /usr/bin/install -c liblzma.la '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//lib'
libtool: install: /usr/bin/install -c .libs/liblzma.lai /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//lib/liblzma.la
libtool: install: /usr/bin/install -c .libs/liblzma.a /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//lib/liblzma.a
libtool: install: chmod 644 /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//lib/liblzma.a
libtool: install: x86_64-unknown-redox-gcc-ranlib /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//lib/liblzma.a
libtool: warning: remember to run 'libtool --finish //lib'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//lib/pkgconfig'
/usr/bin/install -c -m 644 liblzma.pc '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//lib/pkgconfig'
make[5]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma'
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma'
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/liblzma'
Making install in xzdec
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xzdec'
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xzdec'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin'
/bin/bash ../../libtool --mode=install /usr/bin/install -c xzdec lzmadec '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin'
libtool: install: /usr/bin/install -c xzdec /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin/xzdec
libtool: install: /usr/bin/install -c lzmadec /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin/lzmadec
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1'
/usr/bin/install -c -m 644 xzdec.1 '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1'
make install-data-hook
make[5]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xzdec'
cd /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1 && \
target=`echo xzdec | sed 's,x,x,'` && \
link=`echo lzmadec | sed 's,x,x,'` && \
rm -f $link.1 && \
ln -s $target.1 $link.1
make[5]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xzdec'
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xzdec'
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xzdec'
Making install in xz
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xz'
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xz'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin'
/bin/bash ../../libtool --mode=install /usr/bin/install -c xz '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin'
libtool: install: /usr/bin/install -c xz /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin/xz
make install-exec-hook
make[5]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xz'
cd /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin && \
target=`echo xz | sed 's,x,x,'` && \
for name in unxz xzcat lzma unlzma lzcat; do \
link=`echo $name | sed 's,x,x,'` && \
rm -f $link && \
ln -s $target $link; \
done
make[5]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xz'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1'
/usr/bin/install -c -m 644 xz.1 '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1'
make install-data-hook
make[5]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xz'
cd /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1 && \
target=`echo xz | sed 's,x,x,'` && \
for name in unxz xzcat lzma unlzma lzcat; do \
link=`echo $name | sed 's,x,x,'` && \
rm -f $link.1 && \
ln -s $target.1 $link.1; \
done
make[5]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xz'
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xz'
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/xz'
Making install in lzmainfo
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/lzmainfo'
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/lzmainfo'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin'
/bin/bash ../../libtool --mode=install /usr/bin/install -c lzmainfo '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin'
libtool: install: /usr/bin/install -c lzmainfo /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin/lzmainfo
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1'
/usr/bin/install -c -m 644 lzmainfo.1 '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1'
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/lzmainfo'
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/lzmainfo'
Making install in scripts
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/scripts'
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/scripts'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin'
/usr/bin/install -c xzdiff xzgrep xzmore xzless '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin'
make install-exec-hook
make[5]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/scripts'
cd /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//bin && \
for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \
target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && \
link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && \
rm -f $link && \
ln -s $target $link; \
done
make[5]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/scripts'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1'
/usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1'
make install-data-hook
make[5]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/scripts'
cd /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/man/man1 && \
for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \
target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && \
link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && \
rm -f $link.1 && \
ln -s $target.1 $link.1; \
done
make[5]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/scripts'
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/scripts'
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src/scripts'
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src'
make[4]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src'
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src'
make[2]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/src'
Making install in po
make[2]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/po'
if test "xz" = "gettext-tools"; then \
/bin/mkdir -p /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[2]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/po'
Making install in tests
make[2]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/tests'
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/tests'
make[2]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build/tests'
make[2]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
make[3]: Entering directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
make[3]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/doc/xz'
/usr/bin/install -c -m 644 AUTHORS COPYING COPYING.GPLv2 NEWS README THANKS TODO doc/faq.txt doc/history.txt doc/xz-file-format.txt doc/lzma-file-format.txt '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/doc/xz'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/doc/xz/examples'
/usr/bin/install -c -m 644 doc/examples/00_README.txt doc/examples/01_compress_easy.c doc/examples/02_decompress.c doc/examples/03_compress_custom.c doc/examples/04_compress_easy_mt.c doc/examples/Makefile '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/doc/xz/examples'
/bin/mkdir -p '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/doc/xz/examples_old'
/usr/bin/install -c -m 644 doc/examples_old/xz_pipe_comp.c doc/examples_old/xz_pipe_decomp.c '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/stage//share/doc/xz/examples_old'
make[3]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
make[2]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
make[1]: Leaving directory '/home/loongson/redoxstuff/redox/cookbook/recipes/xz/build'
cook - xz tar
cook - xz version
'stage.toml' -> 'stage/pkg/xz.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - publishing xz
cook - xz publish
'stage.tar.gz' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/xz.tar.gz'
'stage.sig' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/xz.sig'
'stage.toml' -> '/home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/xz.toml'
repo - generating repo.toml
~/redoxstuff/redox/cookbook/recipes/extrautils
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox install --root sysroot /home/loongson/redoxstuff/redox/cookbook/repo/x86_64-unknown-redox/xz.tar.gz`
pkg: install: succeeded
repo - building extrautils
cook - extrautils build
warning: An explicit [[bin]] section is specified in Cargo.toml which currently
disables Cargo from automatically inferring other binary targets.
This inference behavior will change in the Rust 2018 edition and the following
files will be included as a binary target:
* /home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/build/src/bin/mtxt.rs
This is likely to break cargo build or cargo test as these files may not be
ready to be compiled as a binary target today. You can future-proof yourself
and disable this warning by adding `autobins = false` to your [package]
section. You may also move the files to a location where Cargo would not
automatically infer them to be a target, such as in subfolders.
For more information on this warning you can consult
https://github.com/rust-lang/cargo/issues/5330
warning: Patch `filetime v0.1.13 (https://github.com/alexcrichton/filetime.git#dfb9f819)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
Compiling build_const v0.2.1
Compiling void v1.0.2
Compiling libc v0.2.46
Compiling cc v1.0.28
Compiling adler32 v1.0.3
Compiling crc32fast v1.1.2
Compiling rand v0.4.5
Compiling stable_deref_trait v1.1.1
Compiling redox_syscall v0.1.50
Compiling cfg-if v0.1.6
Compiling pkg-config v0.3.14
Compiling numtoa v0.1.0
Compiling fixedbitset v0.1.9
Compiling ordermap v0.3.5
Compiling byteorder v1.2.7
Compiling fnv v1.0.6
Compiling lazy_static v0.2.11
Compiling nom v2.2.1
Compiling podio v0.1.6
Compiling bitflags v0.7.0
Compiling extra v0.1.0 (https://gitlab.redox-os.org/redox-os/libextra.git#0b50f3f2)
Compiling owning_ref v0.3.3
Compiling unreachable v1.0.0
Compiling miniz_oxide v0.2.0
Compiling crc v1.8.1
Compiling redox_termios v0.1.1
Compiling filetime v0.2.4
Compiling filetime v0.1.15
Compiling petgraph v0.4.13
Compiling raw-cpuid v2.0.2
Compiling smallvec v0.6.7
Compiling rust-lzma v0.2.1
Compiling termion v1.5.1 (https://gitlab.redox-os.org/redox-os/termion.git#c04fd9dc)
Compiling tar v0.4.20 (https://github.com/alexcrichton/tar-rs.git#c7b31b28)
Compiling parking_lot_core v0.2.14
Compiling pager v0.1.0 (https://gitlab.redox-os.org/redox-os/libpager.git#d0ff9e28)
Compiling time v0.1.42
Compiling libflate v0.1.19
Compiling bzip2-sys v0.1.7
Compiling miniz_oxide_c_api v0.2.0
Compiling parking_lot v0.4.8
Compiling msdos_time v0.1.6
Compiling tree_magic v0.2.1
Compiling flate2 v1.0.6
Compiling bzip2 v0.3.3
Compiling zip v0.3.3
Compiling extrautils v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/build)
warning: variable does not need to be mutable
--> src/bin/resize.rs:12:9
|
12 | let mut terminal = termion::get_tty().try(&mut stderr);
| ----^^^^^^^^
| |
| help: remove this `mut`
|
= note: #[warn(unused_mut)] on by default
Finished release [optimized] target(s) in 27.89s
cook - extrautils stage
cook - extrautils unstage
copy from `target/x86_64-unknown-redox/release/rem' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/rem' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/screenfetch' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/screenfetch' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/resize' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/resize' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/calc' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/calc' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/mdless' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/mdless' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/gzip' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/gzip' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/watch' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/watch' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/grep' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/grep' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/man' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/man' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/less' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/less' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/tar' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/tar' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/keymap' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/keymap' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/dmesg' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/dmesg' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/info' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/info' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/gunzip' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/gunzip' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/cur' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/cur' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/unzip' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/extrautils/stage/bin/unzip' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
../source/src/bin/dmesg.rs -> ../stage/ref/dmesg
../source/src/bin/cur.rs -> ../stage/ref/cur
../source/src/bin/info.rs -> ../stage/ref/info
../source/src/bin/keymap.rs -> ../stage/ref/keymap
../source/src/bin/man.rs -> ../stage/ref/man
../source/src/bin/watch.rs -> ../stage/ref/watch
../source/src/bin/rem.rs -> ../stage/ref/rem
../source/src/bin/less.rs -> ../stage/ref/less
../source/src/bin/mtxt.rs -> ../stage/ref/mtxt
../source/src/bin/grep.rs -> ../stage/ref/grep
../source/src/bin/mdless.rs -> ../stage/ref/mdless
cook - extrautils tar
cook - extrautils version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/extrautils.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching findutils
cook - findutils fetch
Cloning into 'source'...
remote: Enumerating objects: 515, done.
remote: Total 515 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (515/515), 101.67 KiB | 428.00 KiB/s, done.
Resolving deltas: 100% (272/272), done.
remote: Enumerating objects: 20, done.
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 31 (delta 14), reused 12 (delta 12), pack-reused 11
Unpacking objects: 100% (31/31), done.
From https://github.com/uutils/findutils
* [new branch] dependabot/cargo/glob-0.3.0 -> upstream/dependabot/cargo/glob-0.3.0
* [new branch] master -> upstream/master
Already up to date.
repo - preparing findutils
cook - findutils prepare
repo - building findutils
cook - findutils build
Compiling void v1.0.2
Compiling libc v0.2.32
Compiling lazy_static v0.2.9
Compiling utf8-ranges v1.0.0
Compiling regex-syntax v0.4.1
Compiling same-file v0.1.3
Compiling glob v0.2.11
Compiling unreachable v1.0.0
Compiling thread_local v0.3.4
Compiling memchr v1.0.1
Compiling rand v0.3.17
Compiling walkdir v1.0.7 (https://github.com/mcharsley/walkdir?rev=dffefcf8db97a331a0f81d120e8aa20c1b36251e#dffefcf8)
Compiling aho-corasick v0.6.3
Compiling tempdir v0.3.5
Compiling regex v0.2.2
Compiling findutils v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/findutils/build)
Finished release [optimized] target(s) in 19.07s
cook - findutils stage
cook - findutils unstage
copy from `target/x86_64-unknown-redox/release/find' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/findutils/stage/bin/find' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
cook - findutils tar
cook - findutils version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/findutils.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching installer
cook - installer fetch
Cloning into 'source'...
remote: Enumerating objects: 86, done.
remote: Counting objects: 100% (86/86), done.
remote: Compressing objects: 100% (63/63), done.
remote: Total 324 (delta 48), reused 42 (delta 23)
Receiving objects: 100% (324/324), 85.42 KiB | 1.00 MiB/s, done.
Resolving deltas: 100% (154/154), done.
Already up to date.
repo - preparing installer
cook - installer prepare
repo - building installer
cook - installer build
Compiling cc v1.0.25
Compiling typenum v1.10.0
Compiling proc-macro2 v0.4.24
Compiling version_check v0.1.5
Compiling matches v0.1.8
Compiling libc v0.2.45
Compiling unicode-xid v0.1.0
Compiling cfg-if v0.1.6
Compiling untrusted v0.6.2
Compiling unicode-normalization v0.1.7
Compiling lazy_static v1.2.0
Compiling httparse v1.3.3
Compiling winapi-build v0.1.1
Compiling safemem v0.3.0
Compiling quote v0.3.15
Compiling percent-encoding v1.0.1
Compiling redox_syscall v0.1.43
Compiling byteorder v1.2.7
Compiling serde v1.0.81
Compiling crc32fast v1.1.2
Compiling unicode-xid v0.0.4
Compiling failure_derive v0.1.3
Compiling rand v0.4.3
Compiling winapi v0.2.8
Compiling numtoa v0.1.0
Compiling nodrop v0.1.13
Compiling unicode-width v0.1.5
Compiling typeable v0.1.2
Compiling language-tags v0.2.2
Compiling byteorder v0.5.3
Compiling traitobject v0.1.0
Compiling constant_time_eq v0.1.3
Compiling ordermap v0.3.5
Compiling pkgutils v0.1.1 (https://gitlab.redox-os.org/redox-os/pkgutils.git#4908c5e4)
Compiling fixedbitset v0.1.9
Compiling rustc-demangle v0.1.9
Compiling bytecount v0.3.2
Compiling bitflags v1.0.4
Compiling adler32 v1.0.3
Compiling ordermap v0.2.13
Compiling scoped_threadpool v0.1.9
Compiling spin v0.4.10
Compiling bidir-map v0.6.0
Compiling serde v0.8.23
Compiling version-compare v0.0.4
Compiling arg_parser v0.1.0 (https://gitlab.redox-os.org/redox-os/arg-parser.git#75035318)
Compiling libc v0.2.43 (https://gitlab.redox-os.org/redox-os/liblibc.git?branch=redox#919dd7c8)
Compiling unicode-bidi v0.3.4
Compiling log v0.4.6
Compiling kernel32-sys v0.2.2
Compiling redox_termios v0.1.1
Compiling unicase v1.4.2
Compiling syn v0.10.8
Compiling base64 v0.9.3
Compiling arrayvec v0.4.8
Compiling textwrap v0.10.0
Compiling petgraph v0.4.13
Compiling ring v0.13.5
Compiling backtrace v0.3.9
Compiling log v0.3.9
Compiling termion v1.5.1 (https://gitlab.redox-os.org/redox-os/termion#ce6b43d0)
Compiling termion v1.5.1
Compiling blake2-rfc v0.2.18
Compiling clap v2.32.0
Compiling mime v0.2.6
Compiling toml v0.2.1
Compiling num_cpus v1.8.0
Compiling time v0.1.40
Compiling rand v0.3.22
Compiling tar v0.4.13 (https://gitlab.redox-os.org/redox-os/tar-rs#b71c2202)
Compiling generic-array v0.2.1
Compiling serde_codegen_internals v0.11.3
Compiling liner v0.4.5 (https://gitlab.redox-os.org/redox-os/liner#741f36fb)
Compiling libflate v0.1.19
Compiling argon2rs v0.2.5
Compiling liner v0.1.5
Compiling quote v0.6.10
Compiling uuid v0.5.1
Compiling static-buffer v0.2.0
Compiling pbr v1.0.0 (https://github.com/ids1024/pb?branch=duration#abe4d6e4)
Compiling toml v0.4.10
Compiling serde_codegen v0.8.23
Compiling idna v0.1.5
Compiling octavo-digest v0.1.2 (https://github.com/libOctavo/octavo.git#2eff2009)
Compiling redoxfs v0.3.2
Compiling syn v0.15.22
Compiling sct v0.4.0
Compiling webpki v0.18.1
Compiling octavo v0.1.1 (https://github.com/libOctavo/octavo.git#2eff2009)
Compiling webpki-roots v0.15.0
Compiling rustls v0.13.1
Compiling url v1.7.2
Compiling synstructure v0.10.1
Compiling serde_derive v1.0.81
Compiling serde_derive v0.8.23
Compiling hyper v0.10.15
Compiling hyper-rustls v0.6.2
Compiling failure v0.1.3
Compiling redox_installer v0.2.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/installer/build)
Finished release [optimized] target(s) in 1m 59s
cook - installer stage
cook - installer unstage
copy from `target/x86_64-unknown-redox/release/redox_installer' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/installer/stage/bin/redox_installer' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
cook - installer tar
cook - installer version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/installer.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching ion
cook - ion fetch
Cloning into 'source'...
remote: Enumerating objects: 11145, done.
remote: Counting objects: 100% (11145/11145), done.
remote: Compressing objects: 100% (3924/3924), done.
remote: Total 11145 (delta 7467), reused 10498 (delta 7020)
Receiving objects: 100% (11145/11145), 2.98 MiB | 5.91 MiB/s, done.
Resolving deltas: 100% (7467/7467), done.
Already up to date.
repo - preparing ion
cook - ion prepare
repo - building ion
cook - ion build
Updating crates.io index
Compiling cc v1.0.32
Compiling core v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libcore)
Compiling unwind v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libunwind)
Compiling build_helper v0.1.0 (/home/loongson/redoxstuff/redox/rust/src/build_helper)
Compiling compiler_builtins v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/rustc/compiler_builtins_shim)
Compiling std v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libstd)
Compiling libc v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/rustc/libc_shim)
Compiling alloc v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/liballoc)
Compiling alloc_system v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/liballoc_system)
Compiling panic_abort v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libpanic_abort)
Compiling panic_unwind v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libpanic_unwind)
warning: dropping unsupported crate type `dylib` for target `x86_64-unknown-redox`
Finished release [optimized] target(s) in 52.28s
Downloading crates ...
Downloaded lazy_static v1.3.0
Downloaded itertools v0.8.0
Downloaded serde v1.0.89
Downloaded rand_pcg v0.1.2
Downloaded rand_jitter v0.1.3
Downloaded smallvec v0.6.9
Downloaded xdg v2.2.0
Downloaded regex v1.1.2
Downloaded either v1.5.1
Downloaded memchr v2.2.0
Downloaded aho-corasick v0.6.10
Downloaded err-derive v0.1.5
Compiling redox_syscall v0.1.51 (https://gitlab.redox-os.org/redox-os/syscall.git#54839d42)
Compiling proc-macro2 v0.4.27
Compiling numtoa v0.1.0
Compiling autocfg v0.1.2
Compiling semver-parser v0.7.0
Compiling unicode-xid v0.1.0
Compiling cc v1.0.32
Compiling libc v0.2.50
Compiling serde v1.0.89
Compiling memchr v2.2.0
Compiling unicode-width v0.1.5
Compiling rand_core v0.4.0
Compiling syn v0.15.29
Compiling byteorder v1.3.1
Compiling rustc-serialize v0.3.24
Compiling bitflags v1.0.4
Compiling bytecount v0.3.2
Compiling ansi_term v0.11.0
Compiling vec_map v0.8.1
Compiling ord_subset v3.1.1
Compiling strsim v0.7.0
Compiling ucd-util v0.1.3
Compiling version_check v0.1.5
Compiling regex v1.1.2
Compiling lazy_static v1.3.0
Compiling permutate v0.3.2
Compiling either v1.5.1
Compiling utf8-ranges v1.0.2
Compiling smallvec v0.6.9
Compiling scopeguard v0.3.3
Compiling unicode-segmentation v1.2.1
Compiling itoa v0.4.3
Compiling glob v0.2.11
Compiling xdg v2.2.0
Compiling redox_termios v0.1.1
Compiling semver v0.9.0
Compiling textwrap v0.10.0
Compiling getopts v0.2.18
Compiling rand_pcg v0.1.2
Compiling rand_chacha v0.1.1
Compiling rand v0.6.5
Compiling ion_lexers v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/ion/build/members/lexers)
Compiling rand_core v0.3.1
Compiling rand_jitter v0.1.3
Compiling rand_os v0.1.3
Compiling thread_local v0.3.6
Compiling regex-syntax v0.6.5
Compiling itertools v0.8.0
Compiling ion-shell v1.0.0-alpha (/home/loongson/redoxstuff/redox/cookbook/recipes/ion/build)
Compiling termion v1.5.1 (https://gitlab.redox-os.org/redox-os/termion#cd8a90a2)
Compiling decimal v2.0.4
Compiling rustc_version v0.2.3
Compiling rand_hc v0.1.0
Compiling rand_xorshift v0.1.1
Compiling rand_isaac v0.1.1
Compiling ion_sys v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/ion/build/members/sys)
Compiling err-derive v0.1.5
Compiling atty v0.2.11
Compiling liner v0.4.5 (https://gitlab.redox-os.org/redox-os/liner#741f36fb)
Compiling hashbrown v0.1.8
Compiling aho-corasick v0.6.10
Compiling quote v0.6.11
Compiling clap v2.32.0
Compiling small v0.1.0 (https://gitlab.redox-os.org/redox-os/small#cae182c5)
Compiling ion_braces v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/ion/build/members/braces)
Compiling ion-ranges v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/ion/build/members/ranges)
Compiling calculate v0.5.1
Compiling ion_builtins v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/ion/build/members/builtins)
Compiling synstructure v0.10.1
warning: method is never used: `short`
--> src/lib/shell/job.rs:166:5
|
166 | pub(crate) fn short(&self) -> String {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(dead_code)] on by default
Finished release [optimized] target(s) in 2m 11s
cook - ion stage
cook - ion unstage
copy from `target/x86_64-unknown-redox/release/ion' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/ion/stage/bin/ion' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
cook - ion tar
cook - ion version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/ion.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching ipcd
cook - ipcd fetch
Cloning into 'source'...
remote: Enumerating objects: 41, done.
remote: Counting objects: 100% (41/41), done.
remote: Compressing objects: 100% (40/40), done.
remote: Total 158 (delta 17), reused 2 (delta 0)
Receiving objects: 100% (158/158), 41.93 KiB | 254.00 KiB/s, done.
Resolving deltas: 100% (71/71), done.
Already up to date.
repo - preparing ipcd
cook - ipcd prepare
repo - building ipcd
cook - ipcd build
Updating crates.io index
Compiling cc v1.0.32
Compiling core v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libcore)
Compiling unwind v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libunwind)
Compiling build_helper v0.1.0 (/home/loongson/redoxstuff/redox/rust/src/build_helper)
Compiling compiler_builtins v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/rustc/compiler_builtins_shim)
Compiling std v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libstd)
Compiling libc v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/rustc/libc_shim)
Compiling alloc v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/liballoc)
Compiling panic_abort v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libpanic_abort)
Compiling alloc_system v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/liballoc_system)
Compiling panic_unwind v0.0.0 (/home/loongson/redoxstuff/redox/rust/src/libpanic_unwind)
warning: dropping unsupported crate type `dylib` for target `x86_64-unknown-redox`
Finished release [optimized] target(s) in 51.88s
Compiling redox_syscall v0.1.49
Compiling ipcd v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/ipcd/build)
Finished release [optimized] target(s) in 5.99s
cook - ipcd stage
cook - ipcd unstage
copy from `target/x86_64-unknown-redox/release/ipcd' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/ipcd/stage/bin/ipcd' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
cook - ipcd tar
cook - ipcd version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/ipcd.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching logd
cook - logd fetch
Cloning into 'source'...
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 18 (delta 1), reused 0 (delta 0)
Unpacking objects: 100% (18/18), done.
Already up to date.
repo - preparing logd
cook - logd prepare
repo - building logd
cook - logd build
Compiling num-traits v0.2.6
Compiling libc v0.2.47
Compiling num-integer v0.1.39
Compiling redox_syscall v0.1.50
Compiling time v0.1.42
Compiling chrono v0.4.6
Compiling logd v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/logd/build)
Finished release [optimized] target(s) in 8.89s
cook - logd stage
cook - logd unstage
copy from `target/x86_64-unknown-redox/release/logd' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/logd/stage/bin/logd' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
cook - logd tar
cook - logd version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/logd.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching netdb
cook - netdb fetch
Cloning into 'source'...
remote: Enumerating objects: 15, done.
remote: Total 15 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (15/15), done.
Already up to date.
repo - preparing netdb
cook - netdb prepare
repo - building netdb
cook - netdb build
skipping build
cook - netdb stage
cook - netdb unstage
cook - netdb tar
cook - netdb version
'stage.toml' -> 'stage/pkg/netdb.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching netstack
cook - netstack fetch
Cloning into 'source'...
remote: Enumerating objects: 783, done.
remote: Counting objects: 100% (783/783), done.
remote: Compressing objects: 100% (340/340), done.
remote: Total 783 (delta 480), reused 708 (delta 425)
Receiving objects: 100% (783/783), 243.74 KiB | 952.00 KiB/s, done.
Resolving deltas: 100% (480/480), done.
Submodule 'smoltcp' (https://gitlab.redox-os.org/redox-os/smoltcp.git) registered for path 'smoltcp'
Cloning into '/home/loongson/redoxstuff/redox/cookbook/recipes/netstack/source/smoltcp'...
remote: Enumerating objects: 4372, done.
remote: Counting objects: 100% (4372/4372), done.
remote: Compressing objects: 100% (1337/1337), done.
remote: Total 4372 (delta 3027), reused 4361 (delta 3021)
Receiving objects: 100% (4372/4372), 1.26 MiB | 3.12 MiB/s, done.
Resolving deltas: 100% (3027/3027), done.
Submodule path 'smoltcp': checked out '30793fc901dc3a836e3177cc2b1e782389748fd5'
Already up to date.
Synchronizing submodule url for 'smoltcp'
repo - preparing netstack
cook - netstack prepare
repo - building netstack
cook - netstack build
Compiling semver-parser v0.7.0
Compiling rand_core v0.3.0
Compiling arrayvec v0.4.10
Compiling void v1.0.2
Compiling libc v0.2.45
Compiling stable_deref_trait v1.1.1
Compiling nodrop v0.1.13
Compiling cfg-if v0.1.6
Compiling cc v1.0.28
Compiling scopeguard v0.3.3
Compiling lazy_static v1.2.0
Compiling memoffset v0.2.1
Compiling version_check v0.1.5
Compiling iovec v0.1.2
Compiling byteorder v1.2.7
Compiling matches v0.1.8
Compiling untrusted v0.6.2
Compiling httparse v1.3.3
Compiling futures v0.1.25
Compiling unicode-normalization v0.1.7
Compiling slab v0.4.1
Compiling redox_syscall v0.1.50
Compiling safemem v0.3.0
Compiling percent-encoding v1.0.1
Compiling typeable v0.1.2
Compiling traitobject v0.1.0
Compiling language-tags v0.2.2
Compiling byteorder v0.5.3
Compiling bitflags v1.0.4
Compiling managed v0.7.1
Compiling arg_parser v0.1.0 (https://gitlab.redox-os.org/redox-os/arg-parser.git#75035318)
Compiling extra v0.1.0 (https://gitlab.redox-os.org/redox-os/libextra.git#0b50f3f2)
Compiling quick-error v1.2.2
Compiling crossbeam-utils v0.6.3
Compiling log v0.4.6
Compiling unreachable v1.0.0
Compiling owning_ref v0.4.0
Compiling rand_isaac v0.1.1
Compiling rand_xorshift v0.1.0
Compiling rand_hc v0.1.0
Compiling bytes v0.4.11
Compiling unicode-bidi v0.3.4
Compiling semver v0.9.0
Compiling unicase v1.4.2
Compiling base64 v0.9.3
Compiling redox_termios v0.1.1
Compiling redox_event v0.1.0 (https://gitlab.redox-os.org/redox-os/event.git#c31e3d3d)
Compiling smoltcp v0.5.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/netstack/build/smoltcp)
Compiling dns-parser v0.7.1
Compiling smallvec v0.6.7
Compiling lock_api v0.1.5
Compiling log v0.3.9
Compiling tokio-executor v0.1.5 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling termion v1.5.1
Compiling ring v0.13.5
Compiling tokio-io v0.1.10 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling rustc_version v0.2.3
Compiling mime v0.2.6
Compiling net2 v0.2.33
Compiling num_cpus v1.9.0
Compiling time v0.1.41
Compiling crossbeam-epoch v0.7.0
Compiling tokio-timer v0.2.8 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling tokio-current-thread v0.1.4 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling tokio-codec v0.1.1 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling rand_chacha v0.1.0
Compiling rand_pcg v0.1.1
Compiling rand v0.6.1
Compiling parking_lot_core v0.4.0
Compiling mio v0.6.16 (https://gitlab.redox-os.org/redox-os/mio#493d2b65)
Compiling crossbeam-deque v0.6.3
Compiling ntpclient v0.0.1 (https://github.com/willem66745/ntpclient-rust#7e3bdf60)
Compiling pbr v1.0.1 (https://github.com/a8m/pb#b9792c9f)
Compiling sct v0.4.0
Compiling webpki v0.18.1
Compiling tokio-threadpool v0.1.9 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling webpki-roots v0.15.0
Compiling rustls v0.13.1
Compiling parking_lot v0.7.1
Compiling tokio-fs v0.1.4 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling tokio-reactor v0.1.7 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling tokio-tcp v0.1.2 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling tokio-udp v0.1.3 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling tokio v0.1.13 (https://gitlab.redox-os.org/redox-os/tokio#e90845fe)
Compiling idna v0.1.5
Compiling url v1.7.2
Compiling hyper v0.10.15
Compiling hyper-rustls v0.6.2
Compiling netutils v0.1.0 (https://gitlab.redox-os.org/redox-os/netutils.git#03d76ff3)
Compiling redox_netstack v0.1.0 (/home/loongson/redoxstuff/redox/cookbook/recipes/netstack/build)
Finished release [optimized] target(s) in 1m 30s
cook - netstack stage
cook - netstack unstage
copy from `target/x86_64-unknown-redox/release/dnsd' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/netstack/stage/bin/dnsd' [elf64-x86-64]
copy from `target/x86_64-unknown-redox/release/smolnetd' [elf64-x86-64] to `/home/loongson/redoxstuff/redox/cookbook/recipes/netstack/stage/bin/smolnetd' [elf64-x86-64]
Finished release [optimized] target(s) in 0.01s
Running `/home/loongson/redoxstuff/redox/cookbook/docgen/target/release/docgen ../source ../stage/ref`
docgen: failed to read ../source/smoltcp/fuzz/corpus/packet_parser/icmpv4_reply.bin: stream did not contain valid UTF-8
docgen: failed to read ../source/smoltcp/fuzz/corpus/packet_parser/udpv4.bin: stream did not contain valid UTF-8
docgen: failed to read ../source/smoltcp/fuzz/corpus/packet_parser/tcpv4_syn.bin: stream did not contain valid UTF-8
docgen: failed to read ../source/smoltcp/fuzz/corpus/packet_parser/icmpv4_request.bin: stream did not contain valid UTF-8
docgen: failed to read ../source/smoltcp/fuzz/corpus/packet_parser/tcpv4_fin.bin: stream did not contain valid UTF-8
docgen: failed to read ../source/smoltcp/fuzz/corpus/packet_parser/icmpv6_nbr_solicitation.bin: stream did not contain valid UTF-8
docgen: failed to read ../source/smoltcp/fuzz/corpus/packet_parser/tcpv4_data.bin: stream did not contain valid UTF-8
docgen: failed to read ../source/smoltcp/fuzz/corpus/packet_parser/icmpv4_unreachable.bin: stream did not contain valid UTF-8
docgen: failed to read ../source/smoltcp/fuzz/corpus/packet_parser/arp.bin: stream did not contain valid UTF-8
docgen: failed to read ../source/smoltcp/fuzz/corpus/packet_parser/tcpv4_rst.bin: stream did not contain valid UTF-8
cook - netstack tar
cook - netstack version
error: no such subcommand: `config`
'stage.toml' -> 'stage/pkg/netstack.toml'
Finished release [optimized] target(s) in 0.10s
Running `/home/loongson/redoxstuff/redox/cookbook/pkgutils/target/release/pkg --target=x86_64-unknown-redox create stage`
pkg: create: stage: "stage.tar.gz"created stage.tar.gz
repo - fetching netsurf
cook - netsurf fetch
--2019-03-28 19:51:42-- http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.7.tar.gz
Resolving download.netsurf-browser.org (download.netsurf-browser.org)... 88.99.213.221, 2a01:4f8:10a:3edc::2
Connecting to download.netsurf-browser.org (download.netsurf-browser.org)|88.99.213.221|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8281249 (7.9M) [application/gzip]
Saving to: ‘source.tar’
source.tar 100%[============================================================================>] 7.90M 6.41MB/s in 1.2s
2019-03-28 19:51:44 (6.41 MB/s) - ‘source.tar’ saved [8281249/8281249]
netsurf-all-3.7/Makefile
netsurf-all-3.7/README
netsurf-all-3.7/buildsystem/COPYING
netsurf-all-3.7/buildsystem/Makefile
netsurf-all-3.7/buildsystem/README
netsurf-all-3.7/buildsystem/citools/jenkins-build.sh
netsurf-all-3.7/buildsystem/example/Makefile
netsurf-all-3.7/buildsystem/example/Makefile.config
netsurf-all-3.7/buildsystem/example/libfoo.pc.in
netsurf-all-3.7/buildsystem/example/src1/Makefile
netsurf-all-3.7/buildsystem/example/src1/foo.c
netsurf-all-3.7/buildsystem/example/src1/foo.h
netsurf-all-3.7/buildsystem/example/src2/Makefile
netsurf-all-3.7/buildsystem/example/src2/bar.c
netsurf-all-3.7/buildsystem/example/test/Makefile
netsurf-all-3.7/buildsystem/example/test/foo.c
netsurf-all-3.7/buildsystem/example/test2/Makefile
netsurf-all-3.7/buildsystem/example/test2/foo.c
netsurf-all-3.7/buildsystem/llvm/LICENSE.TXT
netsurf-all-3.7/buildsystem/llvm/ccc-analyzer
netsurf-all-3.7/buildsystem/llvm/scan-build
netsurf-all-3.7/buildsystem/llvm/scanview.css
netsurf-all-3.7/buildsystem/llvm/sorttable.js
netsurf-all-3.7/buildsystem/makefiles/Makefile.clang
netsurf-all-3.7/buildsystem/makefiles/Makefile.gcc
netsurf-all-3.7/buildsystem/makefiles/Makefile.norcroft
netsurf-all-3.7/buildsystem/makefiles/Makefile.open64
netsurf-all-3.7/buildsystem/makefiles/Makefile.pkgconfig
netsurf-all-3.7/buildsystem/makefiles/Makefile.subdir
netsurf-all-3.7/buildsystem/makefiles/Makefile.tools
netsurf-all-3.7/buildsystem/makefiles/Makefile.top
netsurf-all-3.7/buildsystem/testtools/testrunner.pl
netsurf-all-3.7/libcss/COPYING
netsurf-all-3.7/libcss/Makefile
netsurf-all-3.7/libcss/Makefile.config
netsurf-all-3.7/libcss/README
netsurf-all-3.7/libcss/build/mkprops.pl
netsurf-all-3.7/libcss/docs/API
netsurf-all-3.7/libcss/docs/API-ABI-Changes
netsurf-all-3.7/libcss/docs/Bytecode
netsurf-all-3.7/libcss/docs/Colour
netsurf-all-3.7/libcss/docs/Doxyfile
netsurf-all-3.7/libcss/docs/Grammar
netsurf-all-3.7/libcss/docs/Lexer
netsurf-all-3.7/libcss/docs/Representation
netsurf-all-3.7/libcss/docs/Tokens
netsurf-all-3.7/libcss/examples/example1.c
netsurf-all-3.7/libcss/include/libcss/computed.h
netsurf-all-3.7/libcss/include/libcss/errors.h
netsurf-all-3.7/libcss/include/libcss/font_face.h
netsurf-all-3.7/libcss/include/libcss/fpmath.h
netsurf-all-3.7/libcss/include/libcss/functypes.h
netsurf-all-3.7/libcss/include/libcss/hint.h
netsurf-all-3.7/libcss/include/libcss/libcss.h
netsurf-all-3.7/libcss/include/libcss/properties.h
netsurf-all-3.7/libcss/include/libcss/select.h
netsurf-all-3.7/libcss/include/libcss/stylesheet.h
netsurf-all-3.7/libcss/include/libcss/types.h
netsurf-all-3.7/libcss/libcss.pc.in
netsurf-all-3.7/libcss/src/Makefile
netsurf-all-3.7/libcss/src/bytecode/Makefile
netsurf-all-3.7/libcss/src/bytecode/bytecode.h
netsurf-all-3.7/libcss/src/bytecode/opcodes.h
netsurf-all-3.7/libcss/src/charset/Makefile
netsurf-all-3.7/libcss/src/charset/detect.c
netsurf-all-3.7/libcss/src/charset/detect.h
netsurf-all-3.7/libcss/src/lex/Makefile
netsurf-all-3.7/libcss/src/lex/lex.c
netsurf-all-3.7/libcss/src/lex/lex.h
netsurf-all-3.7/libcss/src/parse/Makefile
netsurf-all-3.7/libcss/src/parse/font_face.c
netsurf-all-3.7/libcss/src/parse/font_face.h
netsurf-all-3.7/libcss/src/parse/important.c
netsurf-all-3.7/libcss/src/parse/important.h
netsurf-all-3.7/libcss/src/parse/language.c
netsurf-all-3.7/libcss/src/parse/language.h
netsurf-all-3.7/libcss/src/parse/parse.c
netsurf-all-3.7/libcss/src/parse/parse.h
netsurf-all-3.7/libcss/src/parse/properties/Makefile
netsurf-all-3.7/libcss/src/parse/properties/azimuth.c
netsurf-all-3.7/libcss/src/parse/properties/background.c
netsurf-all-3.7/libcss/src/parse/properties/background_position.c
netsurf-all-3.7/libcss/src/parse/properties/border.c
netsurf-all-3.7/libcss/src/parse/properties/border_color.c
netsurf-all-3.7/libcss/src/parse/properties/border_spacing.c
netsurf-all-3.7/libcss/src/parse/properties/border_style.c
netsurf-all-3.7/libcss/src/parse/properties/border_width.c
netsurf-all-3.7/libcss/src/parse/properties/clip.c
netsurf-all-3.7/libcss/src/parse/properties/column_rule.c
netsurf-all-3.7/libcss/src/parse/properties/columns.c
netsurf-all-3.7/libcss/src/parse/properties/content.c
netsurf-all-3.7/libcss/src/parse/properties/css_property_parser_gen.c
netsurf-all-3.7/libcss/src/parse/properties/cue.c
netsurf-all-3.7/libcss/src/parse/properties/cursor.c
netsurf-all-3.7/libcss/src/parse/properties/elevation.c
netsurf-all-3.7/libcss/src/parse/properties/font.c
netsurf-all-3.7/libcss/src/parse/properties/font_family.c
netsurf-all-3.7/libcss/src/parse/properties/font_weight.c
netsurf-all-3.7/libcss/src/parse/properties/list_style.c
netsurf-all-3.7/libcss/src/parse/properties/list_style_type.c
netsurf-all-3.7/libcss/src/parse/properties/margin.c
netsurf-all-3.7/libcss/src/parse/properties/opacity.c
netsurf-all-3.7/libcss/src/parse/properties/outline.c
netsurf-all-3.7/libcss/src/parse/properties/overflow.c
netsurf-all-3.7/libcss/src/parse/properties/padding.c
netsurf-all-3.7/libcss/src/parse/properties/pause.c
netsurf-all-3.7/libcss/src/parse/properties/play_during.c
netsurf-all-3.7/libcss/src/parse/properties/properties.c
netsurf-all-3.7/libcss/src/parse/properties/properties.gen
netsurf-all-3.7/libcss/src/parse/properties/properties.h
netsurf-all-3.7/libcss/src/parse/properties/quotes.c
netsurf-all-3.7/libcss/src/parse/properties/text_decoration.c
netsurf-all-3.7/libcss/src/parse/properties/utils.c
netsurf-all-3.7/libcss/src/parse/properties/utils.h
netsurf-all-3.7/libcss/src/parse/properties/voice_family.c
netsurf-all-3.7/libcss/src/parse/propstrings.c
netsurf-all-3.7/libcss/src/parse/propstrings.h
netsurf-all-3.7/libcss/src/select/Makefile
netsurf-all-3.7/libcss/src/select/arena.c
netsurf-all-3.7/libcss/src/select/arena.h
netsurf-all-3.7/libcss/src/select/arena_hash.h
netsurf-all-3.7/libcss/src/select/bloom.h
netsurf-all-3.7/libcss/src/select/computed.c
netsurf-all-3.7/libcss/src/select/computed.h
netsurf-all-3.7/libcss/src/select/dispatch.c
netsurf-all-3.7/libcss/src/select/dispatch.h
netsurf-all-3.7/libcss/src/select/font_face.c
netsurf-all-3.7/libcss/src/select/font_face.h
netsurf-all-3.7/libcss/src/select/hash.c
netsurf-all-3.7/libcss/src/select/hash.h
netsurf-all-3.7/libcss/src/select/properties/Makefile
netsurf-all-3.7/libcss/src/select/properties/azimuth.c
netsurf-all-3.7/libcss/src/select/properties/background_attachment.c
netsurf-all-3.7/libcss/src/select/properties/background_color.c
netsurf-all-3.7/libcss/src/select/properties/background_image.c
netsurf-all-3.7/libcss/src/select/properties/background_position.c
netsurf-all-3.7/libcss/src/select/properties/background_repeat.c
netsurf-all-3.7/libcss/src/select/properties/border_bottom_color.c
netsurf-all-3.7/libcss/src/select/properties/border_bottom_style.c
netsurf-all-3.7/libcss/src/select/properties/border_bottom_width.c
netsurf-all-3.7/libcss/src/select/properties/border_collapse.c
netsurf-all-3.7/libcss/src/select/properties/border_left_color.c
netsurf-all-3.7/libcss/src/select/properties/border_left_style.c
netsurf-all-3.7/libcss/src/select/properties/border_left_width.c
netsurf-all-3.7/libcss/src/select/properties/border_right_color.c
netsurf-all-3.7/libcss/src/select/properties/border_right_style.c
netsurf-all-3.7/libcss/src/select/properties/border_right_width.c
netsurf-all-3.7/libcss/src/select/properties/border_spacing.c
netsurf-all-3.7/libcss/src/select/properties/border_top_color.c
netsurf-all-3.7/libcss/src/select/properties/border_top_style.c
netsurf-all-3.7/libcss/src/select/properties/border_top_width.c
netsurf-all-3.7/libcss/src/select/properties/bottom.c
netsurf-all-3.7/libcss/src/select/properties/box_sizing.c
netsurf-all-3.7/libcss/src/select/properties/break_after.c
netsurf-all-3.7/libcss/src/select/properties/break_before.c
netsurf-all-3.7/libcss/src/select/properties/break_inside.c
netsurf-all-3.7/libcss/src/select/properties/caption_side.c
netsurf-all-3.7/libcss/src/select/properties/clear.c
netsurf-all-3.7/libcss/src/select/properties/clip.c
netsurf-all-3.7/libcss/src/select/properties/color.c
netsurf-all-3.7/libcss/src/select/properties/column_count.c
netsurf-all-3.7/libcss/src/select/properties/column_fill.c
netsurf-all-3.7/libcss/src/select/properties/column_gap.c
netsurf-all-3.7/libcss/src/select/properties/column_rule_color.c
netsurf-all-3.7/libcss/src/select/properties/column_rule_style.c
netsurf-all-3.7/libcss/src/select/properties/column_rule_width.c
netsurf-all-3.7/libcss/src/select/properties/column_span.c
netsurf-all-3.7/libcss/src/select/properties/column_width.c
netsurf-all-3.7/libcss/src/select/properties/content.c
netsurf-all-3.7/libcss/src/select/properties/counter_increment.c
netsurf-all-3.7/libcss/src/select/properties/counter_reset.c
netsurf-all-3.7/libcss/src/select/properties/cue_after.c
netsurf-all-3.7/libcss/src/select/properties/cue_before.c
netsurf-all-3.7/libcss/src/select/properties/cursor.c
netsurf-all-3.7/libcss/src/select/properties/direction.c
netsurf-all-3.7/libcss/src/select/properties/display.c
netsurf-all-3.7/libcss/src/select/properties/elevation.c
netsurf-all-3.7/libcss/src/select/properties/empty_cells.c
netsurf-all-3.7/libcss/src/select/properties/float.c
netsurf-all-3.7/libcss/src/select/properties/font_family.c
netsurf-all-3.7/libcss/src/select/properties/font_size.c
netsurf-all-3.7/libcss/src/select/properties/font_style.c
netsurf-all-3.7/libcss/src/select/properties/font_variant.c
netsurf-all-3.7/libcss/src/select/properties/font_weight.c
netsurf-all-3.7/libcss/src/select/properties/height.c
netsurf-all-3.7/libcss/src/select/properties/helpers.c
netsurf-all-3.7/libcss/src/select/properties/helpers.h
netsurf-all-3.7/libcss/src/select/properties/left.c
netsurf-all-3.7/libcss/src/select/properties/letter_spacing.c
netsurf-all-3.7/libcss/src/select/properties/line_height.c
netsurf-all-3.7/libcss/src/select/properties/list_style_image.c
netsurf-all-3.7/libcss/src/select/properties/list_style_position.c
netsurf-all-3.7/libcss/src/select/properties/list_style_type.c
netsurf-all-3.7/libcss/src/select/properties/margin_bottom.c
netsurf-all-3.7/libcss/src/select/properties/margin_left.c
netsurf-all-3.7/libcss/src/select/properties/margin_right.c
netsurf-all-3.7/libcss/src/select/properties/margin_top.c
netsurf-all-3.7/libcss/src/select/properties/max_height.c
netsurf-all-3.7/libcss/src/select/properties/max_width.c
netsurf-all-3.7/libcss/src/select/properties/min_height.c
netsurf-all-3.7/libcss/src/select/properties/min_width.c
netsurf-all-3.7/libcss/src/select/properties/opacity.c
netsurf-all-3.7/libcss/src/select/properties/orphans.c
netsurf-all-3.7/libcss/src/select/properties/outline_color.c
netsurf-all-3.7/libcss/src/select/properties/outline_style.c
netsurf-all-3.7/libcss/src/select/properties/outline_width.c
netsurf-all-3.7/libcss/src/select/properties/overflow_x.c
netsurf-all-3.7/libcss/src/select/properties/overflow_y.c
netsurf-all-3.7/libcss/src/select/properties/padding_bottom.c
netsurf-all-3.7/libcss/src/select/properties/padding_left.c
netsurf-all-3.7/libcss/src/select/properties/padding_right.c
netsurf-all-3.7/libcss/src/select/properties/padding_top.c
netsurf-all-3.7/libcss/src/select/properties/page_break_after.c
netsurf-all-3.7/libcss/src/select/properties/page_break_before.c
netsurf-all-3.7/libcss/src/select/properties/page_break_inside.c
netsurf-all-3.7/libcss/src/select/properties/pause_after.c
netsurf-all-3.7/libcss/src/select/properties/pause_before.c
netsurf-all-3.7/libcss/src/select/properties/pitch.c
netsurf-all-3.7/libcss/src/select/properties/pitch_range.c
netsurf-all-3.7/libcss/src/select/properties/play_during.c
netsurf-all-3.7/libcss/src/select/properties/position.c
netsurf-all-3.7/libcss/src/select/properties/properties.h
netsurf-all-3.7/libcss/src/select/properties/quotes.c
netsurf-all-3.7/libcss/src/select/properties/richness.c
netsurf-all-3.7/libcss/src/select/properties/right.c
netsurf-all-3.7/libcss/src/select/properties/speak.c
netsurf-all-3.7/libcss/src/select/properties/speak_header.c
netsurf-all-3.7/libcss/src/select/properties/speak_numeral.c
netsurf-all-3.7/libcss/src/select/properties/speak_punctuation.c
netsurf-all-3.7/libcss/src/select/properties/speech_rate.c
netsurf-all-3.7/libcss/src/select/properties/stress.c
netsurf-all-3.7/libcss/src/select/properties/table_layout.c
netsurf-all-3.7/libcss/src/select/properties/text_align.c
netsurf-all-3.7/libcss/src/select/properties/text_decoration.c
netsurf-all-3.7/libcss/src/select/properties/text_indent.c
netsurf-all-3.7/libcss/src/select/properties/text_transform.c
netsurf-all-3.7/libcss/src/select/properties/top.c
netsurf-all-3.7/libcss/src/select/properties/unicode_bidi.c
netsurf-all-3.7/libcss/src/select/properties/vertical_align.c
netsurf-all-3.7/libcss/src/select/properties/visibility.c
netsurf-all-3.7/libcss/src/select/properties/voice_family.c
netsurf-all-3.7/libcss/src/select/properties/volume.c
netsurf-all-3.7/libcss/src/select/properties/white_space.c
netsurf-all-3.7/libcss/src/select/properties/widows.c
netsurf-all-3.7/libcss/src/select/properties/width.c
netsurf-all-3.7/libcss/src/select/properties/word_spacing.c
netsurf-all-3.7/libcss/src/select/properties/writing_mode.c
netsurf-all-3.7/libcss/src/select/properties/z_index.c
netsurf-all-3.7/libcss/src/select/propget.h
netsurf-all-3.7/libcss/src/select/propset.h
netsurf-all-3.7/libcss/src/select/select.c
netsurf-all-3.7/libcss/src/select/select.h
netsurf-all-3.7/libcss/src/stylesheet.c
netsurf-all-3.7/libcss/src/stylesheet.h
netsurf-all-3.7/libcss/src/utils/Makefile
netsurf-all-3.7/libcss/src/utils/errors.c
netsurf-all-3.7/libcss/src/utils/parserutilserror.h
netsurf-all-3.7/libcss/src/utils/utils.c
netsurf-all-3.7/libcss/src/utils/utils.h
netsurf-all-3.7/libcss/test/INDEX
netsurf-all-3.7/libcss/test/Makefile
netsurf-all-3.7/libcss/test/README
netsurf-all-3.7/libcss/test/csdetect.c
netsurf-all-3.7/libcss/test/css21.c
netsurf-all-3.7/libcss/test/data/csdetect/INDEX
netsurf-all-3.7/libcss/test/data/csdetect/bom-charset.dat
netsurf-all-3.7/libcss/test/data/csdetect/bom.dat
netsurf-all-3.7/libcss/test/data/css/INDEX
netsurf-all-3.7/libcss/test/data/css/allzengarden.css
netsurf-all-3.7/libcss/test/data/css/badcomment.css
netsurf-all-3.7/libcss/test/data/css/blocks.css
netsurf-all-3.7/libcss/test/data/css/color.css
netsurf-all-3.7/libcss/test/data/css/fontface.css
netsurf-all-3.7/libcss/test/data/css/malformed.css
netsurf-all-3.7/libcss/test/data/css/simple.css
netsurf-all-3.7/libcss/test/data/lex/INDEX
netsurf-all-3.7/libcss/test/data/lex/regression.dat
netsurf-all-3.7/libcss/test/data/lex/tests1.dat
netsurf-all-3.7/libcss/test/data/lex/tests2.dat
netsurf-all-3.7/libcss/test/data/number/INDEX
netsurf-all-3.7/libcss/test/data/number/number.dat
netsurf-all-3.7/libcss/test/data/parse/INDEX
netsurf-all-3.7/libcss/test/data/parse/README
netsurf-all-3.7/libcss/test/data/parse/atrules.dat
netsurf-all-3.7/libcss/test/data/parse/colours-hsl.dat
netsurf-all-3.7/libcss/test/data/parse/colours.dat
netsurf-all-3.7/libcss/test/data/parse/makefixed.pl
netsurf-all-3.7/libcss/test/data/parse/makeopv.pl
netsurf-all-3.7/libcss/test/data/parse/nth.dat
netsurf-all-3.7/libcss/test/data/parse/properties.dat
netsurf-all-3.7/libcss/test/data/parse/selectors.dat
netsurf-all-3.7/libcss/test/data/parse/tests1.dat
netsurf-all-3.7/libcss/test/data/parse2/INDEX
netsurf-all-3.7/libcss/test/data/parse2/README
netsurf-all-3.7/libcss/test/data/parse2/au.dat
netsurf-all-3.7/libcss/test/data/parse2/bg.dat
netsurf-all-3.7/libcss/test/data/parse2/bgpos.dat
netsurf-all-3.7/libcss/test/data/parse2/border.dat
netsurf-all-3.7/libcss/test/data/parse2/comments.dat
netsurf-all-3.7/libcss/test/data/parse2/eof.dat
netsurf-all-3.7/libcss/test/data/parse2/font.dat
netsurf-all-3.7/libcss/test/data/parse2/illegal-values.dat
netsurf-all-3.7/libcss/test/data/parse2/list.dat
netsurf-all-3.7/libcss/test/data/parse2/malformed-declarations.dat
netsurf-all-3.7/libcss/test/data/parse2/margin.dat
netsurf-all-3.7/libcss/test/data/parse2/multicol.dat
netsurf-all-3.7/libcss/test/data/parse2/outline.dat
netsurf-all-3.7/libcss/test/data/parse2/overflow.dat
netsurf-all-3.7/libcss/test/data/parse2/padding.dat
netsurf-all-3.7/libcss/test/data/parse2/selectors.dat
netsurf-all-3.7/libcss/test/data/parse2/tests1.dat
netsurf-all-3.7/libcss/test/data/parse2/unknown-properties.dat
netsurf-all-3.7/libcss/test/data/select/INDEX
netsurf-all-3.7/libcss/test/data/select/tests1.dat
netsurf-all-3.7/libcss/test/dump.h
netsurf-all-3.7/libcss/test/dump_computed.h
netsurf-all-3.7/libcss/test/lex-auto.c
netsurf-all-3.7/libcss/test/lex.c
netsurf-all-3.7/libcss/test/number.c
netsurf-all-3.7/libcss/test/parse-auto.c
netsurf-all-3.7/libcss/test/parse.c
netsurf-all-3.7/libcss/test/parse2-auto.c
netsurf-all-3.7/libcss/test/select.c
netsurf-all-3.7/libcss/test/testutils.h
netsurf-all-3.7/libdom/COPYING
netsurf-all-3.7/libdom/Makefile
netsurf-all-3.7/libdom/Makefile.config
netsurf-all-3.7/libdom/README
netsurf-all-3.7/libdom/bindings/Makefile
netsurf-all-3.7/libdom/bindings/hubbub/Makefile
netsurf-all-3.7/libdom/bindings/hubbub/README
netsurf-all-3.7/libdom/bindings/hubbub/errors.h
netsurf-all-3.7/libdom/bindings/hubbub/parser.c
netsurf-all-3.7/libdom/bindings/hubbub/parser.h
netsurf-all-3.7/libdom/bindings/hubbub/utils.h
netsurf-all-3.7/libdom/bindings/xml/Makefile
netsurf-all-3.7/libdom/bindings/xml/README
netsurf-all-3.7/libdom/bindings/xml/expat_xmlparser.c
netsurf-all-3.7/libdom/bindings/xml/libxml_xmlparser.c
netsurf-all-3.7/libdom/bindings/xml/utils.h
netsurf-all-3.7/libdom/bindings/xml/xmlerror.h
netsurf-all-3.7/libdom/bindings/xml/xmlparser.h
netsurf-all-3.7/libdom/docs/Doxyfile
netsurf-all-3.7/libdom/docs/RefCnt
netsurf-all-3.7/libdom/docs/TestSuite
netsurf-all-3.7/libdom/docs/Todo
netsurf-all-3.7/libdom/examples/dom-structure-dump.c
netsurf-all-3.7/libdom/examples/files/test.html
netsurf-all-3.7/libdom/examples/makefile
netsurf-all-3.7/libdom/gdb/libdom.py
netsurf-all-3.7/libdom/include/dom/core/attr.h
netsurf-all-3.7/libdom/include/dom/core/cdatasection.h
netsurf-all-3.7/libdom/include/dom/core/characterdata.h
netsurf-all-3.7/libdom/include/dom/core/comment.h
netsurf-all-3.7/libdom/include/dom/core/doc_fragment.h
netsurf-all-3.7/libdom/include/dom/core/document.h
netsurf-all-3.7/libdom/include/dom/core/document_type.h
netsurf-all-3.7/libdom/include/dom/core/element.h
netsurf-all-3.7/libdom/include/dom/core/entity_ref.h
netsurf-all-3.7/libdom/include/dom/core/exceptions.h
netsurf-all-3.7/libdom/include/dom/core/implementation.h
netsurf-all-3.7/libdom/include/dom/core/namednodemap.h
netsurf-all-3.7/libdom/include/dom/core/node.h
netsurf-all-3.7/libdom/include/dom/core/nodelist.h
netsurf-all-3.7/libdom/include/dom/core/pi.h
netsurf-all-3.7/libdom/include/dom/core/string.h
netsurf-all-3.7/libdom/include/dom/core/text.h
netsurf-all-3.7/libdom/include/dom/core/typeinfo.h
netsurf-all-3.7/libdom/include/dom/dom.h
netsurf-all-3.7/libdom/include/dom/events/custom_event.h
netsurf-all-3.7/libdom/include/dom/events/document_event.h
netsurf-all-3.7/libdom/include/dom/events/event.h
netsurf-all-3.7/libdom/include/dom/events/event_listener.h
netsurf-all-3.7/libdom/include/dom/events/event_target.h
netsurf-all-3.7/libdom/include/dom/events/events.h
netsurf-all-3.7/libdom/include/dom/events/keyboard_event.h
netsurf-all-3.7/libdom/include/dom/events/mouse_event.h
netsurf-all-3.7/libdom/include/dom/events/mouse_multi_wheel_event.h
netsurf-all-3.7/libdom/include/dom/events/mouse_wheel_event.h
netsurf-all-3.7/libdom/include/dom/events/mutation_event.h
netsurf-all-3.7/libdom/include/dom/events/mutation_name_event.h
netsurf-all-3.7/libdom/include/dom/events/text_event.h
netsurf-all-3.7/libdom/include/dom/events/ui_event.h
netsurf-all-3.7/libdom/include/dom/functypes.h
netsurf-all-3.7/libdom/include/dom/html/html_anchor_element.h
netsurf-all-3.7/libdom/include/dom/html/html_applet_element.h
netsurf-all-3.7/libdom/include/dom/html/html_area_element.h
netsurf-all-3.7/libdom/include/dom/html/html_base_element.h
netsurf-all-3.7/libdom/include/dom/html/html_basefont_element.h
netsurf-all-3.7/libdom/include/dom/html/html_body_element.h
netsurf-all-3.7/libdom/include/dom/html/html_br_element.h
netsurf-all-3.7/libdom/include/dom/html/html_button_element.h
netsurf-all-3.7/libdom/include/dom/html/html_collection.h
netsurf-all-3.7/libdom/include/dom/html/html_directory_element.h
netsurf-all-3.7/libdom/include/dom/html/html_div_element.h
netsurf-all-3.7/libdom/include/dom/html/html_dlist_element.h
netsurf-all-3.7/libdom/include/dom/html/html_document.h
netsurf-all-3.7/libdom/include/dom/html/html_element.h
netsurf-all-3.7/libdom/include/dom/html/html_elements.h
netsurf-all-3.7/libdom/include/dom/html/html_fieldset_element.h
netsurf-all-3.7/libdom/include/dom/html/html_font_element.h
netsurf-all-3.7/libdom/include/dom/html/html_form_element.h
netsurf-all-3.7/libdom/include/dom/html/html_frame_element.h
netsurf-all-3.7/libdom/include/dom/html/html_frameset_element.h
netsurf-all-3.7/libdom/include/dom/html/html_head_element.h
netsurf-all-3.7/libdom/include/dom/html/html_heading_element.h
netsurf-all-3.7/libdom/include/dom/html/html_hr_element.h
netsurf-all-3.7/libdom/include/dom/html/html_html_element.h
netsurf-all-3.7/libdom/include/dom/html/html_iframe_element.h
netsurf-all-3.7/libdom/include/dom/html/html_image_element.h
netsurf-all-3.7/libdom/include/dom/html/html_input_element.h
netsurf-all-3.7/libdom/include/dom/html/html_isindex_element.h
netsurf-all-3.7/libdom/include/dom/html/html_label_element.h
netsurf-all-3.7/libdom/include/dom/html/html_legend_element.h
netsurf-all-3.7/libdom/include/dom/html/html_li_element.h
netsurf-all-3.7/libdom/include/dom/html/html_link_element.h
netsurf-all-3.7/libdom/include/dom/html/html_map_element.h
netsurf-all-3.7/libdom/include/dom/html/html_menu_element.h
netsurf-all-3.7/libdom/include/dom/html/html_meta_element.h
netsurf-all-3.7/libdom/include/dom/html/html_mod_element.h
netsurf-all-3.7/libdom/include/dom/html/html_object_element.h
netsurf-all-3.7/libdom/include/dom/html/html_olist_element.h
netsurf-all-3.7/libdom/include/dom/html/html_opt_group_element.h
netsurf-all-3.7/libdom/include/dom/html/html_option_element.h
netsurf-all-3.7/libdom/include/dom/html/html_options_collection.h
netsurf-all-3.7/libdom/include/dom/html/html_paragraph_element.h
netsurf-all-3.7/libdom/include/dom/html/html_param_element.h
netsurf-all-3.7/libdom/include/dom/html/html_pre_element.h
netsurf-all-3.7/libdom/include/dom/html/html_quote_element.h
netsurf-all-3.7/libdom/include/dom/html/html_script_element.h
netsurf-all-3.7/libdom/include/dom/html/html_select_element.h
netsurf-all-3.7/libdom/include/dom/html/html_style_element.h
netsurf-all-3.7/libdom/include/dom/html/html_table_element.h
netsurf-all-3.7/libdom/include/dom/html/html_tablecaption_element.h
netsurf-all-3.7/libdom/include/dom/html/html_tablecell_element.h
netsurf-all-3.7/libdom/include/dom/html/html_tablecol_element.h
netsurf-all-3.7/libdom/include/dom/html/html_tablerow_element.h
netsurf-all-3.7/libdom/include/dom/html/html_tablesection_element.h
netsurf-all-3.7/libdom/include/dom/html/html_text_area_element.h
netsurf-all-3.7/libdom/include/dom/html/html_title_element.h
netsurf-all-3.7/libdom/include/dom/html/html_ulist_element.h
netsurf-all-3.7/libdom/include/dom/inttypes.h
netsurf-all-3.7/libdom/libdom.pc.in
netsurf-all-3.7/libdom/src/Makefile
netsurf-all-3.7/libdom/src/core/Makefile
netsurf-all-3.7/libdom/src/core/attr.c
netsurf-all-3.7/libdom/src/core/attr.h
netsurf-all-3.7/libdom/src/core/cdatasection.c
netsurf-all-3.7/libdom/src/core/cdatasection.h
netsurf-all-3.7/libdom/src/core/characterdata.c
netsurf-all-3.7/libdom/src/core/characterdata.h
netsurf-all-3.7/libdom/src/core/comment.c
netsurf-all-3.7/libdom/src/core/comment.h
netsurf-all-3.7/libdom/src/core/doc_fragment.c
netsurf-all-3.7/libdom/src/core/doc_fragment.h
netsurf-all-3.7/libdom/src/core/document.c
netsurf-all-3.7/libdom/src/core/document.h
netsurf-all-3.7/libdom/src/core/document_type.c
netsurf-all-3.7/libdom/src/core/document_type.h
netsurf-all-3.7/libdom/src/core/element.c
netsurf-all-3.7/libdom/src/core/element.h
netsurf-all-3.7/libdom/src/core/entity_ref.c
netsurf-all-3.7/libdom/src/core/entity_ref.h
netsurf-all-3.7/libdom/src/core/implementation.c
netsurf-all-3.7/libdom/src/core/namednodemap.c
netsurf-all-3.7/libdom/src/core/namednodemap.h
netsurf-all-3.7/libdom/src/core/node.c
netsurf-all-3.7/libdom/src/core/node.h
netsurf-all-3.7/libdom/src/core/nodelist.c
netsurf-all-3.7/libdom/src/core/nodelist.h
netsurf-all-3.7/libdom/src/core/pi.c
netsurf-all-3.7/libdom/src/core/pi.h
netsurf-all-3.7/libdom/src/core/string.c
netsurf-all-3.7/libdom/src/core/string.h
netsurf-all-3.7/libdom/src/core/text.c
netsurf-all-3.7/libdom/src/core/text.h
netsurf-all-3.7/libdom/src/core/typeinfo.c
netsurf-all-3.7/libdom/src/events/Makefile
netsurf-all-3.7/libdom/src/events/custom_event.c
netsurf-all-3.7/libdom/src/events/custom_event.h
netsurf-all-3.7/libdom/src/events/dispatch.c
netsurf-all-3.7/libdom/src/events/dispatch.h
netsurf-all-3.7/libdom/src/events/document_event.c
netsurf-all-3.7/libdom/src/events/document_event.h
netsurf-all-3.7/libdom/src/events/event.c
netsurf-all-3.7/libdom/src/events/event.h
netsurf-all-3.7/libdom/src/events/event_listener.c
netsurf-all-3.7/libdom/src/events/event_listener.h
netsurf-all-3.7/libdom/src/events/event_target.c
netsurf-all-3.7/libdom/src/events/event_target.h
netsurf-all-3.7/libdom/src/events/keyboard_event.c
netsurf-all-3.7/libdom/src/events/keyboard_event.h
netsurf-all-3.7/libdom/src/events/mouse_event.c
netsurf-all-3.7/libdom/src/events/mouse_event.h
netsurf-all-3.7/libdom/src/events/mouse_multi_wheel_event.c
netsurf-all-3.7/libdom/src/events/mouse_multi_wheel_event.h
netsurf-all-3.7/libdom/src/events/mouse_wheel_event.c
netsurf-all-3.7/libdom/src/events/mouse_wheel_event.h
netsurf-all-3.7/libdom/src/events/mutation_event.c
netsurf-all-3.7/libdom/src/events/mutation_event.h
netsurf-all-3.7/libdom/src/events/mutation_name_event.c
netsurf-all-3.7/libdom/src/events/mutation_name_event.h
netsurf-all-3.7/libdom/src/events/text_event.c
netsurf-all-3.7/libdom/src/events/text_event.h
netsurf-all-3.7/libdom/src/events/ui_event.c
netsurf-all-3.7/libdom/src/events/ui_event.h
netsurf-all-3.7/libdom/src/html/Makefile
netsurf-all-3.7/libdom/src/html/TODO
netsurf-all-3.7/libdom/src/html/html_anchor_element.c
netsurf-all-3.7/libdom/src/html/html_anchor_element.h
netsurf-all-3.7/libdom/src/html/html_applet_element.c
netsurf-all-3.7/libdom/src/html/html_applet_element.h
netsurf-all-3.7/libdom/src/html/html_area_element.c
netsurf-all-3.7/libdom/src/html/html_area_element.h
netsurf-all-3.7/libdom/src/html/html_base_element.c
netsurf-all-3.7/libdom/src/html/html_base_element.h
netsurf-all-3.7/libdom/src/html/html_basefont_element.c
netsurf-all-3.7/libdom/src/html/html_basefont_element.h
netsurf-all-3.7/libdom/src/html/html_body_element.c
netsurf-all-3.7/libdom/src/html/html_body_element.h
netsurf-all-3.7/libdom/src/html/html_br_element.c
netsurf-all-3.7/libdom/src/html/html_br_element.h
netsurf-all-3.7/libdom/src/html/html_button_element.c
netsurf-all-3.7/libdom/src/html/html_button_element.h
netsurf-all-3.7/libdom/src/html/html_collection.c
netsurf-all-3.7/libdom/src/html/html_collection.h
netsurf-all-3.7/libdom/src/html/html_directory_element.c
netsurf-all-3.7/libdom/src/html/html_directory_element.h
netsurf-all-3.7/libdom/src/html/html_div_element.c
netsurf-all-3.7/libdom/src/html/html_div_element.h
netsurf-all-3.7/libdom/src/html/html_dlist_element.c
netsurf-all-3.7/libdom/src/html/html_dlist_element.h
netsurf-all-3.7/libdom/src/html/html_document.c
netsurf-all-3.7/libdom/src/html/html_document.h
netsurf-all-3.7/libdom/src/html/html_document_strings.h
netsurf-all-3.7/libdom/src/html/html_element.c
netsurf-all-3.7/libdom/src/html/html_element.h
netsurf-all-3.7/libdom/src/html/html_fieldset_element.c
netsurf-all-3.7/libdom/src/html/html_fieldset_element.h
netsurf-all-3.7/libdom/src/html/html_font_element.c
netsurf-all-3.7/libdom/src/html/html_font_element.h
netsurf-all-3.7/libdom/src/html/html_form_element.c
netsurf-all-3.7/libdom/src/html/html_form_element.h
netsurf-all-3.7/libdom/src/html/html_frame_element.c
netsurf-all-3.7/libdom/src/html/html_frame_element.h
netsurf-all-3.7/libdom/src/html/html_frameset_element.c
netsurf-all-3.7/libdom/src/html/html_frameset_element.h
netsurf-all-3.7/libdom/src/html/html_head_element.c
netsurf-all-3.7/libdom/src/html/html_head_element.h
netsurf-all-3.7/libdom/src/html/html_heading_element.c
netsurf-all-3.7/libdom/src/html/html_heading_element.h
netsurf-all-3.7/libdom/src/html/html_hr_element.c
netsurf-all-3.7/libdom/src/html/html_hr_element.h
netsurf-all-3.7/libdom/src/html/html_html_element.c
netsurf-all-3.7/libdom/src/html/html_html_element.h
netsurf-all-3.7/libdom/src/html/html_iframe_element.c
netsurf-all-3.7/libdom/src/html/html_iframe_element.h
netsurf-all-3.7/libdom/src/html/html_image_element.c
netsurf-all-3.7/libdom/src/html/html_image_element.h
netsurf-all-3.7/libdom/src/html/html_input_element.c
netsurf-all-3.7/libdom/src/html/html_input_element.h
netsurf-all-3.7/libdom/src/html/html_isindex_element.c
netsurf-all-3.7/libdom/src/html/html_isindex_element.h
netsurf-all-3.7/libdom/src/html/html_label_element.c
netsurf-all-3.7/libdom/src/html/html_label_element.h
netsurf-all-3.7/libdom/src/html/html_legend_element.c
netsurf-all-3.7/libdom/src/html/html_legend_element.h
netsurf-all-3.7/libdom/src/html/html_li_element.c
netsurf-all-3.7/libdom/src/html/html_li_element.h
netsurf-all-3.7/libdom/src/html/html_link_element.c
netsurf-all-3.7/libdom/src/html/html_link_element.h
netsurf-all-3.7/libdom/src/html/html_map_element.c
netsurf-all-3.7/libdom/src/html/html_map_element.h
netsurf-all-3.7/libdom/src/html/html_menu_element.c
netsurf-all-3.7/libdom/src/html/html_menu_element.h
netsurf-all-3.7/libdom/src/html/html_meta_element.c
netsurf-all-3.7/libdom/src/html/html_meta_element.h
netsurf-all-3.7/libdom/src/html/html_mod_element.c
netsurf-all-3.7/libdom/src/html/html_mod_element.h
netsurf-all-3.7/libdom/src/html/html_object_element.c
netsurf-all-3.7/libdom/src/html/html_object_element.h
netsurf-all-3.7/libdom/src/html/html_olist_element.c
netsurf-all-3.7/libdom/src/html/html_olist_element.h
netsurf-all-3.7/libdom/src/html/html_opt_group_element.c
netsurf-all-3.7/libdom/src/html/html_opt_group_element.h
netsurf-all-3.7/libdom/src/html/html_option_element.c
netsurf-all-3.7/libdom/src/html/html_option_element.h
netsurf-all-3.7/libdom/src/html/html_options_collection.c
netsurf-all-3.7/libdom/src/html/html_options_collection.h
netsurf-all-3.7/libdom/src/html/html_paragraph_element.c
netsurf-all-3.7/libdom/src/html/html_paragraph_element.h
netsurf-all-3.7/libdom/src/html/html_param_element.c
netsurf-all-3.7/libdom/src/html/html_param_element.h
netsurf-all-3.7/libdom/src/html/html_pre_element.c
netsurf-all-3.7/libdom/src/html/html_pre_element.h
netsurf-all-3.7/libdom/src/html/html_quote_element.c
netsurf-all-3.7/libdom/src/html/html_quote_element.h
netsurf-all-3.7/libdom/src/html/html_script_element.c
netsurf-all-3.7/libdom/src/html/html_script_element.h
netsurf-all-3.7/libdom/src/html/html_select_element.c
netsurf-all-3.7/libdom/src/html/html_select_element.h
netsurf-all-3.7/libdom/src/html/html_style_element.c
netsurf-all-3.7/libdom/src/html/html_style_element.h
netsurf-all-3.7/libdom/src/html/html_table_element.c
netsurf-all-3.7/libdom/src/html/html_table_element.h
netsurf-all-3.7/libdom/src/html/html_tablecaption_element.c
netsurf-all-3.7/libdom/src/html/html_tablecaption_element.h
netsurf-all-3.7/libdom/src/html/html_tablecell_element.c
netsurf-all-3.7/libdom/src/html/html_tablecell_element.h
netsurf-all-3.7/libdom/src/html/html_tablecol_element.c
netsurf-all-3.7/libdom/src/html/html_tablecol_element.h
netsurf-all-3.7/libdom/src/html/html_tablerow_element.c
netsurf-all-3.7/libdom/src/html/html_tablerow_element.h
netsurf-all-3.7/libdom/src/html/html_tablesection_element.c
netsurf-all-3.7/libdom/src/html/html_tablesection_element.h
netsurf-all-3.7/libdom/src/html/html_text_area_element.c
netsurf-all-3.7/libdom/src/html/html_text_area_element.h
netsurf-all-3.7/libdom/src/html/html_title_element.c
netsurf-all-3.7/libdom/src/html/html_title_element.h
netsurf-all-3.7/libdom/src/html/html_ulist_element.c
netsurf-all-3.7/libdom/src/html/html_ulist_element.h
netsurf-all-3.7/libdom/src/utils/Makefile
netsurf-all-3.7/libdom/src/utils/character_valid.c
netsurf-all-3.7/libdom/src/utils/character_valid.h
netsurf-all-3.7/libdom/src/utils/hashtable.c
netsurf-all-3.7/libdom/src/utils/hashtable.h
netsurf-all-3.7/libdom/src/utils/list.h
netsurf-all-3.7/libdom/src/utils/namespace.c
netsurf-all-3.7/libdom/src/utils/namespace.h
netsurf-all-3.7/libdom/src/utils/utils.h
netsurf-all-3.7/libdom/src/utils/validate.c
netsurf-all-3.7/libdom/src/utils/validate.h
netsurf-all-3.7/libdom/test/DOMTSHandler.pm
netsurf-all-3.7/libdom/test/Makefile
netsurf-all-3.7/libdom/test/build-test.sh
netsurf-all-3.7/libdom/test/dom1-interfaces.xml
netsurf-all-3.7/libdom/test/dom2-core-interface.xml
netsurf-all-3.7/libdom/test/dom2-events-interface.xml
netsurf-all-3.7/libdom/test/dom3-core-interface.xml
netsurf-all-3.7/libdom/test/dom3-events-interface.xml
netsurf-all-3.7/libdom/test/leak-test.sh
netsurf-all-3.7/libdom/test/run-single-test.sh
netsurf-all-3.7/libdom/test/run-test.sh
netsurf-all-3.7/libdom/test/testcases/tests/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level1/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level1/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level1/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level1/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/alltests.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrcreatedocumentfragment.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrcreatetextnode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrcreatetextnode2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrdefaultvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attreffectivevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrentityreplacement.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrname.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrnextsiblingnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrnotspecifiedvalue.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrparentnodenull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrprevioussiblingnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrremovechild1.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrreplacechild1.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrsetvaluenomodificationallowederr.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrsetvaluenomodificationallowederrEE.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrspecifiedvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrspecifiedvaluechanged.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/attrspecifiedvalueremove.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/cdatasectiongetdata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/cdatasectionnormalize.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataappenddata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataappenddatagetdata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataappenddatanomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataappenddatanomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatadeletedatabegining.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatadeletedataend.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatadeletedataexceedslength.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatadeletedatagetlengthanddata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatadeletedatamiddle.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatadeletedatanomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatadeletedatanomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatagetdata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatagetlength.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrdeletedatacountnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrdeletedataoffsetgreater.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrdeletedataoffsetnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrinsertdataoffsetgreater.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrinsertdataoffsetnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrreplacedatacountnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrreplacedataoffsetgreater.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrreplacedataoffsetnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrsubstringcountnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrsubstringnegativeoffset.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdataindexsizeerrsubstringoffsetgreater.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatainsertdatabeginning.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatainsertdataend.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatainsertdatamiddle.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatainsertdatanomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatainsertdatanomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatareplacedatabegining.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatareplacedataend.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatareplacedataexceedslengthofarg.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatareplacedataexceedslengthofdata.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatareplacedatamiddle.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatareplacedatanomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatareplacedatanomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatasetdatanomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatasetdatanomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatasetnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatasubstringexceedsvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/characterdatasubstringvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/commentgetcomment.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreateattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreatecdatasection.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreatecomment.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreatedocumentfragment.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreateelement.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreateelementcasesensitive.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreateelementdefaultattr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreateentityreference.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreateentityreferenceknown.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreateprocessinginstruction.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentcreatetextnode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentgetdoctype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentgetdoctypenodtd.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentgetelementsbytagnamelength.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentgetelementsbytagnametotallength.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentgetelementsbytagnamevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentgetimplementation.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentgetrootnode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentinvalidcharacterexceptioncreateattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentinvalidcharacterexceptioncreateelement.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentinvalidcharacterexceptioncreateentref.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentinvalidcharacterexceptioncreateentref1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentinvalidcharacterexceptioncreatepi.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documentinvalidcharacterexceptioncreatepi1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documenttypegetdoctype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documenttypegetentities.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documenttypegetentitieslength.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documenttypegetentitiestype.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documenttypegetnotations.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/documenttypegetnotationstype.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/domimplementationfeaturenoversion.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/domimplementationfeaturenull.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/domimplementationfeaturexml.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementaddnewattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementassociatedattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementchangeattributevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementcreatenewattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementgetattributenode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementgetattributenodenull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementgetelementempty.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementgetelementsbytagname.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementgetelementsbytagnameaccessnodelist.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementgetelementsbytagnamenomatch.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementgetelementsbytagnamespecialvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementgettagname.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementinuseattributeerr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementinvalidcharacterexception.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementnormalize.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementnotfounderr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementremoveattribute.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementremoveattributeaftercreate.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementremoveattributenode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementremoveattributenodenomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementremoveattributenodenomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementremoveattributenomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementremoveattributenomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementremoveattributerestoredefaultvalue.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementreplaceattributewithself.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementreplaceexistingattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementreplaceexistingattributegevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementretrieveallattributes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementretrieveattrvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementretrievetagname.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementsetattributenodenomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementsetattributenodenomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementsetattributenodenull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementsetattributenomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementsetattributenomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/elementwrongdocumenterr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/entitygetentityname.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/entitygetpublicid.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/entitygetpublicidnull.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/hc_nodtdstaff.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/hc_nodtdstaff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/hc_nodtdstaff.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/hc_nodtdstaff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/hc_staff.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/hc_staff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/hc_staff.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/hc_staff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/staff.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/staff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/staff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/svgtest.js
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/svgunit.js
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/files/xhtml1-strict.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrappendchild1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrappendchild2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrappendchild3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrappendchild4.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrappendchild5.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrappendchild6.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrchildnodes1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrchildnodes2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrclonenode1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrcreatedocumentfragment.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrcreatetextnode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrcreatetextnode2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attreffectivevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrfirstchild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrgetvalue1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrgetvalue2.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrhaschildnodes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrinsertbefore1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrinsertbefore2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrinsertbefore3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrinsertbefore4.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrinsertbefore5.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrinsertbefore6.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrinsertbefore7.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrlastchild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrname.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrnextsiblingnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrnormalize.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrparentnodenull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrprevioussiblingnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrremovechild1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrremovechild2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrreplacechild1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrreplacechild2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrsetvalue1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrsetvalue2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrspecifiedvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_attrspecifiedvaluechanged.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataappenddata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataappenddatagetdata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatadeletedatabegining.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatadeletedataend.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatadeletedataexceedslength.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatadeletedatagetlengthanddata.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatadeletedatamiddle.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatagetdata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatagetlength.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrdeletedatacountnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrdeletedataoffsetgreater.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrdeletedataoffsetnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrinsertdataoffsetgreater.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrinsertdataoffsetnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrreplacedatacountnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrreplacedataoffsetgreater.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrreplacedataoffsetnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrsubstringcountnegative.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrsubstringnegativeoffset.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdataindexsizeerrsubstringoffsetgreater.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatainsertdatabeginning.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatainsertdataend.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatainsertdatamiddle.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatareplacedatabegining.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatareplacedataend.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatareplacedataexceedslengthofarg.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatareplacedataexceedslengthofdata.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatareplacedatamiddle.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatasetnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatasubstringexceedsvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_characterdatasubstringvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_commentgetcomment.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentcreateattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentcreatecomment.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentcreatedocumentfragment.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentcreateelement.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentcreateelementcasesensitive.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentcreatetextnode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentgetdoctype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentgetelementsbytagnamelength.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentgetelementsbytagnametotallength.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentgetelementsbytagnamevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentgetimplementation.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentgetrootnode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentinvalidcharacterexceptioncreateattribute.xml.not-for-html5
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentinvalidcharacterexceptioncreateattribute1.xml.not-for-html5
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement.xml.not-for-html5
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.xml.not-for-html5
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_domimplementationfeaturenoversion.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_domimplementationfeaturenull.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_domimplementationfeaturexml.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementaddnewattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementassociatedattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementchangeattributevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementcreatenewattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementgetattributenode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementgetattributenodenull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementgetelementempty.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementgetelementsbytagname.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementgetelementsbytagnameaccessnodelist.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementgetelementsbytagnamenomatch.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementgetelementsbytagnamespecialvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementgettagname.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementinuseattributeerr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementinvalidcharacterexception.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementinvalidcharacterexception1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementnormalize.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementnormalize2.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementnotfounderr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementremoveattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementremoveattributeaftercreate.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementremoveattributenode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementreplaceattributewithself.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementreplaceexistingattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementreplaceexistingattributegevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementretrieveallattributes.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementretrieveattrvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementretrievetagname.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementsetattributenodenull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_elementwrongdocumenterr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_entitiesremovenameditem1.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_entitiessetnameditem1.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapchildnoderange.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapgetnameditem.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapinuseattributeerr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapnotfounderr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapnumberofnodes.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapremovenameditem.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapreturnattrnode.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapreturnfirstitem.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapreturnlastitem.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapreturnnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapsetnameditem.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapsetnameditemreturnvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapsetnameditemthatexists.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapsetnameditemwithnewvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_namednodemapwrongdocumenterr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeappendchild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeappendchildchildexists.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeappendchilddocfragment.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeappendchildgetnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeappendchildinvalidnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeappendchildnewchilddiffdocument.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeappendchildnodeancestor.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeattributenodeattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeattributenodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeattributenodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeattributenodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodechildnodes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodechildnodesappendchild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodechildnodesempty.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodecloneattributescopied.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeclonefalsenocopytext.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeclonegetparentnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeclonenodefalse.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeclonenodetrue.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeclonetruecopytext.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodecommentnodeattributes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodecommentnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodecommentnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodecommentnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodedocumentfragmentnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodedocumentfragmentnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodedocumentfragmentnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodedocumentnodeattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodedocumentnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodedocumentnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodedocumentnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeelementnodeattributes.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeelementnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeelementnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeelementnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodegetfirstchild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodegetfirstchildnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodegetlastchild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodegetlastchildnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodegetnextsibling.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodegetnextsiblingnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodegetownerdocument.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodegetownerdocumentnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodegetprevioussibling.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodegetprevioussiblingnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodehaschildnodes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodehaschildnodesfalse.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeinsertbefore.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeinsertbeforedocfragment.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeinsertbeforeinvalidnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeinsertbeforenewchilddiffdocument.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeinsertbeforenewchildexists.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeinsertbeforenodeancestor.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeinsertbeforenodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeinsertbeforerefchildnonexistent.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeinsertbeforerefchildnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodelistindexequalzero.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodelistindexgetlength.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodelistindexgetlengthofemptylist.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodelistindexnotzero.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodelistreturnfirstitem.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodelistreturnlastitem.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodelisttraverselist.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeparentnode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodeparentnodenull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_noderemovechild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_noderemovechildgetnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_noderemovechildnode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_noderemovechildoldchildnonexistent.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodereplacechild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodereplacechildinvalidnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodereplacechildnewchilddiffdocument.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodereplacechildnewchildexists.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodereplacechildnodeancestor.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodereplacechildnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodereplacechildoldchildnonexistent.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodetextnodeattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodetextnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodetextnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodetextnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodevalue01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodevalue02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodevalue03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodevalue04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodevalue05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodevalue06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodevalue07.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_nodevalue08.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_notationsremovenameditem1.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_notationssetnameditem1.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_textindexsizeerrnegativeoffset.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_textindexsizeerroffsetoutofbounds.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_textparseintolistofelements.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_textsplittextfour.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_textsplittextone.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_textsplittextthree.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_textsplittexttwo.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/hc_textwithnomarkup.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/metadata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapchildnoderange.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapgetnameditem.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapinuseattributeerr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapnotfounderr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapnumberofnodes.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapremovenameditem.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapremovenameditemgetvalue.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapremovenameditemreturnnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapreturnattrnode.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapreturnfirstitem.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapreturnlastitem.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapreturnnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapsetnameditem.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapsetnameditemreturnvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapsetnameditemthatexists.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapsetnameditemwithnewvalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/namednodemapwrongdocumenterr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeappendchild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeappendchildchildexists.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeappendchilddocfragment.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeappendchildgetnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeappendchildinvalidnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeappendchildnewchilddiffdocument.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeappendchildnodeancestor.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeappendchildnomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeappendchildnomodificationallowederrEE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeattributenodeattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeattributenodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeattributenodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeattributenodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodecdatasectionnodeattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodecdatasectionnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodecdatasectionnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodecdatasectionnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodechildnodes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodechildnodesappendchild.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodechildnodesempty.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodecloneattributescopied.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeclonefalsenocopytext.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeclonegetparentnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeclonenodefalse.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeclonenodetrue.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeclonetruecopytext.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodecommentnodeattributes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodecommentnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodecommentnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodecommentnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodedocumentfragmentnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodedocumentfragmentnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodedocumentfragmentnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodedocumentnodeattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodedocumentnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodedocumentnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodedocumentnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodedocumenttypenodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodedocumenttypenodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodedocumenttypenodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeelementnodeattributes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeelementnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeelementnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeelementnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeentitynodeattributes.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeentitynodename.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeentitynodetype.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeentitynodevalue.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeentityreferencenodeattributes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeentityreferencenodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeentityreferencenodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeentityreferencenodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeentitysetnodevalue.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodegetfirstchild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodegetfirstchildnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodegetlastchild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodegetlastchildnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodegetnextsibling.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodegetnextsiblingnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodegetownerdocument.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodegetownerdocumentnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodegetprevioussibling.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodegetprevioussiblingnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodehaschildnodes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodehaschildnodesfalse.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbefore.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbeforedocfragment.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbeforeinvalidnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbeforenewchilddiffdocument.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbeforenewchildexists.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbeforenodeancestor.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbeforenodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbeforenomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbeforenomodificationallowederrEE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbeforerefchildnonexistent.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeinsertbeforerefchildnull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodelistindexequalzero.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodelistindexgetlength.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodelistindexgetlengthofemptylist.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodelistindexnotzero.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodelistreturnfirstitem.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodelistreturnlastitem.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodelisttraverselist.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodenotationnodeattributes.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodenotationnodename.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodenotationnodetype.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodenotationnodevalue.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeparentnode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeparentnodenull.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeprocessinginstructionnodeattributes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeprocessinginstructionnodename.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeprocessinginstructionnodetype.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeprocessinginstructionnodevalue.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodeprocessinginstructionsetnodevalue.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/noderemovechild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/noderemovechildgetnodename.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/noderemovechildnode.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/noderemovechildnomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/noderemovechildnomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/noderemovechildoldchildnonexistent.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodereplacechild.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodereplacechildinvalidnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodereplacechildnewchilddiffdocument.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodereplacechildnewchildexists.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodereplacechildnodeancestor.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodereplacechildnodename.xml.int-broken
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodereplacechildnomodificationallowederr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodereplacechildnomodificationallowederrEE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodereplacechildoldchildnonexistent.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodesetnodevaluenomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodesetnodevaluenomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodetextnodeattribute.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodetextnodename.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodetextnodetype.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodetextnodevalue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodevalue01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodevalue02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodevalue03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodevalue04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodevalue05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodevalue06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodevalue07.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodevalue08.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/nodevalue09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/notationgetnotationname.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/notationgetpublicid.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/notationgetpublicidnull.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/notationgetsystemid.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/notationgetsystemidnull.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/processinginstructiongetdata.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/processinginstructiongettarget.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederr.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/processinginstructionsetdatanomodificationallowederrEE.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/textindexsizeerrnegativeoffset.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/textindexsizeerroffsetoutofbounds.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/textparseintolistofelements.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/textsplittextfour.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/textsplittextnomodificationallowederr.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/textsplittextnomodificationallowederrEE.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/textsplittextone.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/textsplittextthree.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/textsplittexttwo.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/core/textwithnomarkup.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAnchorElement14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement07.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement09.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAppletElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAreaElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAreaElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAreaElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAreaElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAreaElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAreaElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAreaElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLAreaElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBRElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBaseElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBaseElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBaseFontElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBaseFontElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBaseFontElement03.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBodyElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBodyElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBodyElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBodyElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBodyElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLBodyElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLButtonElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLButtonElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLButtonElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLButtonElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLButtonElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLButtonElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLButtonElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLButtonElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLCollection04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLCollection05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLCollection06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLCollection07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLCollection08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLCollection09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLCollection10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLCollection11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLCollection12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDirectoryElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDivElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDlistElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument02.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument03.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument04.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument08.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument12.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument13.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument14.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument17.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument18.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument19.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument20.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLDocument21.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement100.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement101.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement102.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement103.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement104.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement105.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement106.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement107.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement108.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement109.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement110.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement111.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement112.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement113.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement114.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement115.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement116.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement117.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement118.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement119.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement120.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement121.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement122.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement123.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement124.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement125.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement126.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement127.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement128.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement129.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement130.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement131.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement132.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement133.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement134.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement135.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement136.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement137.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement138.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement139.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement140.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement141.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement142.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement143.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement144.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement145.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement30.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement31.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement32.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement33.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement34.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement35.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement36.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement37.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement38.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement39.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement40.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement41.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement42.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement43.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement44.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement45.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement46.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement47.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement48.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement49.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement50.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement51.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement52.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement53.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement54.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement55.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement56.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement57.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement58.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement59.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement60.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement61.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement62.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement63.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement64.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement65.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement66.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement67.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement68.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement69.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement70.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement71.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement72.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement73.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement74.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement75.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement76.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement77.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement78.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement79.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement80.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement81.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement82.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement83.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement84.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement85.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement86.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement87.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement88.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement89.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement90.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement91.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement92.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement93.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement94.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement95.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement96.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement97.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement98.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLElement99.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFieldSetElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFieldSetElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFontElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFontElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFontElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFormElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFormElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFormElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFormElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFormElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFormElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFormElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFormElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFormElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFormElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFrameElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFrameElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFrameElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFrameElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFrameElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFrameElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFrameElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFrameElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFrameSetElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLFrameSetElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHRElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHRElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHRElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHRElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHeadElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHeadingElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHeadingElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHeadingElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHeadingElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHeadingElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHeadingElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLHtmlElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIFrameElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIFrameElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIFrameElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIFrameElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIFrameElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIFrameElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIFrameElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIFrameElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIFrameElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIFrameElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement05.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement06.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement11.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement12.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLImageElement14.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement13.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLInputElement22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIsIndexElement01.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIsIndexElement02.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLIsIndexElement03.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLIElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLIElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLabelElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLabelElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLabelElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLabelElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLegendElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLegendElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLegendElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLegendElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLinkElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLinkElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLinkElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLinkElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLinkElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLinkElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLinkElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLinkElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLLinkElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLMapElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLMenuElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLMetaElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLMetaElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLMetaElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLMetaElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLModElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLModElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLModElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLModElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOListElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOListElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOListElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement11.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement16.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLObjectElement19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptGroupElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptGroupElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptionElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptionElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptionElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptionElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptionElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptionElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptionElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptionElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLOptionElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLParagraphElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLParamElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLParamElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLParamElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLParamElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLPreElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLQuoteElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLQuoteElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLScriptElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLScriptElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLScriptElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLScriptElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLScriptElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLScriptElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLScriptElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLSelectElement19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLStyleElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLStyleElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLStyleElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCaptionElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableCellElement30.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableColElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement30.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement31.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement32.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableElement33.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableRowElement14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTableSectionElement24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTextAreaElement15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLTitleElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLUListElement01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/HTMLUListElement02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/alltests.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/anchor01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/anchor02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/anchor03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/anchor04.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/anchor05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/anchor06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/area01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/area02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/area03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/area04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/basefont01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/body01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/button01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/button02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/button03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/button04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/button05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/button06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/button07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/button08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/button09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/dlist01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/doc01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/anchor.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/anchor.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/anchor.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/anchor2.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/anchor2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/anchor2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/applet.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/applet.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/applet.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/applet2.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/applet2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/applet2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/area.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/area.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/area.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/area2.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/area2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/area2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/base.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/base.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/base.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/base2.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/base2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/base2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/basefont.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/basefont.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/basefont.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/body.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/body.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/body.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/br.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/br.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/br.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/button.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/button.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/button.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/collection.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/collection.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/collection.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/directory.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/directory.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/directory.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/div.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/div.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/div.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/dl.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/dl.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/dl.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/document.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/document.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/document.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/element.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/element.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/element.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/fieldset.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/fieldset.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/fieldset.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/font.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/font.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/font.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/form.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/form.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/form.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/form2.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/form2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/form2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/form3.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/form3.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/form3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/frame.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/frame.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/frame.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/frameset.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/frameset.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/frameset.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/head.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/head.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/head.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/heading.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/heading.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/heading.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/hr.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/hr.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/hr.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/html.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/html.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/html.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/iframe.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/iframe.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/iframe.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/img.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/img.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/img.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/input.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/input.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/input.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/isindex.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/isindex.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/isindex.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/label.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/label.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/label.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/legend.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/legend.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/legend.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/li.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/li.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/li.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/link.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/link.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/link.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/link2.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/link2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/link2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/map.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/map.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/map.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/menu.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/menu.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/menu.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/meta.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/meta.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/meta.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/mod.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/mod.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/mod.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/object.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/object.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/object.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/object2.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/object2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/object2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/olist.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/olist.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/olist.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/optgroup.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/optgroup.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/optgroup.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/option.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/option.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/option.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/paragraph.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/paragraph.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/paragraph.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/param.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/param.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/param.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/pre.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/pre.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/pre.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/quote.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/quote.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/quote.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/right.png
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/script.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/script.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/script.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/select.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/select.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/select.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/style.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/style.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/style.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/table.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/table.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/table.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/table1.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/table1.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/table1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablecaption.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablecaption.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablecaption.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablecell.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablecell.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablecell.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablecol.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablecol.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablecol.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablerow.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablerow.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablerow.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablesection.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablesection.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/tablesection.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/textarea.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/textarea.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/textarea.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/title.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/title.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/title.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/ulist.html
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/ulist.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/ulist.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/files/w3c_main.png
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/hasFeature01.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/index.htm
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/metadata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object08.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object13.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/object15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table30.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table31.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table32.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table33.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table34.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table35.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table36.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table37.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table38.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table39.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table40.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table41.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table42.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table43.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table44.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table45.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table46.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table47.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table48.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table49.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table50.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table51.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table52.xml
netsurf-all-3.7/libdom/test/testcases/tests/level1/html/table53.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level2/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level2/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level2/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/alltests.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/attrgetownerelement01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/attrgetownerelement02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/attrgetownerelement03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/attrgetownerelement04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/attrgetownerelement05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createAttributeNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createAttributeNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createAttributeNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createAttributeNS04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createAttributeNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createAttributeNS06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocument01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocument02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocument03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocument04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocument05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocument06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocument07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocument08.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocumentType01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocumentType02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocumentType03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createDocumentType04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createElementNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createElementNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createElementNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createElementNS04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createElementNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/createElementNS06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateattributeNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateattributeNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateattributeNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateattributeNS04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateattributeNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateattributeNS06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateattributeNS07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateelementNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateelementNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateelementNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentcreateelementNS06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentgetelementbyid01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentgetelementsbytagnameNS01.xml.notimpl
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentgetelementsbytagnameNS02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentgetelementsbytagnameNS03.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentgetelementsbytagnameNS04.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentgetelementsbytagnameNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode08.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode09.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode10.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode11.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode12.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode13.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode14.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode15.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode17.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode18.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode19.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode20.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode21.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documentimportnode22.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documenttypeinternalSubset01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documenttypepublicid01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/documenttypesystemid01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationcreatedocument03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationcreatedocument04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationcreatedocument05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationcreatedocument07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationcreatedocumenttype01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationcreatedocumenttype02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationcreatedocumenttype04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationfeaturecore.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationfeaturexmlversion2.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationhasfeature01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/domimplementationhasfeature02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementgetattributenodens01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementgetattributenodens02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementgetattributenodens03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementgetattributens02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementgetelementsbytagnamens02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementgetelementsbytagnamens04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementgetelementsbytagnamens05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementhasattribute01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementhasattribute02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementhasattribute03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementhasattribute04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementhasattributens01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementhasattributens02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementhasattributens03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementremoveattributens01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributenodens01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributenodens02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributenodens03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributenodens04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributenodens05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributenodens06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributens01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributens02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributens03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributens04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributens05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributens08.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/elementsetattributensurinull.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/hc_staff.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/hc_staff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/hc_staff.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/hc_staff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/internalSubset01.js
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/nodtdstaff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/nodtdstaff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/staff.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/staff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/staff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/staff2.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/staff2.svg
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/staff2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/staffNS.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/staffNS.svg
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/staffNS.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/svgtest.js
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/svgunit.js
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/files/xhtml1-strict.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getAttributeNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getAttributeNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getAttributeNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getAttributeNS04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getAttributeNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getAttributeNodeNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getAttributeNodeNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementById01.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementById02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS08.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS09.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS10.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS11.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS12.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS13.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getElementsByTagNameNS14.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getNamedItemNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getNamedItemNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getNamedItemNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/getNamedItemNS04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttribute01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttribute02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttribute03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttribute04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttributeNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttributeNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttributeNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttributeNS04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttributeNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttributes01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hasAttributes02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hc_entitiesremovenameditemns1.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hc_entitiessetnameditemns1.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hc_namednodemapinvalidtype1.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hc_nodedocumentfragmentnormalize1.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hc_nodedocumentfragmentnormalize2.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hc_notationsremovenameditemns1.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/hc_notationssetnameditemns1.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode08.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode09.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode10.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode11.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode12.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode13.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode14.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode15.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode16.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/importNode17.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/internalSubset01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported09.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported10.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported11.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported12.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported13.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/isSupported14.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/localName01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/localName02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/localName03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/localName04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/metadata.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapgetnameditemns01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapgetnameditemns02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapgetnameditemns03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapgetnameditemns04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapgetnameditemns05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapgetnameditemns06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapremovenameditemns01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapremovenameditemns02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapremovenameditemns03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapremovenameditemns04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapremovenameditemns05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapremovenameditemns06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapremovenameditemns07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapremovenameditemns08.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapremovenameditemns09.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns08.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns09.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns10.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namednodemapsetnameditemns11.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namespaceURI01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namespaceURI02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namespaceURI03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/namespaceURI04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodegetlocalname03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodegetnamespaceuri03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodegetownerdocument01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodegetownerdocument02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodegetprefix03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodehasattributes01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodehasattributes02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodehasattributes03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodehasattributes04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodeissupported01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodeissupported02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodeissupported03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodeissupported04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodeissupported05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodenormalize01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodesetprefix01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodesetprefix02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodesetprefix03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodesetprefix04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodesetprefix05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodesetprefix06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodesetprefix07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodesetprefix08.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/nodesetprefix09.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/normalize01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/ownerDocument01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/ownerElement01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/ownerElement02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix08.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix09.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix10.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/prefix11.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/publicId01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/removeAttributeNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/removeAttributeNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/removeNamedItemNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/removeNamedItemNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/removeNamedItemNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNS04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNS06.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNS07.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNS09.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNS10.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNodeNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNodeNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNodeNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNodeNS04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setAttributeNodeNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setNamedItemNS01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setNamedItemNS02.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setNamedItemNS03.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setNamedItemNS04.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/setNamedItemNS05.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/core/systemId01.xml.unknown
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/DocumentEventCast01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/EventTargetCast01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/alltests.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/createEvent01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/createEvent02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/createEvent03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/createEvent04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/createEvent05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/dispatchEvent13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/hc_staff.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/hc_staff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/hc_staff.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/hc_staff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/staff.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/svgtest.js
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/svgunit.js
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/files/xhtml1-strict.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/initEvent01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/initEvent02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/initEvent03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/initEvent04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/initEvent05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/initEvent06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/events/metadata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/.HTMLImageElement05.xml.swp
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLAppletElement07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLAppletElement09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLBaseFontElement03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLBodyElement07.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLBodyElement08.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLBodyElement09.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLBodyElement10.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLBodyElement11.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLBodyElement12.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLDocument22.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLDocument23.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLDocument24.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLDocument25.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLDocument26.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLDocument27.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLFrameElement09.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLIFrameElement11.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLImageElement05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLImageElement06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLImageElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLImageElement12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLInputElement13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLObjectElement11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLObjectElement16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLObjectElement20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLOptionsCollection01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLOptionsCollection02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLOptionsCollection03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLOptionsCollection04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLOptionsCollection05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLOptionsCollection06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLOptionsCollection07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLSelectElement20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableElement34.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableElement35.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableElement36.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableElement37.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableElement38.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableElement39.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableElement40.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableRowElement15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableRowElement16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableRowElement17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableRowElement18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableRowElement19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableRowElement20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableRowElement21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableSectionElement25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableSectionElement26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableSectionElement27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableSectionElement28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableSectionElement29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableSectionElement30.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/HTMLTableSectionElement31.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/alltests.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/applet.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/applet.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/applet.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/applet2.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/applet2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/applet2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/area.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/area.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/area.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/area2.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/area2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/area2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/basefont.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/basefont.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/basefont.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/document.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/document.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/document.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/frame2.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/frame2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/frame2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/iframe2.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/iframe2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/iframe2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/img.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/img.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/img.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/input.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/input.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/input.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/object.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/object.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/object.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/object2.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/object2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/object2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/optionscollection.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/optionscollection.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/optionscollection.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/select.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/select.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/select.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/table.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/table.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/table.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/table1.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/table1.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/table1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/tablerow.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/tablerow.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/tablerow.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/tablesection.html
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/tablesection.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/files/tablesection.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/hasFeature02.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/hasFeature03.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/hasFeature04.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/hasFeature05.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/hasFeature06.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/metadata.xml.kfail
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/object08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level2/html/object13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/alltests.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrgetschematypeinfo01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrgetschematypeinfo02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrgetschematypeinfo03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrgetschematypeinfo04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrgetschematypeinfo05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrgetschematypeinfo06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrgetschematypeinfo07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrgetschematypeinfo08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrisid01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrisid02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrisid03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrisid04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrisid05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrisid06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/attrisid07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/canonicalform12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/cdatasections01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/checkcharacternormalization01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/checkcharacternormalization02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/checkcharacternormalization03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/comments01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/datatypenormalization18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode30.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode31.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode32.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode33.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode34.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode35.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentadoptnode36.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetdoctype01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetdocumenturi01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetdocumenturi02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetdocumenturi03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetinputencoding01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetinputencoding02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetinputencoding03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetinputencoding04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetstricterrorchecking01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetstricterrorchecking02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlencoding01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlencoding02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlencoding03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlencoding04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlencoding05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlstandalone01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlstandalone02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlstandalone03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlstandalone04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlstandalone05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlversion01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlversion02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentgetxmlversion03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentnormalizedocument13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentrenamenode29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetdocumenturi01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetdocumenturi02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetdocumenturi03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetstricterrorchecking01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetstricterrorchecking02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetstricterrorchecking03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetxmlstandalone01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetxmlstandalone02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetxmlversion01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetxmlversion02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetxmlversion03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/documentsetxmlversion05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigcanonicalform1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigcdatasections1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigcheckcharacternormalization1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigcomments1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigdatatypenormalization1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigdatatypenormalization2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigelementcontentwhitespace1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigentities1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigerrorhandler1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigerrorhandler2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfiginfoset1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfignamespacedeclarations1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfignamespaces1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfignamespaces2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfignormalizecharacters1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigparameternames01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigschemalocation1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigschematype1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigsplitcdatasections1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigurationcansetparameter01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigurationcansetparameter02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigurationcansetparameter03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigurationcansetparameter04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigurationcansetparameter06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigurationgetparameter01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigurationgetparameter02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigvalidate1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigvalidateifschema1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domconfigwellformed1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationgetfeature01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationgetfeature02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationgetfeature03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationgetfeature05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationgetfeature06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domimplementationregistry25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domstringlistcontains01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domstringlistcontains02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domstringlistgetlength01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domstringlistitem01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/domstringlistitem02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementcontentwhitespace01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementcontentwhitespace02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementcontentwhitespace03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementgetschematypeinfo01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementgetschematypeinfo02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementgetschematypeinfo03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementgetschematypeinfo04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementgetschematypeinfo05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementgetschematypeinfo06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementgetschematypeinfo07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattribute01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattribute03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattribute04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattribute05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattribute06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattribute07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattribute08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattribute09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattribute10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattribute11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributenode01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributenode02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributenode03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributenode04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributenode05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributenode06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributenode07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributenode08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributenode09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributenode10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/elementsetidattributens14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entities01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entities02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entities03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entities04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetinputencoding01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetinputencoding02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetinputencoding03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetinputencoding04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetxmlencoding01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetxmlencoding02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetxmlencoding03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetxmlencoding04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetxmlversion01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetxmlversion02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetxmlversion03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/entitygetxmlversion04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/Yes
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_base.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_base.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_base.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_nodefaultns.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_nodefaultns.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_nodefaultns.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_standalone_no.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_standalone_no.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_standalone_no.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_standalone_yes.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_standalone_yes.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_standalone_yes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_utf16.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_utf16.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_utf16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_utf8.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_utf8.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/barfoo_utf8.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform01.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform01.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform02.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform02.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform03.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform03.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform04.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform04.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform05.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform05.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/canonicalform05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/datatype_normalization.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/datatype_normalization.svg.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/datatype_normalization.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/datatype_normalization.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/datatype_normalization2.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/datatype_normalization2.svg.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/datatype_normalization2.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/datatype_normalization2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/datatype_normalization2.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/external_barfoo.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/external_barfoo.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/external_barfoo.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/external_foo.ent
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/external_foobr.ent
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/external_widget.ent
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/hc_nodtdstaff.html
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/hc_nodtdstaff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/hc_nodtdstaff.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/hc_nodtdstaff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/hc_staff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/hc_staff.svg.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/hc_staff.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/hc_staff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/hc_staff.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/svgtest.js
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/svgunit.js
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/typeinfo.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/typeinfo.svg.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/typeinfo.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/typeinfo.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/typeinfo.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/files/xhtml1-strict.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/handleerror01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/handleerror02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/hasFeature01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/hasFeature02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/hasFeature03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/hasFeature04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/infoset01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/infoset02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/infoset03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/infoset04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/infoset05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/infoset06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/infoset07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/infoset08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/infoset09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/metadata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/namespacedeclarations01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/namespacedeclarations02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeappendchild01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeappendchild02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition30.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition31.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition32.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition33.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition34.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition35.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition36.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition37.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition38.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition39.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodecomparedocumentposition40.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetbaseuri20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetfeature13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegettextcontent19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetuserdata01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetuserdata02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetuserdata03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetuserdata04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetuserdata05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetuserdata06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodegetuserdata07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeinsertbefore25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisdefaultnamespace16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode31.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeisequalnode32.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeissamenode01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeissamenode02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeissamenode03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeissamenode04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeissamenode05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeissamenode06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeissamenode07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeissamenode08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeissamenode09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodeissamenode10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupnamespaceuri20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodelookupprefix20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild30.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/noderemovechild31.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild30.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild31.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild32.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild33.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild34.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild35.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild36.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild37.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild38.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild39.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodereplacechild40.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesettextcontent13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesetuserdata01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesetuserdata02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesetuserdata03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesetuserdata04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesetuserdata05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesetuserdata06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesetuserdata07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesetuserdata08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesetuserdata09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/nodesetuserdata10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/normalizecharacters01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/normalizecharacters02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/normalizecharacters03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/normalizecharacters04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/normalizecharacters05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/normalizecharacters06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/normalizecharacters07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/normalizecharacters08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/splitcdatasections01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textiselementcontentwhitespace01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textiselementcontentwhitespace02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textiselementcontentwhitespace03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textiselementcontentwhitespace04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textiselementcontentwhitespace05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textiselementcontentwhitespace06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textreplacewholetext01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textreplacewholetext02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textreplacewholetext03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textreplacewholetext04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textreplacewholetext05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textreplacewholetext06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textreplacewholetext07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textreplacewholetext08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textwholetext01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textwholetext02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/textwholetext03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfogettypename03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfogettypename04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfogettypenamespace01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfogettypenamespace03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfogettypenamespace04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom18.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom19.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom20.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom21.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom22.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom23.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom24.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom25.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom26.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom27.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom28.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom29.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom30.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom31.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom32.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom33.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom34.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom35.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom36.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom37.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom38.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom39.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom40.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom41.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom42.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom43.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom44.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom45.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom46.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom47.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom48.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom49.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom50.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom51.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom52.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom53.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom54.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom55.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom56.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom57.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom58.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom59.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom60.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom61.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom62.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom63.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom64.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom65.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom66.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom67.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom68.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom69.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom70.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom71.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom72.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/typeinfoisderivedfrom73.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/userdatahandler01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/userdatahandler02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/userdatahandler03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/userdatahandler04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/wellformed01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/wellformed02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/wellformed03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/core/wellformed04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/alltests.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/files/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/files/staff.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/files/staff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/hasFeature01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/events/metadata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/CertifiedText1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/CharacterStream1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderFilterTest0.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderFilterTest1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderFilterTest2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderTest0.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderTest1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderTest2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderTest3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderTest4.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderTest5.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderTest6.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMBuilderTest8.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMEntityResolverTest0.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMEntityResolverTest1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMEntityResolverTest2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMImplementationLSTest0.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMImplementationLSTest1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMImplementationLSTest2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMImplementationLSTest3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMImplementationLSTest4.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMImplementationLSTest5.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMInputSourceTest0.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMInputSourceTest1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMInputSourceTest2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMInputSourceTest3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMInputSourceTest4.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMInputSourceTest5.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMInputSourceTest6.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterFilterTest0.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterFilterTest1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterFilterTest2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterFilterTest3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterTest0.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterTest1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterTest2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterTest3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterTest4.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterTest5.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/DOMWriterTest6.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/GetFeature1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/GetFeature2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/HasFeature01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/HasFeature02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/HasFeature03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/HasFeature04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/HasFeature05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSParserConfig1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSParserConfig2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSParserConfig3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSParserConfig4.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSParserConfig5.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSParserConfig6.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSParserConfig7.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSParserConfig8.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSParserConfig9.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSSerializerConfig1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSSerializerConfig10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSSerializerConfig2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSSerializerConfig3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSSerializerConfig4.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSSerializerConfig5.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSSerializerConfig6.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSSerializerConfig7.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSSerializerConfig8.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/LSSerializerConfig9.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/SystemId1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/SystemId2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/alltests.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/canonicalform13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/cdatasections01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/cdatasections02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/cdatasections03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/cdatasections04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/checkcharacternormalization01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/checkcharacternormalization02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/checkcharacternormalization03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/checkcharacternormalization04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/comments01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/comments02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/comments03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/comments04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization10.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization11.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization12.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization13.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization14.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization15.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization16.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/datatypenormalization17.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/disallowdoctype01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/discarddefaultcontent01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/discarddefaultcontent02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/dom3tests.ent
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/elementcontentwhitespace01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/elementcontentwhitespace02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/elementcontentwhitespace03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/encoding01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/entities01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/entities02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/entities03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/entities04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/entities05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/entities06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/entities07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/entities08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/entities09.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/canonicalform01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/canonicalform02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/canonicalform03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/characternormalization1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/datatype_normalization.svg.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/datatype_normalization.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/datatype_normalization.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/datatype_normalization2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/datatype_normalization2.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/hc_staff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/hc_staff.svg.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/hc_staff.xhtml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/hc_staff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/hc_staff.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/namespaces1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/pibase.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/schematype1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/subdir/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/subdir/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/subdir/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/subdir/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/subdir/myentity.ent
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/svgtest.js
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/svgunit.js
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/test0.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/test0.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/test1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/test2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/test3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/test4.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/test5.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/test7.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/testpdf.pdf
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/testsvg.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/unsupportedencoding1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/validate1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/validateschema1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/wellformed1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/wellformed2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/wellformed3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/files/xhtml1-strict.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/infoset01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/infoset02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/infoset03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/infoset04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/infoset05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/infoset06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/infoset07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/infoset08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/metadata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/namespacedeclarations01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/namespacedeclarations02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/namespaces01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/namespaces02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/newline01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/newline02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/newline03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/noinputspecified01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/nooutputspecified01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/normalizecharacters01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/normalizecharacters02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/normalizecharacters03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/normalizecharacters04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/schemalocation01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/schemalocation02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/schemalocation03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/schemalocation04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/schematype01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/schematype02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/schematype03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/schematype04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/splitcdatasections01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/splitcdatasections02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/unsupportedencoding01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validate01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validate02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validate03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validate04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validate05.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validate06.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validate07.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validate08.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validateifschema01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validateifschema02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validateifschema03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/validateifschema04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/wellformed01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/wellformed02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/wellformed03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/writeToURI1.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/writeToURI2.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/xmldeclaration01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/ls/xmldeclaration02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/allowedAttributes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/allowedChildren.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/allowedFirstChildren.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/allowedNextSiblings.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/allowedParents.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/allowedPreviousSiblings.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/alltests.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canAppendChildFalse.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canAppendChildTrue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canAppendData.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canDeleteData.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canInsertBeforeFalse.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canInsertBeforeTrue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canInsertData.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canRemoveAttributeFalse.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canRemoveAttributeNS.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canRemoveAttributeNode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canRemoveAttributeTrue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canRemoveChildFalse.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canRemoveChildTrue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canReplaceChildFalse.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canReplaceChildTrue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canReplaceDataFalse.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canReplaceDataTrue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canSetAttributeFalse.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canSetAttributeNS.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canSetAttributeNode.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canSetAttributeTrue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/canSetData.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/contentType.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/defaultValue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/definedElements.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/enumeratedValues.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/files/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/files/book.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/files/book.xsd
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/getFeature01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/getFeature02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/hasFeature01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/hasFeature02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/hasFeature03.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/hasFeature04.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/isElementDefined.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/isElementDefinedNS.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/metadata.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/nodeValidity.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/requiredAttributes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/validation/validateDocument.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/.cvsignore
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Attribute_Nodes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Attribute_Nodes_xmlns.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Comment_Nodes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Conformance_Expressions.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Conformance_ID.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Conformance_hasFeature_3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Conformance_hasFeature_empty.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Conformance_hasFeature_null.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Conformance_isSupported_3.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Conformance_isSupported_empty.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Conformance_isSupported_null.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Element_Nodes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Processing_Instruction_Nodes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/Text_Nodes.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluatorCast01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_createExpression_NS.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_createExpression_no_NS.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_createNSResolver_all.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_createNSResolver_document.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_createNSResolver_documentElement.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_evaluate_document.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathEvaluator_evaluate_documentElement.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathExpression_evaluate_document.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathExpression_evaluate_documentElement.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathNSResolver_lookupNamespaceURI_null.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_TYPE_ERR.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_booleanValue_false.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_booleanValue_true.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_iteratorNext_UNORDERED_NODE_ITERATOR_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_numberValue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_resultType.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/XPathResult_stringValue.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/alltests.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/dom3xpathents.ent
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/internaldtd.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/internaldtd.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/staff.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/staff.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/staff.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/staffNS.dtd
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/staffNS.svg
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/staffNS.xml
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/svgtest.js
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/files/svgunit.js
netsurf-all-3.7/libdom/test/testcases/tests/level3/xpath/metadata.xml
netsurf-all-3.7/libdom/test/testcases/tests/submittedtests/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/submittedtests/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/submittedtests/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/submittedtests/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/submittedtests/netscapeHTML/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/submittedtests/netscapeHTML/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/submittedtests/netscapeHTML/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/submittedtests/netscapeHTML/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/validation/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/validation/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/validation/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/validation/CVS/Template
netsurf-all-3.7/libdom/test/testcases/tests/validation/files/CVS/Entries
netsurf-all-3.7/libdom/test/testcases/tests/validation/files/CVS/Repository
netsurf-all-3.7/libdom/test/testcases/tests/validation/files/CVS/Root
netsurf-all-3.7/libdom/test/testcases/tests/validation/files/CVS/Template
netsurf-all-3.7/libdom/test/testutils/comparators.c
netsurf-all-3.7/libdom/test/testutils/comparators.h
netsurf-all-3.7/libdom/test/testutils/domts.h
netsurf-all-3.7/libdom/test/testutils/domtsasserts.c
netsurf-all-3.7/libdom/test/testutils/domtsasserts.h
netsurf-all-3.7/libdom/test/testutils/domtscondition.h
netsurf-all-3.7/libdom/test/testutils/foreach.c
netsurf-all-3.7/libdom/test/testutils/foreach.h
netsurf-all-3.7/libdom/test/testutils/list.c
netsurf-all-3.7/libdom/test/testutils/list.h
netsurf-all-3.7/libdom/test/testutils/load.c
netsurf-all-3.7/libdom/test/testutils/utils.c
netsurf-all-3.7/libdom/test/testutils/utils.h
netsurf-all-3.7/libdom/test/transform.pl
netsurf-all-3.7/libhubbub/COPYING
netsurf-all-3.7/libhubbub/Makefile
netsurf-all-3.7/libhubbub/Makefile.config
netsurf-all-3.7/libhubbub/README
netsurf-all-3.7/libhubbub/build/Entities
netsurf-all-3.7/libhubbub/build/get-entities/entities.xslt
netsurf-all-3.7/libhubbub/build/get-entities/get_entities
netsurf-all-3.7/libhubbub/build/make-entities.pl
netsurf-all-3.7/libhubbub/docs/Architecture
netsurf-all-3.7/libhubbub/docs/Doxyfile
netsurf-all-3.7/libhubbub/docs/Macros
netsurf-all-3.7/libhubbub/docs/Todo
netsurf-all-3.7/libhubbub/docs/Treebuilder
netsurf-all-3.7/libhubbub/docs/Updated
netsurf-all-3.7/libhubbub/examples/libxml.c
netsurf-all-3.7/libhubbub/examples/makefile
netsurf-all-3.7/libhubbub/include/hubbub/errors.h
netsurf-all-3.7/libhubbub/include/hubbub/functypes.h
netsurf-all-3.7/libhubbub/include/hubbub/hubbub.h
netsurf-all-3.7/libhubbub/include/hubbub/parser.h
netsurf-all-3.7/libhubbub/include/hubbub/tree.h
netsurf-all-3.7/libhubbub/include/hubbub/types.h
netsurf-all-3.7/libhubbub/libhubbub.pc.in
netsurf-all-3.7/libhubbub/perf/README
netsurf-all-3.7/libhubbub/perf/html5libtest.py
netsurf-all-3.7/libhubbub/perf/hubbub.c
netsurf-all-3.7/libhubbub/perf/libxml2.c
netsurf-all-3.7/libhubbub/perf/makefile
netsurf-all-3.7/libhubbub/src/Makefile
netsurf-all-3.7/libhubbub/src/charset/Makefile
netsurf-all-3.7/libhubbub/src/charset/detect.c
netsurf-all-3.7/libhubbub/src/charset/detect.h
netsurf-all-3.7/libhubbub/src/parser.c
netsurf-all-3.7/libhubbub/src/tokeniser/Makefile
netsurf-all-3.7/libhubbub/src/tokeniser/entities.c
netsurf-all-3.7/libhubbub/src/tokeniser/entities.h
netsurf-all-3.7/libhubbub/src/tokeniser/tokeniser.c
netsurf-all-3.7/libhubbub/src/tokeniser/tokeniser.h
netsurf-all-3.7/libhubbub/src/treebuilder/Makefile
netsurf-all-3.7/libhubbub/src/treebuilder/after_after_body.c
netsurf-all-3.7/libhubbub/src/treebuilder/after_after_frameset.c
netsurf-all-3.7/libhubbub/src/treebuilder/after_body.c
netsurf-all-3.7/libhubbub/src/treebuilder/after_frameset.c
netsurf-all-3.7/libhubbub/src/treebuilder/after_head.c
netsurf-all-3.7/libhubbub/src/treebuilder/before_head.c
netsurf-all-3.7/libhubbub/src/treebuilder/before_html.c
netsurf-all-3.7/libhubbub/src/treebuilder/generic_rcdata.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_body.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_caption.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_cell.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_column_group.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_foreign_content.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_frameset.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_head.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_head_noscript.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_row.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_select.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_select_in_table.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_table.c
netsurf-all-3.7/libhubbub/src/treebuilder/in_table_body.c
netsurf-all-3.7/libhubbub/src/treebuilder/initial.c
netsurf-all-3.7/libhubbub/src/treebuilder/internal.h
netsurf-all-3.7/libhubbub/src/treebuilder/modes.h
netsurf-all-3.7/libhubbub/src/treebuilder/treebuilder.c
netsurf-all-3.7/libhubbub/src/treebuilder/treebuilder.h
netsurf-all-3.7/libhubbub/src/utils/Makefile
netsurf-all-3.7/libhubbub/src/utils/errors.c
netsurf-all-3.7/libhubbub/src/utils/parserutilserror.h
netsurf-all-3.7/libhubbub/src/utils/string.c
netsurf-all-3.7/libhubbub/src/utils/string.h
netsurf-all-3.7/libhubbub/src/utils/utils.h
netsurf-all-3.7/libhubbub/test/INDEX
netsurf-all-3.7/libhubbub/test/Makefile
netsurf-all-3.7/libhubbub/test/README
netsurf-all-3.7/libhubbub/test/csdetect.c
netsurf-all-3.7/libhubbub/test/data/csdetect/INDEX
netsurf-all-3.7/libhubbub/test/data/csdetect/bom.dat
netsurf-all-3.7/libhubbub/test/data/csdetect/non-ascii-meta.dat
netsurf-all-3.7/libhubbub/test/data/csdetect/overrides.dat
netsurf-all-3.7/libhubbub/test/data/csdetect/regression.dat
netsurf-all-3.7/libhubbub/test/data/csdetect/test-yahoo-jp.dat
netsurf-all-3.7/libhubbub/test/data/csdetect/tests1.dat
netsurf-all-3.7/libhubbub/test/data/csdetect/tests2.dat
netsurf-all-3.7/libhubbub/test/data/html/DocumentIndex.jsp
netsurf-all-3.7/libhubbub/test/data/html/INDEX
netsurf-all-3.7/libhubbub/test/data/html/ccr.coriell.org.html
netsurf-all-3.7/libhubbub/test/data/html/d11MXs.2WQ9.d.htm
netsurf-all-3.7/libhubbub/test/data/html/firmaer.phtml
netsurf-all-3.7/libhubbub/test/data/html/initial-close-tag.html
netsurf-all-3.7/libhubbub/test/data/html/isindex.html
netsurf-all-3.7/libhubbub/test/data/html/mangleme.1.html
netsurf-all-3.7/libhubbub/test/data/html/mangleme.2.html
netsurf-all-3.7/libhubbub/test/data/html/mangleme.3.html
netsurf-all-3.7/libhubbub/test/data/html/misnested.html
netsurf-all-3.7/libhubbub/test/data/html/phonecalls.html
netsurf-all-3.7/libhubbub/test/data/html/regression-script-collect.html
netsurf-all-3.7/libhubbub/test/data/html/section-tree-construction.html
netsurf-all-3.7/libhubbub/test/data/html/wbh.co.uk.html
netsurf-all-3.7/libhubbub/test/data/html/www.directline.com.html
netsurf-all-3.7/libhubbub/test/data/html/www.fhis.ubc.ca.html
netsurf-all-3.7/libhubbub/test/data/html/www.hanazonohifuku.com.html
netsurf-all-3.7/libhubbub/test/data/tokeniser2/INDEX
netsurf-all-3.7/libhubbub/test/data/tokeniser2/cdata.test
netsurf-all-3.7/libhubbub/test/data/tokeniser2/contentModelFlags.test
netsurf-all-3.7/libhubbub/test/data/tokeniser2/entities.test
netsurf-all-3.7/libhubbub/test/data/tokeniser2/escapeFlag.test
netsurf-all-3.7/libhubbub/test/data/tokeniser2/numericEntities.test
netsurf-all-3.7/libhubbub/test/data/tokeniser2/regression.test
netsurf-all-3.7/libhubbub/test/data/tokeniser2/test1.test
netsurf-all-3.7/libhubbub/test/data/tokeniser2/test2.test
netsurf-all-3.7/libhubbub/test/data/tokeniser2/test3.test
netsurf-all-3.7/libhubbub/test/data/tokeniser2/test4.test
netsurf-all-3.7/libhubbub/test/data/tokeniser2/unicodeChars.test
netsurf-all-3.7/libhubbub/test/data/tree-chunks/INDEX
netsurf-all-3.7/libhubbub/test/data/tree-chunks/basic.dat
netsurf-all-3.7/libhubbub/test/data/tree-chunks/entitytest.html
netsurf-all-3.7/libhubbub/test/data/tree-construction/INDEX
netsurf-all-3.7/libhubbub/test/data/tree-construction/after-after-body.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/after-after-frameset.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/after-body.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/regression.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests1.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests10.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests11.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests12.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests2.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests3.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests4.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests5.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests6.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests7.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests8.dat
netsurf-all-3.7/libhubbub/test/data/tree-construction/tests9.dat
netsurf-all-3.7/libhubbub/test/entities.c
netsurf-all-3.7/libhubbub/test/parser.c
netsurf-all-3.7/libhubbub/test/testutils.h
netsurf-all-3.7/libhubbub/test/tokeniser.c
netsurf-all-3.7/libhubbub/test/tokeniser2.c
netsurf-all-3.7/libhubbub/test/tokeniser3.c
netsurf-all-3.7/libhubbub/test/tree-buf.c
netsurf-all-3.7/libhubbub/test/tree.c
netsurf-all-3.7/libhubbub/test/tree2.c
netsurf-all-3.7/libnsbmp/COPYING
netsurf-all-3.7/libnsbmp/Makefile
netsurf-all-3.7/libnsbmp/examples/bmp_display
netsurf-all-3.7/libnsbmp/examples/ico_display
netsurf-all-3.7/libnsbmp/examples/linux.bmp
netsurf-all-3.7/libnsbmp/examples/ro.bmp
netsurf-all-3.7/libnsbmp/include/libnsbmp.h
netsurf-all-3.7/libnsbmp/libnsbmp.pc.in
netsurf-all-3.7/libnsbmp/src/Makefile
netsurf-all-3.7/libnsbmp/src/README
netsurf-all-3.7/libnsbmp/src/libnsbmp.c
netsurf-all-3.7/libnsbmp/src/utils/log.h
netsurf-all-3.7/libnsbmp/test/Makefile
netsurf-all-3.7/libnsbmp/test/afl-bmp/README
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000023,src:000000,op:flip1,pos:28,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000025,src:000000,op:flip1,pos:30,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000038,src:000000,op:flip2,pos:30,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000045,src:000000,op:arith8,pos:0,val:-35,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000095,src:000000,op:arith8,pos:30,val:+5,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000096,src:000000,op:arith8,pos:46,val:-14,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000102,src:000000,op:int16,pos:45,val:+1000.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000109,src:000000,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000112,src:000000,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000118,src:000000,op:havoc,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000122,src:000000,op:havoc,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000123,src:000000,op:havoc,rep:2,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000125,src:000000,op:havoc,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000127,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000131,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000135,src:000000,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000146,src:000000,op:havoc,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000152,src:000000,op:havoc,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000153,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000155,src:000000,op:havoc,rep:4,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000161,src:000000,op:havoc,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000171,src:000000,op:havoc,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000173,src:000000,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000174,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000175,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000198,src:000000,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000202,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000205,src:000000,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000210,src:000000,op:havoc,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000213,src:000000,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000215,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000227,src:000026,op:flip1,pos:11.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000230,src:000026,op:flip1,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000259,src:000026,op:flip1,pos:209,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000270,src:000026,op:flip2,pos:28,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000299,src:000026,op:arith8,pos:22,val:-28.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000305,src:000026,op:arith8,pos:22,val:-35.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000312,src:000026,op:arith8,pos:235,val:-28.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000320,src:000026,op:int16,pos:9,val:+1000.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000325,src:000026,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000326,src:000026,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000339,src:000026,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000347,src:000026,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000349,src:000026,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000354,src:000026,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000355,src:000026,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000366,src:000026,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000372,src:000026,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000373,src:000026,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000379,src:000026,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000383,src:000026,op:havoc,rep:8,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000385,src:000026,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000387,src:000026,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000397,src:000026,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000400,src:000026,op:havoc,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000401,src:000026,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000405,src:000026,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000407,src:000026,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000410,src:000026,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000419,src:000026,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000423,src:000026,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000428,src:000026,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000430,src:000026,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000431,src:000026,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000436,src:000026,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000440,src:000026,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000443,src:000026,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000445,src:000032,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000448,src:000032,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000450,src:000032,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000452,src:000032,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000467,src:000032,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000470,src:000045,op:havoc,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000471,src:000048,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000472,src:000048,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000473,src:000048,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000474,src:000048,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000475,src:000048,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000496,src:000059,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000499,src:000059,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000504,src:000059,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000507,src:000059,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000508,src:000059,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000509,src:000059,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000511,src:000059,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000512,src:000059,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000518,src:000059,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000519,src:000063,op:flip2,pos:28,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000538,src:000063,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000542,src:000063,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000548,src:000063,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000549,src:000063,op:havoc,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000564,src:000067,op:arith32,pos:22,val:-34.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000566,src:000067,op:int32,pos:22,val:-128.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000582,src:000091,op:arith8,pos:18,val:-28.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000589,src:000091,op:arith32,pos:22,val:-6.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000595,src:000118,op:flip1,pos:30,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000598,src:000147,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000604,src:000147,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000605,src:000147,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000607,src:000147,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000608,src:000147,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000612,src:000147,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000613,src:000147,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000618,src:000147,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000621,src:000147,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000625,src:000147,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000626,src:000147,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000627,src:000147,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000628,src:000147,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000633,src:000147,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000636,src:000147,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000641,src:000147,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000645,src:000147,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000648,src:000147,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000650,src:000147,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000651,src:000147,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000653,src:000147,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000656,src:000147,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000664,src:000147,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000668,src:000147,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000669,src:000147,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000670,src:000147,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000672,src:000147,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000680,src:000157,op:flip2,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000686,src:000157,op:arith32,pos:22,val:-33,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000687,src:000157,op:arith32,pos:22,val:-34.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000691,src:000169,op:flip2,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000698,src:000169,op:arith8,pos:22,val:-22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000699,src:000169,op:arith8,pos:22,val:-25.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000702,src:000169,op:arith8,pos:22,val:-29.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000705,src:000169,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000711,src:000204,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000715,src:000208,op:arith32,pos:22,val:-35.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000726,src:000291,op:arith8,pos:22,val:-29.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000730,src:000292,op:flip1,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000732,src:000292,op:flip32,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000739,src:000313,op:arith32,pos:43,val:-28.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000740,src:000313,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000741,src:000364,op:flip1,pos:19.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000743,src:000364,op:arith8,pos:22,val:-13.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000746,src:000364,op:int32,pos:126,val:be:-128.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000747,src:000364,op:int32,pos:127,val:-32768.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000748,src:000364,op:int32,pos:131,val:+32767.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000749,src:000364,op:int32,pos:240,val:be:+255.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000752,src:000381,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000754,src:000381,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000757,src:000381,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000758,src:000381,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000761,src:000381,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000763,src:000389,op:flip2,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000765,src:000389,op:flip4,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000768,src:000389,op:arith8,pos:22,val:-29.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000769,src:000389,op:arith8,pos:22,val:-30.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000770,src:000400,op:flip2,pos:15.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000775,src:000439,op:arith8,pos:22,val:-25.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000805,src:000469,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000816,src:000501,op:arith32,pos:22,val:-8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000824,src:000523,op:arith32,pos:22,val:-33.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000835,src:000529,op:flip2,pos:28.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000838,src:000529,op:arith8,pos:18,val:-3,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000842,src:000553,op:flip32,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000846,src:000553,op:arith32,pos:22,val:-30.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000859,src:000579,op:arith32,pos:22,val:-4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000865,src:000585,op:arith8,pos:18,val:-30.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000866,src:000585,op:arith8,pos:18,val:-31.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000879,src:000587,op:arith8,pos:18,val:-28.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000880,src:000587,op:arith8,pos:18,val:-29.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000882,src:000587,op:arith8,pos:18,val:-31.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000883,src:000587,op:arith8,pos:22,val:+3.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000894,src:000587,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000895,src:000587,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000904,src:000685,op:flip2,pos:30.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000916,src:000694,op:arith8,pos:22,val:-17.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000918,src:000694,op:arith8,pos:22,val:-29.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000921,src:000704,op:flip2,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000922,src:000704,op:flip4,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000923,src:000704,op:arith8,pos:18,val:-6.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000924,src:000704,op:arith8,pos:18,val:-7.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000925,src:000704,op:arith8,pos:18,val:-17.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000928,src:000715,op:flip1,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000929,src:000715,op:flip1,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000931,src:000715,op:arith8,pos:18,val:+5.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000932,src:000715,op:arith8,pos:28,val:+12.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000933,src:000715,op:arith8,pos:28,val:+20.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000935,src:000745,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000943,src:000778,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000945,src:000783,op:flip1,pos:59,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000946,src:000783,op:flip1,pos:60,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000953,src:000783,op:arith8,pos:22,val:-29.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000957,src:000783,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000965,src:000783,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000968,src:000783,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000969,src:000783,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000971,src:000796,op:flip2,pos:61.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000976,src:000796,op:arith8,pos:22,val:-30.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000982,src:000796,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000983,src:000796,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000984,src:000798,op:arith8,pos:22,val:-17.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:000985,src:000798,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001006,src:000804,op:flip2,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001012,src:000804,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001021,src:000805,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001027,src:000808,op:arith8,pos:22,val:-13.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001029,src:000808,op:arith32,pos:22,val:-32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001035,src:000814,op:flip2,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001037,src:000814,op:arith8,pos:22,val:-1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001039,src:000816,op:arith8,pos:18,val:+3.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001042,src:000850,op:flip1,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001049,src:000855,op:flip1,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001058,src:000855,op:arith8,pos:18,val:-27.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001060,src:000855,op:arith8,pos:18,val:-30.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001062,src:000855,op:arith8,pos:154,val:-26,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001063,src:000855,op:arith8,pos:157,val:-13.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001064,src:000855,op:int16,pos:9,val:+16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001065,src:000855,op:int32,pos:210,val:be:+255.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001068,src:000855,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001069,src:000855,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001070,src:000855,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001071,src:000855,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001072,src:000855,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001079,src:000855,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001080,src:000855,op:havoc,rep:2,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001082,src:000855,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001083,src:000855,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001085,src:000855,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001087,src:000858,op:flip1,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001089,src:000858,op:flip2,pos:30.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001106,src:000869,op:arith8,pos:210,val:-15,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001126,src:000904,op:flip2,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001135,src:000904,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001136,src:000904,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001143,src:000919,op:flip2,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001146,src:000927,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001149,src:000948,op:int32,pos:27,val:+1024.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001150,src:000957,op:arith8,pos:61,val:-14.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001151,src:000965,op:flip1,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001152,src:000965,op:flip4,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001153,src:000974,op:flip4,pos:61.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001154,src:000981,op:arith8,pos:22,val:-27.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001158,src:001022,op:flip1,pos:61.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001159,src:001024,op:arith8,pos:22,val:-15.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001161,src:001040,op:arith8,pos:22,val:+32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001162,src:001040,op:arith8,pos:28,val:+8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001163,src:001047,op:flip1,pos:238.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001165,src:001047,op:arith8,pos:22,val:-7.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001167,src:001047,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001170,src:001047,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001171,src:001047,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001173,src:001047,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001176,src:001058,op:flip1,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001177,src:001058,op:flip4,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001178,src:001058,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001181,src:001080,op:int16,pos:146,val:be:+255.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001182,src:001081,op:flip1,pos:240.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001188,src:001081,op:flip2,pos:373.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001190,src:001081,op:arith8,pos:242,val:+28.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001195,src:001081,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001196,src:001095,op:flip1,pos:204.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001201,src:001098,op:arith8,pos:210,val:-15.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001205,src:001103,op:flip2,pos:212.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001209,src:001115,op:flip2,pos:210,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001213,src:001115,op:arith32,pos:22,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001225,src:001115,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001227,src:001138,op:arith8,pos:56,val:-3.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001234,src:001144,op:arith8,pos:274,val:+20.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001237,src:001153,op:flip1,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001238,src:001153,op:arith8,pos:22,val:-7.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001239,src:001153,op:arith8,pos:22,val:-9.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001240,src:001155,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001242,src:001187,op:arith8,pos:238,val:-24.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001243,src:001187,op:arith8,pos:238,val:-26.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001251,src:001227,op:flip2,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001252,src:001227,op:arith8,pos:22,val:-13.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001253,src:001227,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001254,src:001227,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001259,src:001233,op:arith8,pos:268,val:-29.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001261,src:001235,op:arith8,pos:28,val:+28.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001278,src:001268,op:arith8,pos:28,val:+12,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001279,src:001271,op:arith8,pos:28,val:-3.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001280,src:000530,op:flip1,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001285,src:001105,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001288,src:001188,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001293,src:001188,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001297,src:001284,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001300,src:001284,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001301,src:001284,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001302,src:001284,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001306,src:000239,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001311,src:000239,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001314,src:000503,op:havoc,rep:1,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001316,src:000977,op:int16,pos:64,val:-128.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001317,src:001144,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001321,src:000369,op:int32,pos:117,val:be:+512,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001326,src:000540,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001327,src:000566,op:flip1,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001329,src:000800,op:arith8,pos:18,val:-31.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001330,src:000824,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001333,src:000910,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001334,src:000934,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001337,src:001334,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001339,src:000470,op:havoc,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001340,src:001338,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001342,src:001338,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001359,src:001353,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001360,src:001355,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001362,src:001361,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001363,src:000060,op:havoc,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001366,src:000191,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001372,src:000191,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001382,src:000191,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001384,src:000191,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001385,src:000381,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001387,src:000776,op:arith8,pos:20,val:+25,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001388,src:000836,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001389,src:000934,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001391,src:000942,op:arith8,pos:118,val:-4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001393,src:001079,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001394,src:001159,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001396,src:001214,op:flip32,pos:386.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001398,src:001394,op:flip2,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001401,src:001079,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001402,src:001146,op:arith8,pos:196,val:-35.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001408,src:001302,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001409,src:001399,op:flip1,pos:3.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001417,src:001399,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001423,src:001399,op:havoc,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001425,src:000758,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001427,src:000760,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001428,src:000916,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001434,src:001145,op:arith8,pos:28,val:+20.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001436,src:001186,op:arith8,pos:343,val:+14.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001438,src:001209,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001443,src:001221,op:arith32,pos:204,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001448,src:001291,op:arith8,pos:234,val:+24.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001452,src:001304,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001460,src:001333,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001461,src:001400,op:flip2,pos:851.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001465,src:001400,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001466,src:001400,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001467,src:001400,op:havoc,rep:128.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001470,src:001400,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001471,src:001400,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001477,src:001427,op:havoc,rep:128.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001485,src:001445,op:arith32,pos:568,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001486,src:001446,op:arith32,pos:22,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001487,src:001446,op:arith32,pos:204,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001499,src:001453,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001502,src:000027+001003,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001503,src:000045+000667,op:splice,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001504,src:000045+000667,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001505,src:000045+000667,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001508,src:000045+000667,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001512,src:000045+000667,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001515,src:000045+000667,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001519,src:000109+000990,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001521,src:000161+001048,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001523,src:000161+001048,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001524,src:000161+001048,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001525,src:000161+001048,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001527,src:000210+001409,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001528,src:000259+000731,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001530,src:000500+000879,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001531,src:000689,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001544,src:000920,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001551,src:001128,op:arith8,pos:22,val:-20.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001557,src:001253,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001558,src:001275,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001560,src:001469,op:flip1,pos:401.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001565,src:001151+000979,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001572,src:001248+001477,op:splice,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001577,src:001308+001465,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001584,src:001581+000019,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001586,src:000107+001449,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001587,src:000304+000326,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001590,src:001234+001171,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001591,src:001589,op:flip32,pos:22,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001597,src:000161+000714,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001598,src:000565+001404,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001604,src:001603,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001605,src:001603,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001606,src:000515+001461,op:splice,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001608,src:000955,op:arith16,pos:17,val:be:-15.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001609,src:001267+001346,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001611,src:001405,op:flip2,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001615,src:001405,op:arith8,pos:18,val:+13.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001617,src:001432,op:flip2,pos:30.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001618,src:001432,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001624,src:001596,op:arith32,pos:1654,val:+2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001627,src:001596,op:arith32,pos:2018,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001629,src:001618,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001633,src:001619,op:arith8,pos:144,val:-28.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001634,src:001619,op:int32,pos:149,val:+1024.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001639,src:000402+001468,op:splice,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001648,src:000610,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001650,src:000673,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001651,src:000753,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001654,src:000777,op:arith8,pos:19,val:-10,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001656,src:000927,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001661,src:001062,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001663,src:001231,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001665,src:001605,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001673,src:000564,op:flip4,pos:22.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001678,src:001086,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001682,src:001185,op:arith8,pos:238,val:-5.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001686,src:001288,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001687,src:001362,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001692,src:001446,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001696,src:001476,op:flip1,pos:1241.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001699,src:001488,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001705,src:001575,op:flip1,pos:1279.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001711,src:001575,op:arith8,pos:1104,val:-12.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001714,src:001575,op:arith32,pos:370,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001715,src:001582,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001718,src:001594,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001719,src:001594,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001723,src:001604,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001724,src:001604,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001728,src:001725,op:arith8,pos:22,val:+7.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001729,src:001311,op:flip1,pos:215.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001733,src:001495,op:flip1,pos:802.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001735,src:001495,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001743,src:001686,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001745,src:001707,op:arith32,pos:22,val:-26.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001751,src:001708,op:arith32,pos:370,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001768,src:001461,op:havoc,rep:128.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001772,src:001713,op:flip1,pos:1825.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001776,src:001723,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001782,src:001748,op:flip1,pos:2178.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001789,src:001748,op:arith32,pos:916,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001792,src:001752,op:arith8,pos:28,val:-24.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001800,src:001775,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001803,src:001778,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001806,src:001784,op:arith32,pos:552,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001808,src:001785,op:arith8,pos:1822,val:-24.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001810,src:001799,op:arith32,pos:562,val:+2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001812,src:001799,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001816,src:001803,op:flip1,pos:3.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001818,src:001803,op:flip1,pos:2724.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001822,src:001803,op:flip2,pos:3106.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001826,src:001814,op:flip1,pos:2369.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001827,src:001824,op:flip2,pos:2742.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001831,src:001819,op:arith32,pos:370,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001834,src:001819,op:arith32,pos:1462,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001838,src:001835,op:arith32,pos:22,val:-26.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001841,src:001835,op:arith32,pos:916,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001844,src:001639,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001846,src:001429,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001847,src:001448,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001851,src:001812,op:arith32,pos:562,val:+2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001852,src:001812,op:arith32,pos:1108,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001854,src:001815,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001855,src:001843,op:flip1,pos:3.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001856,src:001843,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001858,src:001852,op:flip1,pos:3831.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001859,src:001852,op:flip4,pos:3829.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001862,src:001856,op:arith8,pos:3642,val:-24.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001867,src:001860,op:arith8,pos:4016,val:-12.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001869,src:001860,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001882,src:001866,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001884,src:001866,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001888,src:001869,op:arith32,pos:1280,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001889,src:001869,op:arith32,pos:1462,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001892,src:001885,op:arith32,pos:370,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001893,src:001892,op:flip1,pos:4362.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001894,src:001892,op:arith32,pos:1098,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001898,src:001863,op:flip1,pos:2724.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001904,src:001880,op:arith32,pos:22,val:-26.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001907,src:001883,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001908,src:001886,op:arith32,pos:22,val:-26.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001909,src:001886,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001910,src:001896,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001915,src:001902,op:flip1,pos:6341.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001925,src:001902,op:ext_AO,pos:6322.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001926,src:001906,op:arith32,pos:1826,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001929,src:001909,op:arith32,pos:3464,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001930,src:001909,op:int32,pos:734,val:-1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001932,src:001918,op:arith32,pos:1644,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001939,src:001664,op:flip2,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001941,src:001801,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001943,src:001873,op:arith32,pos:2008,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001952,src:001946,op:flip1,pos:3.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001955,src:001954,op:flip1,pos:6876.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001957,src:001954,op:flip1,pos:7069.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001964,src:001958,op:arith8,pos:28,val:-24.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001967,src:001959,op:arith32,pos:734,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001968,src:001959,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001969,src:001965,op:arith32,pos:4374,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001973,src:001949,op:int16,pos:27,val:+1024.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001975,src:001973,op:flip1,pos:5636.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001976,src:001974,op:arith8,pos:6008,val:-24.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001977,src:001974,op:arith32,pos:370,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001978,src:001974,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001990,src:001966,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:001994,src:001966,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002001,src:001966,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002008,src:001966,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002009,src:001966,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002012,src:001966,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002018,src:000369,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002020,src:000391,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002021,src:000391,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002024,src:000816,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002026,src:000929,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002027,src:000929,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002028,src:000929,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002029,src:000929,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002030,src:000929,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002031,src:000937,op:havoc,rep:4,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002033,src:001064,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002034,src:001064,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002035,src:001064,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002037,src:001064,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002038,src:001064,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002039,src:001240,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002041,src:001603,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002042,src:001603,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002043,src:001603,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002045,src:001603,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002047,src:001628,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002048,src:001628,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002050,src:001628,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002051,src:001671,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002057,src:001022,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002066,src:001702,op:ext_AO,pos:20.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002069,src:001813,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002070,src:001837,op:flip1,pos:2353.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002071,src:001865,op:flip1,pos:2360.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002077,src:001887,op:arith8,pos:4370,val:-24.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002083,src:001920,op:arith32,pos:370,val:-2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002085,src:002039,op:arith32,pos:22,val:-3.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002087,src:000538+002027,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002090,src:001217,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002091,src:001428+001543,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002093,src:002040,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002094,src:001389,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002095,src:002094,op:flip1,pos:140.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002096,src:000770+001803,op:splice,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002099,src:002098+000403,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002100,src:002098+000403,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002103,src:002100,op:int16,pos:149,val:+512.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002104,src:002100,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002105,src:002100+000596,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002106,src:002105,op:arith8,pos:46,val:-18.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002107,src:002106+002105,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002108,src:002106+002105,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002109,src:002106+002105,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002110,src:002106+001935,op:splice,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002111,src:001240+001273,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002112,src:001828+001968,op:splice,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002114,src:002091,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002116,src:002101,op:flip2,pos:58.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002118,src:002116,op:flip16,pos:93.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002119,src:002116,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002120,src:002116,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002122,src:002121,op:flip2,pos:50.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002123,src:002121,op:flip2,pos:150.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002124,src:002121,op:arith8,pos:150,val:-3.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002125,src:002121,op:int32,pos:94,val:be:-129.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002127,src:001963+001890,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002128,src:002117,op:arith8,pos:188,val:-14.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002130,src:002111,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002132,src:000161+002095,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002134,src:000470+001055,op:splice,rep:4,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002135,src:002134,op:flip1,pos:14,+cov.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002139,src:001719+001570,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002140,src:001494,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002144,src:001337,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002145,src:001448+001707,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002146,src:001931,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002150,src:002147,op:flip1,pos:260.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002151,src:002149,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002154,src:002151,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002155,src:002154,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/afl-bmp/id:002156,src:002130,op:havoc,rep:1.bmp
netsurf-all-3.7/libnsbmp/test/afl-ico/README
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000010,src:000000,op:flip1,pos:4,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000011,src:000000,op:flip1,pos:5,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000043,src:000000,op:flip8,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000116,src:000000,op:havoc,rep:128,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000120,src:000000,op:havoc,rep:64.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000123,src:000000,op:havoc,rep:64.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000129,src:000000,op:havoc,rep:8,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000134,src:000000,op:havoc,rep:128.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000136,src:000000,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000147,src:000000,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000161,src:000000,op:havoc,rep:64.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000164,src:000000,op:havoc,rep:4,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000165,src:000000,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000183,src:000000,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000184,src:000000,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000188,src:000000,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000191,src:000000,op:havoc,rep:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000193,src:000000,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000215,src:000000,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000250,src:000008,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000251,src:000008,op:havoc,rep:16,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000265,src:000008,op:havoc,rep:8,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000286,src:000034,op:arith8,pos:7,val:-28.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000301,src:000034,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000304,src:000034,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000317,src:000072,op:arith8,pos:7,val:-31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000320,src:000072,op:havoc,rep:1,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000344,src:000106,op:arith8,pos:7,val:-28.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000345,src:000106,op:arith8,pos:7,val:-29.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000346,src:000106,op:arith8,pos:7,val:-30.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000355,src:000106,op:havoc,rep:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000360,src:000106,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000388,src:000114,op:flip1,pos:7.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000389,src:000114,op:flip1,pos:7.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000392,src:000114,op:flip2,pos:7.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000409,src:000150,op:arith8,pos:7,val:-31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000411,src:000150,op:int16,pos:6,val:+512.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000430,src:000232,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000437,src:000232,op:havoc,rep:4,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000442,src:000232,op:havoc,rep:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000446,src:000243,op:flip1,pos:12.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000449,src:000243,op:arith8,pos:6,val:-31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000453,src:000243,op:havoc,rep:1,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000456,src:000243,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000459,src:000243,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000460,src:000243,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000464,src:000243,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000465,src:000263,op:flip1,pos:26.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000470,src:000263,op:arith8,pos:7,val:-29.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000471,src:000263,op:arith8,pos:7,val:-30.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000475,src:000263,op:int16,pos:6,val:+1024.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000477,src:000263,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000478,src:000265,op:flip2,pos:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000479,src:000265,op:flip32,pos:6.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000490,src:000274,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000497,src:000275,op:arith8,pos:7,val:-31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000501,src:000296,op:int16,pos:6,val:be:+1000.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000507,src:000328,op:arith8,pos:6,val:-28.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000510,src:000331,op:arith8,pos:7,val:-30.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000511,src:000331,op:arith8,pos:7,val:-31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000513,src:000353,op:flip1,pos:31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000514,src:000353,op:flip2,pos:30.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000517,src:000353,op:arith8,pos:7,val:+4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000520,src:000383,op:flip1,pos:6.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000521,src:000383,op:flip1,pos:6.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000525,src:000383,op:flip2,pos:6.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000554,src:000425,op:arith8,pos:7,val:-30.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000559,src:000436,op:int8,pos:7,val:+1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000560,src:000438,op:arith8,pos:7,val:-31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000564,src:000439,op:arith8,pos:14,val:-31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000591,src:000454,op:arith8,pos:6,val:-26.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000594,src:000466,op:flip1,pos:30.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000596,src:000466,op:arith8,pos:7,val:-29.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000599,src:000466,op:havoc,rep:64.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000602,src:000472,op:flip2,pos:26.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000605,src:000483,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000609,src:000483,op:havoc,rep:8,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000610,src:000483,op:havoc,rep:16,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000614,src:000483,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000615,src:000483,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000618,src:000486,op:havoc,rep:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000619,src:000501,op:flip2,pos:36.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000627,src:000558,op:flip1,pos:22.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000628,src:000558,op:flip1,pos:36.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000630,src:000558,op:havoc,rep:64,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000639,src:000564,op:flip1,pos:7.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000640,src:000564,op:int32,pos:6,val:be:-32769.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000659,src:000573,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000680,src:000579,op:int32,pos:11,val:be:+1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000681,src:000605,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000682,src:000605,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000683,src:000609,op:flip1,pos:11.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000684,src:000609,op:flip1,pos:22.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000685,src:000609,op:flip2,pos:14.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000688,src:000609,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000693,src:000617,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000699,src:000617,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000702,src:000630,op:havoc,rep:1,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000704,src:000640,op:arith8,pos:14,val:+3.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000711,src:000649,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000714,src:000661,op:arith8,pos:50,val:+13.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000716,src:000661,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000727,src:000686,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000728,src:000687,op:flip2,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000733,src:000687,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000735,src:000687,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000737,src:000687,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000746,src:000728,op:flip1,pos:54.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000749,src:000735,op:flip2,pos:54.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000750,src:000735,op:arith8,pos:6,val:-29.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000753,src:000745,op:arith16,pos:54,val:+6.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000755,src:000745,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000756,src:000745,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000761,src:000745,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000767,src:000763,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000771,src:000763,op:arith8,pos:4,val:+5.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000779,src:000764,op:arith8,pos:22,val:-19.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000788,src:000783,op:arith8,pos:8,val:-26.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000799,src:000798,op:flip2,pos:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000801,src:000798,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000808,src:000748,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000810,src:000748,op:flip2,pos:14.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000813,src:000580,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000820,src:000709,op:flip2,pos:7.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000829,src:000716,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000836,src:000744,op:arith8,pos:14,val:+20.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000841,src:000755,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000847,src:000760,op:arith16,pos:102,val:+13.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000852,src:000760,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000856,src:000760,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000857,src:000760,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000858,src:000760,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000862,src:000762,op:arith8,pos:14,val:-7.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000864,src:000765,op:flip8,pos:54.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000875,src:000775,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000878,src:000775,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000883,src:000776,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000886,src:000776,op:arith8,pos:4,val:+5.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000894,src:000814,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000895,src:000816,op:havoc,rep:128.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000898,src:000832,op:arith8,pos:6,val:-24.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000900,src:000838,op:flip2,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000901,src:000838,op:flip4,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000902,src:000838,op:arith8,pos:4,val:+5.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000904,src:000838,op:arith8,pos:4,val:+10.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000909,src:000838,op:arith8,pos:4,val:+17.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000910,src:000838,op:arith8,pos:4,val:+18.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000911,src:000838,op:arith8,pos:4,val:+19.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000912,src:000838,op:arith8,pos:4,val:+21.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000915,src:000838,op:arith8,pos:4,val:+24.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000918,src:000840,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000925,src:000843,op:flip2,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000927,src:000843,op:arith8,pos:4,val:-4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000929,src:000843,op:arith8,pos:4,val:+6.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000935,src:000843,op:arith8,pos:4,val:+17.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000940,src:000843,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000942,src:000843,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000947,src:000847,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000959,src:000847,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000960,src:000848,op:arith8,pos:4,val:+10.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000965,src:000851,op:arith8,pos:4,val:-28.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000966,src:000851,op:arith8,pos:14,val:+23.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000967,src:000851,op:int8,pos:119,val:+0.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000970,src:000851,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000971,src:000851,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000974,src:000851,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000983,src:000861,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000984,src:000861,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000985,src:000861,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000988,src:000861,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000991,src:000868,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000995,src:000907,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:000997,src:000920,op:flip2,pos:14.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001001,src:000944,op:int32,pos:11,val:be:+32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001004,src:000953,op:arith8,pos:6,val:-30.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001008,src:000961,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001012,src:000961,op:arith8,pos:4,val:-2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001014,src:000961,op:arith8,pos:4,val:-3.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001015,src:000961,op:arith8,pos:4,val:+12.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001018,src:000961,op:arith8,pos:4,val:+18.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001019,src:000961,op:arith8,pos:4,val:+20.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001022,src:000961,op:arith8,pos:4,val:+32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001026,src:000961,op:int8,pos:4,val:+100.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001027,src:000961,op:int8,pos:4,val:+127.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001031,src:000961,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001033,src:000961,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001034,src:000961,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001036,src:000967,op:arith8,pos:14,val:+23.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001041,src:000974,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001046,src:000980,op:flip2,pos:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001048,src:000988,op:arith8,pos:4,val:-2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001050,src:000988,op:arith8,pos:4,val:+10.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001055,src:001000,op:arith8,pos:4,val:+15.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001056,src:001000,op:arith8,pos:4,val:+28.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001064,src:001006,op:arith8,pos:4,val:+26.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001066,src:001006,op:arith8,pos:4,val:+33.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001071,src:001006,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001072,src:001017,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001073,src:001017,op:flip2,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001074,src:001017,op:flip4,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001075,src:001017,op:arith8,pos:4,val:+27.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001078,src:001017,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001080,src:001017,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001081,src:001017,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001082,src:001017,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001084,src:001023,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001085,src:001023,op:arith8,pos:14,val:+3.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001087,src:001028,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001088,src:001034,op:arith8,pos:4,val:+17.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001090,src:001039,op:arith8,pos:4,val:-28.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001096,src:001040,op:havoc,rep:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001104,src:001057,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001111,src:001061,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001113,src:001065,op:arith8,pos:14,val:+3.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001126,src:001118,op:flip8,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001129,src:001118,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001134,src:001122,op:flip1,pos:151.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001137,src:001122,op:arith8,pos:4,val:-21.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001140,src:001122,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001141,src:001122,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001150,src:001123,op:int16,pos:326,val:+0.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001152,src:001123,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001154,src:001123,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001159,src:001129,op:havoc,rep:128.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001166,src:001160,op:flip1,pos:818.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001167,src:001160,op:flip16,pos:710.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001171,src:001160,op:havoc,rep:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001173,src:001161,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001174,src:001162,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001175,src:001162,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001183,src:001163,op:int16,pos:4,val:+32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001185,src:001180,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001189,src:001008,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001190,src:001012,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001191,src:001077,op:arith8,pos:4,val:+23.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001192,src:001077,op:arith8,pos:4,val:+28.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001193,src:001077,op:arith8,pos:4,val:+33.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001194,src:001085,op:arith8,pos:4,val:+12.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001201,src:001166,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001206,src:001201,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001207,src:001201,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001211,src:001201,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001216,src:001204,op:flip2,pos:14.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001217,src:001204,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001218,src:001204,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001221,src:001209,op:flip1,pos:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001222,src:001209,op:flip1,pos:1362.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001225,src:001209,op:flip1,pos:1650.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001227,src:001209,op:arith8,pos:1010,val:+14.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001231,src:001210,op:flip1,pos:1815.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001234,src:001210,op:flip2,pos:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001235,src:001210,op:flip2,pos:1938.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001236,src:001210,op:flip2,pos:2002.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001238,src:001210,op:flip8,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001239,src:001210,op:flip16,pos:1783.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001241,src:001210,op:arith8,pos:14,val:+7.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001244,src:001210,op:arith8,pos:14,val:+31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001245,src:001210,op:arith8,pos:1954,val:-16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001246,src:001210,op:arith8,pos:1975,val:-2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001247,src:001210,op:int8,pos:2007,val:+0.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001248,src:001210,op:int16,pos:13,val:+1024.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001250,src:001210,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001258,src:001219,op:flip8,pos:42.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001261,src:000779,op:flip2,pos:5.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001262,src:000941,op:flip1,pos:162.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001263,src:000941,op:flip1,pos:210.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001266,src:000977,op:flip1,pos:146.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001268,src:001031,op:flip2,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001269,src:001031,op:flip8,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001270,src:001031,op:arith8,pos:4,val:+5.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001271,src:001031,op:arith8,pos:4,val:+25.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001272,src:001061,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001276,src:001163,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001278,src:001163,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001280,src:001163,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001284,src:001206,op:flip1,pos:807.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001289,src:001206,op:flip1,pos:1378.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001291,src:001206,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001292,src:001014,op:flip4,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001293,src:001027,op:arith8,pos:4,val:+12.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001294,src:001027,op:arith8,pos:4,val:+13.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001296,src:001027,op:arith8,pos:4,val:+24.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001297,src:001027,op:arith8,pos:4,val:+27.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001298,src:001027,op:arith8,pos:4,val:+28.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001302,src:001067,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001303,src:001078,op:flip8,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001304,src:001079,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001305,src:001081,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001306,src:001084,op:flip1,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001307,src:001084,op:flip4,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001320,src:001195,op:arith8,pos:6,val:-24.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001328,src:001220,op:arith8,pos:8,val:+6.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001329,src:001234,op:arith8,pos:14,val:+23.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001334,src:001241,op:flip1,pos:1938.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001335,src:001241,op:flip1,pos:1954.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001336,src:001241,op:flip1,pos:1954.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001337,src:001241,op:flip1,pos:1970.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001338,src:001241,op:flip1,pos:1971.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001339,src:001241,op:flip1,pos:1986.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001342,src:001241,op:flip1,pos:2002.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001343,src:001241,op:flip1,pos:2002.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001345,src:001241,op:flip1,pos:2034.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001346,src:001249,op:flip1,pos:2706.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001350,src:001253+001310,op:splice,rep:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001354,src:001273,op:arith8,pos:4,val:-6.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001358,src:000150+000744,op:splice,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001360,src:000150+001219,op:splice,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001361,src:000150+001219,op:splice,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001362,src:000161+001206,op:splice,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001372,src:000161+001227,op:splice,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001378,src:000161+001227,op:splice,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001379,src:000161+001227,op:splice,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001381,src:000161+001227,op:splice,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001384,src:000161+000958,op:splice,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001387,src:000524+000796,op:splice,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001390,src:000608+001334,op:splice,rep:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001391,src:000685,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001392,src:000685,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001393,src:000702+000504,op:splice,rep:16,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001399,src:001393,op:int16,pos:15,val:+0,+cov.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001400,src:001393,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001401,src:001393,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001406,src:000408,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001409,src:000998,op:arith8,pos:4,val:-5.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001411,src:001120+001236,op:splice,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001413,src:000161+001375,op:splice,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001414,src:000435+001199,op:splice,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001415,src:000865,op:arith8,pos:4,val:+4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001418,src:001071+001354,op:splice,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001419,src:001113,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001436,src:001261+001243,op:splice,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001440,src:001420,op:arith8,pos:6,val:-24.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001444,src:001426+001348,op:splice,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001445,src:001432,op:flip2,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001451,src:000149+001254,op:splice,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001453,src:000149+001131,op:splice,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001455,src:000149+001131,op:splice,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001457,src:000149+001131,op:splice,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001458,src:000149+001131,op:splice,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001466,src:000149+001322,op:splice,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001474,src:000680,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001484,src:000687,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001488,src:001131,op:arith8,pos:626,val:+14.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001491,src:001198,op:arith8,pos:14,val:+31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001492,src:001198,op:int32,pos:801,val:be:+1024.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001493,src:001261+001349,op:splice,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001496,src:001428,op:flip1,pos:1922.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001498,src:001428,op:flip4,pos:1826.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001500,src:001428,op:arith8,pos:1922,val:-27.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001501,src:001428,op:arith8,pos:2050,val:-10.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001508,src:001450+000803,op:splice,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001510,src:001499,op:flip1,pos:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001514,src:000768+000159,op:splice,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001515,src:000800,op:arith8,pos:6,val:-31.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001516,src:000837,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001517,src:000923,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001518,src:001010,op:flip1,pos:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001523,src:001242,op:flip1,pos:2034.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001524,src:001242,op:flip1,pos:2050.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001525,src:001242,op:flip2,pos:1618.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001530,src:001431+001366,op:splice,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001535,src:000753,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001536,src:001535,op:arith8,pos:32,val:+6.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001545,src:001418,op:arith8,pos:4,val:-2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001553,src:001321,op:flip1,pos:39.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001554,src:001321,op:flip2,pos:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001558,src:001554,op:flip1,pos:71.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001561,src:001554,op:flip8,pos:439.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001572,src:001561+001479,op:splice,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001584,src:000508,op:havoc,rep:32.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001585,src:000508,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001587,src:000508,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001589,src:000555,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001590,src:000555,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001591,src:000555,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001592,src:000712,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001593,src:000827,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001595,src:001105,op:flip2,pos:10.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001599,src:001407,op:havoc,rep:64.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001604,src:001431,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001607,src:001493,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001608,src:001493,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001609,src:001493,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001614,src:001493,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001618,src:001493,op:havoc,rep:8.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001622,src:001493,op:havoc,rep:2.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001627,src:001493,op:havoc,rep:16.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001631,src:001592,op:flip16,pos:7.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001634,src:000997,op:havoc,rep:4.ico
netsurf-all-3.7/libnsbmp/test/afl-ico/id:001655,src:001309,op:havoc,rep:1.ico
netsurf-all-3.7/libnsbmp/test/bmp/bad_info_header_size.bmp
netsurf-all-3.7/libnsbmp/test/bmp/int_min_height.bmp
netsurf-all-3.7/libnsbmp/test/bmp/mantis-2446.bmp
netsurf-all-3.7/libnsbmp/test/bmp/ns.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/coloob.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g01bg.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g01bw.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g01p1.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g01wb.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g04.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g04p4.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g04rle.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08offs.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08os2.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08p256.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08p64.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08pi256.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08pi64.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08res11.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08res21.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08res22.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08rle.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08s0.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08w124.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08w125.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g08w126.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g16bf555.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g16bf565.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g16def555.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g24.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g32bf.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/g32def.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/01bg.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/01bw.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/01p1.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/04.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/04p4.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/08.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/08p64.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/08w124.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/08w125.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/08w126.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/16bf555.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/16bf565.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/24.png
netsurf-all-3.7/libnsbmp/test/bmpsuite/png/reference.html
netsurf-all-3.7/libnsbmp/test/bmpsuite/readme.txt
netsurf-all-3.7/libnsbmp/test/bmpsuite/rleof.bmp
netsurf-all-3.7/libnsbmp/test/bmpsuite/test.html
netsurf-all-3.7/libnsbmp/test/decode_bmp.c
netsurf-all-3.7/libnsbmp/test/decode_ico.c
netsurf-all-3.7/libnsbmp/test/icons/liberation.fr.favicon.ico
netsurf-all-3.7/libnsbmp/test/icons/liberation.fr.favicon.ppm
netsurf-all-3.7/libnsbmp/test/icons/monitor.ico
netsurf-all-3.7/libnsbmp/test/icons/ns.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000006,orig:g24.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000007,orig:g32def.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000008,orig:bad_info_header_size.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000009,orig:id:000004,src:000000,op:havoc,rep:128,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000010,orig:id:000006,src:000000,op:havoc,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000011,orig:id:000006,src:000000,op:havoc,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000012,orig:id:000007,src:000000,op:havoc,rep:2,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000013,orig:id:000010,src:000000,op:havoc,rep:4,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000017,orig:id:000032,src:000000+000002,op:splice,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000018,orig:id:000032,src:000000+000003,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000019,orig:id:000034,src:000000+000002,op:splice,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000020,orig:id:000038,src:000000+000003,op:splice,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000024,orig:id:000046,src:000000+000002,op:splice,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000027,orig:id:000049,src:000000+000003,op:splice,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000028,orig:id:000052,src:000000+000003,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000031,orig:id:000056,src:000000+000003,op:splice,rep:128.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000032,orig:id:000058,src:000000+000003,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000033,orig:id:000060,src:000000+000002,op:splice,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000034,orig:id:000063,src:000000+000002,op:splice,rep:128,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000035,orig:id:000066,sync:fuzz04,src:000252,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000036,orig:id:000069,sync:fuzz04,src:000287,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000037,orig:id:000071,src:000000+000002,op:splice,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000038,orig:id:000071,sync:fuzz04,src:000286,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000039,orig:id:000075,src:000000+000002,op:splice,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000040,orig:id:000076,sync:fuzz04,src:000277,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000041,orig:id:000077,sync:fuzz04,src:000295.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000042,orig:id:000082,src:000000+000002,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000043,orig:id:000083,sync:fuzz04,src:000014,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000044,orig:id:000086,src:000000+000002,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000045,orig:id:000087,sync:fuzz02,src:000016,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000046,orig:id:000091,src:000000+000002,op:splice,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000047,orig:id:000094,sync:fuzz03,src:000043,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000049,orig:id:000103,sync:fuzz03,src:000101,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000050,orig:id:000104,sync:fuzz04,src:000297.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000052,orig:id:000108,sync:fuzz04,src:000276.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000053,orig:id:000114,src:000002,op:arith8,pos:18,val:-11,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000054,orig:id:000119,src:000002,op:arith8,pos:46,val:+19,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000056,orig:id:000122,src:000000,op:havoc,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000057,orig:id:000122,sync:fuzz04,src:000122.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000058,orig:id:000127,sync:fuzz04,src:000089,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000060,orig:id:000131,src:000005+000095,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000061,orig:id:000133,src:000002,op:int16,pos:18,val:+32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000063,orig:id:000135,src:000000,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000064,orig:id:000137,sync:fuzz04,src:000091.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000065,orig:id:000141,src:000002,op:int16,pos:1090,val:+512,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000066,orig:id:000141,sync:fuzz04,src:000078.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000067,orig:id:000143,sync:fuzz04,src:000036,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000069,orig:id:000146,src:000002,op:int32,pos:27,val:+4096,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000070,orig:id:000148,sync:fuzz04,src:000034.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000071,orig:id:000150,src:000007+000134,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000073,orig:id:000151,sync:fuzz04,src:000072,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000075,orig:id:000164,src:000008+000135,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000076,orig:id:000165,sync:fuzz04,src:000143.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000077,orig:id:000166,sync:fuzz04,src:000026.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000080,orig:id:000169,sync:fuzz05,src:000167,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000083,orig:id:000171,sync:fuzz04,src:000125.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000084,orig:id:000172,sync:fuzz04,src:000158.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000086,orig:id:000175,sync:fuzz04,src:000114.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000087,orig:id:000176,src:000009+000159,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000088,orig:id:000177,sync:fuzz04,src:000289.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000089,orig:id:000178,src:000009+000159,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000090,orig:id:000178,sync:fuzz04,src:000278.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000091,orig:id:000180,sync:fuzz03,src:000149,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000094,orig:id:000183,sync:fuzz04,src:000293.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000095,orig:id:000184,src:000002,op:havoc,rep:128.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000097,orig:id:000185,src:000009+000159,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000098,orig:id:000186,src:000009+000159,op:splice,rep:4,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000099,orig:id:000186,sync:fuzz05,src:000156.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000100,orig:id:000188,src:000009,op:havoc,rep:2,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000102,orig:id:000189,src:000009,op:havoc,rep:2,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000104,orig:id:000191,sync:fuzz04,src:000070,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000105,orig:id:000191,sync:fuzz04,src:000087,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000106,orig:id:000193,src:000011+000118,op:splice,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000108,orig:id:000194,sync:fuzz06,src:000254,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000109,orig:id:000196,sync:fuzz06,src:000179.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000111,orig:id:000198,src:000009+000038,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000112,orig:id:000198,src:000012,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000113,orig:id:000198,src:000027,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000114,orig:id:000198,sync:fuzz04,src:000112.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000118,orig:id:000199,sync:fuzz06,src:000170,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000121,orig:id:000201,src:000027,op:havoc,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000122,orig:id:000202,sync:fuzz04,src:000132,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000123,orig:id:000202,sync:fuzz04,src:000170.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000125,orig:id:000203,sync:fuzz04,src:000133.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000126,orig:id:000203,sync:fuzz04,src:000292.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000128,orig:id:000204,src:000012,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000129,orig:id:000204,sync:fuzz04,src:000088,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000130,orig:id:000204,sync:fuzz04,src:000225.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000131,orig:id:000204,sync:fuzz06,src:000251,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000132,orig:id:000205,src:000011+000170,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000133,orig:id:000205,sync:fuzz04,src:000271.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000134,orig:id:000205,sync:fuzz04,src:000302.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000137,orig:id:000206,src:000014,op:havoc,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000138,orig:id:000206,sync:fuzz02,src:000259.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000139,orig:id:000206,sync:fuzz04,src:000171.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000141,orig:id:000206,sync:fuzz06,src:000180,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000142,orig:id:000207,sync:fuzz04,src:000024.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000143,orig:id:000207,sync:fuzz04,src:000227.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000144,orig:id:000207,sync:fuzz04,src:000279.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000145,orig:id:000207,sync:fuzz06,src:000182,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000147,orig:id:000208,sync:fuzz04,src:000095.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000148,orig:id:000210,src:000014,op:havoc,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000149,orig:id:000210,sync:fuzz04,src:000272.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000150,orig:id:000210,sync:fuzz06,src:000189.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000151,orig:id:000210,sync:fuzz06,src:000191,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000152,orig:id:000210,sync:fuzz06,src:000226.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000153,orig:id:000211,src:000014,op:havoc,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000154,orig:id:000211,sync:fuzz04,src:000173.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000155,orig:id:000211,sync:fuzz04,src:000189,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000156,orig:id:000211,sync:fuzz06,src:000188.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000158,orig:id:000212,sync:fuzz04,src:000248.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000159,orig:id:000212,sync:fuzz06,src:000187.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000161,orig:id:000213,sync:fuzz04,src:000177,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000162,orig:id:000213,sync:fuzz04,src:000274.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000163,orig:id:000213,sync:fuzz06,src:000175,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000164,orig:id:000213,sync:fuzz06,src:000232.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000166,orig:id:000214,sync:fuzz02,src:000253.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000167,orig:id:000214,sync:fuzz04,src:000181.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000168,orig:id:000214,sync:fuzz06,src:000204.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000169,orig:id:000215,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000171,orig:id:000215,sync:fuzz04,src:000298.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000173,orig:id:000215,sync:fuzz06,src:000186.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000176,orig:id:000216,src:000014,op:havoc,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000178,orig:id:000216,sync:fuzz03,src:000200,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000181,orig:id:000216,sync:fuzz06,src:000190.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000182,orig:id:000216,sync:fuzz06,src:000247,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000183,orig:id:000217,sync:fuzz04,src:000211,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000184,orig:id:000217,sync:fuzz04,src:000236.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000186,orig:id:000217,sync:fuzz06,src:000174.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000187,orig:id:000217,sync:fuzz06,src:000249.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000189,orig:id:000218,src:000008+000206,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000191,orig:id:000218,sync:fuzz04,src:000235,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000192,orig:id:000218,sync:fuzz04,src:000269.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000193,orig:id:000218,sync:fuzz06,src:000207.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000196,orig:id:000218,sync:fuzz06,src:000244.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000197,orig:id:000219,src:000008+000206,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000198,src:000000,op:havoc,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000207,src:000000,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000213,src:000000,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000237,src:000000,op:flip1,pos:165.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000239,src:000000,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000246,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000247,src:000000,op:havoc,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000249,src:000000,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000252,src:000000,op:havoc,rep:4,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000259,src:000000,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000267,src:000000,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000273,src:000000,op:flip2,pos:46.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000275,src:000000,op:havoc,rep:128.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000276,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000281,src:000000,op:flip4,pos:18.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000281,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000283,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000288,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000291,src:000000,op:havoc,rep:128.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000294,src:000000,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000296,src:000000,op:havoc,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000297,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000300,src:000000,op:havoc,rep:64,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000301,src:000000,op:havoc,rep:4,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000301,src:000000,op:havoc,rep:8,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000302,src:000000,op:havoc,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000302,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000307,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000308,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000310,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000313,src:000000,op:havoc,rep:16,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000313,src:000000,op:int16,pos:17,val:+1024.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000316,src:000000+000257,op:splice,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000317,src:000000,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000320,src:000000,op:havoc,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000322,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000322,sync:fuzz04,src:000281.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000324,src:000000,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000325,src:000000+000038,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000335,sync:fuzz04,src:000321,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000345,sync:fuzz02,src:000341.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000347,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000353,src:000000,op:havoc,rep:32,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000354,src:000000,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000362,sync:fuzz04,src:000314.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000367,sync:fuzz04,src:000322,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000368,sync:fuzz04,src:000337.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000369,sync:fuzz04,src:000340,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000373,src:000012+000081,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000376,sync:fuzz02,src:000375.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000381,sync:fuzz03,src:000379.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000381,sync:fuzz04,src:000342,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000384,sync:fuzz03,src:000368.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000384,sync:fuzz04,src:000341.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000388,sync:fuzz04,src:000359.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000389,sync:fuzz04,src:000346.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000393,sync:fuzz04,src:000350.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000397,sync:fuzz04,src:000379.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000400,sync:fuzz04,src:000343.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000401,sync:fuzz04,src:000370.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000403,sync:fuzz04,src:000309.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000404,sync:fuzz04,src:000371.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000411,sync:fuzz04,src:000372.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000412,sync:fuzz04,src:000397,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000419,sync:fuzz04,src:000389.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000423,sync:fuzz04,src:000325.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000424,src:000008+000350,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000432,sync:fuzz06,src:000417.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000435,src:000008+000350,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000436,sync:fuzz04,src:000378.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000443,sync:fuzz04,src:000349.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000443,sync:fuzz04,src:000362.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000445,src:000034+000427,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000446,src:000013+000429,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000448,src:000008+000350,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000448,src:000013+000429,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000451,sync:fuzz04,src:000344,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000454,src:000034+000427,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000454,sync:fuzz04,src:000339.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000456,sync:fuzz04,src:000386.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000457,src:000049+000417,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000458,src:000034+000427,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000460,src:000049+000417,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000462,sync:fuzz06,src:000444.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000463,sync:fuzz06,src:000445.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000464,sync:fuzz06,src:000455.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000466,sync:fuzz04,src:000438.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000467,sync:fuzz04,src:000431.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000469,sync:fuzz04,src:000433.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000470,src:000013+000436,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000471,sync:fuzz04,src:000289,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000472,src:000013+000436,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000476,src:000018+000459,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000477,sync:fuzz05,src:000438.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000478,src:000039+000437,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000479,sync:fuzz05,src:000454.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000483,sync:fuzz05,src:000445.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000486,src:000058+000427,op:splice,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000488,sync:fuzz03,src:000456.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000491,sync:fuzz02,src:000479.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000496,sync:fuzz05,src:000487.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000497,sync:fuzz05,src:000473.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000501,sync:fuzz05,src:000480.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000504,sync:fuzz06,src:000446.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000506,sync:fuzz06,src:000475.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000510,sync:fuzz06,src:000486,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000511,sync:fuzz06,src:000476.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000512,sync:fuzz04,src:000500.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000512,sync:fuzz06,src:000495.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000513,sync:fuzz06,src:000450.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000519,sync:fuzz06,src:000470.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000520,sync:fuzz04,src:000464.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000521,sync:fuzz06,src:000487,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000522,sync:fuzz06,src:000482.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000522,sync:fuzz06,src:000508.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000523,sync:fuzz02,src:000510.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000524,sync:fuzz03,src:000503.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000524,sync:fuzz04,src:000405.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000525,sync:fuzz02,src:000507.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000526,sync:fuzz02,src:000509.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000526,sync:fuzz04,src:000503,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000528,sync:fuzz05,src:000503.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000530,sync:fuzz04,src:000361.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000535,sync:fuzz06,src:000522.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000538,src:000043+000447,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000538,sync:fuzz04,src:000490.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000539,sync:fuzz04,src:000460.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000540,src:000092+000438,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000541,sync:fuzz04,src:000302.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000541,sync:fuzz04,src:000529.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000542,sync:fuzz04,src:000527.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000543,sync:fuzz04,src:000524,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000545,sync:fuzz04,src:000526.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000547,sync:fuzz04,src:000525.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000550,sync:fuzz03,src:000546.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000551,sync:fuzz06,src:000536.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000552,sync:fuzz04,src:000481.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000558,sync:fuzz04,src:000540.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000562,sync:fuzz06,src:000559.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000563,sync:fuzz04,src:000517.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000563,sync:fuzz04,src:000552.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000563,sync:fuzz06,src:000561.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000564,sync:fuzz04,src:000553.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000565,sync:fuzz04,src:000548.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000565,sync:fuzz06,src:000557.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000566,sync:fuzz04,src:000551.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000567,sync:fuzz04,src:000554.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000569,sync:fuzz03,src:000557.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000573,src:000091+000520,op:splice,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000573,sync:fuzz04,src:000562.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000575,src:000114+000556,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000576,sync:fuzz04,src:000338.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000576,sync:fuzz04,src:000566.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000577,sync:fuzz04,src:000523.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000578,src:000126,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000579,sync:fuzz04,src:000558.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000581,src:000126,op:havoc,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000582,sync:fuzz04,src:000539,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000583,sync:fuzz04,src:000543.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000585,sync:fuzz04,src:000501,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000587,sync:fuzz04,src:000549.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000593,sync:fuzz04,src:000568.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000595,src:000099+000590,op:splice,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000595,sync:fuzz04,src:000582,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000598,sync:fuzz04,src:000385.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000598,sync:fuzz04,src:000584.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000598,sync:fuzz05,src:000585.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000599,sync:fuzz04,src:000587.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000599,sync:fuzz05,src:000583.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000602,sync:fuzz04,src:000586.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000604,sync:fuzz03,src:000595.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000604,sync:fuzz04,src:000593.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000605,sync:fuzz04,src:000574.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000606,sync:fuzz04,src:000563,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000607,sync:fuzz04,src:000581.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000608,sync:fuzz02,src:000590.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000608,sync:fuzz04,src:000546.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000611,sync:fuzz05,src:000607.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000612,src:000156+000604,op:splice,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000613,sync:fuzz04,src:000598.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000615,sync:fuzz06,src:000607.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000617,sync:fuzz04,src:000602.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000618,sync:fuzz03,src:000608.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000619,sync:fuzz03,src:000609.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000620,sync:fuzz04,src:000505,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000621,sync:fuzz04,src:000600.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000621,sync:fuzz04,src:000614.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000622,sync:fuzz02,src:000611.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000622,sync:fuzz04,src:000609.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000623,sync:fuzz07,src:000581.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000625,src:000156+000393,op:splice,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000626,sync:fuzz04,src:000377.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000626,sync:fuzz06,src:000626.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000628,sync:fuzz04,src:000531.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000629,sync:fuzz04,src:000388,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000630,sync:fuzz06,src:000629.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000632,sync:fuzz06,src:000630.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000633,sync:fuzz04,src:000617.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000634,sync:fuzz04,src:000618.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000635,sync:fuzz04,src:000623.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000638,sync:fuzz04,src:000629.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000639,sync:fuzz04,src:000601.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000639,sync:fuzz04,src:000622.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000640,sync:fuzz04,src:000627.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000640,sync:fuzz07,src:000605.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000641,sync:fuzz04,src:000392.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000641,sync:fuzz04,src:000630.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000642,sync:fuzz02,src:000638.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000647,sync:fuzz07,src:000613.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000648,sync:fuzz04,src:000640.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000651,sync:fuzz04,src:000633.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000651,sync:fuzz07,src:000617.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000654,sync:fuzz04,src:000636.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000654,sync:fuzz04,src:000646.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000656,sync:fuzz04,src:000648.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000657,sync:fuzz04,src:000635.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000658,sync:fuzz04,src:000643.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000659,sync:fuzz04,src:000639.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000661,sync:fuzz03,src:000656.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000662,sync:fuzz04,src:000650,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000666,src:000437+000635,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000666,sync:fuzz02,src:000661.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000667,sync:fuzz02,src:000659.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000668,sync:fuzz04,src:000652,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000670,sync:fuzz04,src:000663,+cov.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000671,sync:fuzz04,src:000661.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000673,sync:fuzz04,src:000659.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000676,sync:fuzz04,src:000665.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000679,sync:fuzz04,src:000666.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000680,sync:fuzz04,src:000667.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000681,sync:fuzz04,src:000672.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000682,sync:fuzz04,src:000670.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000683,sync:fuzz04,src:000668.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000684,sync:fuzz02,src:000681.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000686,sync:fuzz02,src:000684.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000687,sync:fuzz02,src:000682.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000687,sync:fuzz06,src:000685.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000691,sync:fuzz02,src:000688.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000693,src:000624+000664,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000695,src:000624+000664,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000696,src:000638,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000698,src:000644,op:havoc,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000698,sync:fuzz04,src:000682.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000699,src:000640+000653,op:splice,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000699,sync:fuzz04,src:000679.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000700,sync:fuzz04,src:000687.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000701,sync:fuzz04,src:000684.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000702,src:000674,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000702,sync:fuzz02,src:000696.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000703,sync:fuzz02,src:000697.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000705,sync:fuzz04,src:000694.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000706,sync:fuzz03,src:000701.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000706,sync:fuzz04,src:000758.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000707,sync:fuzz03,src:000702.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000708,src:000678,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000708,src:000697,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000709,src:000686,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000710,src:000698,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000711,src:000699+000581,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000712,src:000040+000398,op:splice,rep:8.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000712,sync:fuzz02,src:000706.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000716,src:000040+000392,op:splice,rep:64.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000718,sync:fuzz03,src:000708.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000719,sync:fuzz03,src:000713.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000720,sync:fuzz03,src:000709.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000721,sync:fuzz03,src:000714.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000722,sync:fuzz02,src:000717.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000724,sync:fuzz03,src:000718.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000725,sync:fuzz04,src:000713.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000727,sync:fuzz05,src:000722.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000728,sync:fuzz03,src:000722.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000730,src:000194+000325,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000731,sync:fuzz07,src:000693.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000733,sync:fuzz03,src:000727.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000734,sync:fuzz03,src:000728.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000736,sync:fuzz03,src:000730.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000737,sync:fuzz03,src:000731.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000738,src:000687+000276,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000739,sync:fuzz04,src:000726.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000740,src:000739,op:havoc,rep:2.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000741,src:000363+000737,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000743,src:000374+000739,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000744,src:000489+000038,op:splice,rep:16.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000745,sync:fuzz04,src:000733.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000749,sync:fuzz04,src:000737.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000750,sync:fuzz04,src:000738.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000751,sync:fuzz04,src:000739.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000752,src:000091+000751,op:splice,rep:32.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000753,sync:fuzz05,src:000748.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000755,sync:fuzz04,src:000743.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000756,sync:fuzz03,src:000750.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000757,sync:fuzz04,src:000745.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000758,sync:fuzz04,src:000746.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000760,sync:fuzz04,src:000748.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000761,sync:fuzz04,src:000749.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000762,src:000098+000760,op:splice,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000763,sync:fuzz04,src:000751.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000764,sync:fuzz03,src:000758.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000765,sync:fuzz04,src:000753.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000766,sync:fuzz04,src:000754.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000767,sync:fuzz04,src:000755.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000768,sync:fuzz04,src:000756.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000769,sync:fuzz04,src:000757.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000771,sync:fuzz04,src:000759.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000774,src:000773,op:havoc,rep:4.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000777,sync:fuzz03,src:000772.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000780,sync:fuzz03,src:000775.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-bmp/id:000781,sync:fuzz03,src:000776.bmp
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000000,orig:id:000010,src:000000,op:flip1,pos:4,+cov.ico.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000001,orig:id:000134,src:000000,op:havoc,rep:128.ico.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000002,orig:id:000165,src:000000,op:havoc,rep:16.ico.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000003,orig:id:000501,src:000296,op:int16,pos:6,val:be:+1000.ico.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000004,orig:id:001590,src:000555,op:havoc,rep:2.ico.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000005,orig:id:000396,src:000019,op:flip1,pos:18,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000006,orig:id:000397,src:000019,op:flip1,pos:18,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000007,orig:id:000402,src:000019,op:flip1,pos:27,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000008,orig:id:000403,src:000019,op:flip1,pos:29,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000009,orig:id:000408,src:000019,op:flip1,pos:33,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000010,orig:id:000409,src:000019,op:flip1,pos:34,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000011,orig:id:000412,src:000019,op:flip1,pos:38,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000012,orig:id:000413,src:000019,op:flip1,pos:38,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000013,orig:id:000414,src:000019,op:flip1,pos:38,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000014,orig:id:000418,src:000019,op:flip1,pos:54.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000015,orig:id:000424,src:000019,op:flip2,pos:38,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000016,orig:id:000431,src:000019,op:arith8,pos:22,val:-28,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000017,orig:id:000438,src:000019,op:arith8,pos:54,val:-4.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000018,orig:id:000439,src:000019,op:arith8,pos:54,val:-10.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000019,orig:id:000442,src:000019,op:arith8,pos:54,val:-14.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000020,orig:id:000449,src:000019,op:int8,pos:30,val:+16.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000021,orig:id:000454,src:000019,op:int32,pos:30,val:-2147483648,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000022,orig:id:000455,src:000019,op:int32,pos:35,val:be:+1,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000023,orig:id:000456,src:000019,op:int32,pos:36,val:be:+512,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000024,orig:id:000459,src:000392,op:flip1,pos:36.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000025,orig:id:000460,src:000392,op:flip2,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000026,orig:id:000461,src:000392,op:flip4,pos:54.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000027,orig:id:000463,src:000392,op:arith8,pos:54,val:-13.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000028,orig:id:000467,src:000400,op:flip4,pos:54.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000029,orig:id:000468,src:000400,op:arith8,pos:30,val:+10.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000030,orig:id:000472,src:000400,op:arith8,pos:54,val:-6.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000031,orig:id:000474,src:000400,op:int16,pos:29,val:+512.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000032,orig:id:000475,src:000400,op:int16,pos:29,val:+1024.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000033,orig:id:000476,src:000403,op:arith8,pos:22,val:-28,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000034,orig:id:000481,src:000430,op:flip1,pos:23.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000035,orig:id:000482,src:000430,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000036,orig:id:000483,src:000430,op:flip2,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000037,orig:id:000484,src:000430,op:arith8,pos:36,val:+12,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000038,orig:id:000485,src:000430,op:arith8,pos:36,val:+20,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000039,orig:id:000486,src:000430,op:arith8,pos:36,val:+28,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000040,orig:id:000487,src:000430,op:int16,pos:14,val:+127.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000041,orig:id:000488,src:000431,op:flip1,pos:28,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000042,orig:id:000489,src:000431,op:flip2,pos:27,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000043,orig:id:000490,src:000431,op:flip16,pos:27,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000044,orig:id:000491,src:000432,op:arith8,pos:36,val:+12,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000045,orig:id:000492,src:000432,op:arith8,pos:36,val:+20,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000046,orig:id:000493,src:000432,op:arith8,pos:36,val:+28,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000047,orig:id:000494,src:000432,op:int16,pos:14,val:+127,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000048,orig:id:000495,src:000434,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000049,orig:id:000496,src:000434,op:flip1,pos:31.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000050,orig:id:000497,src:000447,op:flip2,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000051,orig:id:000498,src:000447,op:flip2,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000052,orig:id:000499,src:000447,op:arith8,pos:54,val:-12.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000053,orig:id:000503,src:000452,op:flip2,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000054,orig:id:000505,src:000452,op:arith8,pos:26,val:-26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000055,orig:id:000506,src:000452,op:arith8,pos:26,val:-27.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000056,orig:id:000507,src:000452,op:arith8,pos:26,val:-28.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000057,orig:id:000508,src:000452,op:arith8,pos:26,val:-29.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000058,orig:id:000510,src:000452,op:arith8,pos:36,val:+12,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000059,orig:id:000513,src:000452,op:arith32,pos:30,val:-6.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000060,orig:id:000514,src:000452,op:arith32,pos:30,val:-8.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000061,orig:id:000515,src:000452,op:arith32,pos:30,val:-10.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000062,orig:id:000518,src:000462,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000063,orig:id:000521,src:000462,op:flip32,pos:30.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000064,orig:id:000523,src:000462,op:int8,pos:30,val:+1,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000065,orig:id:000524,src:000464,op:arith8,pos:36,val:+20.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000066,orig:id:000525,src:000470,op:flip1,pos:14.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000067,orig:id:000526,src:000470,op:flip1,pos:15.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000068,orig:id:000528,src:000470,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000069,orig:id:000529,src:000470,op:flip1,pos:26,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000070,orig:id:000531,src:000470,op:flip4,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000071,orig:id:000532,src:000470,op:flip32,pos:30.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000072,orig:id:000534,src:000470,op:arith8,pos:26,val:+18.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000073,orig:id:000535,src:000470,op:int8,pos:26,val:-128.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000074,orig:id:000536,src:000470,op:int8,pos:26,val:+64.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000075,orig:id:000537,src:000470,op:int8,pos:26,val:+100.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000076,orig:id:000538,src:000470,op:int8,pos:30,val:+1,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000077,orig:id:000539,src:000477,op:arith8,pos:36,val:+12,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000078,orig:id:000547,src:000478,op:flip1,pos:26,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000079,orig:id:000549,src:000478,op:flip1,pos:62,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000080,orig:id:000568,src:000478,op:int8,pos:26,val:+127.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000081,orig:id:000569,src:000478,op:int16,pos:14,val:+64,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000082,orig:id:000570,src:000478,op:int16,pos:14,val:+100,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000083,orig:id:000574,src:000478,op:havoc,rep:8.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000084,orig:id:000579,src:000478,op:havoc,rep:16.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000085,orig:id:000583,src:000478,op:havoc,rep:16.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000086,orig:id:000586,src:000478,op:havoc,rep:16.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000087,orig:id:000589,src:000478,op:havoc,rep:32.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000088,orig:id:000590,src:000478,op:havoc,rep:16.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000089,orig:id:000591,src:000478,op:havoc,rep:4.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000090,orig:id:000592,src:000478,op:havoc,rep:64.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000091,orig:id:000594,src:000484,op:flip1,pos:15.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000092,orig:id:000596,src:000484,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000093,orig:id:000597,src:000484,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000094,orig:id:000598,src:000484,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000095,orig:id:000599,src:000484,op:flip2,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000096,orig:id:000600,src:000484,op:flip4,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000097,orig:id:000601,src:000484,op:arith8,pos:26,val:+15.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000098,orig:id:000602,src:000484,op:arith8,pos:26,val:-21.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000099,orig:id:000603,src:000484,op:int8,pos:26,val:+127.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000100,orig:id:000604,src:000488,op:int8,pos:30,val:+1,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000101,orig:id:000606,src:000504,op:flip1,pos:30.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000102,orig:id:000607,src:000510,op:arith8,pos:30,val:+6.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000103,orig:id:000608,src:000510,op:arith32,pos:30,val:-10.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000104,orig:id:000610,src:000512,op:arith32,pos:30,val:-6.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000105,orig:id:000611,src:000512,op:arith32,pos:30,val:-8.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000106,orig:id:000612,src:000513,op:arith8,pos:36,val:+20.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000107,orig:id:000614,src:000519,op:flip32,pos:30.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000108,orig:id:000617,src:000522,op:arith32,pos:30,val:be:-1.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000109,orig:id:000618,src:000533,op:flip1,pos:30.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000110,orig:id:000619,src:000533,op:flip32,pos:30.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000111,orig:id:000620,src:000533,op:arith32,pos:30,val:be:-1.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000112,orig:id:000622,src:000538,op:arith32,pos:30,val:-7.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000113,orig:id:000623,src:000538,op:arith32,pos:30,val:-9.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000114,orig:id:000624,src:000553,op:flip1,pos:14.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000115,orig:id:000625,src:000553,op:flip1,pos:22.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000116,orig:id:000626,src:000553,op:flip1,pos:23.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000117,orig:id:000627,src:000553,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000118,orig:id:000629,src:000555,op:arith32,pos:69,val:be:+1.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000119,orig:id:000631,src:000567,op:flip1,pos:30.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000120,orig:id:000632,src:000567,op:flip2,pos:14.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000121,orig:id:000633,src:000567,op:flip2,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000122,orig:id:000634,src:000567,op:arith32,pos:30,val:be:-1.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000123,orig:id:000636,src:000577,op:flip1,pos:22,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000124,orig:id:000637,src:000577,op:flip1,pos:22.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000125,orig:id:000638,src:000577,op:flip1,pos:23.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000126,orig:id:000641,src:000589,op:int16,pos:14,val:+127.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000127,orig:id:000642,src:000589,op:havoc,rep:4.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000128,orig:id:000645,src:000593,op:flip2,pos:36.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000129,orig:id:000651,src:000602,op:flip2,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000130,orig:id:000652,src:000604,op:flip1,pos:32,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000131,orig:id:000653,src:000604,op:flip1,pos:32,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000132,orig:id:000654,src:000614,op:flip1,pos:23.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000133,orig:id:000656,src:000616,op:flip1,pos:22,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000134,orig:id:000660,src:000616,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000135,orig:id:000664,src:000616,op:havoc,rep:8.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000136,orig:id:000666,src:000616,op:havoc,rep:16.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000137,orig:id:000668,src:000616,op:havoc,rep:8.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000138,orig:id:000669,src:000628,op:flip1,pos:14.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000139,orig:id:000670,src:000628,op:flip1,pos:15.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000140,orig:id:000671,src:000628,op:havoc,rep:8.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000141,orig:id:000672,src:000628,op:havoc,rep:2,+cov.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000142,orig:id:000673,src:000628,op:havoc,rep:32.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000143,orig:id:000674,src:000628,op:havoc,rep:64.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000144,orig:id:000675,src:000628,op:havoc,rep:64.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000145,orig:id:000676,src:000635,op:int32,pos:66,val:+16.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000146,orig:id:000679,src:000640,op:flip1,pos:23.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000147,orig:id:000680,src:000643,op:flip2,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000148,orig:id:000681,src:000643,op:arith8,pos:26,val:-27.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000149,orig:id:000682,src:000643,op:arith8,pos:26,val:-28.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000150,orig:id:000683,src:000643,op:arith8,pos:26,val:-29.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000151,orig:id:000684,src:000643,op:havoc,rep:32.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000152,orig:id:000686,src:000643,op:havoc,rep:8.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000153,orig:id:000688,src:000643,op:havoc,rep:32.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000154,orig:id:000692,src:000645,op:arith8,pos:26,val:-28.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000155,orig:id:000696,src:000648,op:flip1,pos:72.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000156,orig:id:000697,src:000648,op:int16,pos:63,val:+0.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000157,orig:id:000698,src:000648,op:int16,pos:68,val:+0.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000158,orig:id:000699,src:000649,op:flip1,pos:72.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000159,orig:id:000700,src:000649,op:int16,pos:63,val:+0.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000160,orig:id:000701,src:000649,op:int16,pos:68,val:+0.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000161,orig:id:000702,src:000658,op:flip1,pos:14.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000162,orig:id:000703,src:000658,op:flip4,pos:22.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000163,orig:id:000705,src:000667,op:flip1,pos:23.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000164,orig:id:000707,src:000676,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000165,orig:id:000708,src:000676,op:arith8,pos:26,val:+7.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000166,orig:id:000709,src:000682,op:flip1,pos:72.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000167,orig:id:000711,src:000687,op:arith8,pos:26,val:-27.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000168,orig:id:000712,src:000687,op:arith8,pos:26,val:-29.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000169,orig:id:000713,src:000693,op:flip1,pos:22.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000170,orig:id:000714,src:000693,op:flip1,pos:72.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000171,orig:id:000715,src:000693,op:int16,pos:63,val:+0.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000172,orig:id:000716,src:000693,op:int16,pos:68,val:+0.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000173,orig:id:000718,src:000693,op:havoc,rep:16.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000174,orig:id:000719,src:000700,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000175,orig:id:000720,src:000700,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000176,orig:id:000721,src:000706,op:flip1,pos:62.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000177,orig:id:000722,src:000706,op:flip1,pos:66.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000178,orig:id:000723,src:000706,op:flip2,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000179,orig:id:000725,src:000706,op:arith8,pos:26,val:-3.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000180,orig:id:000726,src:000706,op:int8,pos:73,val:+0.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000181,orig:id:000729,src:000710,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000182,orig:id:000730,src:000710,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000183,orig:id:000731,src:000710,op:int16,pos:63,val:+0.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000184,orig:id:000732,src:000710,op:int16,pos:68,val:+0.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000185,orig:id:000733,src:000711,op:flip1,pos:22.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000186,orig:id:000735,src:000717,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000187,orig:id:000736,src:000717,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000188,orig:id:000737,src:000724,op:flip1,pos:66.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000189,orig:id:000738,src:000724,op:int8,pos:73,val:+0.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000190,orig:id:000739,src:000730,op:havoc,rep:32.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000191,orig:id:000740,src:000731,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000192,orig:id:000741,src:000731,op:havoc,rep:2.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000193,orig:id:000742,src:000738,op:flip1,pos:26.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000194,orig:id:000743,src:000664,op:flip1,pos:64.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000195,orig:id:000744,src:000678,op:havoc,rep:2.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000196,orig:id:000745,src:000685,op:int16,pos:66,val:+1.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000197,orig:id:000746,src:000685,op:havoc,rep:8.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000198,orig:id:000206,src:000055,op:flip32,pos:30.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000200,orig:id:000208,src:000205,op:flip1,pos:4.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000201,orig:id:000209,src:000205,op:flip1,pos:4.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000202,orig:id:000210,src:000205,op:flip1,pos:58.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000203,orig:id:000211,src:000205,op:flip1,pos:1388.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000204,orig:id:000212,src:000205,op:flip2,pos:70.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000205,orig:id:000213,src:000205,op:havoc,rep:16.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000207,orig:id:000215,src:000124,op:int32,pos:65,val:+256.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000208,orig:id:000216,src:000204,op:havoc,rep:2.min.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000209,src:000000,op:havoc,rep:128,+cov.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000210,src:000206,op:flip1,pos:1388.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000211,src:000199,op:flip2,pos:36.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000212,src:000199,op:flip2,pos:38.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000213,src:000199,op:flip32,pos:30.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000215,src:000214,op:flip1,pos:36.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000216,src:000214,op:flip2,pos:26.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000217,src:000214,op:flip32,pos:30.ico
netsurf-all-3.7/libnsbmp/test/ns-afl-ico/id:000218,src:000217,op:flip1,pos:36.ico
netsurf-all-3.7/libnsbmp/test/runtest.sh
netsurf-all-3.7/libnsfb/COPYING
netsurf-all-3.7/libnsfb/Makefile
netsurf-all-3.7/libnsfb/README
netsurf-all-3.7/libnsfb/include/libnsfb.h
netsurf-all-3.7/libnsfb/include/libnsfb_cursor.h
netsurf-all-3.7/libnsfb/include/libnsfb_event.h
netsurf-all-3.7/libnsfb/include/libnsfb_plot.h
netsurf-all-3.7/libnsfb/include/libnsfb_plot_util.h
netsurf-all-3.7/libnsfb/libnsfb.pc.in
netsurf-all-3.7/libnsfb/src/Makefile
netsurf-all-3.7/libnsfb/src/cursor.c
netsurf-all-3.7/libnsfb/src/cursor.h
netsurf-all-3.7/libnsfb/src/dump.c
netsurf-all-3.7/libnsfb/src/libnsfb.c
netsurf-all-3.7/libnsfb/src/nsfb.h
netsurf-all-3.7/libnsfb/src/palette.c
netsurf-all-3.7/libnsfb/src/palette.h
netsurf-all-3.7/libnsfb/src/plot.h
netsurf-all-3.7/libnsfb/src/plot/16bpp.c
netsurf-all-3.7/libnsfb/src/plot/1bpp.c
netsurf-all-3.7/libnsfb/src/plot/24bpp.c
netsurf-all-3.7/libnsfb/src/plot/32bpp-common.c
netsurf-all-3.7/libnsfb/src/plot/32bpp-xbgr8888.c
netsurf-all-3.7/libnsfb/src/plot/32bpp-xrgb8888.c
netsurf-all-3.7/libnsfb/src/plot/8bpp.c
netsurf-all-3.7/libnsfb/src/plot/Makefile
netsurf-all-3.7/libnsfb/src/plot/api.c
netsurf-all-3.7/libnsfb/src/plot/common.c
netsurf-all-3.7/libnsfb/src/plot/generic.c
netsurf-all-3.7/libnsfb/src/plot/util.c
netsurf-all-3.7/libnsfb/src/surface.h
netsurf-all-3.7/libnsfb/src/surface/Makefile
netsurf-all-3.7/libnsfb/src/surface/able.c
netsurf-all-3.7/libnsfb/src/surface/linux.c
netsurf-all-3.7/libnsfb/src/surface/ram.c
netsurf-all-3.7/libnsfb/src/surface/sdl.c
netsurf-all-3.7/libnsfb/src/surface/surface.c
netsurf-all-3.7/libnsfb/src/surface/vnc.c
netsurf-all-3.7/libnsfb/src/surface/wld.c
netsurf-all-3.7/libnsfb/src/surface/x.c
netsurf-all-3.7/libnsfb/test/Makefile
netsurf-all-3.7/libnsfb/test/bezier.c
netsurf-all-3.7/libnsfb/test/bitmap.c
netsurf-all-3.7/libnsfb/test/frontend.c
netsurf-all-3.7/libnsfb/test/nsglobe.c
netsurf-all-3.7/libnsfb/test/path.c
netsurf-all-3.7/libnsfb/test/plottest.c
netsurf-all-3.7/libnsfb/test/polygon.c
netsurf-all-3.7/libnsfb/test/polystar.c
netsurf-all-3.7/libnsfb/test/polystar2.c
netsurf-all-3.7/libnsfb/test/runtest.sh
netsurf-all-3.7/libnsfb/test/svgtiny.c
netsurf-all-3.7/libnsfb/test/text-speed.c
netsurf-all-3.7/libnsfb/usage
netsurf-all-3.7/libnsgif/COPYING
netsurf-all-3.7/libnsgif/Makefile
netsurf-all-3.7/libnsgif/README
netsurf-all-3.7/libnsgif/docs/Doxyfile
netsurf-all-3.7/libnsgif/examples/disassemble_gif.pl
netsurf-all-3.7/libnsgif/examples/gif_display
netsurf-all-3.7/libnsgif/include/libnsgif.h
netsurf-all-3.7/libnsgif/libnsgif.pc.in
netsurf-all-3.7/libnsgif/src/Makefile
netsurf-all-3.7/libnsgif/src/libnsgif.c
netsurf-all-3.7/libnsgif/src/lzw.c
netsurf-all-3.7/libnsgif/src/lzw.h
netsurf-all-3.7/libnsgif/src/utils/log.h
netsurf-all-3.7/libnsgif/test/Makefile
netsurf-all-3.7/libnsgif/test/data/lzwof.gif
netsurf-all-3.7/libnsgif/test/data/lzwoob.gif
netsurf-all-3.7/libnsgif/test/data/waves.gif
netsurf-all-3.7/libnsgif/test/decode_gif.c
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000001,orig:id:000192,src:000000,op:havoc,rep:128,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000002,orig:id:000241,src:000000,op:havoc,rep:1.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000005,orig:id:000479,src:000000,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000007,orig:id:000516,src:000037,op:havoc,rep:1.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000008,orig:id:000523,src:000037,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000009,orig:id:000542,src:000080,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000010,orig:id:000547,src:000080,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000011,orig:id:000565,src:000080,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000013,orig:id:000579,src:000080,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000014,orig:id:000589,src:000080,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000015,orig:id:000632,src:000116,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000017,orig:id:000810,src:000479,op:flip1,pos:49.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000019,orig:id:001022,src:000935,op:flip1,pos:28.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000020,orig:id:001023,src:000935,op:arith8,pos:26,val:+22.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000021,orig:id:001030,src:000947,op:flip1,pos:38.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000023,orig:id:001366,src:001321,op:flip4,pos:10.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000024,orig:id:001424,src:001372,op:flip1,pos:10.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000027,orig:id:001759,src:001423,op:arith8,pos:15139,val:+5.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000028,orig:id:000452,src:000005,op:flip1,pos:0,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000029,orig:id:000453,src:000005,op:flip1,pos:10,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000031,orig:id:000456,src:000005,op:flip1,pos:42,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000032,orig:id:000458,src:000005,op:arith8,pos:25,val:+26,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000033,orig:id:000459,src:000005,op:arith8,pos:32,val:+35,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000034,orig:id:000461,src:000005,op:arith8,pos:33,val:+15,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000035,orig:id:000462,src:000005,op:arith16,pos:42,val:+6,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000036,orig:id:000463,src:000005,op:int8,pos:67,val:+0,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000040,orig:id:000471,src:000005,op:havoc,rep:4,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000041,orig:id:000472,src:000005,op:havoc,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000042,orig:id:000474,src:000005,op:havoc,rep:2,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000043,orig:id:000477,src:000005,op:havoc,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000045,orig:id:000483,src:000005,op:havoc,rep:4,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000046,orig:id:000484,src:000005,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000047,orig:id:000485,src:000025,op:flip2,pos:26,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000049,orig:id:000491,src:000046,op:flip1,pos:25.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000050,orig:id:000495,src:000046,op:flip1,pos:26.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000053,orig:id:000500,src:000046,op:flip1,pos:28.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000055,orig:id:000507,src:000046,op:flip1,pos:35.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000056,orig:id:000509,src:000046,op:flip1,pos:44.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000059,orig:id:000518,src:000046,op:flip32,pos:81,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000062,orig:id:000527,src:000046,op:int32,pos:17,val:be:+1.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000063,orig:id:000528,src:000046,op:int32,pos:17,val:be:+16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000065,orig:id:000530,src:000046,op:int32,pos:18,val:be:+512.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000066,orig:id:000531,src:000046,op:int32,pos:18,val:be:+1000.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000067,orig:id:000532,src:000046,op:int32,pos:18,val:be:+1024.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000070,orig:id:000536,src:000046,op:int32,pos:156,val:+256,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000071,orig:id:000537,src:000046,op:havoc,rep:32.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000073,orig:id:000540,src:000046,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000074,orig:id:000541,src:000046,op:havoc,rep:64.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000075,orig:id:000542,src:000046,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000082,orig:id:000556,src:000046,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000083,orig:id:000557,src:000046,op:havoc,rep:8,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000085,orig:id:000559,src:000046,op:havoc,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000086,orig:id:000561,src:000097,op:havoc,rep:32.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000092,orig:id:000580,src:000099,op:flip4,pos:44.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000097,orig:id:000592,src:000099,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000098,orig:id:000595,src:000099,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000100,orig:id:000600,src:000107,op:flip4,pos:27,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000103,orig:id:000608,src:000136,op:flip1,pos:40.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000108,orig:id:000614,src:000136,op:arith8,pos:140,val:-22.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000113,orig:id:000621,src:000136,op:int32,pos:161,val:+128.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000114,orig:id:000626,src:000185,op:flip1,pos:26,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000116,orig:id:000628,src:000185,op:flip1,pos:26.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000117,orig:id:000629,src:000185,op:flip1,pos:26.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000118,orig:id:000630,src:000185,op:flip1,pos:26.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000119,orig:id:000634,src:000185,op:flip1,pos:28.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000121,orig:id:000637,src:000185,op:flip1,pos:28.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000122,orig:id:000638,src:000185,op:flip1,pos:28.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000123,orig:id:000644,src:000185,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000124,orig:id:000655,src:000185,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000125,orig:id:000656,src:000185,op:havoc,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000126,orig:id:000660,src:000460,op:arith8,pos:37,val:+33.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000127,orig:id:000661,src:000465,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000128,orig:id:000662,src:000473,op:arith8,pos:13,val:-31,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000129,orig:id:000663,src:000477,op:arith16,pos:34,val:+6.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000130,orig:id:000664,src:000480,op:arith8,pos:40,val:-17.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000134,orig:id:000668,src:000577,op:flip1,pos:43.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000135,orig:id:000669,src:000577,op:arith8,pos:43,val:+11.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000136,orig:id:000670,src:000580,op:flip1,pos:43.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000138,orig:id:000672,src:000587,op:flip1,pos:43.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000140,orig:id:000674,src:000589,op:flip2,pos:27.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000144,orig:id:000682,src:000594,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000145,orig:id:000684,src:000629,op:flip2,pos:19.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000146,orig:id:000685,src:000629,op:flip2,pos:33.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000147,orig:id:000686,src:000629,op:flip4,pos:34.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000148,orig:id:000687,src:000629,op:int8,pos:34,val:+0.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000149,orig:id:000689,src:000631,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000152,orig:id:000692,src:000631,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000154,orig:id:000695,src:000631,op:havoc,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000155,orig:id:000696,src:000639,op:flip1,pos:27.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000156,orig:id:000698,src:000639,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000164,orig:id:000706,src:000668,op:arith8,pos:57,val:+7.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000169,orig:id:000714,src:000676,op:flip2,pos:40.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000170,orig:id:000715,src:000676,op:arith8,pos:40,val:-20.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000171,orig:id:000716,src:000676,op:arith8,pos:40,val:-24.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000174,orig:id:000719,src:000677,op:flip1,pos:40.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000175,orig:id:000720,src:000677,op:flip1,pos:41.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000176,orig:id:000721,src:000677,op:flip2,pos:40.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000177,orig:id:000722,src:000677,op:arith8,pos:40,val:-20.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000178,orig:id:000723,src:000677,op:arith8,pos:40,val:-24.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000180,orig:id:000727,src:000709,op:flip1,pos:86.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000182,orig:id:000729,src:000711,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000185,orig:id:000732,src:000713,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000186,orig:id:000733,src:000713,op:havoc,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000188,orig:id:000735,src:000724,op:flip2,pos:33.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000189,orig:id:000737,src:000724,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000190,orig:id:000739,src:000724,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000196,src:000043+000016,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000197,src:000043+000016,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000207,src:000190+000016,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000210,src:000190+000016,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000215,src:000131+000210,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000216,sync:gif_fuzz02,src:000202.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000216,sync:gif_fuzz03,src:000212.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000218,sync:gif_fuzz03,src:000214.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000220,sync:gif_fuzz03,src:000217.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000221,sync:gif_fuzz02,src:000201,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000222,sync:gif_fuzz03,src:000220.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000231,src:000043,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000234,src:000084+000207,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000235,src:000084+000207,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000238,src:000084+000207,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000243,src:000115+000225,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000248,src:000203+000246,op:splice,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000249,src:000206,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000252,sync:gif_fuzz03,src:000242.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000256,src:000002+000246,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000258,sync:gif_fuzz03,src:000250.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000260,src:000127+000249,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000261,src:000127+000249,op:splice,rep:32.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000262,src:000218,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000268,src:000258,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000269,src:000263,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000270,src:000263,op:havoc,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000271,src:000263,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000273,sync:gif_fuzz01,src:000257.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000281,sync:gif_fuzz03,src:000273.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000290,sync:gif_fuzz03,src:000282.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000293,src:000123+000247,op:splice,rep:64.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000306,src:000294,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000309,sync:gif_fuzz01,src:000286.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000312,src:000101+000289,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000313,src:000101+000289,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000317,src:000298,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000319,sync:gif_fuzz03,src:000307.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000320,sync:gif_fuzz03,src:000308.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000322,sync:gif_fuzz03,src:000310,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000323,sync:gif_fuzz03,src:000311.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000324,sync:gif_fuzz03,src:000312.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000325,src:000031+000320,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000331,sync:gif_fuzz03,src:000318.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000332,src:000331+000250,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000337,src:000059+000114,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000338,src:000083+000066,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000341,sync:gif_fuzz03,src:000328.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000345,sync:gif_fuzz03,src:000332.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000349,src:000344+000293,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000350,sync:gif_fuzz03,src:000337.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000353,src:000351,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000354,sync:gif_fuzz03,src:000341.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000355,src:000348,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000356,src:000101+000345,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000357,sync:gif_fuzz03,src:000344.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000360,sync:gif_fuzz03,src:000347.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000368,sync:gif_fuzz03,src:000357.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000369,sync:gif_fuzz03,src:000352,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000371,sync:gif_fuzz03,src:000358.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000372,sync:gif_fuzz03,src:000359.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000373,src:000371,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000375,src:000374,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000376,src:000374,op:havoc,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000377,sync:gif_fuzz03,src:000364,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000390,src:000353,op:flip1,pos:28.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000390,src:000383,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000391,src:000353,op:flip1,pos:28.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000391,src:000388,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000392,sync:gif_fuzz03,src:000370,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000394,src:000353,op:arith8,pos:28,val:-33.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000394,src:000390,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000396,src:000353,op:int32,pos:301,val:+128.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000397,src:000353,op:ext_AO,pos:32,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000398,src:000359,op:flip2,pos:31.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000409,src:000403,op:havoc,rep:16,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000418,src:000414,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000425,src:000419+000413,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000428,src:000420,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000433,src:000430,op:havoc,rep:2,+cov.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000438,src:000433,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000440,src:000083+000367,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000443,sync:gif_fuzz03,src:000431.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000449,src:000448,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000449,sync:gif_fuzz03,src:000442.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000450,sync:gif_fuzz03,src:000436.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000457,sync:gif_fuzz03,src:000443.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000462,src:000461,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000463,sync:gif_fuzz02,src:000475.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000466,sync:gif_fuzz03,src:000453.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000468,sync:gif_fuzz03,src:000455.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000469,src:000467,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000479,src:000475,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000483,sync:gif_fuzz02,src:000441.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000485,sync:gif_fuzz03,src:000472.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000487,src:000167+000469,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000489,sync:gif_fuzz02,src:000508.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000491,src:000167+000401,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000495,sync:gif_fuzz03,src:000481.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000496,src:000452,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000496,sync:gif_fuzz02,src:000587.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000498,sync:gif_fuzz03,src:000487.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000499,sync:gif_fuzz03,src:000486.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000509,src:000044+000479,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000510,src:000127+000503,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000514,sync:gif_fuzz03,src:000502.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000518,src:000507,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000519,sync:gif_fuzz03,src:000504.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000526,src:000482+000491,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000531,src:000509,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000532,src:000044+000341,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000535,src:000059+000527,op:splice,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000536,sync:gif_fuzz03,src:000524.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000545,sync:gif_fuzz03,src:000531.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000549,sync:gif_fuzz03,src:000533.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000553,sync:gif_fuzz03,src:000540.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000567,sync:gif_fuzz03,src:000552.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000568,src:000545+000541,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000569,src:000565,op:havoc,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000572,sync:gif_fuzz03,src:000560.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000573,sync:gif_fuzz03,src:000562.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000574,sync:gif_fuzz03,src:000561.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000575,src:000369+000545,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000576,sync:gif_fuzz03,src:000564.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000578,sync:gif_fuzz03,src:000566.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000588,src:000167+000583,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000592,src:000017+000588,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000594,sync:gif_fuzz03,src:000583.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000595,sync:gif_fuzz03,src:000584.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000598,src:000575,op:havoc,rep:16.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000599,src:000558+000588,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000599,sync:gif_fuzz03,src:000587.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000601,sync:gif_fuzz03,src:000590.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000602,sync:gif_fuzz03,src:000591.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000603,src:000275+000565,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000604,sync:gif_fuzz03,src:000593.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000605,src:000168+000590,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000607,sync:gif_fuzz03,src:000597.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000609,src:000050+000547,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000610,src:000471+000572,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000611,sync:gif_fuzz03,src:000602.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000612,sync:gif_fuzz03,src:000603.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000613,src:000010+000561,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000614,sync:gif_fuzz03,src:000605.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000615,src:000104+000584,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000616,src:000267+000596,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000618,src:000367+000589,op:splice,rep:8.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000621,sync:gif_fuzz03,src:000612.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000623,sync:gif_fuzz03,src:000614.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000624,sync:gif_fuzz03,src:000615.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000626,src:000370+000563,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000627,src:000467+000621,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000628,sync:gif_fuzz03,src:000619.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000631,sync:gif_fuzz03,src:000622.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000632,sync:gif_fuzz03,src:000623.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000633,sync:gif_fuzz03,src:000624.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000646,sync:gif_fuzz03,src:000639.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000648,src:000642,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000649,src:000580+000621,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000651,src:000542,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000652,src:000651,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000654,src:000185+000648,op:splice,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000655,sync:gif_fuzz03,src:000648.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000658,sync:gif_fuzz03,src:000651.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000659,src:000168+000655,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000661,src:000641,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000662,src:000661,op:havoc,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000663,src:000660,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000666,sync:gif_fuzz03,src:000659.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000668,src:000377+000666,op:splice,rep:2.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000668,src:000663,op:havoc,rep:4.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000669,sync:gif_fuzz03,src:000662.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000672,sync:gif_fuzz03,src:000665.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000673,sync:gif_fuzz03,src:000666.gif
netsurf-all-3.7/libnsgif/test/ns-afl-gif/id:000674,src:000673+000597,op:splice,rep:16.gif
netsurf-all-3.7/libnsgif/test/runtest.sh
netsurf-all-3.7/libnslog/COPYING
netsurf-all-3.7/libnslog/Makefile
netsurf-all-3.7/libnslog/README
netsurf-all-3.7/libnslog/docs/Doxyfile
netsurf-all-3.7/libnslog/docs/examples.md
netsurf-all-3.7/libnslog/docs/mainpage.md
netsurf-all-3.7/libnslog/include/nslog/nslog.h
netsurf-all-3.7/libnslog/libnslog.pc.in
netsurf-all-3.7/libnslog/src/Makefile
netsurf-all-3.7/libnslog/src/core.c
netsurf-all-3.7/libnslog/src/filter-lexer.l
netsurf-all-3.7/libnslog/src/filter-parser.y
netsurf-all-3.7/libnslog/src/filter.c
netsurf-all-3.7/libnslog/src/nslog_internal.h
netsurf-all-3.7/libnslog/test/Makefile
netsurf-all-3.7/libnslog/test/basictests.c
netsurf-all-3.7/libnslog/test/runtest.sh
netsurf-all-3.7/libnslog/test/testmain.c
netsurf-all-3.7/libnslog/test/tests.h
netsurf-all-3.7/libnspsl/COPYING
netsurf-all-3.7/libnspsl/Makefile
netsurf-all-3.7/libnspsl/README
netsurf-all-3.7/libnspsl/docs/huffing.svg
netsurf-all-3.7/libnspsl/docs/psltree.svg
netsurf-all-3.7/libnspsl/include/nspsl.h
netsurf-all-3.7/libnspsl/libnspsl.pc.in
netsurf-all-3.7/libnspsl/public_suffix_list.dat
netsurf-all-3.7/libnspsl/src/Makefile
netsurf-all-3.7/libnspsl/src/genpubsuffix.pl
netsurf-all-3.7/libnspsl/src/nspsl.c
netsurf-all-3.7/libnspsl/src/psl.inc
netsurf-all-3.7/libnspsl/test/Makefile
netsurf-all-3.7/libnspsl/test/nspsl.c
netsurf-all-3.7/libnspsl/test/runtest.sh
netsurf-all-3.7/libnsutils/COPYING
netsurf-all-3.7/libnsutils/Makefile
netsurf-all-3.7/libnsutils/README
netsurf-all-3.7/libnsutils/include/nsutils/base64.h
netsurf-all-3.7/libnsutils/include/nsutils/errors.h
netsurf-all-3.7/libnsutils/include/nsutils/time.h
netsurf-all-3.7/libnsutils/include/nsutils/unistd.h
netsurf-all-3.7/libnsutils/libnsutils.pc.in
netsurf-all-3.7/libnsutils/src/Makefile
netsurf-all-3.7/libnsutils/src/base64.c
netsurf-all-3.7/libnsutils/src/time.c
netsurf-all-3.7/libnsutils/src/unistd.c
netsurf-all-3.7/libnsutils/test/Makefile
netsurf-all-3.7/libnsutils/test/base64.c
netsurf-all-3.7/libnsutils/test/runtest.sh
netsurf-all-3.7/libparserutils/COPYING
netsurf-all-3.7/libparserutils/Makefile
netsurf-all-3.7/libparserutils/Makefile.config
netsurf-all-3.7/libparserutils/README
netsurf-all-3.7/libparserutils/build/Aliases
netsurf-all-3.7/libparserutils/build/Doxyfile
netsurf-all-3.7/libparserutils/build/conv.pl
netsurf-all-3.7/libparserutils/build/make-aliases.pl
netsurf-all-3.7/libparserutils/docs/Todo
netsurf-all-3.7/libparserutils/include/parserutils/charset/codec.h
netsurf-all-3.7/libparserutils/include/parserutils/charset/mibenum.h
netsurf-all-3.7/libparserutils/include/parserutils/charset/utf16.h
netsurf-all-3.7/libparserutils/include/parserutils/charset/utf8.h
netsurf-all-3.7/libparserutils/include/parserutils/errors.h
netsurf-all-3.7/libparserutils/include/parserutils/functypes.h
netsurf-all-3.7/libparserutils/include/parserutils/input/inputstream.h
netsurf-all-3.7/libparserutils/include/parserutils/parserutils.h
netsurf-all-3.7/libparserutils/include/parserutils/types.h
netsurf-all-3.7/libparserutils/include/parserutils/utils/buffer.h
netsurf-all-3.7/libparserutils/include/parserutils/utils/stack.h
netsurf-all-3.7/libparserutils/include/parserutils/utils/vector.h
netsurf-all-3.7/libparserutils/libparserutils.pc.in
netsurf-all-3.7/libparserutils/src/Makefile
netsurf-all-3.7/libparserutils/src/charset/Makefile
netsurf-all-3.7/libparserutils/src/charset/aliases.c
netsurf-all-3.7/libparserutils/src/charset/aliases.h
netsurf-all-3.7/libparserutils/src/charset/codec.c
netsurf-all-3.7/libparserutils/src/charset/codecs/8859_tables.h
netsurf-all-3.7/libparserutils/src/charset/codecs/Makefile
netsurf-all-3.7/libparserutils/src/charset/codecs/codec_8859.c
netsurf-all-3.7/libparserutils/src/charset/codecs/codec_ascii.c
netsurf-all-3.7/libparserutils/src/charset/codecs/codec_ext8.c
netsurf-all-3.7/libparserutils/src/charset/codecs/codec_impl.h
netsurf-all-3.7/libparserutils/src/charset/codecs/codec_utf16.c
netsurf-all-3.7/libparserutils/src/charset/codecs/codec_utf8.c
netsurf-all-3.7/libparserutils/src/charset/codecs/ext8_tables.h
netsurf-all-3.7/libparserutils/src/charset/encodings/Makefile
netsurf-all-3.7/libparserutils/src/charset/encodings/utf16.c
netsurf-all-3.7/libparserutils/src/charset/encodings/utf8.c
netsurf-all-3.7/libparserutils/src/charset/encodings/utf8impl.h
netsurf-all-3.7/libparserutils/src/input/Makefile
netsurf-all-3.7/libparserutils/src/input/filter.c
netsurf-all-3.7/libparserutils/src/input/filter.h
netsurf-all-3.7/libparserutils/src/input/inputstream.c
netsurf-all-3.7/libparserutils/src/utils/Makefile
netsurf-all-3.7/libparserutils/src/utils/buffer.c
netsurf-all-3.7/libparserutils/src/utils/endian.h
netsurf-all-3.7/libparserutils/src/utils/errors.c
netsurf-all-3.7/libparserutils/src/utils/stack.c
netsurf-all-3.7/libparserutils/src/utils/utils.h
netsurf-all-3.7/libparserutils/src/utils/vector.c
netsurf-all-3.7/libparserutils/test/INDEX
netsurf-all-3.7/libparserutils/test/Makefile
netsurf-all-3.7/libparserutils/test/README
netsurf-all-3.7/libparserutils/test/aliases.c
netsurf-all-3.7/libparserutils/test/cscodec-8859.c
netsurf-all-3.7/libparserutils/test/cscodec-ext8.c
netsurf-all-3.7/libparserutils/test/cscodec-utf16.c
netsurf-all-3.7/libparserutils/test/cscodec-utf8.c
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/1.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/10.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/11.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/13.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/14.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/15.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/16.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/2.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/3.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/4.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/5.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/6.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/7.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/8.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/9.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-8859/INDEX
netsurf-all-3.7/libparserutils/test/data/cscodec-ext8/INDEX
netsurf-all-3.7/libparserutils/test/data/cscodec-ext8/cp1250.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-ext8/cp1251.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-ext8/cp1252.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-ext8/cp1253.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-ext8/cp1254.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-ext8/cp1255.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-ext8/cp1256.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-ext8/cp1257.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-ext8/cp1258.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-utf16/INDEX
netsurf-all-3.7/libparserutils/test/data/cscodec-utf16/simple.dat
netsurf-all-3.7/libparserutils/test/data/cscodec-utf8/INDEX
netsurf-all-3.7/libparserutils/test/data/cscodec-utf8/UTF-8-test.txt
netsurf-all-3.7/libparserutils/test/data/cscodec-utf8/simple.dat
netsurf-all-3.7/libparserutils/test/data/input/INDEX
netsurf-all-3.7/libparserutils/test/data/input/UTF-8-test.txt
netsurf-all-3.7/libparserutils/test/filter.c
netsurf-all-3.7/libparserutils/test/inputstream.c
netsurf-all-3.7/libparserutils/test/regression/INDEX
netsurf-all-3.7/libparserutils/test/regression/Makefile
netsurf-all-3.7/libparserutils/test/regression/buffer-discard.c
netsurf-all-3.7/libparserutils/test/regression/filter-badenc-segv.c
netsurf-all-3.7/libparserutils/test/regression/filter-segv.c
netsurf-all-3.7/libparserutils/test/regression/stream-nomem.c
netsurf-all-3.7/libparserutils/test/testutils.h
netsurf-all-3.7/libpencil/Makefile
netsurf-all-3.7/libpencil/include/pencil.h
netsurf-all-3.7/libpencil/libpencil.pc.in
netsurf-all-3.7/libpencil/src/Makefile
netsurf-all-3.7/libpencil/src/pencil_build.c
netsurf-all-3.7/libpencil/src/pencil_internal.h
netsurf-all-3.7/libpencil/src/pencil_save.c
netsurf-all-3.7/libpencil/test/Makefile
netsurf-all-3.7/libpencil/test/pencil_test.c
netsurf-all-3.7/librosprite/COPYING
netsurf-all-3.7/librosprite/Doxyfile
netsurf-all-3.7/librosprite/Makefile
netsurf-all-3.7/librosprite/examples/example.c
netsurf-all-3.7/librosprite/include/librosprite.h
netsurf-all-3.7/librosprite/librosprite.pc.in
netsurf-all-3.7/librosprite/palettes/16colour
netsurf-all-3.7/librosprite/palettes/16mono
netsurf-all-3.7/librosprite/palettes/256colour
netsurf-all-3.7/librosprite/palettes/256mono
netsurf-all-3.7/librosprite/palettes/2mono
netsurf-all-3.7/librosprite/palettes/4mono
netsurf-all-3.7/librosprite/src/Makefile
netsurf-all-3.7/librosprite/src/librosprite.c
netsurf-all-3.7/librosprite/src/palette2c.c
netsurf-all-3.7/librosprite/test-data/32bpp-alpha-test
netsurf-all-3.7/librosprite/test-data/primary-color-16bpp
netsurf-all-3.7/librosprite/test-data/small
netsurf-all-3.7/librufl/.cvsignore
netsurf-all-3.7/librufl/Makefile
netsurf-all-3.7/librufl/include/rufl.h
netsurf-all-3.7/librufl/librufl.pc.in
netsurf-all-3.7/librufl/python/Mk.old
netsurf-all-3.7/librufl/python/ruflmodule.c
netsurf-all-3.7/librufl/src/Glyphs
netsurf-all-3.7/librufl/src/Makefile
netsurf-all-3.7/librufl/src/rufl_character_set_test.c
netsurf-all-3.7/librufl/src/rufl_decompose.c
netsurf-all-3.7/librufl/src/rufl_dump_state.c
netsurf-all-3.7/librufl/src/rufl_find.c
netsurf-all-3.7/librufl/src/rufl_init.c
netsurf-all-3.7/librufl/src/rufl_internal.h
netsurf-all-3.7/librufl/src/rufl_invalidate_cache.c
netsurf-all-3.7/librufl/src/rufl_metrics.c
netsurf-all-3.7/librufl/src/rufl_paint.c
netsurf-all-3.7/librufl/src/rufl_quit.c
netsurf-all-3.7/librufl/src/strfuncs.c
netsurf-all-3.7/librufl/src/strfuncs.h
netsurf-all-3.7/librufl/test/Makefile
netsurf-all-3.7/librufl/test/rufl_chars.c
netsurf-all-3.7/librufl/test/rufl_test.c
netsurf-all-3.7/librufl/tools/makeglyphs
netsurf-all-3.7/libsvgtiny/COPYING
netsurf-all-3.7/libsvgtiny/Makefile
netsurf-all-3.7/libsvgtiny/README
netsurf-all-3.7/libsvgtiny/examples/svgtiny_display
netsurf-all-3.7/libsvgtiny/examples/svgtiny_display_x11.c
netsurf-all-3.7/libsvgtiny/include/svgtiny.h
netsurf-all-3.7/libsvgtiny/libsvgtiny.pc.in
netsurf-all-3.7/libsvgtiny/src/Makefile
netsurf-all-3.7/libsvgtiny/src/colors.gperf
netsurf-all-3.7/libsvgtiny/src/svgtiny.c
netsurf-all-3.7/libsvgtiny/src/svgtiny_gradient.c
netsurf-all-3.7/libsvgtiny/src/svgtiny_internal.h
netsurf-all-3.7/libsvgtiny/src/svgtiny_list.c
netsurf-all-3.7/libsvgtiny/src/svgtiny_strings.h
netsurf-all-3.7/libsvgtiny/test/Makefile
netsurf-all-3.7/libsvgtiny/test/afl-svg.dict
netsurf-all-3.7/libsvgtiny/test/data/SpglGrfC.svg
netsurf-all-3.7/libsvgtiny/test/data/afl-expat-crash.svg
netsurf-all-3.7/libsvgtiny/test/data/bad-grad.svg
netsurf-all-3.7/libsvgtiny/test/data/bad_gradient_points.svg
netsurf-all-3.7/libsvgtiny/test/data/excess-params.svg
netsurf-all-3.7/libsvgtiny/test/data/move.svg
netsurf-all-3.7/libsvgtiny/test/data/polyline.svg
netsurf-all-3.7/libsvgtiny/test/data/range.svg
netsurf-all-3.7/libsvgtiny/test/data/social.svg
netsurf-all-3.7/libsvgtiny/test/data/sprite.svg
netsurf-all-3.7/libsvgtiny/test/data/tiger.svg
netsurf-all-3.7/libsvgtiny/test/decode_svg.c
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0001.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0002.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0003.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0004.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0005.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0006.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0007.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0008.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0009.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0010.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0011.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0012.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0013.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0014.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0015.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0016.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0017.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0018.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0019.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0020.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0021.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0022.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0023.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0024.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0025.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0026.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0027.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0028.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0029.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0030.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0031.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0032.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0033.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0034.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0035.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0036.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0037.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0038.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0039.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0040.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0041.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0042.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0043.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0044.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0045.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0046.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0047.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0048.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0049.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0050.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0051.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0052.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0053.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0054.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0055.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0056.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0057.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0058.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0059.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0060.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0061.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0062.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0063.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0064.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0065.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0066.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0067.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0068.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0069.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0070.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0071.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0072.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0073.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0074.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0075.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0076.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0077.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0078.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0079.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0080.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0081.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0082.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0083.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0084.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0085.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0086.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0087.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0088.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0089.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0090.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0091.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0092.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0093.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0094.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0095.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0096.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0097.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0098.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0099.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0100.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0101.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0102.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0103.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0104.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0105.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0106.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0107.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0108.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0109.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0110.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0111.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0112.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0113.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0114.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0115.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0116.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0117.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0118.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0119.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0120.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0121.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0122.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0123.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0124.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0125.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0126.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0127.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0128.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0129.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0130.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0131.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0132.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0133.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0134.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0135.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0136.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0137.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0138.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0139.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0140.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0141.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0142.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0143.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0144.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0145.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0146.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0147.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0148.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0149.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0150.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0151.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0152.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0153.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0154.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0155.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0156.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0157.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0158.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0159.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0160.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0161.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0162.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0163.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0164.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0165.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0166.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0167.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0168.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0169.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0170.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0171.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0172.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0173.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0174.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0175.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0176.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0177.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0178.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0179.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0180.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0181.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0182.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0183.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0184.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0185.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0186.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0187.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0188.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0189.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0190.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0191.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0192.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0193.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0194.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0195.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0196.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0197.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0198.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0199.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0200.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0201.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0202.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0203.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0204.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0205.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0206.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0207.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0208.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0209.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0210.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0211.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0212.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0213.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0214.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0215.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0216.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0217.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0218.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0219.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0220.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0221.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0222.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0223.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0224.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0225.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0226.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0227.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0228.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0229.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0230.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0231.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0232.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0233.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0234.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0235.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0236.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0237.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0238.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0239.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0240.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0241.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0242.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0243.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0244.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0245.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0246.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0247.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0248.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0249.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0250.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0251.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0252.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0253.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0254.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0255.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0256.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0257.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0258.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0259.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0260.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0261.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0262.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0263.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0264.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0265.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0266.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0267.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0268.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0269.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0270.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0271.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0272.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0273.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0274.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0275.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0276.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0277.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0278.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0279.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0280.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0281.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0282.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0283.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0284.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0285.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0286.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0287.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0288.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0289.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0290.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0291.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0292.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0293.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0294.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0295.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0296.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0297.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0298.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0299.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0300.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0301.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0302.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0303.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0304.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0305.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0306.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0307.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0308.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0309.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0310.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0311.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0312.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0313.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0314.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0315.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0316.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0317.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0318.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0319.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0320.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0321.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0322.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0323.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0324.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0325.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0326.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0327.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0328.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0329.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0330.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0331.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0332.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0333.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0334.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0335.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0336.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0337.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0338.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0339.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0340.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0341.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0342.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0343.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0344.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0345.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0346.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0347.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0348.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0349.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0350.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0351.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0352.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0353.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0354.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0355.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0356.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0357.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0358.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0359.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0360.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0361.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0362.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0363.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0364.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0365.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0366.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0367.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0368.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0369.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0370.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0371.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0372.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0373.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0374.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0375.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0376.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0377.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0378.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0379.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0380.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0381.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0382.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0383.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0384.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0385.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0386.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0387.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0388.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0389.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0390.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0391.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0392.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0393.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0394.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0395.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0396.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0397.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0398.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0399.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0400.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0401.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0402.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0403.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0404.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0405.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0406.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0407.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0408.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0409.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0410.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0411.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0412.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0413.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0414.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0415.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0416.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0417.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0418.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0419.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0420.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0421.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0422.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0423.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0424.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0425.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0426.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0427.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0428.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0429.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0430.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0431.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0432.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0433.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0434.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0435.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0436.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0437.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0438.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0439.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0440.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0441.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0442.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0443.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0444.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0445.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0446.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0447.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0448.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0449.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0450.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0451.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0452.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0453.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0454.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0455.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0456.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0457.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0458.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0459.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0460.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0461.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0462.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0463.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0464.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0465.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0466.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0467.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0468.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0469.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0470.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0471.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0472.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0473.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0474.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0475.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0476.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0477.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0478.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0479.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0480.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0481.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0482.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0483.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0484.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0485.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0486.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0487.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0488.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0489.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0490.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0491.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0492.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0493.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0494.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0495.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0496.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0497.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0498.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0499.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0500.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0501.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0502.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0503.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0504.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0505.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0506.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0507.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0508.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0509.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0510.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0511.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0512.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0513.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0514.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0515.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0516.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0517.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0518.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0519.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0520.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0521.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0522.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0523.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0524.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0525.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0526.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0527.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0528.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0529.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0530.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0531.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0532.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0533.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0534.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0535.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0536.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0537.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0538.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0539.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0540.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0541.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0542.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0543.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0544.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0545.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0546.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0547.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0548.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0549.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0550.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0551.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0552.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0553.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0554.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0555.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0556.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0557.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0558.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0559.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0560.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0561.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0562.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0563.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0564.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0565.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0566.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0567.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0568.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0569.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0570.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0571.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0572.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0573.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0574.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0575.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0576.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0577.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0578.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0579.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0580.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0581.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0582.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0583.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0584.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0585.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0586.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0587.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0588.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0589.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0590.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0591.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0592.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0593.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0594.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0595.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0596.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0597.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0598.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0599.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0600.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0601.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0602.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0603.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0604.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0605.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0606.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0607.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0608.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0609.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0610.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0611.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0612.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0613.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0614.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0615.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0616.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0617.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0618.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0619.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0620.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0621.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0622.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0623.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0624.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0625.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0626.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0627.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0628.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0629.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0630.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0631.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0632.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0633.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0634.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0635.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0636.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0637.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0638.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0639.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0640.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0641.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0642.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0643.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0644.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0645.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0646.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0647.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0648.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0649.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0650.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0651.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0652.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0653.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0654.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0655.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0656.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0657.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0658.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0659.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0660.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0661.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0662.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0663.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0664.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0665.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0666.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0667.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0668.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0669.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0670.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0671.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0672.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0673.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0674.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0675.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0676.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0677.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0678.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0679.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0680.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0681.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0682.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0683.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0684.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0685.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0686.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0687.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0688.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0689.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0690.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0691.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0692.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0693.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0694.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0695.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0696.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0697.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0698.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0699.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0700.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0701.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0702.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0703.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0704.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0705.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0706.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0707.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0708.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0709.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0710.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0711.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0712.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0713.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0714.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0715.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0716.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0717.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0718.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0719.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0720.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0721.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0722.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0723.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0724.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0725.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0726.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0727.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0728.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0729.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0730.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0731.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0732.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0733.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0734.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0735.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0736.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0737.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0738.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0739.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0740.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0741.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0742.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0743.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0744.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0745.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0746.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0747.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0748.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0749.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0750.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0751.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0752.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0753.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0754.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0755.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0756.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0757.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0758.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0759.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0760.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0761.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0762.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0763.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0764.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0765.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0766.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0767.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0768.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0769.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0770.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0771.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0772.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0773.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0774.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0775.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0776.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0777.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0778.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0779.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0780.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0781.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0782.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0783.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0784.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0785.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0786.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0787.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0788.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0789.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0790.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0791.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0792.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0793.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0794.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0795.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0796.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0797.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0798.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0799.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0800.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0801.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0802.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0803.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0804.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0805.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0806.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0807.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0808.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0809.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0810.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0811.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0812.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0813.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0814.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0815.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0816.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0817.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0818.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0819.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0820.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0821.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0822.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0823.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0824.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0825.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0826.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0827.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0828.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0829.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0830.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0831.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0832.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0833.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0834.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0835.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0836.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0837.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0838.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0839.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0840.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0841.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0842.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0843.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0844.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0845.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0846.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0847.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0848.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0849.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0850.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0851.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0852.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0853.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0854.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0855.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0856.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0857.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0858.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0859.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0860.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0861.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0862.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0863.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0864.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0865.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0866.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0867.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0868.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0869.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0870.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0871.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0872.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0873.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0874.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0875.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0876.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0877.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0878.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0879.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0880.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0881.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0882.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0883.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0884.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0885.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0886.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0887.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0888.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0889.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0890.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0891.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0892.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0893.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0894.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0895.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0896.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0897.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0898.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0899.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0900.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0901.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0902.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0903.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0904.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0905.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0906.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0907.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0908.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0909.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0910.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0911.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0912.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0913.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0914.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0915.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0916.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0917.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0918.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0919.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0920.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0921.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0922.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0923.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0924.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0925.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0926.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0927.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0928.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0929.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0930.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0931.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0932.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0933.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0934.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0935.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0936.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0937.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0938.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0939.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0940.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0941.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0942.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0943.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0944.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0945.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0946.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0947.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0948.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0949.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0950.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0951.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0952.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0953.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0954.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0955.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0956.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0957.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0958.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0959.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0960.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0961.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0962.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0963.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0964.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0965.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0966.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0967.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0968.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0969.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0970.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0971.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0972.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0973.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0974.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0975.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0976.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0977.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0978.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0979.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0980.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0981.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0982.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0983.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0984.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0985.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0986.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0987.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0988.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0989.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0990.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0991.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0992.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0993.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0994.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0995.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0996.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0997.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0998.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/0999.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1000.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1001.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1002.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1003.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1004.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1005.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1006.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1007.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1008.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1009.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1010.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1011.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1012.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1013.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1014.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1015.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1016.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1017.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1018.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1019.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1020.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1021.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1022.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1023.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1024.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1025.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1026.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1027.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1028.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1029.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1030.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1031.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1032.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1033.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1034.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1035.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1036.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1037.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1038.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1039.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1040.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1041.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1042.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1043.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1044.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1045.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1046.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1047.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1048.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1049.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1050.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1051.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1052.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1053.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1054.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1055.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1056.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1057.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1058.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1059.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1060.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1061.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1062.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1063.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1064.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1065.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1066.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1067.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1068.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1069.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1070.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1071.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1072.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1073.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1074.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1075.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1076.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1077.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1078.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1079.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1080.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1081.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1082.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1083.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1084.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1085.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1086.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1087.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1088.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1089.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1090.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1091.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1092.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1093.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1094.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1095.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1096.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1097.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1098.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1099.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1100.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1101.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1102.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1103.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1104.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1105.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1106.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1107.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1108.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1109.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1110.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1111.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1112.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1113.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1114.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1115.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1116.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1117.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1118.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1119.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1120.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1121.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1122.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1123.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1124.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1125.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1126.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1127.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1128.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1129.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1130.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1131.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1132.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1133.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1134.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1135.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1136.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1137.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1138.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1139.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1140.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1141.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1142.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1143.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1144.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1145.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1146.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1147.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1148.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1149.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1150.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1151.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1152.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1153.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1154.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1155.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1156.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1157.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1158.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1159.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1160.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1161.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1162.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1163.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1164.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1165.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1166.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1167.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1168.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1169.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1170.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1171.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1172.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1173.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1174.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1175.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1176.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1177.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1178.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1179.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1180.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1181.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1182.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1183.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1184.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1185.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1186.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1187.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1188.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1189.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1190.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1191.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1192.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1193.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1194.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1195.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1196.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1197.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1198.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1199.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1200.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1201.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1202.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1203.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1204.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1205.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1206.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1207.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1208.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1209.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1210.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1211.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1212.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1213.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1214.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1215.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1216.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1217.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1218.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1219.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1220.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1221.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1222.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1223.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1224.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1225.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1226.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1227.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1228.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1229.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1230.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1231.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1232.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1233.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1234.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1235.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1236.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1237.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1238.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1239.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1240.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1241.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1242.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1243.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1244.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1245.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1246.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1247.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1248.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1249.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1250.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1251.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1252.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1253.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1254.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1255.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1256.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1257.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1258.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1259.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1260.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1261.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1262.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1263.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1264.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1265.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1266.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1267.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1268.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1269.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1270.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1271.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1272.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1273.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1274.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1275.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1276.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1277.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1278.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1279.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1280.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1281.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1282.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1283.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1284.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1285.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1286.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1287.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1288.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1289.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1290.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1291.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1292.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1293.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1294.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1295.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1296.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1297.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1298.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1299.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1300.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1301.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1302.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1303.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1304.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1305.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1306.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1307.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1308.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1309.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1310.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1311.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1312.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1313.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1314.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1315.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1316.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1317.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1318.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1319.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1320.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1321.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1322.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1323.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1324.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1325.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1326.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1327.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1328.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1329.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1330.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1331.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1332.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1333.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1334.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1335.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1336.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1337.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1338.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1339.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1340.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1341.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1342.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1343.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1344.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1345.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1346.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1347.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1348.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1349.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1350.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1351.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1352.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1353.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1354.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1355.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1356.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1357.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1358.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1359.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1360.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1361.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1362.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1363.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1364.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1365.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1366.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1367.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1368.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1369.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1370.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1371.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1372.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1373.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1374.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1375.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1376.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1377.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1378.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1379.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1380.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1381.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1382.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1383.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1384.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1385.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1386.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1387.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1388.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1389.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1390.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1391.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1392.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1393.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1394.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1395.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1396.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1397.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1398.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1399.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1400.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1401.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1402.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1403.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1404.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1405.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1406.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1407.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1408.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1409.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1410.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1411.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1412.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1413.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1414.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1415.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1416.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1417.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1418.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1419.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1420.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1421.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1422.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1423.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1424.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1425.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1426.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1427.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1428.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1429.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1430.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1431.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1432.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1433.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1434.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1435.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1436.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1437.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1438.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1439.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1440.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1441.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1442.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1443.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1444.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1445.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1446.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1447.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1448.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1449.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1450.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1451.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1452.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1453.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1454.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1455.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1456.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1457.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1458.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1459.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1460.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1461.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1462.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1463.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1464.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1465.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1466.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1467.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1468.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1469.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1470.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1471.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1472.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1473.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1474.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1475.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1476.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1477.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1478.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1479.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1480.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1481.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1482.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1483.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1484.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1485.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1486.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1487.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1488.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1489.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1490.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1491.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1492.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1493.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1494.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1495.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1496.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1497.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1498.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1499.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1500.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1501.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1502.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1503.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1504.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1505.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1506.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1507.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1508.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1509.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1510.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1511.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1512.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1513.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1514.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1515.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1516.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1517.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1518.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1519.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1520.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1521.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1522.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1523.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1524.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1525.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1526.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1527.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1528.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1529.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1530.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1531.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1532.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1533.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1534.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1535.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1536.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1537.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1538.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1539.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1540.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1541.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1542.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1543.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1544.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1545.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1546.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1547.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1548.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1549.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1550.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1551.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1552.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1553.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1554.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1555.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1556.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1557.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1558.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1559.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1560.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1561.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1562.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1563.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1564.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1565.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1566.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1567.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1568.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1569.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1570.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1571.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1572.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1573.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1574.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1575.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1576.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1577.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1578.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1579.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1580.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1581.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1582.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1583.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1584.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1585.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1586.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1587.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1588.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1589.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1590.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1591.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1592.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1593.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1594.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1595.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1596.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1597.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1598.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1599.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1600.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1601.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1602.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1603.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1604.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1605.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1606.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1607.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1608.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1609.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1610.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1611.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1612.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1613.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1614.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1615.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1616.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1617.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1618.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1619.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1620.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1621.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1622.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1623.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1624.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1625.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1626.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1627.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1628.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1629.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1630.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1631.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1632.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1633.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1634.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1635.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1636.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1637.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1638.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1639.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1640.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1641.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1642.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1643.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1644.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1645.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1646.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1647.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1648.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1649.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1650.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1651.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1652.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1653.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1654.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1655.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1656.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1657.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1658.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1659.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1660.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1661.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1662.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1663.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1664.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1665.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1666.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1667.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1668.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1669.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1670.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1671.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1672.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1673.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1674.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1675.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1676.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1677.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1678.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1679.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1680.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1681.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1682.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1683.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1684.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1685.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1686.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1687.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1688.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1689.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1690.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1691.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1692.svg
netsurf-all-3.7/libsvgtiny/test/ns-afl-svg/1693.svg
netsurf-all-3.7/li
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment