diff --git a/Makefile b/Makefile index 713c01683..cf679ec7e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/ape/BUILD.mk b/ape/BUILD.mk index 7eb64bc5a..3a7007d12 100644 --- a/ape/BUILD.mk +++ b/ape/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # OVERVIEW # diff --git a/ape/aarch64.lds b/ape/aarch64.lds index 3bf1792f9..adf105572 100644 --- a/ape/aarch64.lds +++ b/ape/aarch64.lds @@ -1,5 +1,5 @@ /*-*- mode: ld-script; indent-tabs-mode: nil; tab-width: 2; coding: utf-8 -*-│ -│ vi: set noet sts=2 tw=2 fenc=utf-8 :vi │ +│ vi: set noet sts=2 sw=2 fenc=utf-8 :vi │ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/thread/tls.h" diff --git a/ape/ape.S b/ape/ape.S index 70b3d709c..80b603c9e 100644 --- a/ape/ape.S +++ b/ape/ape.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/ape/ape.lds b/ape/ape.lds index 6df89eeb3..873c347a1 100644 --- a/ape/ape.lds +++ b/ape/ape.lds @@ -1,5 +1,5 @@ /*-*- mode: ld-script; indent-tabs-mode: nil; tab-width: 2; coding: utf-8 -*-│ -│ vi: set noet sts=2 tw=2 fenc=utf-8 :vi │ +│ vi: set noet sts=2 sw=2 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/ape/launch.S b/ape/launch.S index 09d2f3697..d4d89651a 100644 --- a/ape/launch.S +++ b/ape/launch.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/ape/loader-macho.S b/ape/loader-macho.S index 2acc13b46..fd9fd55f8 100644 --- a/ape/loader-macho.S +++ b/ape/loader-macho.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/ape/loader.lds b/ape/loader.lds index 4fe6c4fd6..035840e31 100644 --- a/ape/loader.lds +++ b/ape/loader.lds @@ -1,5 +1,5 @@ /*-*- mode: ld-script; indent-tabs-mode: nil; tab-width: 2; coding: utf-8 -*-│ -│ vi: set noet sts=2 tw=2 fenc=utf-8 :vi │ +│ vi: set noet sts=2 sw=2 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/ape/start.S b/ape/start.S index f77cad2d2..c148966e1 100644 --- a/ape/start.S +++ b/ape/start.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/ape/systemcall.S b/ape/systemcall.S index f9a9944b6..c98632fd5 100644 --- a/ape/systemcall.S +++ b/ape/systemcall.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/build/config.mk b/build/config.mk index 7bb0e35e7..3003b222d 100644 --- a/build/config.mk +++ b/build/config.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # Default Mode # diff --git a/build/definitions.mk b/build/definitions.mk index fa29c5094..e37ba4fae 100644 --- a/build/definitions.mk +++ b/build/definitions.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/build/functions.mk b/build/functions.mk index d72556f06..e8af29a56 100644 --- a/build/functions.mk +++ b/build/functions.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/build/htags b/build/htags index a580edf29..2af1013c9 100755 --- a/build/htags +++ b/build/htags @@ -1,6 +1,6 @@ #!/bin/sh #-*-mode:sh;indent-tabs-mode:nil;tab-width:2;coding:utf-8-*-┐ -#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘ +#── vi: set et ft=sh ts=2 sts=2 fenc=utf-8 :vi ─────────────┘ # # OVERVIEW # diff --git a/build/online.mk b/build/online.mk index ce84893b9..0d874e5e6 100644 --- a/build/online.mk +++ b/build/online.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/build/realify.sed b/build/realify.sed index 92a0f359d..b0ed376ca 100644 --- a/build/realify.sed +++ b/build/realify.sed @@ -1,5 +1,5 @@ #-*-mode:sed;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: et ft=sed ts=8 tw=8 fenc=utf-8 :vi─────────────────┘ +#── vi: et ft=sed ts=8 sw=8 fenc=utf-8 :vi ────────────────┘ # # SYNOPSIS # diff --git a/build/rules.mk b/build/rules.mk index e2a4c9f95..a54591714 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/dsp/BUILD.mk b/dsp/BUILD.mk index a59765881..e68830659 100644 --- a/dsp/BUILD.mk +++ b/dsp/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/dsp o/$(MODE)/dsp: o/$(MODE)/dsp/core \ diff --git a/dsp/bmp/bmp.mk b/dsp/bmp/bmp.mk index 7f9c19158..efb38128c 100644 --- a/dsp/bmp/bmp.mk +++ b/dsp/bmp/bmp.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += DSP_BMP diff --git a/dsp/core/BUILD.mk b/dsp/core/BUILD.mk index 4536dcb66..5afdb81b8 100644 --- a/dsp/core/BUILD.mk +++ b/dsp/core/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += DSP_CORE diff --git a/dsp/mpeg/BUILD.mk b/dsp/mpeg/BUILD.mk index 17936a216..a14b58c1d 100644 --- a/dsp/mpeg/BUILD.mk +++ b/dsp/mpeg/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += DSP_MPEG diff --git a/dsp/mpeg/clamp4int256-core.S b/dsp/mpeg/clamp4int256-core.S index f395b8b66..3cd6797b1 100644 --- a/dsp/mpeg/clamp4int256-core.S +++ b/dsp/mpeg/clamp4int256-core.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/dsp/scale/BUILD.mk b/dsp/scale/BUILD.mk index be6ca2e1d..5c2857b33 100644 --- a/dsp/scale/BUILD.mk +++ b/dsp/scale/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += DSP_SCALE diff --git a/dsp/tty/BUILD.mk b/dsp/tty/BUILD.mk index bf5bd289c..5dcc06edd 100644 --- a/dsp/tty/BUILD.mk +++ b/dsp/tty/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += DSP_TTY diff --git a/dsp/tty/mpsadbw.S b/dsp/tty/mpsadbw.S index 1ff43b902..833824ea4 100644 --- a/dsp/tty/mpsadbw.S +++ b/dsp/tty/mpsadbw.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/dsp/tty/windex-avx2.S b/dsp/tty/windex-avx2.S index 650da112d..4ebf2931e 100644 --- a/dsp/tty/windex-avx2.S +++ b/dsp/tty/windex-avx2.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/dsp/tty/windex-sse4.S b/dsp/tty/windex-sse4.S index 291b7b1cc..0347cb763 100644 --- a/dsp/tty/windex-sse4.S +++ b/dsp/tty/windex-sse4.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/examples/BUILD.mk b/examples/BUILD.mk index 324479219..5161d42f9 100644 --- a/examples/BUILD.mk +++ b/examples/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += EXAMPLES diff --git a/examples/package/BUILD.mk b/examples/package/BUILD.mk index c4962df05..1072eba69 100644 --- a/examples/package/BUILD.mk +++ b/examples/package/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/examples/package/lib/BUILD.mk b/examples/package/lib/BUILD.mk index 6472989ac..7ff3c0323 100644 --- a/examples/package/lib/BUILD.mk +++ b/examples/package/lib/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/examples/pyapp/BUILD.mk b/examples/pyapp/BUILD.mk index f565bd946..776a4376b 100644 --- a/examples/pyapp/BUILD.mk +++ b/examples/pyapp/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/examples/pylife/BUILD.mk b/examples/pylife/BUILD.mk index 83c01a650..ec32785bb 100644 --- a/examples/pylife/BUILD.mk +++ b/examples/pylife/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/examples/script.c b/examples/script.c index a5d7a828e..3ea419caa 100644 --- a/examples/script.c +++ b/examples/script.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 2010, 2012 David E. O'Brien │ │ Copyright (c) 1980, 1992, 1993 │ diff --git a/examples/whois.c b/examples/whois.c index 1d55d230c..9483cb960 100644 --- a/examples/whois.c +++ b/examples/whois.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 1980, 1993 │ │ The Regents of the University of California. All rights reserved. │ diff --git a/libc/BUILD.mk b/libc/BUILD.mk index ffb365592..6d53e0946 100644 --- a/libc/BUILD.mk +++ b/libc/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC diff --git a/libc/calls/BUILD.mk b/libc/calls/BUILD.mk index 63059144b..b9bcf7754 100644 --- a/libc/calls/BUILD.mk +++ b/libc/calls/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/libc/calls/fchmodat-linux.c b/libc/calls/fchmodat-linux.c index 9259cbd59..3036be97f 100644 --- a/libc/calls/fchmodat-linux.c +++ b/libc/calls/fchmodat-linux.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/calls/getcontext.S b/libc/calls/getcontext.S index 414ca174e..bf3400f43 100644 --- a/libc/calls/getcontext.S +++ b/libc/calls/getcontext.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/calls/getcontext.inc b/libc/calls/getcontext.inc index 255dc3d11..ea0a8b4a8 100644 --- a/libc/calls/getcontext.inc +++ b/libc/calls/getcontext.inc @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/calls/getntsyspath.S b/libc/calls/getntsyspath.S index b13663eef..62bd818f0 100644 --- a/libc/calls/getntsyspath.S +++ b/libc/calls/getntsyspath.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/calls/kntsystemdirectory.S b/libc/calls/kntsystemdirectory.S index c10080c7a..85338d555 100644 --- a/libc/calls/kntsystemdirectory.S +++ b/libc/calls/kntsystemdirectory.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/calls/kntwindowsdirectory.S b/libc/calls/kntwindowsdirectory.S index 0bb740674..de7418a62 100644 --- a/libc/calls/kntwindowsdirectory.S +++ b/libc/calls/kntwindowsdirectory.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/calls/metalfile_init.S b/libc/calls/metalfile_init.S index 38f7516eb..72e7f8972 100644 --- a/libc/calls/metalfile_init.S +++ b/libc/calls/metalfile_init.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ This is free and unencumbered software released into the public domain. │ │ │ diff --git a/libc/calls/netbsdtramp.S b/libc/calls/netbsdtramp.S index 9eac76117..01fdca769 100644 --- a/libc/calls/netbsdtramp.S +++ b/libc/calls/netbsdtramp.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/calls/restore.S b/libc/calls/restore.S index 1d49c8059..6ce347160 100644 --- a/libc/calls/restore.S +++ b/libc/calls/restore.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/calls/sched_yield.S b/libc/calls/sched_yield.S index 83e8fd205..6357c5fe8 100644 --- a/libc/calls/sched_yield.S +++ b/libc/calls/sched_yield.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/calls/swapcontext.S b/libc/calls/swapcontext.S index b9fc8c117..6dd78947f 100644 --- a/libc/calls/swapcontext.S +++ b/libc/calls/swapcontext.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/calls/tailcontext.S b/libc/calls/tailcontext.S index 814a4265e..a55163dce 100644 --- a/libc/calls/tailcontext.S +++ b/libc/calls/tailcontext.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/calls/virtualmax.S b/libc/calls/virtualmax.S index 14505ece4..b563f432d 100644 --- a/libc/calls/virtualmax.S +++ b/libc/calls/virtualmax.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/crt/BUILD.mk b/libc/crt/BUILD.mk index 05a17df1b..12f16211b 100644 --- a/libc/crt/BUILD.mk +++ b/libc/crt/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/libc/crt/crt.S b/libc/crt/crt.S index 3049a6056..b37ded5e1 100644 --- a/libc/crt/crt.S +++ b/libc/crt/crt.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/dlopen/BUILD.mk b/libc/dlopen/BUILD.mk index d8e38f98a..c37bdb720 100644 --- a/libc/dlopen/BUILD.mk +++ b/libc/dlopen/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_DLOPEN diff --git a/libc/dns/BUILD.mk b/libc/dns/BUILD.mk index 951c90289..acacbc614 100644 --- a/libc/dns/BUILD.mk +++ b/libc/dns/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_DNS diff --git a/libc/elf/BUILD.mk b/libc/elf/BUILD.mk index 1e70c626d..a06b8cf93 100644 --- a/libc/elf/BUILD.mk +++ b/libc/elf/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_ELF diff --git a/libc/fmt/BUILD.mk b/libc/fmt/BUILD.mk index df5d69369..f64dd2afa 100644 --- a/libc/fmt/BUILD.mk +++ b/libc/fmt/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/libc/fmt/atoi.c b/libc/fmt/atoi.c index 245925981..5aefb9f94 100644 --- a/libc/fmt/atoi.c +++ b/libc/fmt/atoi.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -'-'│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ +│ vi: set et ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/BUILD.mk b/libc/intrin/BUILD.mk index 7b4be47a9..42531f7d8 100644 --- a/libc/intrin/BUILD.mk +++ b/libc/intrin/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_INTRIN diff --git a/libc/intrin/aarch64/memchr.S b/libc/intrin/aarch64/memchr.S index a60bdf9c6..1f423f311 100644 --- a/libc/intrin/aarch64/memchr.S +++ b/libc/intrin/aarch64/memchr.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/memcpy.S b/libc/intrin/aarch64/memcpy.S index 16eb3cde5..a736ebdb6 100644 --- a/libc/intrin/aarch64/memcpy.S +++ b/libc/intrin/aarch64/memcpy.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/memrchr.S b/libc/intrin/aarch64/memrchr.S index f729054c9..d0795c8b1 100644 --- a/libc/intrin/aarch64/memrchr.S +++ b/libc/intrin/aarch64/memrchr.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/memset.S b/libc/intrin/aarch64/memset.S index ce9871515..509840c74 100644 --- a/libc/intrin/aarch64/memset.S +++ b/libc/intrin/aarch64/memset.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/stpcpy.S b/libc/intrin/aarch64/stpcpy.S index 94a16df92..f7e39e52e 100644 --- a/libc/intrin/aarch64/stpcpy.S +++ b/libc/intrin/aarch64/stpcpy.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/strchr.S b/libc/intrin/aarch64/strchr.S index af67b5d8e..ea841ed98 100644 --- a/libc/intrin/aarch64/strchr.S +++ b/libc/intrin/aarch64/strchr.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/strchrnul.S b/libc/intrin/aarch64/strchrnul.S index 9b19ed64e..9694fca47 100644 --- a/libc/intrin/aarch64/strchrnul.S +++ b/libc/intrin/aarch64/strchrnul.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/strcmp.S b/libc/intrin/aarch64/strcmp.S index 422957a00..8d5702f09 100644 --- a/libc/intrin/aarch64/strcmp.S +++ b/libc/intrin/aarch64/strcmp.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/strcpy.S b/libc/intrin/aarch64/strcpy.S index ab06a5372..3e6599bb8 100644 --- a/libc/intrin/aarch64/strcpy.S +++ b/libc/intrin/aarch64/strcpy.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/strlen.S b/libc/intrin/aarch64/strlen.S index d0aed957b..a70e7b214 100644 --- a/libc/intrin/aarch64/strlen.S +++ b/libc/intrin/aarch64/strlen.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/strncmp.S b/libc/intrin/aarch64/strncmp.S index 37a421195..8741d766b 100644 --- a/libc/intrin/aarch64/strncmp.S +++ b/libc/intrin/aarch64/strncmp.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/strnlen.S b/libc/intrin/aarch64/strnlen.S index dc6016be2..2e7c72d31 100644 --- a/libc/intrin/aarch64/strnlen.S +++ b/libc/intrin/aarch64/strnlen.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/aarch64/strrchr.S b/libc/intrin/aarch64/strrchr.S index 30555635a..f492a4423 100644 --- a/libc/intrin/aarch64/strrchr.S +++ b/libc/intrin/aarch64/strrchr.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/intrin/asaninit.S b/libc/intrin/asaninit.S index f2d9209f0..6b05a74ea 100644 --- a/libc/intrin/asaninit.S +++ b/libc/intrin/asaninit.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/fenv.S b/libc/intrin/fenv.S index e69056d41..ae00d8684 100644 --- a/libc/intrin/fenv.S +++ b/libc/intrin/fenv.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ │ │ Musl Libc │ diff --git a/libc/intrin/futex.S b/libc/intrin/futex.S index 86b980da1..de85b12fe 100644 --- a/libc/intrin/futex.S +++ b/libc/intrin/futex.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/g_fds_init.S b/libc/intrin/g_fds_init.S index b18ab0d66..c39f63767 100644 --- a/libc/intrin/g_fds_init.S +++ b/libc/intrin/g_fds_init.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/gcov.S b/libc/intrin/gcov.S index 94ac6ffdf..c32da3b85 100644 --- a/libc/intrin/gcov.S +++ b/libc/intrin/gcov.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/getcpuidbrand.S b/libc/intrin/getcpuidbrand.S index 22ca0fb85..0f4c397f4 100644 --- a/libc/intrin/getcpuidbrand.S +++ b/libc/intrin/getcpuidbrand.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/interrupts.S b/libc/intrin/interrupts.S index 4232abc5e..58eb48fd2 100644 --- a/libc/intrin/interrupts.S +++ b/libc/intrin/interrupts.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ This is free and unencumbered software released into the public domain. │ │ │ diff --git a/libc/intrin/kclocknames.S b/libc/intrin/kclocknames.S index ceb4ed633..9a4ba9d6a 100644 --- a/libc/intrin/kclocknames.S +++ b/libc/intrin/kclocknames.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/kdos2errno.S b/libc/intrin/kdos2errno.S index df17c5be6..8d3e824a7 100644 --- a/libc/intrin/kdos2errno.S +++ b/libc/intrin/kdos2errno.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/kerrnodocs.S b/libc/intrin/kerrnodocs.S index 291fedfd0..5bae4dd56 100644 --- a/libc/intrin/kerrnodocs.S +++ b/libc/intrin/kerrnodocs.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/kerrnonames.S b/libc/intrin/kerrnonames.S index 7ec1bf426..a79a52a13 100644 --- a/libc/intrin/kerrnonames.S +++ b/libc/intrin/kerrnonames.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/kfcntlcmds.S b/libc/intrin/kfcntlcmds.S index 9c891b39b..6eb1db6e1 100644 --- a/libc/intrin/kfcntlcmds.S +++ b/libc/intrin/kfcntlcmds.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/kipoptnames.S b/libc/intrin/kipoptnames.S index 6fd98a1f1..f2a2ede1f 100644 --- a/libc/intrin/kipoptnames.S +++ b/libc/intrin/kipoptnames.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/kopenflags.S b/libc/intrin/kopenflags.S index ceaddbeca..bc6691990 100644 --- a/libc/intrin/kopenflags.S +++ b/libc/intrin/kopenflags.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/kpollnames.S b/libc/intrin/kpollnames.S index 132bf4f6d..5d763e46b 100644 --- a/libc/intrin/kpollnames.S +++ b/libc/intrin/kpollnames.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/krlimitnames.S b/libc/intrin/krlimitnames.S index bad134ff2..46c6f5dd1 100644 --- a/libc/intrin/krlimitnames.S +++ b/libc/intrin/krlimitnames.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/ksignalnames.S b/libc/intrin/ksignalnames.S index b673ed175..19ad59e9c 100644 --- a/libc/intrin/ksignalnames.S +++ b/libc/intrin/ksignalnames.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/ksockoptnames.S b/libc/intrin/ksockoptnames.S index 6d27636b0..90d592788 100644 --- a/libc/intrin/ksockoptnames.S +++ b/libc/intrin/ksockoptnames.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/ktcpoptnames.S b/libc/intrin/ktcpoptnames.S index b66f2af0a..d4ab2fdbe 100644 --- a/libc/intrin/ktcpoptnames.S +++ b/libc/intrin/ktcpoptnames.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/leaky.S b/libc/intrin/leaky.S index 05f312379..b9ba43ed2 100644 --- a/libc/intrin/leaky.S +++ b/libc/intrin/leaky.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/mmi.init.S b/libc/intrin/mmi.init.S index 6b31ceb33..46408e918 100644 --- a/libc/intrin/mmi.init.S +++ b/libc/intrin/mmi.init.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/palignrs.S b/libc/intrin/palignrs.S index 1f1c2e2e9..9eeee072f 100644 --- a/libc/intrin/palignrs.S +++ b/libc/intrin/palignrs.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/scalblnl.c b/libc/intrin/scalblnl.c index 519eaae98..0150ec683 100644 --- a/libc/intrin/scalblnl.c +++ b/libc/intrin/scalblnl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/intrin/scalbn.c b/libc/intrin/scalbn.c index 4eae226f2..54178a67c 100644 --- a/libc/intrin/scalbn.c +++ b/libc/intrin/scalbn.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/intrin/scalbnf.c b/libc/intrin/scalbnf.c index dd72da6d1..d5c5d1d02 100644 --- a/libc/intrin/scalbnf.c +++ b/libc/intrin/scalbnf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/intrin/scalbnl.c b/libc/intrin/scalbnl.c index 1609d4ee1..c87cb76f7 100644 --- a/libc/intrin/scalbnl.c +++ b/libc/intrin/scalbnl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/intrin/stackcall.S b/libc/intrin/stackcall.S index 74f2e2207..6ad9bc8ec 100644 --- a/libc/intrin/stackcall.S +++ b/libc/intrin/stackcall.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/stackchkguard.S b/libc/intrin/stackchkguard.S index 402913a86..9f4437ba4 100644 --- a/libc/intrin/stackchkguard.S +++ b/libc/intrin/stackchkguard.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/intrin/typeinfo.S b/libc/intrin/typeinfo.S index 06fc38503..e195c73c3 100644 --- a/libc/intrin/typeinfo.S +++ b/libc/intrin/typeinfo.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/irq/BUILD.mk b/libc/irq/BUILD.mk index 1bc0cbc49..77650ce96 100644 --- a/libc/irq/BUILD.mk +++ b/libc/irq/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_IRQ diff --git a/libc/irq/acpi-fadt-init.S b/libc/irq/acpi-fadt-init.S index dd5a901c6..e58410cc3 100644 --- a/libc/irq/acpi-fadt-init.S +++ b/libc/irq/acpi-fadt-init.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ This is free and unencumbered software released into the public domain. │ │ │ diff --git a/libc/irq/acpi-madt-init.S b/libc/irq/acpi-madt-init.S index 06a3618f3..3a3b473d1 100644 --- a/libc/irq/acpi-madt-init.S +++ b/libc/irq/acpi-madt-init.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ This is free and unencumbered software released into the public domain. │ │ │ diff --git a/libc/irq/acpi-xsdt-init.S b/libc/irq/acpi-xsdt-init.S index 9e2c5144a..2275dc8d3 100644 --- a/libc/irq/acpi-xsdt-init.S +++ b/libc/irq/acpi-xsdt-init.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ This is free and unencumbered software released into the public domain. │ │ │ diff --git a/libc/log/BUILD.mk b/libc/log/BUILD.mk index 8e37f0b62..fe4784276 100644 --- a/libc/log/BUILD.mk +++ b/libc/log/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_LOG diff --git a/libc/log/countbranch_data.S b/libc/log/countbranch_data.S index cd7f9d45f..eaf3dc078 100644 --- a/libc/log/countbranch_data.S +++ b/libc/log/countbranch_data.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/log/countexpr_data.S b/libc/log/countexpr_data.S index 5668d5ac2..c06a2fe9e 100644 --- a/libc/log/countexpr_data.S +++ b/libc/log/countexpr_data.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/log/err.c b/libc/log/err.c index 72659a066..455e4ae40 100644 --- a/libc/log/err.c +++ b/libc/log/err.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 1993 │ │ The Regents of the University of California. All rights reserved. │ diff --git a/libc/log/showcrashreportsearly.S b/libc/log/showcrashreportsearly.S index 837777fd3..757414263 100644 --- a/libc/log/showcrashreportsearly.S +++ b/libc/log/showcrashreportsearly.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/log/watch-hook.S b/libc/log/watch-hook.S index 5c5bc7373..e73da1dc8 100644 --- a/libc/log/watch-hook.S +++ b/libc/log/watch-hook.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/mem/BUILD.mk b/libc/mem/BUILD.mk index 447a292e5..43c0408ed 100644 --- a/libc/mem/BUILD.mk +++ b/libc/mem/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_MEM diff --git a/libc/mem/heapsort.c b/libc/mem/heapsort.c index 7c35b17b6..31645308a 100644 --- a/libc/mem/heapsort.c +++ b/libc/mem/heapsort.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 1991, 1993 │ │ The Regents of the University of California. All rights reserved. │ diff --git a/libc/mem/mergesort.c b/libc/mem/mergesort.c index dc67889e1..205a20ef4 100644 --- a/libc/mem/mergesort.c +++ b/libc/mem/mergesort.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 1991, 1993 │ │ The Regents of the University of California. All rights reserved. │ diff --git a/libc/mem/qsort.c b/libc/mem/qsort.c index 66e511dc6..4ca7ae375 100644 --- a/libc/mem/qsort.c +++ b/libc/mem/qsort.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 1991, 1993 │ │ The Regents of the University of California. All rights reserved. │ diff --git a/libc/mem/realpath.c b/libc/mem/realpath.c index 5bf7ff6fa..bba846b7d 100644 --- a/libc/mem/realpath.c +++ b/libc/mem/realpath.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/nexgen32e/BUILD.mk b/libc/nexgen32e/BUILD.mk index b6dba9cbc..6a9470b6c 100644 --- a/libc/nexgen32e/BUILD.mk +++ b/libc/nexgen32e/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_NEXGEN32E diff --git a/libc/nexgen32e/blink_linux_aarch64.S b/libc/nexgen32e/blink_linux_aarch64.S index d36da8de5..e85295581 100644 --- a/libc/nexgen32e/blink_linux_aarch64.S +++ b/libc/nexgen32e/blink_linux_aarch64.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/blink_xnu_aarch64.S b/libc/nexgen32e/blink_xnu_aarch64.S index d29a01ed2..f589916a5 100644 --- a/libc/nexgen32e/blink_xnu_aarch64.S +++ b/libc/nexgen32e/blink_xnu_aarch64.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/checkstackalign.S b/libc/nexgen32e/checkstackalign.S index 8f96f7e7d..18d360507 100644 --- a/libc/nexgen32e/checkstackalign.S +++ b/libc/nexgen32e/checkstackalign.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/gc.S b/libc/nexgen32e/gc.S index a5e0840aa..037ce8b31 100644 --- a/libc/nexgen32e/gc.S +++ b/libc/nexgen32e/gc.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/identity.S b/libc/nexgen32e/identity.S index 6a82b3a94..af26136a2 100644 --- a/libc/nexgen32e/identity.S +++ b/libc/nexgen32e/identity.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/kcp437.S b/libc/nexgen32e/kcp437.S index 91cbbc394..084313d8e 100644 --- a/libc/nexgen32e/kcp437.S +++ b/libc/nexgen32e/kcp437.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/khalfcache3.S b/libc/nexgen32e/khalfcache3.S index c9ff7c21c..2d53f7167 100644 --- a/libc/nexgen32e/khalfcache3.S +++ b/libc/nexgen32e/khalfcache3.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/ksha256.S b/libc/nexgen32e/ksha256.S index a1a1773d3..0df26986e 100644 --- a/libc/nexgen32e/ksha256.S +++ b/libc/nexgen32e/ksha256.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/ksha512.S b/libc/nexgen32e/ksha512.S index a480d67e7..1d9450a8c 100644 --- a/libc/nexgen32e/ksha512.S +++ b/libc/nexgen32e/ksha512.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/ktensindex.S b/libc/nexgen32e/ktensindex.S index 784af21f7..0840a17db 100644 --- a/libc/nexgen32e/ktensindex.S +++ b/libc/nexgen32e/ktensindex.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/longjmp.S b/libc/nexgen32e/longjmp.S index 05fb22e12..f0aad78e9 100644 --- a/libc/nexgen32e/longjmp.S +++ b/libc/nexgen32e/longjmp.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/mcount.S b/libc/nexgen32e/mcount.S index 5b1664f55..27076f1f6 100644 --- a/libc/nexgen32e/mcount.S +++ b/libc/nexgen32e/mcount.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/mul4x4adx.S b/libc/nexgen32e/mul4x4adx.S index 7fedb8f08..67d7f7216 100644 --- a/libc/nexgen32e/mul4x4adx.S +++ b/libc/nexgen32e/mul4x4adx.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/mul6x6adx.S b/libc/nexgen32e/mul6x6adx.S index 9e63a9ddb..e0213a389 100644 --- a/libc/nexgen32e/mul6x6adx.S +++ b/libc/nexgen32e/mul6x6adx.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/mul8x8adx.S b/libc/nexgen32e/mul8x8adx.S index a6dffc40a..f83450d22 100644 --- a/libc/nexgen32e/mul8x8adx.S +++ b/libc/nexgen32e/mul8x8adx.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/nt2sysv.S b/libc/nexgen32e/nt2sysv.S index 1776c9fad..ca9d87c19 100644 --- a/libc/nexgen32e/nt2sysv.S +++ b/libc/nexgen32e/nt2sysv.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/setjmp.S b/libc/nexgen32e/setjmp.S index 56308b490..3277bc112 100644 --- a/libc/nexgen32e/setjmp.S +++ b/libc/nexgen32e/setjmp.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/sha1.S b/libc/nexgen32e/sha1.S index 95563749d..24fb18306 100644 --- a/libc/nexgen32e/sha1.S +++ b/libc/nexgen32e/sha1.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ │ │ Copyright 2014 Intel Corporation │ diff --git a/libc/nexgen32e/sha1ni.S b/libc/nexgen32e/sha1ni.S index bee2b42f4..f1e577d22 100644 --- a/libc/nexgen32e/sha1ni.S +++ b/libc/nexgen32e/sha1ni.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ │ │ Copyright 2015 Intel Corporation │ diff --git a/libc/nexgen32e/sha256ni.S b/libc/nexgen32e/sha256ni.S index 1792857cd..d04857550 100644 --- a/libc/nexgen32e/sha256ni.S +++ b/libc/nexgen32e/sha256ni.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ │ │ Copyright 2015 Intel Corporation │ diff --git a/libc/nexgen32e/tinydivsi.greg.S b/libc/nexgen32e/tinydivsi.greg.S index fa7fa362f..b8707f381 100644 --- a/libc/nexgen32e/tinydivsi.greg.S +++ b/libc/nexgen32e/tinydivsi.greg.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/tinywcslen.greg.S b/libc/nexgen32e/tinywcslen.greg.S index 36c6f31c7..92d83cea9 100644 --- a/libc/nexgen32e/tinywcslen.greg.S +++ b/libc/nexgen32e/tinywcslen.greg.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/tinywcsnlen.greg.S b/libc/nexgen32e/tinywcsnlen.greg.S index b7b5af06e..a5102ba09 100644 --- a/libc/nexgen32e/tinywcsnlen.greg.S +++ b/libc/nexgen32e/tinywcsnlen.greg.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/xmm.S b/libc/nexgen32e/xmm.S index 76cb6c6b0..ef3658a2b 100644 --- a/libc/nexgen32e/xmm.S +++ b/libc/nexgen32e/xmm.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nexgen32e/zip.S b/libc/nexgen32e/zip.S index b977a6705..313f84e2d 100644 --- a/libc/nexgen32e/zip.S +++ b/libc/nexgen32e/zip.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nt/BUILD.mk b/libc/nt/BUILD.mk index f3879b444..e37ceee44 100644 --- a/libc/nt/BUILD.mk +++ b/libc/nt/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_NT diff --git a/libc/nt/ntdllimport.S b/libc/nt/ntdllimport.S index 308e812ea..b84411560 100644 --- a/libc/nt/ntdllimport.S +++ b/libc/nt/ntdllimport.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nt/ntdllimport.h b/libc/nt/ntdllimport.h index 68b05a3ad..6eb8e93f6 100644 --- a/libc/nt/ntdllimport.h +++ b/libc/nt/ntdllimport.h @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/nt/sysv2nt.S b/libc/nt/sysv2nt.S index f57a053d3..3250cbb24 100644 --- a/libc/nt/sysv2nt.S +++ b/libc/nt/sysv2nt.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/proc/BUILD.mk b/libc/proc/BUILD.mk index 1a002956e..757b7a8bd 100644 --- a/libc/proc/BUILD.mk +++ b/libc/proc/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_PROC diff --git a/libc/proc/vfork.S b/libc/proc/vfork.S index ba025f207..b04c2f4a6 100644 --- a/libc/proc/vfork.S +++ b/libc/proc/vfork.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/runtime/BUILD.mk b/libc/runtime/BUILD.mk index f6a5148e7..7987f175c 100644 --- a/libc/runtime/BUILD.mk +++ b/libc/runtime/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/libc/runtime/clone-linux.S b/libc/runtime/clone-linux.S index e13bb96f5..2863daac8 100644 --- a/libc/runtime/clone-linux.S +++ b/libc/runtime/clone-linux.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/runtime/clone-openbsd.S b/libc/runtime/clone-openbsd.S index 7da0a6e3d..a1a9feb78 100644 --- a/libc/runtime/clone-openbsd.S +++ b/libc/runtime/clone-openbsd.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/runtime/clone-xnu.S b/libc/runtime/clone-xnu.S index 398b56859..fea63d203 100644 --- a/libc/runtime/clone-xnu.S +++ b/libc/runtime/clone-xnu.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/runtime/cosmo.S b/libc/runtime/cosmo.S index 8ec7438a2..e8d1d9fb1 100644 --- a/libc/runtime/cosmo.S +++ b/libc/runtime/cosmo.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/runtime/dsohandle.S b/libc/runtime/dsohandle.S index 5db88f969..6d344c37e 100644 --- a/libc/runtime/dsohandle.S +++ b/libc/runtime/dsohandle.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/runtime/efipostboot.S b/libc/runtime/efipostboot.S index b721cb75b..4a2f715de 100644 --- a/libc/runtime/efipostboot.S +++ b/libc/runtime/efipostboot.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/runtime/fpreset.S b/libc/runtime/fpreset.S index f7d0bf499..1a130ae18 100644 --- a/libc/runtime/fpreset.S +++ b/libc/runtime/fpreset.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/runtime/ftrace-hook.S b/libc/runtime/ftrace-hook.S index 2ca848a57..9340d7f73 100644 --- a/libc/runtime/ftrace-hook.S +++ b/libc/runtime/ftrace-hook.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/runtime/init.S b/libc/runtime/init.S index 475bcc55d..a3922476b 100644 --- a/libc/runtime/init.S +++ b/libc/runtime/init.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/runtime/sigsetjmp.S b/libc/runtime/sigsetjmp.S index 3b1d48780..98598bd50 100644 --- a/libc/runtime/sigsetjmp.S +++ b/libc/runtime/sigsetjmp.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ │ │ Musl Libc │ diff --git a/libc/runtime/zipos.S b/libc/runtime/zipos.S index 28039805d..0129793dd 100644 --- a/libc/runtime/zipos.S +++ b/libc/runtime/zipos.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/sock/BUILD.mk b/libc/sock/BUILD.mk index 66cdc8deb..749f7a9db 100644 --- a/libc/sock/BUILD.mk +++ b/libc/sock/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_SOCK diff --git a/libc/sock/sys_sendfile_freebsd.S b/libc/sock/sys_sendfile_freebsd.S index d59a0c347..6e7a97334 100644 --- a/libc/sock/sys_sendfile_freebsd.S +++ b/libc/sock/sys_sendfile_freebsd.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/sock/sys_sendfile_xnu.S b/libc/sock/sys_sendfile_xnu.S index e4307a113..99d28b1e4 100644 --- a/libc/sock/sys_sendfile_xnu.S +++ b/libc/sock/sys_sendfile_xnu.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/stdio/BUILD.mk b/libc/stdio/BUILD.mk index c6d2d90c5..45e5b77b2 100644 --- a/libc/stdio/BUILD.mk +++ b/libc/stdio/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_STDIO diff --git a/libc/stdio/demangle.c b/libc/stdio/demangle.c index df57c5241..42b532d23 100644 --- a/libc/stdio/demangle.c +++ b/libc/stdio/demangle.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 2007 Hyogeol Lee │ │ Copyright (c) 2015-2017 Kai Wang │ diff --git a/libc/stdio/ecvt.c b/libc/stdio/ecvt.c index 422213499..cb3324fdc 100644 --- a/libc/stdio/ecvt.c +++ b/libc/stdio/ecvt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ $OpenBSD: ecvt.c,v 1.11 2019/01/25 00:19:25 millert Exp $ │ │ │ diff --git a/libc/stdio/ftw.c b/libc/stdio/ftw.c index 97e2c49ed..9be3bb03e 100644 --- a/libc/stdio/ftw.c +++ b/libc/stdio/ftw.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/stdio/gcvt.c b/libc/stdio/gcvt.c index 6c4caab72..c0ecbe869 100644 --- a/libc/stdio/gcvt.c +++ b/libc/stdio/gcvt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ $OpenBSD: ecvt.c,v 1.11 2019/01/25 00:19:25 millert Exp $ │ │ │ diff --git a/libc/stdio/nftw.c b/libc/stdio/nftw.c index bcc4e0675..35c84b0cb 100644 --- a/libc/stdio/nftw.c +++ b/libc/stdio/nftw.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/stdio/scandir.c b/libc/stdio/scandir.c index ee67eb441..07973bcc6 100644 --- a/libc/stdio/scandir.c +++ b/libc/stdio/scandir.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/str/BUILD.mk b/libc/str/BUILD.mk index dc00cad41..b443f514f 100644 --- a/libc/str/BUILD.mk +++ b/libc/str/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_STR diff --git a/libc/str/langinfo.c b/libc/str/langinfo.c index 6c3ebb0cc..d66386082 100644 --- a/libc/str/langinfo.c +++ b/libc/str/langinfo.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/str/strlcat.c b/libc/str/strlcat.c index 018d462a5..445ec2742 100644 --- a/libc/str/strlcat.c +++ b/libc/str/strlcat.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 1998, 2015 Todd C. Miller │ │ │ diff --git a/libc/str/strlcpy.c b/libc/str/strlcpy.c index 69ba90bf9..89bbbd8fa 100644 --- a/libc/str/strlcpy.c +++ b/libc/str/strlcpy.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 1998, 2015 Todd C. Miller │ │ │ diff --git a/libc/str/strverscmp.c b/libc/str/strverscmp.c index c309f9552..0652be54c 100644 --- a/libc/str/strverscmp.c +++ b/libc/str/strverscmp.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/sysv/BUILD.mk b/libc/sysv/BUILD.mk index ac1063d35..3ea4e224f 100644 --- a/libc/sysv/BUILD.mk +++ b/libc/sysv/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_SYSV LIBC_SYSV_LIBS = $(foreach x,$(LIBC_SYSV_ARTIFACTS),$($(x)_A)) diff --git a/libc/sysv/errfun.S b/libc/sysv/errfun.S index 92839e659..debb98d2f 100644 --- a/libc/sysv/errfun.S +++ b/libc/sysv/errfun.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/sysv/hostos.S b/libc/sysv/hostos.S index 3baab3f31..a378a5c70 100644 --- a/libc/sysv/hostos.S +++ b/libc/sysv/hostos.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/sysv/syscall2.S b/libc/sysv/syscall2.S index a91449244..c420783ef 100644 --- a/libc/sysv/syscall2.S +++ b/libc/sysv/syscall2.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/sysv/syscall3.S b/libc/sysv/syscall3.S index d1765b515..06058bb29 100644 --- a/libc/sysv/syscall3.S +++ b/libc/sysv/syscall3.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/sysv/syscall4.S b/libc/sysv/syscall4.S index 23b4feaa0..c5d37788a 100644 --- a/libc/sysv/syscall4.S +++ b/libc/sysv/syscall4.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/sysv/syscon.S b/libc/sysv/syscon.S index 8454dcd02..9aeae721a 100644 --- a/libc/sysv/syscon.S +++ b/libc/sysv/syscon.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/sysv/syscount.S b/libc/sysv/syscount.S index e159ebe36..6ede1dc3e 100644 --- a/libc/sysv/syscount.S +++ b/libc/sysv/syscount.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/sysv/syslib.S b/libc/sysv/syslib.S index 2bb410049..e9c165588 100644 --- a/libc/sysv/syslib.S +++ b/libc/sysv/syslib.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2023 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/testlib/BUILD.mk b/libc/testlib/BUILD.mk index ec7b58e0d..8a25c2c53 100644 --- a/libc/testlib/BUILD.mk +++ b/libc/testlib/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # Description: # Cosmopolitan Testing Library. diff --git a/libc/testlib/bench.S b/libc/testlib/bench.S index fe380ac09..730d0beb7 100644 --- a/libc/testlib/bench.S +++ b/libc/testlib/bench.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/testlib/blocktronics.S b/libc/testlib/blocktronics.S index 8f7b9436d..055803694 100644 --- a/libc/testlib/blocktronics.S +++ b/libc/testlib/blocktronics.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/testlib/fixture.S b/libc/testlib/fixture.S index 2cdbfa172..03139e2ab 100644 --- a/libc/testlib/fixture.S +++ b/libc/testlib/fixture.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/testlib/hyperion.S b/libc/testlib/hyperion.S index b7c494377..0e2925b5e 100644 --- a/libc/testlib/hyperion.S +++ b/libc/testlib/hyperion.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/testlib/moby.S b/libc/testlib/moby.S index dea3f0505..aa382f5e4 100644 --- a/libc/testlib/moby.S +++ b/libc/testlib/moby.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/testlib/polluteregisters.S b/libc/testlib/polluteregisters.S index 9b86c3440..b26144eb4 100644 --- a/libc/testlib/polluteregisters.S +++ b/libc/testlib/polluteregisters.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2021 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/testlib/testcase.S b/libc/testlib/testcase.S index 8944e425f..272521378 100644 --- a/libc/testlib/testcase.S +++ b/libc/testlib/testcase.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/testlib/viewables.S b/libc/testlib/viewables.S index 20c6c47c2..aa5154a93 100644 --- a/libc/testlib/viewables.S +++ b/libc/testlib/viewables.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │ diff --git a/libc/thread/BUILD.mk b/libc/thread/BUILD.mk index b34e2ad38..7e00bc92e 100644 --- a/libc/thread/BUILD.mk +++ b/libc/thread/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_THREAD diff --git a/libc/time/BUILD.mk b/libc/time/BUILD.mk index 52ba6984b..123375680 100644 --- a/libc/time/BUILD.mk +++ b/libc/time/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_TIME diff --git a/libc/time/difftime.c b/libc/time/difftime.c index 5374f445c..077db69da 100644 --- a/libc/time/difftime.c +++ b/libc/time/difftime.c @@ -1,5 +1,5 @@ /*-*- mode:c; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" #include "libc/time/tz.internal.h" diff --git a/libc/time/localtime.c b/libc/time/localtime.c index 8c20449fe..604309c53 100644 --- a/libc/time/localtime.c +++ b/libc/time/localtime.c @@ -1,5 +1,5 @@ /*-*- mode:c; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚─────────────────────────────────────────────────────────────────────────────*/ #define LOCALTIME_IMPLEMENTATION #include "libc/calls/blockcancel.internal.h" diff --git a/libc/time/strftime.c b/libc/time/strftime.c index 50afd5a1e..1906cf1db 100644 --- a/libc/time/strftime.c +++ b/libc/time/strftime.c @@ -1,5 +1,5 @@ /*-*- mode:c; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 1989 The Regents of the University of California. │ │ All rights reserved. │ diff --git a/libc/time/strptime.c b/libc/time/strptime.c index c5e6786e1..dddfa9555 100644 --- a/libc/time/strptime.c +++ b/libc/time/strptime.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=2 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=2 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/BUILD.mk b/libc/tinymath/BUILD.mk index be23bafca..df54d674e 100644 --- a/libc/tinymath/BUILD.mk +++ b/libc/tinymath/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_TINYMATH diff --git a/libc/tinymath/__cexp.c b/libc/tinymath/__cexp.c index 018186ff1..788edab61 100644 --- a/libc/tinymath/__cexp.c +++ b/libc/tinymath/__cexp.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__cexpf.c b/libc/tinymath/__cexpf.c index 16af659f3..5bf24743f 100644 --- a/libc/tinymath/__cexpf.c +++ b/libc/tinymath/__cexpf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__math_divzero.c b/libc/tinymath/__math_divzero.c index aad82a57e..6c4fecba0 100644 --- a/libc/tinymath/__math_divzero.c +++ b/libc/tinymath/__math_divzero.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__math_divzerof.c b/libc/tinymath/__math_divzerof.c index fd44c85cf..aba79e70d 100644 --- a/libc/tinymath/__math_divzerof.c +++ b/libc/tinymath/__math_divzerof.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__math_invalid.c b/libc/tinymath/__math_invalid.c index 7582e5dea..77a8a245e 100644 --- a/libc/tinymath/__math_invalid.c +++ b/libc/tinymath/__math_invalid.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__math_invalidf.c b/libc/tinymath/__math_invalidf.c index bd8ea52ed..5c8bd6951 100644 --- a/libc/tinymath/__math_invalidf.c +++ b/libc/tinymath/__math_invalidf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__math_oflow.c b/libc/tinymath/__math_oflow.c index 2434506f9..3e8a756a0 100644 --- a/libc/tinymath/__math_oflow.c +++ b/libc/tinymath/__math_oflow.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__math_oflowf.c b/libc/tinymath/__math_oflowf.c index ea105598b..c289062d4 100644 --- a/libc/tinymath/__math_oflowf.c +++ b/libc/tinymath/__math_oflowf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__math_uflow.c b/libc/tinymath/__math_uflow.c index 17b9603bf..c810da1c6 100644 --- a/libc/tinymath/__math_uflow.c +++ b/libc/tinymath/__math_uflow.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__math_uflowf.c b/libc/tinymath/__math_uflowf.c index 7dc5f740a..de7cf7c06 100644 --- a/libc/tinymath/__math_uflowf.c +++ b/libc/tinymath/__math_uflowf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__math_xflow.c b/libc/tinymath/__math_xflow.c index 8e947d3e1..7e87826dc 100644 --- a/libc/tinymath/__math_xflow.c +++ b/libc/tinymath/__math_xflow.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/__math_xflowf.c b/libc/tinymath/__math_xflowf.c index 585d4f012..1ea47b7fe 100644 --- a/libc/tinymath/__math_xflowf.c +++ b/libc/tinymath/__math_xflowf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/acos.c b/libc/tinymath/acos.c index 8c4b3fcff..7631f77ea 100644 --- a/libc/tinymath/acos.c +++ b/libc/tinymath/acos.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/acosf.c b/libc/tinymath/acosf.c index 77331a8b7..969a464b4 100644 --- a/libc/tinymath/acosf.c +++ b/libc/tinymath/acosf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/acosh.c b/libc/tinymath/acosh.c index e5419c478..b1bb9a4fa 100644 --- a/libc/tinymath/acosh.c +++ b/libc/tinymath/acosh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/acoshf.c b/libc/tinymath/acoshf.c index a77d1c098..f0bc86b5c 100644 --- a/libc/tinymath/acoshf.c +++ b/libc/tinymath/acoshf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/acoshl.c b/libc/tinymath/acoshl.c index 6fa0da927..019d6ae74 100644 --- a/libc/tinymath/acoshl.c +++ b/libc/tinymath/acoshl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ FreeBSD lib/msun/src/e_acoshl.c │ diff --git a/libc/tinymath/acosl.c b/libc/tinymath/acosl.c index 1c4dc4e4f..d65ab0a27 100644 --- a/libc/tinymath/acosl.c +++ b/libc/tinymath/acosl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/asin.c b/libc/tinymath/asin.c index 99188b831..0d5afb86f 100644 --- a/libc/tinymath/asin.c +++ b/libc/tinymath/asin.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/asinf.c b/libc/tinymath/asinf.c index 291b98488..36e4320af 100644 --- a/libc/tinymath/asinf.c +++ b/libc/tinymath/asinf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/asinh.c b/libc/tinymath/asinh.c index dac06c0b3..62d70372b 100644 --- a/libc/tinymath/asinh.c +++ b/libc/tinymath/asinh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/asinhf.c b/libc/tinymath/asinhf.c index 9dbe8b565..bd66d94cf 100644 --- a/libc/tinymath/asinhf.c +++ b/libc/tinymath/asinhf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/asinhl.c b/libc/tinymath/asinhl.c index da028982f..16d2790e6 100644 --- a/libc/tinymath/asinhl.c +++ b/libc/tinymath/asinhl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ FreeBSD lib/msun/src/s_asinhl.c │ diff --git a/libc/tinymath/asinl.c b/libc/tinymath/asinl.c index cebccc8c8..07ff3f32c 100644 --- a/libc/tinymath/asinl.c +++ b/libc/tinymath/asinl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/atan.c b/libc/tinymath/atan.c index 8db36b99d..9314d1ba1 100644 --- a/libc/tinymath/atan.c +++ b/libc/tinymath/atan.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/atan2.c b/libc/tinymath/atan2.c index 725b00ece..663d979aa 100644 --- a/libc/tinymath/atan2.c +++ b/libc/tinymath/atan2.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ FreeBSD lib/msun/src/e_atan2.c │ diff --git a/libc/tinymath/atan2l.c b/libc/tinymath/atan2l.c index 4f068545f..f2f1cac8c 100644 --- a/libc/tinymath/atan2l.c +++ b/libc/tinymath/atan2l.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/atanf.c b/libc/tinymath/atanf.c index dc45dca55..59e773020 100644 --- a/libc/tinymath/atanf.c +++ b/libc/tinymath/atanf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/atanh.c b/libc/tinymath/atanh.c index 36646ac26..36bd107dc 100644 --- a/libc/tinymath/atanh.c +++ b/libc/tinymath/atanh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/atanhf.c b/libc/tinymath/atanhf.c index d01354cc0..fb00d8452 100644 --- a/libc/tinymath/atanhf.c +++ b/libc/tinymath/atanhf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/atanhl.c b/libc/tinymath/atanhl.c index 7152a04bf..208ff9b9c 100644 --- a/libc/tinymath/atanhl.c +++ b/libc/tinymath/atanhl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/atanl.c b/libc/tinymath/atanl.c index b92bfc914..ced707ff5 100644 --- a/libc/tinymath/atanl.c +++ b/libc/tinymath/atanl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cacos.c b/libc/tinymath/cacos.c index bf7d5ed54..9ad032fd7 100644 --- a/libc/tinymath/cacos.c +++ b/libc/tinymath/cacos.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cacosf.c b/libc/tinymath/cacosf.c index 12c174493..1b6bfcd3e 100644 --- a/libc/tinymath/cacosf.c +++ b/libc/tinymath/cacosf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cacosh.c b/libc/tinymath/cacosh.c index 7d0818151..4eccd729c 100644 --- a/libc/tinymath/cacosh.c +++ b/libc/tinymath/cacosh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cacoshf.c b/libc/tinymath/cacoshf.c index 708b418e3..a029f08da 100644 --- a/libc/tinymath/cacoshf.c +++ b/libc/tinymath/cacoshf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cacoshl.c b/libc/tinymath/cacoshl.c index 0876f666d..1c5e96cb4 100644 --- a/libc/tinymath/cacoshl.c +++ b/libc/tinymath/cacoshl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cacosl.c b/libc/tinymath/cacosl.c index 90456227f..0e09d4753 100644 --- a/libc/tinymath/cacosl.c +++ b/libc/tinymath/cacosl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/casin.c b/libc/tinymath/casin.c index b83527325..b0e85ca2a 100644 --- a/libc/tinymath/casin.c +++ b/libc/tinymath/casin.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/casinf.c b/libc/tinymath/casinf.c index 0b8a801ca..1d0b35414 100644 --- a/libc/tinymath/casinf.c +++ b/libc/tinymath/casinf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/casinh.c b/libc/tinymath/casinh.c index be1338aa2..5a11878a7 100644 --- a/libc/tinymath/casinh.c +++ b/libc/tinymath/casinh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/casinhf.c b/libc/tinymath/casinhf.c index 37582f1ae..503eb3437 100644 --- a/libc/tinymath/casinhf.c +++ b/libc/tinymath/casinhf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/casinhl.c b/libc/tinymath/casinhl.c index c9075ee0d..5766ff6d9 100644 --- a/libc/tinymath/casinhl.c +++ b/libc/tinymath/casinhl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/casinl.c b/libc/tinymath/casinl.c index 3f6be728e..618d236be 100644 --- a/libc/tinymath/casinl.c +++ b/libc/tinymath/casinl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/catan.c b/libc/tinymath/catan.c index 57dbe9e49..b9c6b7faa 100644 --- a/libc/tinymath/catan.c +++ b/libc/tinymath/catan.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/catanf.c b/libc/tinymath/catanf.c index 8bfdf07b0..ce5f2cdb0 100644 --- a/libc/tinymath/catanf.c +++ b/libc/tinymath/catanf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/catanh.c b/libc/tinymath/catanh.c index 8d6e3af36..087239547 100644 --- a/libc/tinymath/catanh.c +++ b/libc/tinymath/catanh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/catanhf.c b/libc/tinymath/catanhf.c index c38a8a37d..90f491207 100644 --- a/libc/tinymath/catanhf.c +++ b/libc/tinymath/catanhf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/catanhl.c b/libc/tinymath/catanhl.c index 0fff332d8..299aadece 100644 --- a/libc/tinymath/catanhl.c +++ b/libc/tinymath/catanhl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/catanl.c b/libc/tinymath/catanl.c index 4258ffa3a..3f87d3a3b 100644 --- a/libc/tinymath/catanl.c +++ b/libc/tinymath/catanl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ OpenBSD /usr/src/lib/libm/src/s_catanl.c │ diff --git a/libc/tinymath/cbrt.c b/libc/tinymath/cbrt.c index 666e88602..b88b7e297 100644 --- a/libc/tinymath/cbrt.c +++ b/libc/tinymath/cbrt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cbrtf.c b/libc/tinymath/cbrtf.c index 3883dc4be..0ec14e758 100644 --- a/libc/tinymath/cbrtf.c +++ b/libc/tinymath/cbrtf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cbrtl.c b/libc/tinymath/cbrtl.c index cacd115f7..ccd1040f1 100644 --- a/libc/tinymath/cbrtl.c +++ b/libc/tinymath/cbrtl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ccosf.c b/libc/tinymath/ccosf.c index 083bd8537..5613099ed 100644 --- a/libc/tinymath/ccosf.c +++ b/libc/tinymath/ccosf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ccosh.c b/libc/tinymath/ccosh.c index d3c40b066..28bb3cbc2 100644 --- a/libc/tinymath/ccosh.c +++ b/libc/tinymath/ccosh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ccoshf.c b/libc/tinymath/ccoshf.c index 13be3b7c8..d2e137044 100644 --- a/libc/tinymath/ccoshf.c +++ b/libc/tinymath/ccoshf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ccoshl.c b/libc/tinymath/ccoshl.c index 6c7391086..7d22ca69d 100644 --- a/libc/tinymath/ccoshl.c +++ b/libc/tinymath/ccoshl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ccosl.c b/libc/tinymath/ccosl.c index b82591f1d..76548b9d6 100644 --- a/libc/tinymath/ccosl.c +++ b/libc/tinymath/ccosl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ceil.c b/libc/tinymath/ceil.c index 099874a4b..4ba6ec6da 100644 --- a/libc/tinymath/ceil.c +++ b/libc/tinymath/ceil.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ceilf.c b/libc/tinymath/ceilf.c index 749d2673a..2dad43065 100644 --- a/libc/tinymath/ceilf.c +++ b/libc/tinymath/ceilf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ceill.c b/libc/tinymath/ceill.c index 72840bbfd..921a93836 100644 --- a/libc/tinymath/ceill.c +++ b/libc/tinymath/ceill.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cexp.c b/libc/tinymath/cexp.c index 051d3549a..c6fd6e086 100644 --- a/libc/tinymath/cexp.c +++ b/libc/tinymath/cexp.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cexpf.c b/libc/tinymath/cexpf.c index f801aae7c..200b9de4f 100644 --- a/libc/tinymath/cexpf.c +++ b/libc/tinymath/cexpf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cexpl.c b/libc/tinymath/cexpl.c index 1406abdd8..a58b94d2e 100644 --- a/libc/tinymath/cexpl.c +++ b/libc/tinymath/cexpl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/clog.c b/libc/tinymath/clog.c index 196ed5b70..60c48fb9c 100644 --- a/libc/tinymath/clog.c +++ b/libc/tinymath/clog.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/clogf.c b/libc/tinymath/clogf.c index f7ae17e1a..dcc3a4b29 100644 --- a/libc/tinymath/clogf.c +++ b/libc/tinymath/clogf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/clogl.c b/libc/tinymath/clogl.c index f4ec9e504..868f44eb5 100644 --- a/libc/tinymath/clogl.c +++ b/libc/tinymath/clogl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cos.c b/libc/tinymath/cos.c index 78da1430a..00776746a 100644 --- a/libc/tinymath/cos.c +++ b/libc/tinymath/cos.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cosdf.c b/libc/tinymath/cosdf.c index 9744ee06d..0fb5e3da1 100644 --- a/libc/tinymath/cosdf.c +++ b/libc/tinymath/cosdf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cosf.c b/libc/tinymath/cosf.c index e26fa78f3..6e12a7b14 100644 --- a/libc/tinymath/cosf.c +++ b/libc/tinymath/cosf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cosh.c b/libc/tinymath/cosh.c index 59705d42b..3c98b9253 100644 --- a/libc/tinymath/cosh.c +++ b/libc/tinymath/cosh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/coshf.c b/libc/tinymath/coshf.c index e47f78c52..1e352d1c4 100644 --- a/libc/tinymath/coshf.c +++ b/libc/tinymath/coshf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/coshl.c b/libc/tinymath/coshl.c index 1b67b6404..f7cfb1ed3 100644 --- a/libc/tinymath/coshl.c +++ b/libc/tinymath/coshl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ FreeBSD lib/msun/src/s_tanhf.c │ diff --git a/libc/tinymath/cosl.c b/libc/tinymath/cosl.c index 8585915d5..1368cc825 100644 --- a/libc/tinymath/cosl.c +++ b/libc/tinymath/cosl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cpow.c b/libc/tinymath/cpow.c index bee259c6b..4a0aa4b10 100644 --- a/libc/tinymath/cpow.c +++ b/libc/tinymath/cpow.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cpowf.c b/libc/tinymath/cpowf.c index a2d3a8e8b..671bad57e 100644 --- a/libc/tinymath/cpowf.c +++ b/libc/tinymath/cpowf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/cpowl.c b/libc/tinymath/cpowl.c index 884579e36..389642031 100644 --- a/libc/tinymath/cpowl.c +++ b/libc/tinymath/cpowl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/csin.c b/libc/tinymath/csin.c index f0fd7d65c..23d0f27c2 100644 --- a/libc/tinymath/csin.c +++ b/libc/tinymath/csin.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/csinf.c b/libc/tinymath/csinf.c index 477282c1c..24511f17b 100644 --- a/libc/tinymath/csinf.c +++ b/libc/tinymath/csinf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/csinh.c b/libc/tinymath/csinh.c index c426dc3d7..8f59253da 100644 --- a/libc/tinymath/csinh.c +++ b/libc/tinymath/csinh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/csinhf.c b/libc/tinymath/csinhf.c index 1c3ef4c35..07471ce81 100644 --- a/libc/tinymath/csinhf.c +++ b/libc/tinymath/csinhf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/csinhl.c b/libc/tinymath/csinhl.c index d1c76acb1..1a83181fc 100644 --- a/libc/tinymath/csinhl.c +++ b/libc/tinymath/csinhl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/csinl.c b/libc/tinymath/csinl.c index 2871f7060..ddf599d90 100644 --- a/libc/tinymath/csinl.c +++ b/libc/tinymath/csinl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/csqrt.c b/libc/tinymath/csqrt.c index 7837fc83f..70583e7a2 100644 --- a/libc/tinymath/csqrt.c +++ b/libc/tinymath/csqrt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/csqrtf.c b/libc/tinymath/csqrtf.c index d0b768414..27c1e6889 100644 --- a/libc/tinymath/csqrtf.c +++ b/libc/tinymath/csqrtf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/csqrtl.c b/libc/tinymath/csqrtl.c index 7e5b3b795..c6b1e7524 100644 --- a/libc/tinymath/csqrtl.c +++ b/libc/tinymath/csqrtl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ctan.c b/libc/tinymath/ctan.c index 4925f7577..b3e2de71d 100644 --- a/libc/tinymath/ctan.c +++ b/libc/tinymath/ctan.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ctanf.c b/libc/tinymath/ctanf.c index 122e4bac0..f584c5ea9 100644 --- a/libc/tinymath/ctanf.c +++ b/libc/tinymath/ctanf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ctanh.c b/libc/tinymath/ctanh.c index b5119faf4..94a1776d8 100644 --- a/libc/tinymath/ctanh.c +++ b/libc/tinymath/ctanh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ctanhf.c b/libc/tinymath/ctanhf.c index 64aa46d33..29d7e3f1b 100644 --- a/libc/tinymath/ctanhf.c +++ b/libc/tinymath/ctanhf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ctanhl.c b/libc/tinymath/ctanhl.c index 0ac296123..6aa599c3c 100644 --- a/libc/tinymath/ctanhl.c +++ b/libc/tinymath/ctanhl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ctanl.c b/libc/tinymath/ctanl.c index 0dc4cae44..d8602d9b7 100644 --- a/libc/tinymath/ctanl.c +++ b/libc/tinymath/ctanl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/erf.c b/libc/tinymath/erf.c index dcb912f63..029a41840 100644 --- a/libc/tinymath/erf.c +++ b/libc/tinymath/erf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/erff.c b/libc/tinymath/erff.c index be37c6849..cea72f1a4 100644 --- a/libc/tinymath/erff.c +++ b/libc/tinymath/erff.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/erfl.c b/libc/tinymath/erfl.c index 8f46854a1..6ac746b30 100644 --- a/libc/tinymath/erfl.c +++ b/libc/tinymath/erfl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/exp.c b/libc/tinymath/exp.c index fa13b42ee..e9ea6fddb 100644 --- a/libc/tinymath/exp.c +++ b/libc/tinymath/exp.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/tinymath/exp10.c b/libc/tinymath/exp10.c index 71168ff71..27baff1cd 100644 --- a/libc/tinymath/exp10.c +++ b/libc/tinymath/exp10.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/exp10f.c b/libc/tinymath/exp10f.c index be0a87726..16dc2071a 100644 --- a/libc/tinymath/exp10f.c +++ b/libc/tinymath/exp10f.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/exp10l.c b/libc/tinymath/exp10l.c index 5c0cdaa8d..e108701d7 100644 --- a/libc/tinymath/exp10l.c +++ b/libc/tinymath/exp10l.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/exp2.c b/libc/tinymath/exp2.c index c53215ff7..1dc2c9a43 100644 --- a/libc/tinymath/exp2.c +++ b/libc/tinymath/exp2.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/exp2f.c b/libc/tinymath/exp2f.c index 1d58567c7..1687b8b30 100644 --- a/libc/tinymath/exp2f.c +++ b/libc/tinymath/exp2f.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/exp2f_data.c b/libc/tinymath/exp2f_data.c index cdd8d2e93..809c5905d 100644 --- a/libc/tinymath/exp2f_data.c +++ b/libc/tinymath/exp2f_data.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/exp2l.c b/libc/tinymath/exp2l.c index bd8261b57..28553aed2 100644 --- a/libc/tinymath/exp2l.c +++ b/libc/tinymath/exp2l.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/exp_data.c b/libc/tinymath/exp_data.c index 42d5b5613..0d4b880a8 100644 --- a/libc/tinymath/exp_data.c +++ b/libc/tinymath/exp_data.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/expf.c b/libc/tinymath/expf.c index e3c14d2eb..4879566ab 100644 --- a/libc/tinymath/expf.c +++ b/libc/tinymath/expf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/expm1.c b/libc/tinymath/expm1.c index bdeaaec8d..12600b69b 100644 --- a/libc/tinymath/expm1.c +++ b/libc/tinymath/expm1.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/expm1f.c b/libc/tinymath/expm1f.c index 78420560d..6500aec27 100644 --- a/libc/tinymath/expm1f.c +++ b/libc/tinymath/expm1f.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ FreeBSD lib/msun/src/s_expm1f.c │ diff --git a/libc/tinymath/expo2.c b/libc/tinymath/expo2.c index b2d528c11..3f8eda928 100644 --- a/libc/tinymath/expo2.c +++ b/libc/tinymath/expo2.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/expo2f.c b/libc/tinymath/expo2f.c index 895658c36..6d149db93 100644 --- a/libc/tinymath/expo2f.c +++ b/libc/tinymath/expo2f.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/floor.c b/libc/tinymath/floor.c index 1cf5edd8d..c492fc05c 100644 --- a/libc/tinymath/floor.c +++ b/libc/tinymath/floor.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/floorf.c b/libc/tinymath/floorf.c index a7dcb4a3b..de575ee27 100644 --- a/libc/tinymath/floorf.c +++ b/libc/tinymath/floorf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/floorl.c b/libc/tinymath/floorl.c index 402dcb494..499012d8f 100644 --- a/libc/tinymath/floorl.c +++ b/libc/tinymath/floorl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/fma.c b/libc/tinymath/fma.c index 9d93e9acc..2eaf00cb0 100644 --- a/libc/tinymath/fma.c +++ b/libc/tinymath/fma.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/fmaf.c b/libc/tinymath/fmaf.c index 5765f2d0f..7d651b650 100644 --- a/libc/tinymath/fmaf.c +++ b/libc/tinymath/fmaf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/fmod.c b/libc/tinymath/fmod.c index bf71e7b97..e08205299 100644 --- a/libc/tinymath/fmod.c +++ b/libc/tinymath/fmod.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/fmodf.c b/libc/tinymath/fmodf.c index 7b9ec83d1..6e01ef28c 100644 --- a/libc/tinymath/fmodf.c +++ b/libc/tinymath/fmodf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/fmodl.c b/libc/tinymath/fmodl.c index 29fdcacd9..2b7ecf532 100644 --- a/libc/tinymath/fmodl.c +++ b/libc/tinymath/fmodl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/frexp.c b/libc/tinymath/frexp.c index 03ceb0129..4ba2e1b7a 100644 --- a/libc/tinymath/frexp.c +++ b/libc/tinymath/frexp.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/frexpf.c b/libc/tinymath/frexpf.c index d2c880e27..4666ec4e5 100644 --- a/libc/tinymath/frexpf.c +++ b/libc/tinymath/frexpf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/frexpl.c b/libc/tinymath/frexpl.c index 51b30caee..3d4fd6b41 100644 --- a/libc/tinymath/frexpl.c +++ b/libc/tinymath/frexpl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (c) 2004-2005 David Schultz │ diff --git a/libc/tinymath/hypot.c b/libc/tinymath/hypot.c index 2561d927c..cd8cac22b 100644 --- a/libc/tinymath/hypot.c +++ b/libc/tinymath/hypot.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/hypotf.c b/libc/tinymath/hypotf.c index 401a9f637..5dd9c8eef 100644 --- a/libc/tinymath/hypotf.c +++ b/libc/tinymath/hypotf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/hypotl.c b/libc/tinymath/hypotl.c index 4ae46b50a..b524fd52b 100644 --- a/libc/tinymath/hypotl.c +++ b/libc/tinymath/hypotl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ilogb.c b/libc/tinymath/ilogb.c index d47de8a52..429d17a27 100644 --- a/libc/tinymath/ilogb.c +++ b/libc/tinymath/ilogb.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ilogbf.c b/libc/tinymath/ilogbf.c index 037f4111b..0d91f0cbc 100644 --- a/libc/tinymath/ilogbf.c +++ b/libc/tinymath/ilogbf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/invtrigl.c b/libc/tinymath/invtrigl.c index 4e974c2e3..67d984089 100644 --- a/libc/tinymath/invtrigl.c +++ b/libc/tinymath/invtrigl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/j0.c b/libc/tinymath/j0.c index 913d39bb8..6d6eda6d5 100644 --- a/libc/tinymath/j0.c +++ b/libc/tinymath/j0.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/j0f.c b/libc/tinymath/j0f.c index 24a955381..6723ab68b 100644 --- a/libc/tinymath/j0f.c +++ b/libc/tinymath/j0f.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/j1.c b/libc/tinymath/j1.c index 588538694..bd3240687 100644 --- a/libc/tinymath/j1.c +++ b/libc/tinymath/j1.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/j1f.c b/libc/tinymath/j1f.c index 2f3430c52..8b86031f3 100644 --- a/libc/tinymath/j1f.c +++ b/libc/tinymath/j1f.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/jn.c b/libc/tinymath/jn.c index 812f1c3e1..5df41b18b 100644 --- a/libc/tinymath/jn.c +++ b/libc/tinymath/jn.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/jnf.c b/libc/tinymath/jnf.c index 76bab36ad..ff33eb8ac 100644 --- a/libc/tinymath/jnf.c +++ b/libc/tinymath/jnf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/kcos.c b/libc/tinymath/kcos.c index 188cd1212..f2467a0b7 100644 --- a/libc/tinymath/kcos.c +++ b/libc/tinymath/kcos.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/kcosl.c b/libc/tinymath/kcosl.c index e8a52dc16..8d54f5fcb 100644 --- a/libc/tinymath/kcosl.c +++ b/libc/tinymath/kcosl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/kexpl.c b/libc/tinymath/kexpl.c index 045c384f3..5dc19b613 100644 --- a/libc/tinymath/kexpl.c +++ b/libc/tinymath/kexpl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ FreeBSD lib/msun/src/s_tanhf.c │ diff --git a/libc/tinymath/ksin.c b/libc/tinymath/ksin.c index 282c22b88..2a61bcbac 100644 --- a/libc/tinymath/ksin.c +++ b/libc/tinymath/ksin.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ksinl.c b/libc/tinymath/ksinl.c index 689a515f8..c430c0322 100644 --- a/libc/tinymath/ksinl.c +++ b/libc/tinymath/ksinl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ktan.c b/libc/tinymath/ktan.c index d4c0beadd..695c6b70e 100644 --- a/libc/tinymath/ktan.c +++ b/libc/tinymath/ktan.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/ktanl.c b/libc/tinymath/ktanl.c index 5e3056d0d..cbe9228b8 100644 --- a/libc/tinymath/ktanl.c +++ b/libc/tinymath/ktanl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/lgamma_r.c b/libc/tinymath/lgamma_r.c index 00b6d86c2..356155bca 100644 --- a/libc/tinymath/lgamma_r.c +++ b/libc/tinymath/lgamma_r.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/lgammaf_r.c b/libc/tinymath/lgammaf_r.c index 16118bbe3..f51eeea00 100644 --- a/libc/tinymath/lgammaf_r.c +++ b/libc/tinymath/lgammaf_r.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/lgammal.c b/libc/tinymath/lgammal.c index 4d831c38d..de54194b7 100644 --- a/libc/tinymath/lgammal.c +++ b/libc/tinymath/lgammal.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log.c b/libc/tinymath/log.c index 389a21966..61b13ef62 100644 --- a/libc/tinymath/log.c +++ b/libc/tinymath/log.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/tinymath/log10.c b/libc/tinymath/log10.c index 41ccb14b3..3c3f19650 100644 --- a/libc/tinymath/log10.c +++ b/libc/tinymath/log10.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log10f.c b/libc/tinymath/log10f.c index ba31b59fe..e078f8982 100644 --- a/libc/tinymath/log10f.c +++ b/libc/tinymath/log10f.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log10l.c b/libc/tinymath/log10l.c index 1642813d1..04f658b86 100644 --- a/libc/tinymath/log10l.c +++ b/libc/tinymath/log10l.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log1p.c b/libc/tinymath/log1p.c index ec33e529c..3d6883422 100644 --- a/libc/tinymath/log1p.c +++ b/libc/tinymath/log1p.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log1pl.c b/libc/tinymath/log1pl.c index 130305c3c..42f5a3b17 100644 --- a/libc/tinymath/log1pl.c +++ b/libc/tinymath/log1pl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log2.c b/libc/tinymath/log2.c index 3e34b35b4..d1d4d40f9 100644 --- a/libc/tinymath/log2.c +++ b/libc/tinymath/log2.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log2_data.c b/libc/tinymath/log2_data.c index 78bc53097..259ffd0db 100644 --- a/libc/tinymath/log2_data.c +++ b/libc/tinymath/log2_data.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log2f.c b/libc/tinymath/log2f.c index 394b62e3b..118a02d29 100644 --- a/libc/tinymath/log2f.c +++ b/libc/tinymath/log2f.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log2f_data.c b/libc/tinymath/log2f_data.c index 9efe760ca..783213a91 100644 --- a/libc/tinymath/log2f_data.c +++ b/libc/tinymath/log2f_data.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log2l.c b/libc/tinymath/log2l.c index bea7ba28e..fd1489688 100644 --- a/libc/tinymath/log2l.c +++ b/libc/tinymath/log2l.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/log_data.c b/libc/tinymath/log_data.c index 6d654c448..be87c4105 100644 --- a/libc/tinymath/log_data.c +++ b/libc/tinymath/log_data.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/logf.c b/libc/tinymath/logf.c index 5311f7ee0..2bce5c3a3 100644 --- a/libc/tinymath/logf.c +++ b/libc/tinymath/logf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Optimized Routines │ diff --git a/libc/tinymath/logl.c b/libc/tinymath/logl.c index f403afb34..b6f269c45 100644 --- a/libc/tinymath/logl.c +++ b/libc/tinymath/logl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/loglq.c b/libc/tinymath/loglq.c index e06938112..0d2dbdcfb 100644 --- a/libc/tinymath/loglq.c +++ b/libc/tinymath/loglq.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (c) 2007-2013 Bruce D. Evans │ diff --git a/libc/tinymath/modf.c b/libc/tinymath/modf.c index 29e85efbb..3047590c4 100644 --- a/libc/tinymath/modf.c +++ b/libc/tinymath/modf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/modff.c b/libc/tinymath/modff.c index 09b166e15..99e60840c 100644 --- a/libc/tinymath/modff.c +++ b/libc/tinymath/modff.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/modfl.c b/libc/tinymath/modfl.c index 06970edf9..9b430c646 100644 --- a/libc/tinymath/modfl.c +++ b/libc/tinymath/modfl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/nextafter.c b/libc/tinymath/nextafter.c index 5e3517b83..f041bf0f3 100644 --- a/libc/tinymath/nextafter.c +++ b/libc/tinymath/nextafter.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/nextafterf.c b/libc/tinymath/nextafterf.c index 470b328a1..80e884413 100644 --- a/libc/tinymath/nextafterf.c +++ b/libc/tinymath/nextafterf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/nextafterl.c b/libc/tinymath/nextafterl.c index 1e275d3b7..e85824851 100644 --- a/libc/tinymath/nextafterl.c +++ b/libc/tinymath/nextafterl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/nexttoward.c b/libc/tinymath/nexttoward.c index 81c414086..c7a16bd50 100644 --- a/libc/tinymath/nexttoward.c +++ b/libc/tinymath/nexttoward.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/nexttowardf.c b/libc/tinymath/nexttowardf.c index 65efea796..da5eb59ba 100644 --- a/libc/tinymath/nexttowardf.c +++ b/libc/tinymath/nexttowardf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/polevll.c b/libc/tinymath/polevll.c index 9641f8c30..aac4505d8 100644 --- a/libc/tinymath/polevll.c +++ b/libc/tinymath/polevll.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/pow.c b/libc/tinymath/pow.c index 890d6d5ef..94195c97f 100644 --- a/libc/tinymath/pow.c +++ b/libc/tinymath/pow.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/pow_data.c b/libc/tinymath/pow_data.c index 3ef56374b..43dc5d008 100644 --- a/libc/tinymath/pow_data.c +++ b/libc/tinymath/pow_data.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/powf.c b/libc/tinymath/powf.c index 946d704c4..2ad8f7f63 100644 --- a/libc/tinymath/powf.c +++ b/libc/tinymath/powf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/powf_data.c b/libc/tinymath/powf_data.c index 2b9f8beac..0ef109ad6 100644 --- a/libc/tinymath/powf_data.c +++ b/libc/tinymath/powf_data.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/rempio2.c b/libc/tinymath/rempio2.c index 6acef7b33..7337b0684 100644 --- a/libc/tinymath/rempio2.c +++ b/libc/tinymath/rempio2.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/rempio2f.c b/libc/tinymath/rempio2f.c index be71b3f06..86ed07f49 100644 --- a/libc/tinymath/rempio2f.c +++ b/libc/tinymath/rempio2f.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/rempio2l.c b/libc/tinymath/rempio2l.c index 3faa2edb3..5648b89aa 100644 --- a/libc/tinymath/rempio2l.c +++ b/libc/tinymath/rempio2l.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/rempio2large.c b/libc/tinymath/rempio2large.c index f9504c1ce..cc6e643f5 100644 --- a/libc/tinymath/rempio2large.c +++ b/libc/tinymath/rempio2large.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/remquo.c b/libc/tinymath/remquo.c index fec57ab2e..975451a21 100644 --- a/libc/tinymath/remquo.c +++ b/libc/tinymath/remquo.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/remquof.c b/libc/tinymath/remquof.c index bb3b6b284..ca4fabcf4 100644 --- a/libc/tinymath/remquof.c +++ b/libc/tinymath/remquof.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/remquol.c b/libc/tinymath/remquol.c index 2bb87545f..e5c196fa4 100644 --- a/libc/tinymath/remquol.c +++ b/libc/tinymath/remquol.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/rint.c b/libc/tinymath/rint.c index 0e40fc1f6..dd1732d18 100644 --- a/libc/tinymath/rint.c +++ b/libc/tinymath/rint.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/rintf.c b/libc/tinymath/rintf.c index 7b7222f71..d9270e6c4 100644 --- a/libc/tinymath/rintf.c +++ b/libc/tinymath/rintf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/rintl.c b/libc/tinymath/rintl.c index 378f3acb8..b9c2e9bce 100644 --- a/libc/tinymath/rintl.c +++ b/libc/tinymath/rintl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/round.c b/libc/tinymath/round.c index 787163be5..d5966f9eb 100644 --- a/libc/tinymath/round.c +++ b/libc/tinymath/round.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/roundf.c b/libc/tinymath/roundf.c index c3982c958..e84568cee 100644 --- a/libc/tinymath/roundf.c +++ b/libc/tinymath/roundf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/roundl.c b/libc/tinymath/roundl.c index f77251e76..2eb2bd7d0 100644 --- a/libc/tinymath/roundl.c +++ b/libc/tinymath/roundl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/scalb.c b/libc/tinymath/scalb.c index 78a19fd97..f8137e3a2 100644 --- a/libc/tinymath/scalb.c +++ b/libc/tinymath/scalb.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/scalbf.c b/libc/tinymath/scalbf.c index dca23e654..e71d1e719 100644 --- a/libc/tinymath/scalbf.c +++ b/libc/tinymath/scalbf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sin.c b/libc/tinymath/sin.c index d049cc5b6..362e1a5bb 100644 --- a/libc/tinymath/sin.c +++ b/libc/tinymath/sin.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sincos.c b/libc/tinymath/sincos.c index 2d7c26070..69fcec219 100644 --- a/libc/tinymath/sincos.c +++ b/libc/tinymath/sincos.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sincosl.c b/libc/tinymath/sincosl.c index 4df9efa15..8cc1c3d2b 100644 --- a/libc/tinymath/sincosl.c +++ b/libc/tinymath/sincosl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sindf.c b/libc/tinymath/sindf.c index 7a6c2e0d0..06a4196f1 100644 --- a/libc/tinymath/sindf.c +++ b/libc/tinymath/sindf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sinf.c b/libc/tinymath/sinf.c index 30fda64fb..81d3218d2 100644 --- a/libc/tinymath/sinf.c +++ b/libc/tinymath/sinf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sinh.c b/libc/tinymath/sinh.c index 8526c3081..d740da683 100644 --- a/libc/tinymath/sinh.c +++ b/libc/tinymath/sinh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sinhf.c b/libc/tinymath/sinhf.c index 642bf3891..75fcb49c6 100644 --- a/libc/tinymath/sinhf.c +++ b/libc/tinymath/sinhf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sinhl.c b/libc/tinymath/sinhl.c index 6bab6f76c..372038ada 100644 --- a/libc/tinymath/sinhl.c +++ b/libc/tinymath/sinhl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ FreeBSD lib/msun/src/e_sinhl.c │ diff --git a/libc/tinymath/sinl.c b/libc/tinymath/sinl.c index bbf23a524..b65e21e4b 100644 --- a/libc/tinymath/sinl.c +++ b/libc/tinymath/sinl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sqrt.c b/libc/tinymath/sqrt.c index 32944ce0a..b6e1cd215 100644 --- a/libc/tinymath/sqrt.c +++ b/libc/tinymath/sqrt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sqrt_data.c b/libc/tinymath/sqrt_data.c index fef196e66..9850440cd 100644 --- a/libc/tinymath/sqrt_data.c +++ b/libc/tinymath/sqrt_data.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sqrtf.c b/libc/tinymath/sqrtf.c index abdea2087..21374d03f 100644 --- a/libc/tinymath/sqrtf.c +++ b/libc/tinymath/sqrtf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/sqrtl.c b/libc/tinymath/sqrtl.c index 4df891eb5..4bf9d7df2 100644 --- a/libc/tinymath/sqrtl.c +++ b/libc/tinymath/sqrtl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/tan.c b/libc/tinymath/tan.c index dfd473d92..0d5a45f73 100644 --- a/libc/tinymath/tan.c +++ b/libc/tinymath/tan.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/tandf.c b/libc/tinymath/tandf.c index 7aa3e06a0..93b79289b 100644 --- a/libc/tinymath/tandf.c +++ b/libc/tinymath/tandf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/tanf.c b/libc/tinymath/tanf.c index efbba4052..5fb7c4453 100644 --- a/libc/tinymath/tanf.c +++ b/libc/tinymath/tanf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/tanh.c b/libc/tinymath/tanh.c index 372fa0cb5..043d788f7 100644 --- a/libc/tinymath/tanh.c +++ b/libc/tinymath/tanh.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/tanhf.c b/libc/tinymath/tanhf.c index 1709d3341..2b735ff2d 100644 --- a/libc/tinymath/tanhf.c +++ b/libc/tinymath/tanhf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/tanhl.c b/libc/tinymath/tanhl.c index c4c2dcfb9..295f72de7 100644 --- a/libc/tinymath/tanhl.c +++ b/libc/tinymath/tanhl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ FreeBSD lib/msun/src/s_tanhl.c │ diff --git a/libc/tinymath/tanl.c b/libc/tinymath/tanl.c index b1762ffcc..9ef8475a7 100644 --- a/libc/tinymath/tanl.c +++ b/libc/tinymath/tanl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/tgamma.c b/libc/tinymath/tgamma.c index 8e5732ccc..35369f448 100644 --- a/libc/tinymath/tgamma.c +++ b/libc/tinymath/tgamma.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/tgammal.c b/libc/tinymath/tgammal.c index 44e3cf0e6..ae73f31dd 100644 --- a/libc/tinymath/tgammal.c +++ b/libc/tinymath/tgammal.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/trunc.c b/libc/tinymath/trunc.c index f83a1eb95..0262f4028 100644 --- a/libc/tinymath/trunc.c +++ b/libc/tinymath/trunc.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/truncf.c b/libc/tinymath/truncf.c index df8363f6a..3f85aef61 100644 --- a/libc/tinymath/truncf.c +++ b/libc/tinymath/truncf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/tinymath/truncl.c b/libc/tinymath/truncl.c index 36e0de1fb..52f8586ca 100644 --- a/libc/tinymath/truncl.c +++ b/libc/tinymath/truncl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/libc/vga/BUILD.mk b/libc/vga/BUILD.mk index 3b64646e7..eb9d22f39 100644 --- a/libc/vga/BUILD.mk +++ b/libc/vga/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += LIBC_VGA diff --git a/libc/vga/rlinit-init-vga.S b/libc/vga/rlinit-init-vga.S index e49ebf095..70ff1ccb6 100644 --- a/libc/vga/rlinit-init-vga.S +++ b/libc/vga/rlinit-init-vga.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ This is free and unencumbered software released into the public domain. │ │ │ diff --git a/libc/vga/rlinit-vesa.S b/libc/vga/rlinit-vesa.S index 980f7bd70..f1a91b1a0 100644 --- a/libc/vga/rlinit-vesa.S +++ b/libc/vga/rlinit-vesa.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ This is free and unencumbered software released into the public domain. │ │ │ diff --git a/libc/x/BUILD.mk b/libc/x/BUILD.mk index 9ece1b5bf..29f7a64f9 100644 --- a/libc/x/BUILD.mk +++ b/libc/x/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/net/BUILD.mk b/net/BUILD.mk index 58294aed9..b9a269fc4 100644 --- a/net/BUILD.mk +++ b/net/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/net o/$(MODE)/net: o/$(MODE)/net/finger \ diff --git a/net/finger/BUILD.mk b/net/finger/BUILD.mk index b5693f8b5..76fe4c531 100644 --- a/net/finger/BUILD.mk +++ b/net/finger/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += NET_FINGER diff --git a/net/http/BUILD.mk b/net/http/BUILD.mk index 2a96f04e0..31676d142 100644 --- a/net/http/BUILD.mk +++ b/net/http/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += NET_HTTP diff --git a/net/https/BUILD.mk b/net/https/BUILD.mk index cba4dab4a..b7580b554 100644 --- a/net/https/BUILD.mk +++ b/net/https/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += NET_HTTPS diff --git a/net/turfwar/BUILD.mk b/net/turfwar/BUILD.mk index 2f88868a5..a2be8d6f4 100644 --- a/net/turfwar/BUILD.mk +++ b/net/turfwar/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += NET_TURFWAR diff --git a/test/BUILD.mk b/test/BUILD.mk index 5a9af8161..6f8b2c710 100644 --- a/test/BUILD.mk +++ b/test/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/test o/$(MODE)/test: o/$(MODE)/test/dsp \ diff --git a/test/dsp/BUILD.mk b/test/dsp/BUILD.mk index 0ba552c22..4ab377333 100644 --- a/test/dsp/BUILD.mk +++ b/test/dsp/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/test/dsp o/$(MODE)/test/dsp: o/$(MODE)/test/dsp/core \ diff --git a/test/dsp/core/BUILD.mk b/test/dsp/core/BUILD.mk index 055e6c2c8..a095874c3 100644 --- a/test/dsp/core/BUILD.mk +++ b/test/dsp/core/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_DSP_CORE diff --git a/test/dsp/scale/BUILD.mk b/test/dsp/scale/BUILD.mk index 1343ddd6b..33da1c97a 100644 --- a/test/dsp/scale/BUILD.mk +++ b/test/dsp/scale/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_DSP_SCALE diff --git a/test/dsp/tty/BUILD.mk b/test/dsp/tty/BUILD.mk index 2cc04f5d8..46b59c2ac 100644 --- a/test/dsp/tty/BUILD.mk +++ b/test/dsp/tty/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_DSP_TTY diff --git a/test/libc/BUILD.mk b/test/libc/BUILD.mk index d21dcea45..9d4d7fd90 100644 --- a/test/libc/BUILD.mk +++ b/test/libc/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/test/libc o/$(MODE)/test/libc: \ diff --git a/test/libc/calls/BUILD.mk b/test/libc/calls/BUILD.mk index e38c3f341..700f1bd1f 100644 --- a/test/libc/calls/BUILD.mk +++ b/test/libc/calls/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_CALLS diff --git a/test/libc/dns/BUILD.mk b/test/libc/dns/BUILD.mk index cc9da059d..9a38f9d29 100644 --- a/test/libc/dns/BUILD.mk +++ b/test/libc/dns/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_DNS diff --git a/test/libc/fmt/BUILD.mk b/test/libc/fmt/BUILD.mk index 65191a72a..1ccd813b9 100644 --- a/test/libc/fmt/BUILD.mk +++ b/test/libc/fmt/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_FMT diff --git a/test/libc/intrin/BUILD.mk b/test/libc/intrin/BUILD.mk index 96ad641b8..3c4cf3e6a 100644 --- a/test/libc/intrin/BUILD.mk +++ b/test/libc/intrin/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_INTRIN diff --git a/test/libc/log/BUILD.mk b/test/libc/log/BUILD.mk index 2d826a157..d90634f61 100644 --- a/test/libc/log/BUILD.mk +++ b/test/libc/log/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_LOG diff --git a/test/libc/mem/BUILD.mk b/test/libc/mem/BUILD.mk index 2a7b39753..76aef509f 100644 --- a/test/libc/mem/BUILD.mk +++ b/test/libc/mem/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_MEM diff --git a/test/libc/nexgen32e/BUILD.mk b/test/libc/nexgen32e/BUILD.mk index bdfec96e2..3ec2804e8 100644 --- a/test/libc/nexgen32e/BUILD.mk +++ b/test/libc/nexgen32e/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_NEXGEN32E diff --git a/test/libc/proc/BUILD.mk b/test/libc/proc/BUILD.mk index 2b51f5649..ef3f0f34d 100644 --- a/test/libc/proc/BUILD.mk +++ b/test/libc/proc/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_PROC diff --git a/test/libc/release/BUILD.mk b/test/libc/release/BUILD.mk index 0d4b4bd86..35a9a55b6 100644 --- a/test/libc/release/BUILD.mk +++ b/test/libc/release/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ ifneq ($(MODE), dbg) ifneq ($(MODE), asan) diff --git a/test/libc/runtime/BUILD.mk b/test/libc/runtime/BUILD.mk index 605686ad7..50e2ce1f2 100644 --- a/test/libc/runtime/BUILD.mk +++ b/test/libc/runtime/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_RUNTIME diff --git a/test/libc/sock/BUILD.mk b/test/libc/sock/BUILD.mk index f37bc1ca5..37e9ab2de 100644 --- a/test/libc/sock/BUILD.mk +++ b/test/libc/sock/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_SOCK diff --git a/test/libc/stdio/BUILD.mk b/test/libc/stdio/BUILD.mk index 6e07be9c0..2a6e8c844 100644 --- a/test/libc/stdio/BUILD.mk +++ b/test/libc/stdio/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_STDIO diff --git a/test/libc/str/BUILD.mk b/test/libc/str/BUILD.mk index b0fca522d..4944da080 100644 --- a/test/libc/str/BUILD.mk +++ b/test/libc/str/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_STR diff --git a/test/libc/thread/BUILD.mk b/test/libc/thread/BUILD.mk index 4391bc2cd..8f2558b7d 100644 --- a/test/libc/thread/BUILD.mk +++ b/test/libc/thread/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_THREAD diff --git a/test/libc/time/BUILD.mk b/test/libc/time/BUILD.mk index d6606e6ad..efaba12d2 100644 --- a/test/libc/time/BUILD.mk +++ b/test/libc/time/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_TIME diff --git a/test/libc/tinymath/BUILD.mk b/test/libc/tinymath/BUILD.mk index fddf8772d..8a3dd9548 100644 --- a/test/libc/tinymath/BUILD.mk +++ b/test/libc/tinymath/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_TINYMATH diff --git a/test/libc/x/BUILD.mk b/test/libc/x/BUILD.mk index 6ea260400..c0a765207 100644 --- a/test/libc/x/BUILD.mk +++ b/test/libc/x/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_LIBC_X diff --git a/test/libc/xed/BUILD.mk b/test/libc/xed/BUILD.mk index c1cfe38db..0b839c127 100644 --- a/test/libc/xed/BUILD.mk +++ b/test/libc/xed/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ TEST_LIBC_XED_FILES := $(wildcard test/libc/xed/*) TEST_LIBC_XED_HDRS = $(filter %.h,$(TEST_LIBC_XED_FILES)) diff --git a/test/net/BUILD.mk b/test/net/BUILD.mk index d0fd0f2b0..198ca3ec1 100644 --- a/test/net/BUILD.mk +++ b/test/net/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/test/net o/$(MODE)/test/net: o/$(MODE)/test/net/finger \ diff --git a/test/net/finger/BUILD.mk b/test/net/finger/BUILD.mk index 413434d56..278ce6ef0 100644 --- a/test/net/finger/BUILD.mk +++ b/test/net/finger/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_NET_FINGER diff --git a/test/net/http/BUILD.mk b/test/net/http/BUILD.mk index e9d4b54db..b50eb23e7 100644 --- a/test/net/http/BUILD.mk +++ b/test/net/http/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_NET_HTTP diff --git a/test/net/https/BUILD.mk b/test/net/https/BUILD.mk index 0970a3577..e86be299e 100644 --- a/test/net/https/BUILD.mk +++ b/test/net/https/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_NET_HTTPS diff --git a/test/posix/BUILD.mk b/test/posix/BUILD.mk index 89423f9d6..1ea397b3b 100644 --- a/test/posix/BUILD.mk +++ b/test/posix/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_POSIX diff --git a/test/tool/BUILD.mk b/test/tool/BUILD.mk index b776ecea4..0c99687d2 100644 --- a/test/tool/BUILD.mk +++ b/test/tool/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/test/tool o/$(MODE)/test/tool: \ diff --git a/test/tool/args/BUILD.mk b/test/tool/args/BUILD.mk index 80b786777..288e8e219 100644 --- a/test/tool/args/BUILD.mk +++ b/test/tool/args/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_TOOL_ARGS diff --git a/test/tool/build/BUILD.mk b/test/tool/build/BUILD.mk index 45106bb30..4ab99903b 100644 --- a/test/tool/build/BUILD.mk +++ b/test/tool/build/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/test/tool/build o/$(MODE)/test/tool/build: \ diff --git a/test/tool/build/lib/BUILD.mk b/test/tool/build/lib/BUILD.mk index 5b3978a9f..67bc7ff1b 100644 --- a/test/tool/build/lib/BUILD.mk +++ b/test/tool/build/lib/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_TOOL_BUILD_LIB diff --git a/test/tool/net/BUILD.mk b/test/tool/net/BUILD.mk index 26e52edc9..5ed445a87 100644 --- a/test/tool/net/BUILD.mk +++ b/test/tool/net/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_TOOL_NET diff --git a/test/tool/plinko/BUILD.mk b/test/tool/plinko/BUILD.mk index 431eb914b..603e5f934 100644 --- a/test/tool/plinko/BUILD.mk +++ b/test/tool/plinko/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ ifeq ($(ARCH), x86_64) diff --git a/test/tool/viz/BUILD.mk b/test/tool/viz/BUILD.mk index e97cba501..73547c947 100644 --- a/test/tool/viz/BUILD.mk +++ b/test/tool/viz/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/test/tool/viz o/$(MODE)/test/tool/viz: \ diff --git a/test/tool/viz/lib/BUILD.mk b/test/tool/viz/lib/BUILD.mk index c3b7cef95..95e868e00 100644 --- a/test/tool/viz/lib/BUILD.mk +++ b/test/tool/viz/lib/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TEST_TOOL_VIZ_LIB diff --git a/third_party/BUILD.mk b/third_party/BUILD.mk index 886867b04..c584be02a 100644 --- a/third_party/BUILD.mk +++ b/third_party/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/third_party o/$(MODE)/third_party: \ diff --git a/third_party/aarch64/BUILD.mk b/third_party/aarch64/BUILD.mk index 9d91efaa9..142f7e156 100644 --- a/third_party/aarch64/BUILD.mk +++ b/third_party/aarch64/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_AARCH64 THIRD_PARTY_AARCH64_HDRS = $(filter %.h,$(THIRD_PARTY_AARCH64_FILES)) diff --git a/third_party/argon2/BUILD.mk b/third_party/argon2/BUILD.mk index 69b456ba7..a7baf7b6c 100644 --- a/third_party/argon2/BUILD.mk +++ b/third_party/argon2/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_ARGON2 diff --git a/third_party/awk/BUILD.mk b/third_party/awk/BUILD.mk index 57ae2833f..df631dfd7 100644 --- a/third_party/awk/BUILD.mk +++ b/third_party/awk/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_AWK diff --git a/third_party/awk/b.c b/third_party/awk/b.c index 6dfb7a606..ad907eab2 100644 --- a/third_party/awk/b.c +++ b/third_party/awk/b.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (C) Lucent Technologies 1997 │ diff --git a/third_party/awk/lex.c b/third_party/awk/lex.c index 02dd56359..04d528853 100644 --- a/third_party/awk/lex.c +++ b/third_party/awk/lex.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (C) Lucent Technologies 1997 │ diff --git a/third_party/awk/lib.c b/third_party/awk/lib.c index ab903779e..a437fc675 100644 --- a/third_party/awk/lib.c +++ b/third_party/awk/lib.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (C) Lucent Technologies 1997 │ diff --git a/third_party/awk/main.c b/third_party/awk/main.c index 2225d4924..d1ec5b755 100644 --- a/third_party/awk/main.c +++ b/third_party/awk/main.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (C) Lucent Technologies 1997 │ diff --git a/third_party/awk/maketab.c b/third_party/awk/maketab.c index 67e4eab74..68b3f4f95 100644 --- a/third_party/awk/maketab.c +++ b/third_party/awk/maketab.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (C) Lucent Technologies 1997 │ diff --git a/third_party/awk/parse.c b/third_party/awk/parse.c index 8fa52c566..04ad4faf3 100644 --- a/third_party/awk/parse.c +++ b/third_party/awk/parse.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (C) Lucent Technologies 1997 │ diff --git a/third_party/awk/proctab.c b/third_party/awk/proctab.c index 5bf7b625f..e36c5c814 100644 --- a/third_party/awk/proctab.c +++ b/third_party/awk/proctab.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (C) Lucent Technologies 1997 │ diff --git a/third_party/awk/run.c b/third_party/awk/run.c index d34e0287a..f31259db2 100644 --- a/third_party/awk/run.c +++ b/third_party/awk/run.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (C) Lucent Technologies 1997 │ diff --git a/third_party/awk/tran.c b/third_party/awk/tran.c index 809857389..fc39c4eb6 100644 --- a/third_party/awk/tran.c +++ b/third_party/awk/tran.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Copyright (C) Lucent Technologies 1997 │ diff --git a/third_party/bash/BUILD.mk b/third_party/bash/BUILD.mk index 4cf2a8fee..966bd3c5a 100644 --- a/third_party/bash/BUILD.mk +++ b/third_party/bash/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:bashfile-gbash;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=bash ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=bash ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_BASH diff --git a/third_party/bzip2/BUILD.mk b/third_party/bzip2/BUILD.mk index 806ff3424..f1da85f1e 100644 --- a/third_party/bzip2/BUILD.mk +++ b/third_party/bzip2/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_BZIP2 diff --git a/third_party/chibicc/BUILD.mk b/third_party/chibicc/BUILD.mk index 9033e43e1..682c04919 100644 --- a/third_party/chibicc/BUILD.mk +++ b/third_party/chibicc/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/third_party/chibicc/test/BUILD.mk b/third_party/chibicc/test/BUILD.mk index aa02fcf2b..1f3e9f220 100644 --- a/third_party/chibicc/test/BUILD.mk +++ b/third_party/chibicc/test/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/third_party/compiler_rt/BUILD.mk b/third_party/compiler_rt/BUILD.mk index 0b3330858..54497bc6e 100644 --- a/third_party/compiler_rt/BUILD.mk +++ b/third_party/compiler_rt/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_COMPILER_RT diff --git a/third_party/compiler_rt/ilogbl.c b/third_party/compiler_rt/ilogbl.c index 6b1ae86e1..73ccc6352 100644 --- a/third_party/compiler_rt/ilogbl.c +++ b/third_party/compiler_rt/ilogbl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/compiler_rt/logbl.c b/third_party/compiler_rt/logbl.c index dbcb10b25..171b9aa44 100644 --- a/third_party/compiler_rt/logbl.c +++ b/third_party/compiler_rt/logbl.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/ctags/BUILD.mk b/third_party/ctags/BUILD.mk index f7ba4b19b..5c5a6d305 100644 --- a/third_party/ctags/BUILD.mk +++ b/third_party/ctags/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_CTAGS diff --git a/third_party/dlmalloc/BUILD.mk b/third_party/dlmalloc/BUILD.mk index c6d886d0e..24d6c4326 100644 --- a/third_party/dlmalloc/BUILD.mk +++ b/third_party/dlmalloc/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_DLMALLOC diff --git a/third_party/double-conversion/BUILD.mk b/third_party/double-conversion/BUILD.mk index cc7b33318..edd3f7cb4 100644 --- a/third_party/double-conversion/BUILD.mk +++ b/third_party/double-conversion/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_DOUBLECONVERSION diff --git a/third_party/double-conversion/test/BUILD.mk b/third_party/double-conversion/test/BUILD.mk index 49c095eec..ec3ff59f2 100644 --- a/third_party/double-conversion/test/BUILD.mk +++ b/third_party/double-conversion/test/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_DOUBLECONVERSION_TEST diff --git a/third_party/finger/BUILD.mk b/third_party/finger/BUILD.mk index 2bc432984..e1b6c4403 100644 --- a/third_party/finger/BUILD.mk +++ b/third_party/finger/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_FINGER diff --git a/third_party/gcc/portcosmo.patch b/third_party/gcc/portcosmo.patch index b5f5301f0..42605e43f 100644 --- a/third_party/gcc/portcosmo.patch +++ b/third_party/gcc/portcosmo.patch @@ -118,7 +118,7 @@ index 000000000..0dab740f1 +++ b/gcc/c-family/ifswitch.cc @@ -0,0 +1,226 @@ +/*- mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -+│vi: set net ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ++│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright © 2022, Gautham Venkatasubramanian │ +│ │ @@ -366,7 +366,7 @@ index 000000000..b0162406c +++ b/gcc/c-family/initstruct.cc @@ -0,0 +1,396 @@ +/*- mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -+│vi: set net ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ++│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright © 2022, Gautham Venkatasubramanian │ +│ │ @@ -789,7 +789,7 @@ index 000000000..37cd2847c +++ b/gcc/c-family/portcosmo.cc @@ -0,0 +1,208 @@ +/*- mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -+│vi: set net ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ++│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright © 2022, Gautham Venkatasubramanian │ +│ │ @@ -1082,7 +1082,7 @@ index 000000000..40d180b2c +++ b/gcc/c-family/subcontext.cc @@ -0,0 +1,245 @@ +/*- mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -+│vi: set net ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ++│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright © 2022, Gautham Venkatasubramanian │ +│ │ @@ -1442,7 +1442,7 @@ index 000000000..56b5b9a01 +++ b/gcc/c-family/unpatch_ast.cc @@ -0,0 +1,115 @@ +/*- mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -+│vi: set net ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ++│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright © 2022, Gautham Venkatasubramanian │ +│ │ @@ -1563,7 +1563,7 @@ index 000000000..31a2cebb0 +++ b/gcc/c-family/unpatch_int.cc @@ -0,0 +1,66 @@ +/*- mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -+│vi: set net ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ++│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright © 2022, Gautham Venkatasubramanian │ +│ │ @@ -1770,7 +1770,7 @@ index 000000000..2c6a58296 +++ b/gcc/c/portcosmo_bcref.cc @@ -0,0 +1,30 @@ +/*- mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -+│vi: set net ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ++│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright © 2022, Gautham Venkatasubramanian │ +│ │ @@ -1867,7 +1867,7 @@ index 000000000..bf01d9aeb +++ b/gcc/cp/portcosmo_bcref_cp.cc @@ -0,0 +1,42 @@ +/*- mode:c++;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -+│vi: set net ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ++│ vi: set et ft=c++ ts=2 sts=2 sw=2 fenc=utf-8 :vi │ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright © 2022, Gautham Venkatasubramanian │ +│ │ diff --git a/third_party/gdtoa/BUILD.mk b/third_party/gdtoa/BUILD.mk index 3b80431a3..7017e8bbd 100644 --- a/third_party/gdtoa/BUILD.mk +++ b/third_party/gdtoa/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_GDTOA diff --git a/third_party/gdtoa/dmisc.c b/third_party/gdtoa/dmisc.c index a6765a6ee..a0871ddec 100644 --- a/third_party/gdtoa/dmisc.c +++ b/third_party/gdtoa/dmisc.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/dtoa.c b/third_party/gdtoa/dtoa.c index 9bcfbde52..6982c73b0 100644 --- a/third_party/gdtoa/dtoa.c +++ b/third_party/gdtoa/dtoa.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/g_Qfmt_p.c b/third_party/gdtoa/g_Qfmt_p.c index fdc287699..b56454c60 100644 --- a/third_party/gdtoa/g_Qfmt_p.c +++ b/third_party/gdtoa/g_Qfmt_p.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/g__fmt.c b/third_party/gdtoa/g__fmt.c index fff6bc1c4..a268b37da 100644 --- a/third_party/gdtoa/g__fmt.c +++ b/third_party/gdtoa/g__fmt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/g_ddfmt.c b/third_party/gdtoa/g_ddfmt.c index f565bdc60..5123d3c1d 100644 --- a/third_party/gdtoa/g_ddfmt.c +++ b/third_party/gdtoa/g_ddfmt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/g_ddfmt_p.c b/third_party/gdtoa/g_ddfmt_p.c index 88918fdeb..688b506ff 100644 --- a/third_party/gdtoa/g_ddfmt_p.c +++ b/third_party/gdtoa/g_ddfmt_p.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/g_dfmt.c b/third_party/gdtoa/g_dfmt.c index 0199357f2..04644e17b 100644 --- a/third_party/gdtoa/g_dfmt.c +++ b/third_party/gdtoa/g_dfmt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/g_dfmt_p.c b/third_party/gdtoa/g_dfmt_p.c index 286b08fb6..fcd8e7f5d 100644 --- a/third_party/gdtoa/g_dfmt_p.c +++ b/third_party/gdtoa/g_dfmt_p.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/g_ffmt.c b/third_party/gdtoa/g_ffmt.c index d91855b98..6dc9a445c 100644 --- a/third_party/gdtoa/g_ffmt.c +++ b/third_party/gdtoa/g_ffmt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/g_ffmt_p.c b/third_party/gdtoa/g_ffmt_p.c index 8fd5398fb..10180e22c 100644 --- a/third_party/gdtoa/g_ffmt_p.c +++ b/third_party/gdtoa/g_ffmt_p.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/g_xfmt.c b/third_party/gdtoa/g_xfmt.c index 51f12b7f1..2c4753c41 100644 --- a/third_party/gdtoa/g_xfmt.c +++ b/third_party/gdtoa/g_xfmt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/g_xfmt_p.c b/third_party/gdtoa/g_xfmt_p.c index 1c5ddad55..262e6fe6b 100644 --- a/third_party/gdtoa/g_xfmt_p.c +++ b/third_party/gdtoa/g_xfmt_p.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/gdtoa.c b/third_party/gdtoa/gdtoa.c index fa55ba917..67199c53d 100644 --- a/third_party/gdtoa/gdtoa.c +++ b/third_party/gdtoa/gdtoa.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/gethex.c b/third_party/gdtoa/gethex.c index 6f53df2f8..36f5cf751 100644 --- a/third_party/gdtoa/gethex.c +++ b/third_party/gdtoa/gethex.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/gmisc.c b/third_party/gdtoa/gmisc.c index 8be79c015..e8b8cd0fd 100644 --- a/third_party/gdtoa/gmisc.c +++ b/third_party/gdtoa/gmisc.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/hd_init.c b/third_party/gdtoa/hd_init.c index 5d4d48c4e..c37cdf45a 100644 --- a/third_party/gdtoa/hd_init.c +++ b/third_party/gdtoa/hd_init.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/hexnan.c b/third_party/gdtoa/hexnan.c index ae6eabf1a..019eff907 100644 --- a/third_party/gdtoa/hexnan.c +++ b/third_party/gdtoa/hexnan.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/misc.c b/third_party/gdtoa/misc.c index eb17f2ced..43b1d4729 100644 --- a/third_party/gdtoa/misc.c +++ b/third_party/gdtoa/misc.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/smisc.c b/third_party/gdtoa/smisc.c index 51423b45a..b0ff59b5c 100644 --- a/third_party/gdtoa/smisc.c +++ b/third_party/gdtoa/smisc.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtoId.c b/third_party/gdtoa/strtoId.c index 7ea066593..a347111e5 100644 --- a/third_party/gdtoa/strtoId.c +++ b/third_party/gdtoa/strtoId.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtoIdd.c b/third_party/gdtoa/strtoIdd.c index 654e24b5c..4d274b0d3 100644 --- a/third_party/gdtoa/strtoIdd.c +++ b/third_party/gdtoa/strtoIdd.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtoIf.c b/third_party/gdtoa/strtoIf.c index c2d4cc6df..e4bad6d62 100644 --- a/third_party/gdtoa/strtoIf.c +++ b/third_party/gdtoa/strtoIf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtoIg.c b/third_party/gdtoa/strtoIg.c index b2c725171..b9c854b7f 100644 --- a/third_party/gdtoa/strtoIg.c +++ b/third_party/gdtoa/strtoIg.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtoIx.c b/third_party/gdtoa/strtoIx.c index 557a3849c..456f1f71e 100644 --- a/third_party/gdtoa/strtoIx.c +++ b/third_party/gdtoa/strtoIx.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtod.c b/third_party/gdtoa/strtod.c index 669b27879..cb48c99f4 100644 --- a/third_party/gdtoa/strtod.c +++ b/third_party/gdtoa/strtod.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtodI.c b/third_party/gdtoa/strtodI.c index 760329043..6e71bca59 100644 --- a/third_party/gdtoa/strtodI.c +++ b/third_party/gdtoa/strtodI.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtodg.c b/third_party/gdtoa/strtodg.c index d3f64f020..526ea6cce 100644 --- a/third_party/gdtoa/strtodg.c +++ b/third_party/gdtoa/strtodg.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtof.c b/third_party/gdtoa/strtof.c index 1a26e4213..bf7882f1b 100644 --- a/third_party/gdtoa/strtof.c +++ b/third_party/gdtoa/strtof.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtopd.c b/third_party/gdtoa/strtopd.c index da6e1ade7..5f6659e7f 100644 --- a/third_party/gdtoa/strtopd.c +++ b/third_party/gdtoa/strtopd.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtopdd.c b/third_party/gdtoa/strtopdd.c index 1298cf3f7..44c290d3e 100644 --- a/third_party/gdtoa/strtopdd.c +++ b/third_party/gdtoa/strtopdd.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtopf.c b/third_party/gdtoa/strtopf.c index 060ab146c..11f713174 100644 --- a/third_party/gdtoa/strtopf.c +++ b/third_party/gdtoa/strtopf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtopx.c b/third_party/gdtoa/strtopx.c index 93b7eaf16..60576b9f7 100644 --- a/third_party/gdtoa/strtopx.c +++ b/third_party/gdtoa/strtopx.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtord.c b/third_party/gdtoa/strtord.c index 8fb189358..39d92d515 100644 --- a/third_party/gdtoa/strtord.c +++ b/third_party/gdtoa/strtord.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtordd.c b/third_party/gdtoa/strtordd.c index c5269144f..b806efaa4 100644 --- a/third_party/gdtoa/strtordd.c +++ b/third_party/gdtoa/strtordd.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtorf.c b/third_party/gdtoa/strtorf.c index 31a75b0e5..56217aa2f 100644 --- a/third_party/gdtoa/strtorf.c +++ b/third_party/gdtoa/strtorf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/strtorx.c b/third_party/gdtoa/strtorx.c index 77b7f86da..56a286d2a 100644 --- a/third_party/gdtoa/strtorx.c +++ b/third_party/gdtoa/strtorx.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/sum.c b/third_party/gdtoa/sum.c index 32018d129..b1b50d14d 100644 --- a/third_party/gdtoa/sum.c +++ b/third_party/gdtoa/sum.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/gdtoa/ulp.c b/third_party/gdtoa/ulp.c index fdb3e0d8b..b8e251981 100644 --- a/third_party/gdtoa/ulp.c +++ b/third_party/gdtoa/ulp.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ The author of this software is David M. Gay. │ diff --git a/third_party/getopt/BUILD.mk b/third_party/getopt/BUILD.mk index 5f6693cb5..27e52e6da 100644 --- a/third_party/getopt/BUILD.mk +++ b/third_party/getopt/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_GETOPT diff --git a/third_party/getopt/getsubopt.c b/third_party/getopt/getsubopt.c index eca2c77d8..547e3391a 100644 --- a/third_party/getopt/getsubopt.c +++ b/third_party/getopt/getsubopt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright (c) 1990, 1993 │ │ The Regents of the University of California. All rights reserved. │ diff --git a/third_party/hiredis/BUILD.mk b/third_party/hiredis/BUILD.mk index 05cf93d05..db92d0530 100644 --- a/third_party/hiredis/BUILD.mk +++ b/third_party/hiredis/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_HIREDIS diff --git a/third_party/intel/BUILD.mk b/third_party/intel/BUILD.mk index 0984ca613..730f0df06 100644 --- a/third_party/intel/BUILD.mk +++ b/third_party/intel/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_INTEL THIRD_PARTY_INTEL_HDRS = $(filter %.h,$(THIRD_PARTY_INTEL_FILES)) diff --git a/third_party/less/BUILD.mk b/third_party/less/BUILD.mk index b2663447b..22e32fa40 100644 --- a/third_party/less/BUILD.mk +++ b/third_party/less/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:lessfile-gless;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=less ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=less ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_LESS diff --git a/third_party/libcxx/BUILD.mk b/third_party/libcxx/BUILD.mk index c5b522e52..ad22f3c6b 100644 --- a/third_party/libcxx/BUILD.mk +++ b/third_party/libcxx/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_LIBCXX diff --git a/third_party/linenoise/BUILD.mk b/third_party/linenoise/BUILD.mk index 8b00675b8..de49ea17f 100644 --- a/third_party/linenoise/BUILD.mk +++ b/third_party/linenoise/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_LINENOISE diff --git a/third_party/lua/BUILD.mk b/third_party/lua/BUILD.mk index 3d5b10444..cc80b4a1e 100644 --- a/third_party/lua/BUILD.mk +++ b/third_party/lua/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_LUA diff --git a/third_party/lz4cli/BUILD.mk b/third_party/lz4cli/BUILD.mk index a642fb8df..db5198b6f 100644 --- a/third_party/lz4cli/BUILD.mk +++ b/third_party/lz4cli/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # WARNING # diff --git a/third_party/make/BUILD.mk b/third_party/make/BUILD.mk index 85c96f690..0ab20ba03 100644 --- a/third_party/make/BUILD.mk +++ b/third_party/make/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_MAKE diff --git a/third_party/maxmind/BUILD.mk b/third_party/maxmind/BUILD.mk index c53e18c05..b3d5d146b 100644 --- a/third_party/maxmind/BUILD.mk +++ b/third_party/maxmind/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_MAXMIND diff --git a/third_party/mbedtls/BUILD.mk b/third_party/mbedtls/BUILD.mk index fa8a5a2f2..a116cdf6d 100644 --- a/third_party/mbedtls/BUILD.mk +++ b/third_party/mbedtls/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_MBEDTLS diff --git a/third_party/mbedtls/test/BUILD.mk b/third_party/mbedtls/test/BUILD.mk index 113158055..94b78256d 100644 --- a/third_party/mbedtls/test/BUILD.mk +++ b/third_party/mbedtls/test/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_MBEDTLS_TEST diff --git a/third_party/musl/BUILD.mk b/third_party/musl/BUILD.mk index c0550e2ff..29a0abf73 100644 --- a/third_party/musl/BUILD.mk +++ b/third_party/musl/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_MUSL diff --git a/third_party/musl/crypt.c b/third_party/musl/crypt.c index f097a551a..2bf39082e 100644 --- a/third_party/musl/crypt.c +++ b/third_party/musl/crypt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/crypt_blowfish.c b/third_party/musl/crypt_blowfish.c index 5375f1151..5954bb608 100644 --- a/third_party/musl/crypt_blowfish.c +++ b/third_party/musl/crypt_blowfish.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/crypt_des.c b/third_party/musl/crypt_des.c index db57f8d20..87ae04bff 100644 --- a/third_party/musl/crypt_des.c +++ b/third_party/musl/crypt_des.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/crypt_md5.c b/third_party/musl/crypt_md5.c index 4f7a46c11..1c00345b0 100644 --- a/third_party/musl/crypt_md5.c +++ b/third_party/musl/crypt_md5.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/crypt_r.c b/third_party/musl/crypt_r.c index 88d935da3..e90411ff5 100644 --- a/third_party/musl/crypt_r.c +++ b/third_party/musl/crypt_r.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/crypt_sha256.c b/third_party/musl/crypt_sha256.c index 3144d2111..ec699090d 100644 --- a/third_party/musl/crypt_sha256.c +++ b/third_party/musl/crypt_sha256.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/crypt_sha512.c b/third_party/musl/crypt_sha512.c index 8f0a243bc..122a64cff 100644 --- a/third_party/musl/crypt_sha512.c +++ b/third_party/musl/crypt_sha512.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/dn_comp.c b/third_party/musl/dn_comp.c index f95e27afa..692bdeada 100644 --- a/third_party/musl/dn_comp.c +++ b/third_party/musl/dn_comp.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/dn_expand.c b/third_party/musl/dn_expand.c index 4112b7b93..3cdba05d5 100644 --- a/third_party/musl/dn_expand.c +++ b/third_party/musl/dn_expand.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/dn_skipname.c b/third_party/musl/dn_skipname.c index 601d39fa3..adaded093 100644 --- a/third_party/musl/dn_skipname.c +++ b/third_party/musl/dn_skipname.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/encrypt.c b/third_party/musl/encrypt.c index 6bee15f42..6474c6a84 100644 --- a/third_party/musl/encrypt.c +++ b/third_party/musl/encrypt.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/fnmatch.c b/third_party/musl/fnmatch.c index acf473996..2537ff408 100644 --- a/third_party/musl/fnmatch.c +++ b/third_party/musl/fnmatch.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/forkpty.c b/third_party/musl/forkpty.c index 16ed9ce30..f53984a51 100644 --- a/third_party/musl/forkpty.c +++ b/third_party/musl/forkpty.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/glob.c b/third_party/musl/glob.c index 41fc0540e..4cb9e47e7 100644 --- a/third_party/musl/glob.c +++ b/third_party/musl/glob.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/grp.c b/third_party/musl/grp.c index 7949c606b..591fac239 100644 --- a/third_party/musl/grp.c +++ b/third_party/musl/grp.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/hsearch.c b/third_party/musl/hsearch.c index cba2a24ff..883fec34f 100644 --- a/third_party/musl/hsearch.c +++ b/third_party/musl/hsearch.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/insque.c b/third_party/musl/insque.c index a8a156b1b..d50a84d2b 100644 --- a/third_party/musl/insque.c +++ b/third_party/musl/insque.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/lockf.c b/third_party/musl/lockf.c index a3515dea7..33c57e3d6 100644 --- a/third_party/musl/lockf.c +++ b/third_party/musl/lockf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/lookup_ipliteral.c b/third_party/musl/lookup_ipliteral.c index 0188cd3fd..a9d77c720 100644 --- a/third_party/musl/lookup_ipliteral.c +++ b/third_party/musl/lookup_ipliteral.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/lsearch.c b/third_party/musl/lsearch.c index 5a4784aa5..1d1ee6a5c 100644 --- a/third_party/musl/lsearch.c +++ b/third_party/musl/lsearch.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/mntent.c b/third_party/musl/mntent.c index 4b0e9a6f4..cc010090a 100644 --- a/third_party/musl/mntent.c +++ b/third_party/musl/mntent.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/ns_parse.c b/third_party/musl/ns_parse.c index 784ec2a14..e3964e2fb 100644 --- a/third_party/musl/ns_parse.c +++ b/third_party/musl/ns_parse.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/pwd.c b/third_party/musl/pwd.c index 452f2673c..a98a6f138 100644 --- a/third_party/musl/pwd.c +++ b/third_party/musl/pwd.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/rand48.c b/third_party/musl/rand48.c index 066105a14..fa0a94db3 100644 --- a/third_party/musl/rand48.c +++ b/third_party/musl/rand48.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/res_mkquery.c b/third_party/musl/res_mkquery.c index 98f3d2d3d..e9d77a79b 100644 --- a/third_party/musl/res_mkquery.c +++ b/third_party/musl/res_mkquery.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/res_msend.c b/third_party/musl/res_msend.c index cf9ea2825..8671d74c9 100644 --- a/third_party/musl/res_msend.c +++ b/third_party/musl/res_msend.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/res_query.c b/third_party/musl/res_query.c index 12b2a4b0f..fe8fcbf68 100644 --- a/third_party/musl/res_query.c +++ b/third_party/musl/res_query.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/res_querydomain.c b/third_party/musl/res_querydomain.c index 4750ce103..809bc6877 100644 --- a/third_party/musl/res_querydomain.c +++ b/third_party/musl/res_querydomain.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/res_send.c b/third_party/musl/res_send.c index e727996c1..1ef881370 100644 --- a/third_party/musl/res_send.c +++ b/third_party/musl/res_send.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/resolvconf.c b/third_party/musl/resolvconf.c index 1ef490071..42ef0d2af 100644 --- a/third_party/musl/resolvconf.c +++ b/third_party/musl/resolvconf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/strfmon.c b/third_party/musl/strfmon.c index 4151381bb..82bd8c0a9 100644 --- a/third_party/musl/strfmon.c +++ b/third_party/musl/strfmon.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/tdelete.c b/third_party/musl/tdelete.c index 3f5253861..6023062fc 100644 --- a/third_party/musl/tdelete.c +++ b/third_party/musl/tdelete.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/tdestroy.c b/third_party/musl/tdestroy.c index a13b989ef..51a681669 100644 --- a/third_party/musl/tdestroy.c +++ b/third_party/musl/tdestroy.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/tempnam.c b/third_party/musl/tempnam.c index 01451fed5..c72761ddd 100644 --- a/third_party/musl/tempnam.c +++ b/third_party/musl/tempnam.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/tfind.c b/third_party/musl/tfind.c index 0c768f560..0735306b9 100644 --- a/third_party/musl/tfind.c +++ b/third_party/musl/tfind.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/tsearch.c b/third_party/musl/tsearch.c index 664c676df..1c9ceecd8 100644 --- a/third_party/musl/tsearch.c +++ b/third_party/musl/tsearch.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/musl/twalk.c b/third_party/musl/twalk.c index 1e4cffb84..48ec2ab19 100644 --- a/third_party/musl/twalk.c +++ b/third_party/musl/twalk.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ Musl Libc │ diff --git a/third_party/ncurses/BUILD.mk b/third_party/ncurses/BUILD.mk index 2b87ec414..938f47a2e 100644 --- a/third_party/ncurses/BUILD.mk +++ b/third_party/ncurses/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_NCURSES diff --git a/third_party/nsync/BUILD.mk b/third_party/nsync/BUILD.mk index d893711ab..332a62b83 100644 --- a/third_party/nsync/BUILD.mk +++ b/third_party/nsync/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_NSYNC diff --git a/third_party/nsync/common.c b/third_party/nsync/common.c index 70815577e..93a9cd4db 100644 --- a/third_party/nsync/common.c +++ b/third_party/nsync/common.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/compat.S b/third_party/nsync/compat.S index df109acc0..bcd4d8cd3 100644 --- a/third_party/nsync/compat.S +++ b/third_party/nsync/compat.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/third_party/nsync/futex.c b/third_party/nsync/futex.c index af07cc399..de9a5889b 100644 --- a/third_party/nsync/futex.c +++ b/third_party/nsync/futex.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/third_party/nsync/mem/BUILD.mk b/third_party/nsync/mem/BUILD.mk index cbf5f4eed..37433afad 100644 --- a/third_party/nsync/mem/BUILD.mk +++ b/third_party/nsync/mem/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_NSYNC_MEM diff --git a/third_party/nsync/mem/array.c b/third_party/nsync/mem/array.c index 5f463673a..b60b20c5f 100644 --- a/third_party/nsync/mem/array.c +++ b/third_party/nsync/mem/array.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mem/nsync_counter.c b/third_party/nsync/mem/nsync_counter.c index 90b17223c..d974977d8 100644 --- a/third_party/nsync/mem/nsync_counter.c +++ b/third_party/nsync/mem/nsync_counter.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mem/nsync_cv.c b/third_party/nsync/mem/nsync_cv.c index 103f273b9..fb081094a 100644 --- a/third_party/nsync/mem/nsync_cv.c +++ b/third_party/nsync/mem/nsync_cv.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mem/nsync_debug.c b/third_party/nsync/mem/nsync_debug.c index cb89f1d4c..e677c7ea0 100644 --- a/third_party/nsync/mem/nsync_debug.c +++ b/third_party/nsync/mem/nsync_debug.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mem/nsync_mu_wait.c b/third_party/nsync/mem/nsync_mu_wait.c index b47bf4ddc..c7839950a 100644 --- a/third_party/nsync/mem/nsync_mu_wait.c +++ b/third_party/nsync/mem/nsync_mu_wait.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mem/nsync_note.c b/third_party/nsync/mem/nsync_note.c index a91de7104..8e7276112 100644 --- a/third_party/nsync/mem/nsync_note.c +++ b/third_party/nsync/mem/nsync_note.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mem/nsync_once.c b/third_party/nsync/mem/nsync_once.c index 689d5c9c9..8320a6266 100644 --- a/third_party/nsync/mem/nsync_once.c +++ b/third_party/nsync/mem/nsync_once.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mem/nsync_sem_wait.c b/third_party/nsync/mem/nsync_sem_wait.c index ff5db8234..c32a2842e 100644 --- a/third_party/nsync/mem/nsync_sem_wait.c +++ b/third_party/nsync/mem/nsync_sem_wait.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mem/nsync_wait.c b/third_party/nsync/mem/nsync_wait.c index 6b297d5c0..f669730ac 100644 --- a/third_party/nsync/mem/nsync_wait.c +++ b/third_party/nsync/mem/nsync_wait.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mu.c b/third_party/nsync/mu.c index e2e4bbfbc..354c38621 100644 --- a/third_party/nsync/mu.c +++ b/third_party/nsync/mu.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mu_semaphore.c b/third_party/nsync/mu_semaphore.c index 4909dbdac..43f2b5ccc 100644 --- a/third_party/nsync/mu_semaphore.c +++ b/third_party/nsync/mu_semaphore.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mu_semaphore_futex.c b/third_party/nsync/mu_semaphore_futex.c index f250a4626..14d0ec20e 100644 --- a/third_party/nsync/mu_semaphore_futex.c +++ b/third_party/nsync/mu_semaphore_futex.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mu_semaphore_gcd.c b/third_party/nsync/mu_semaphore_gcd.c index ba4e7b5d9..fd36135de 100644 --- a/third_party/nsync/mu_semaphore_gcd.c +++ b/third_party/nsync/mu_semaphore_gcd.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/mu_semaphore_sem.c b/third_party/nsync/mu_semaphore_sem.c index 53fef7eae..d2c6377ac 100644 --- a/third_party/nsync/mu_semaphore_sem.c +++ b/third_party/nsync/mu_semaphore_sem.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/third_party/nsync/panic.c b/third_party/nsync/panic.c index 01de586d0..dcb09dd7b 100644 --- a/third_party/nsync/panic.c +++ b/third_party/nsync/panic.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/third_party/nsync/testing/BUILD.mk b/third_party/nsync/testing/BUILD.mk index 227f08a99..68d2a4587 100644 --- a/third_party/nsync/testing/BUILD.mk +++ b/third_party/nsync/testing/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_NSYNC_TESTING diff --git a/third_party/nsync/testing/atm_log.c b/third_party/nsync/testing/atm_log.c index 7c3b87458..30c4248f9 100644 --- a/third_party/nsync/testing/atm_log.c +++ b/third_party/nsync/testing/atm_log.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/closure.c b/third_party/nsync/testing/closure.c index 8889f8811..26f1f5715 100644 --- a/third_party/nsync/testing/closure.c +++ b/third_party/nsync/testing/closure.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/counter_test.c b/third_party/nsync/testing/counter_test.c index 77487921f..99a9c0b95 100644 --- a/third_party/nsync/testing/counter_test.c +++ b/third_party/nsync/testing/counter_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/cv_mu_timeout_stress_test_.c b/third_party/nsync/testing/cv_mu_timeout_stress_test_.c index 82a996749..302ec90f5 100644 --- a/third_party/nsync/testing/cv_mu_timeout_stress_test_.c +++ b/third_party/nsync/testing/cv_mu_timeout_stress_test_.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/cv_test.c b/third_party/nsync/testing/cv_test.c index bf66eebf2..d31413d4f 100644 --- a/third_party/nsync/testing/cv_test.c +++ b/third_party/nsync/testing/cv_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/cv_wait_example_test.c b/third_party/nsync/testing/cv_wait_example_test.c index df20837b8..20f7ac000 100644 --- a/third_party/nsync/testing/cv_wait_example_test.c +++ b/third_party/nsync/testing/cv_wait_example_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/dll_test.c b/third_party/nsync/testing/dll_test.c index bdac1809d..538024810 100644 --- a/third_party/nsync/testing/dll_test.c +++ b/third_party/nsync/testing/dll_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/mu_starvation_test.c b/third_party/nsync/testing/mu_starvation_test.c index 4df939022..f6df7cd5c 100644 --- a/third_party/nsync/testing/mu_starvation_test.c +++ b/third_party/nsync/testing/mu_starvation_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/mu_test.c b/third_party/nsync/testing/mu_test.c index 89724459b..5229e6957 100644 --- a/third_party/nsync/testing/mu_test.c +++ b/third_party/nsync/testing/mu_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/mu_wait_example_test.c b/third_party/nsync/testing/mu_wait_example_test.c index 13ee69602..220e473dd 100644 --- a/third_party/nsync/testing/mu_wait_example_test.c +++ b/third_party/nsync/testing/mu_wait_example_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/mu_wait_test.c b/third_party/nsync/testing/mu_wait_test.c index 5e512c0aa..5ba1c6b53 100644 --- a/third_party/nsync/testing/mu_wait_test.c +++ b/third_party/nsync/testing/mu_wait_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/note_test.c b/third_party/nsync/testing/note_test.c index 255b00e24..57298683f 100644 --- a/third_party/nsync/testing/note_test.c +++ b/third_party/nsync/testing/note_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/once_test.c b/third_party/nsync/testing/once_test.c index 4c44e574b..6e411d761 100644 --- a/third_party/nsync/testing/once_test.c +++ b/third_party/nsync/testing/once_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/pingpong_test.c b/third_party/nsync/testing/pingpong_test.c index 43f5ad10a..5d653bb95 100644 --- a/third_party/nsync/testing/pingpong_test.c +++ b/third_party/nsync/testing/pingpong_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/smprintf.c b/third_party/nsync/testing/smprintf.c index 66d8206ce..249f89127 100644 --- a/third_party/nsync/testing/smprintf.c +++ b/third_party/nsync/testing/smprintf.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/start_thread.c b/third_party/nsync/testing/start_thread.c index f953f347d..f4e122d9c 100644 --- a/third_party/nsync/testing/start_thread.c +++ b/third_party/nsync/testing/start_thread.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/testing.c b/third_party/nsync/testing/testing.c index 346e128b8..321e752b0 100644 --- a/third_party/nsync/testing/testing.c +++ b/third_party/nsync/testing/testing.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/time_extra.c b/third_party/nsync/testing/time_extra.c index 11ab8e73b..e4cd444d0 100644 --- a/third_party/nsync/testing/time_extra.c +++ b/third_party/nsync/testing/time_extra.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/testing/wait_test.c b/third_party/nsync/testing/wait_test.c index 423badc45..6e3c51161 100644 --- a/third_party/nsync/testing/wait_test.c +++ b/third_party/nsync/testing/wait_test.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2016 Google Inc. │ │ │ diff --git a/third_party/nsync/yield.c b/third_party/nsync/yield.c index b5afd1700..495391fdd 100644 --- a/third_party/nsync/yield.c +++ b/third_party/nsync/yield.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2022 Justine Alexandra Roberts Tunney │ │ │ diff --git a/third_party/pcre/BUILD.mk b/third_party/pcre/BUILD.mk index 81b30fc56..18fba771c 100644 --- a/third_party/pcre/BUILD.mk +++ b/third_party/pcre/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_PCRE diff --git a/third_party/puff/BUILD.mk b/third_party/puff/BUILD.mk index 3777b2012..1c555dddb 100644 --- a/third_party/puff/BUILD.mk +++ b/third_party/puff/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_PUFF diff --git a/third_party/python/BUILD.mk b/third_party/python/BUILD.mk index 055d7d46a..d05e8bbf8 100644 --- a/third_party/python/BUILD.mk +++ b/third_party/python/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_PYTHON diff --git a/third_party/qemu/BUILD.mk b/third_party/qemu/BUILD.mk index 69af4feee..8895f6722 100644 --- a/third_party/qemu/BUILD.mk +++ b/third_party/qemu/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ o/third_party/qemu/qemu-aarch64: \ third_party/qemu/qemu-aarch64.gz diff --git a/third_party/quickjs/BUILD.mk b/third_party/quickjs/BUILD.mk index 020db7563..79a5c34b2 100644 --- a/third_party/quickjs/BUILD.mk +++ b/third_party/quickjs/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_QUICKJS diff --git a/third_party/readline/BUILD.mk b/third_party/readline/BUILD.mk index 8ad717af4..2236bc2f9 100644 --- a/third_party/readline/BUILD.mk +++ b/third_party/readline/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_READLINE diff --git a/third_party/regex/BUILD.mk b/third_party/regex/BUILD.mk index 2b1039a97..83af7be08 100644 --- a/third_party/regex/BUILD.mk +++ b/third_party/regex/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_REGEX diff --git a/third_party/sed/BUILD.mk b/third_party/sed/BUILD.mk index cc2943b5a..b73d91f57 100644 --- a/third_party/sed/BUILD.mk +++ b/third_party/sed/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_SED diff --git a/third_party/smallz4/BUILD.mk b/third_party/smallz4/BUILD.mk index 8737afd43..3bd1d22e6 100644 --- a/third_party/smallz4/BUILD.mk +++ b/third_party/smallz4/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_SMALLZ4 diff --git a/third_party/smallz4/smallz4.cc b/third_party/smallz4/smallz4.cc index f86125c3a..33a9dcaba 100644 --- a/third_party/smallz4/smallz4.cc +++ b/third_party/smallz4/smallz4.cc @@ -1,5 +1,5 @@ /*-*- mode:c++;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ smallz4 │ diff --git a/third_party/smallz4/smallz4cat.c b/third_party/smallz4/smallz4cat.c index 2b0e9cb7c..abfccac9c 100644 --- a/third_party/smallz4/smallz4cat.c +++ b/third_party/smallz4/smallz4cat.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ smallz4cat │ diff --git a/third_party/sqlite3/BUILD.mk b/third_party/sqlite3/BUILD.mk index 9b10c4eb6..0847b8b70 100644 --- a/third_party/sqlite3/BUILD.mk +++ b/third_party/sqlite3/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # OVERVIEW # diff --git a/third_party/stb/BUILD.mk b/third_party/stb/BUILD.mk index daa357c41..237f2f8d6 100644 --- a/third_party/stb/BUILD.mk +++ b/third_party/stb/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_STB diff --git a/third_party/tidy/BUILD.mk b/third_party/tidy/BUILD.mk index 78568523c..333b0ae42 100644 --- a/third_party/tidy/BUILD.mk +++ b/third_party/tidy/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_TIDY diff --git a/third_party/tr/BUILD.mk b/third_party/tr/BUILD.mk index 87965a9b7..42929bef4 100644 --- a/third_party/tr/BUILD.mk +++ b/third_party/tr/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_TR diff --git a/third_party/tr/tr.c b/third_party/tr/tr.c index 83a5e0df5..fd1fe6e11 100644 --- a/third_party/tr/tr.c +++ b/third_party/tr/tr.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ $OpenBSD: tr.c,v 1.21 2022/02/11 16:09:21 cheloha Exp $ │ diff --git a/third_party/tree/BUILD.mk b/third_party/tree/BUILD.mk index bc988a17d..c6883b84f 100644 --- a/third_party/tree/BUILD.mk +++ b/third_party/tree/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_TREE diff --git a/third_party/unzip/BUILD.mk b/third_party/unzip/BUILD.mk index e0a748318..390a95cff 100644 --- a/third_party/unzip/BUILD.mk +++ b/third_party/unzip/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_UNZIP diff --git a/third_party/vqsort/BUILD.mk b/third_party/vqsort/BUILD.mk index 016bbcc45..e737a6c0d 100644 --- a/third_party/vqsort/BUILD.mk +++ b/third_party/vqsort/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_VQSORT diff --git a/third_party/xed/BUILD.mk b/third_party/xed/BUILD.mk index 7f520b035..467fc61fa 100644 --- a/third_party/xed/BUILD.mk +++ b/third_party/xed/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ # # SYNOPSIS # diff --git a/third_party/xxhash/BUILD.mk b/third_party/xxhash/BUILD.mk index 1ea999318..2198ca336 100644 --- a/third_party/xxhash/BUILD.mk +++ b/third_party/xxhash/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_XXHASH diff --git a/third_party/zip/BUILD.mk b/third_party/zip/BUILD.mk index 1dad1605b..b0c5ef54a 100644 --- a/third_party/zip/BUILD.mk +++ b/third_party/zip/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_ZIP diff --git a/third_party/zlib/BUILD.mk b/third_party/zlib/BUILD.mk index f438dedb3..559cd5bb6 100644 --- a/third_party/zlib/BUILD.mk +++ b/third_party/zlib/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_ZLIB diff --git a/third_party/zlib/gz/BUILD.mk b/third_party/zlib/gz/BUILD.mk index f6e441c5e..042673c36 100644 --- a/third_party/zlib/gz/BUILD.mk +++ b/third_party/zlib/gz/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_ZLIB_GZ diff --git a/third_party/zstd/BUILD.mk b/third_party/zstd/BUILD.mk index 03090b509..1a3ffc456 100644 --- a/third_party/zstd/BUILD.mk +++ b/third_party/zstd/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += THIRD_PARTY_ZSTD diff --git a/tool/BUILD.mk b/tool/BUILD.mk index 84360bb1b..2a8e4a517 100644 --- a/tool/BUILD.mk +++ b/tool/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ .PHONY: o/$(MODE)/tool o/$(MODE)/tool: \ diff --git a/tool/args/BUILD.mk b/tool/args/BUILD.mk index c07f16faa..80ca998c1 100644 --- a/tool/args/BUILD.mk +++ b/tool/args/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_ARGS diff --git a/tool/build/BUILD.mk b/tool/build/BUILD.mk index 71ef7e7c7..ffb80ffcf 100644 --- a/tool/build/BUILD.mk +++ b/tool/build/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_BUILD diff --git a/tool/build/lib/BUILD.mk b/tool/build/lib/BUILD.mk index 5ceb6fe39..ee6ce6db9 100644 --- a/tool/build/lib/BUILD.mk +++ b/tool/build/lib/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_BUILD_LIB diff --git a/tool/curl/BUILD.mk b/tool/curl/BUILD.mk index 7b61d74d3..73cce0602 100644 --- a/tool/curl/BUILD.mk +++ b/tool/curl/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_CURL diff --git a/tool/decode/BUILD.mk b/tool/decode/BUILD.mk index 702fed740..c19ca4ba0 100644 --- a/tool/decode/BUILD.mk +++ b/tool/decode/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_DECODE diff --git a/tool/decode/lib/BUILD.mk b/tool/decode/lib/BUILD.mk index 42c736a57..9c9603f59 100644 --- a/tool/decode/lib/BUILD.mk +++ b/tool/decode/lib/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_DECODE_LIB diff --git a/tool/decode/lib/titlegen.c b/tool/decode/lib/titlegen.c index d7684ae55..d45e064ca 100644 --- a/tool/decode/lib/titlegen.c +++ b/tool/decode/lib/titlegen.c @@ -39,7 +39,7 @@ void showtitle(const char *brand, const char *tool, const char *title, } printf("/*"); if (modeline) { - printf("-*-%-71s-*-│\n│vi:%-72s:vi│\n╞", modeline->emacs, modeline->vim); + printf("-*-%-71s-*-│\n│ vi:%-70s:vi │\n╞", modeline->emacs, modeline->vim); for (unsigned i = 0; i < 78; ++i) printf("═"); printf("╡\n│ %-76s ", buf); } else { diff --git a/tool/hello/BUILD.mk b/tool/hello/BUILD.mk index bd3393406..f2246dbf5 100644 --- a/tool/hello/BUILD.mk +++ b/tool/hello/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_HELLO diff --git a/tool/lambda/BUILD.mk b/tool/lambda/BUILD.mk index 689599197..1c8b26874 100644 --- a/tool/lambda/BUILD.mk +++ b/tool/lambda/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_LAMBDA diff --git a/tool/lambda/lib/BUILD.mk b/tool/lambda/lib/BUILD.mk index f6d44726c..637a16bc5 100644 --- a/tool/lambda/lib/BUILD.mk +++ b/tool/lambda/lib/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_LAMBDA_LIB diff --git a/tool/net/BUILD.mk b/tool/net/BUILD.mk index 40c8e1867..5f3af2ff5 100644 --- a/tool/net/BUILD.mk +++ b/tool/net/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_NET diff --git a/tool/net/largon2.c b/tool/net/largon2.c index 975ceaa85..19e8cf433 100644 --- a/tool/net/largon2.c +++ b/tool/net/largon2.c @@ -1,5 +1,5 @@ /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ -│ vi: set noet ft=c ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=c ts=8 sw=8 fenc=utf-8 :vi │ ╚──────────────────────────────────────────────────────────────────────────────╝ │ │ │ largon2 │ diff --git a/tool/plinko/BUILD.mk b/tool/plinko/BUILD.mk index 131eb18f7..e67eba63c 100644 --- a/tool/plinko/BUILD.mk +++ b/tool/plinko/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ ifeq ($(ARCH), x86_64) diff --git a/tool/plinko/lib/BUILD.mk b/tool/plinko/lib/BUILD.mk index 644d39930..262ce1392 100644 --- a/tool/plinko/lib/BUILD.mk +++ b/tool/plinko/lib/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ ifeq ($(ARCH), x86_64) diff --git a/tool/scripts/find-autonomous-objects b/tool/scripts/find-autonomous-objects index bc3738701..fca5389a6 100755 --- a/tool/scripts/find-autonomous-objects +++ b/tool/scripts/find-autonomous-objects @@ -1,5 +1,5 @@ #-*-mode:sh;indent-tabs-mode:nil;tab-width:2;coding:utf-8-*-┐ -#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘ +#── vi: set et ft=sh ts=2 sts=2 fenc=utf-8 :vi ─────────────┘ for f; do if [ $(nm $f | grep ' U ' | wc -l) -eq 0 ]; then diff --git a/tool/scripts/resurrect-file b/tool/scripts/resurrect-file index 15d27207a..1ae50a021 100755 --- a/tool/scripts/resurrect-file +++ b/tool/scripts/resurrect-file @@ -1,4 +1,4 @@ #-*-mode:sh;indent-tabs-mode:nil;tab-width:2;coding:utf-8-*-┐ -#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘ +#── vi: set et ft=sh ts=2 sts=2 fenc=utf-8 :vi ─────────────┘ git checkout $(git rev-list -n 1 HEAD -- "$1")^ -- "${1:?FILE}" diff --git a/tool/viz/BUILD.mk b/tool/viz/BUILD.mk index ad8096230..1075b4d51 100644 --- a/tool/viz/BUILD.mk +++ b/tool/viz/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_VIZ diff --git a/tool/viz/lib/BUILD.mk b/tool/viz/lib/BUILD.mk index c08ba6113..d08d1a100 100644 --- a/tool/viz/lib/BUILD.mk +++ b/tool/viz/lib/BUILD.mk @@ -1,5 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ -#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ +#── vi: set et ft=make ts=8 sw=8 fenc=utf-8 :vi ──────────────────────┘ PKGS += TOOL_VIZ_LIB diff --git a/tool/viz/lib/doublechrominance.S b/tool/viz/lib/doublechrominance.S index fd929ac2e..b316fb9b1 100644 --- a/tool/viz/lib/doublechrominance.S +++ b/tool/viz/lib/doublechrominance.S @@ -1,5 +1,5 @@ /*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│ vi: set noet ft=asm ts=8 tw=8 fenc=utf-8 :vi │ +│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney │ │ │