From 14d04a33467fd25c9767918f61a2bfaec64b0cfa Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Fri, 25 May 2012 08:40:18 -0400 Subject: [PATCH] update the editor hints for spaces, not tabs This updates the editor hints in our files for Emacs and vim to request that tabs be inserted as spaces. --- XSUB.h | 4 ++-- av.c | 4 ++-- av.h | 4 ++-- cop.h | 4 ++-- cv.h | 4 ++-- deb.c | 4 ++-- doio.c | 4 ++-- doop.c | 4 ++-- dosish.h | 4 ++-- dquote_static.c | 4 ++-- dump.c | 4 ++-- ext/PerlIO-mmap/mmap.pm | 2 +- ext/PerlIO-mmap/mmap.xs | 4 ++-- ext/XS-APItest/core_or_not.inc | 4 ++-- ext/attributes/attributes.pm | 2 +- ext/attributes/attributes.xs | 4 ++-- ext/re/re_top.h | 4 ++-- fakesdio.h | 4 ++-- fakethr.h | 4 ++-- globals.c | 4 ++-- gv.c | 4 ++-- gv.h | 4 ++-- handy.h | 4 ++-- hv.c | 4 ++-- hv.h | 4 ++-- iperlsys.h | 4 ++-- locale.c | 4 ++-- madly.c | 4 ++-- malloc.c | 4 ++-- mathoms.c | 4 ++-- mg.c | 4 ++-- mg.h | 4 ++-- miniperlmain.c | 4 ++-- mro.c | 4 ++-- mydtrace.h | 4 ++-- nostdio.h | 4 ++-- numeric.c | 4 ++-- op.c | 4 ++-- op.h | 4 ++-- pad.c | 4 ++-- pad.h | 4 ++-- parser.h | 4 ++-- perl.c | 4 ++-- perl.h | 4 ++-- perldtrace.d | 2 +- perlio.c | 4 ++-- perlio.h | 4 ++-- perliol.h | 4 ++-- perlsdio.h | 4 ++-- perlsfio.h | 4 ++-- perly.c | 4 ++-- pp.c | 4 ++-- pp.h | 4 ++-- pp_ctl.c | 4 ++-- pp_hot.c | 4 ++-- pp_pack.c | 4 ++-- pp_sort.c | 4 ++-- pp_sys.c | 4 ++-- regcomp.c | 4 ++-- regcomp.h | 4 ++-- regexec.c | 4 ++-- regexp.h | 4 ++-- run.c | 4 ++-- scope.c | 4 ++-- scope.h | 4 ++-- sv.c | 4 ++-- sv.h | 4 ++-- t/op/groups.t | 2 +- taint.c | 4 ++-- thread.h | 4 ++-- toke.c | 4 ++-- universal.c | 4 ++-- unixish.h | 4 ++-- utf8.c | 4 ++-- utf8.h | 4 ++-- utfebcdic.h | 4 ++-- util.c | 4 ++-- util.h | 4 ++-- 78 files changed, 152 insertions(+), 152 deletions(-) diff --git a/XSUB.h b/XSUB.h index 4e439f1..7231600 100644 --- a/XSUB.h +++ b/XSUB.h @@ -657,8 +657,8 @@ Rethrows a previously caught exception. See L. * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/av.c b/av.c index aada6c6..0551668 100644 --- a/av.c +++ b/av.c @@ -1040,8 +1040,8 @@ Perl_av_iter_p(pTHX_ AV *av) { * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/av.h b/av.h index 8d18d25..35c921f 100644 --- a/av.h +++ b/av.h @@ -94,8 +94,8 @@ Perl equivalent: C. * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/cop.h b/cop.h index 0cfeb44..dc52807 100644 --- a/cop.h +++ b/cop.h @@ -1249,8 +1249,8 @@ See L. * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/cv.h b/cv.h index a3b9865..448e20a 100644 --- a/cv.h +++ b/cv.h @@ -236,8 +236,8 @@ typedef OP *(*Perl_call_checker)(pTHX_ OP *, GV *, SV *); * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/deb.c b/deb.c index 3664d07..838e664 100644 --- a/deb.c +++ b/deb.c @@ -330,8 +330,8 @@ Perl_deb_stack_all(pTHX) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/doio.c b/doio.c index a430361..69d091c 100644 --- a/doio.c +++ b/doio.c @@ -2400,8 +2400,8 @@ Perl_vms_start_glob * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/doop.c b/doop.c index b2b6546..dd6add2 100644 --- a/doop.c +++ b/doop.c @@ -1297,8 +1297,8 @@ Perl_do_kv(pTHX) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/dosish.h b/dosish.h index e9c59fa..8c3917b 100644 --- a/dosish.h +++ b/dosish.h @@ -204,8 +204,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/dquote_static.c b/dquote_static.c index e23ec46..f7f4a4f 100644 --- a/dquote_static.c +++ b/dquote_static.c @@ -168,8 +168,8 @@ S_grok_bslash_o(pTHX_ const char *s, * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/dump.c b/dump.c index 9f3fb3b..75ee7e7 100644 --- a/dump.c +++ b/dump.c @@ -3178,8 +3178,8 @@ Perl_op_xmldump(pTHX_ const OP *o) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/ext/PerlIO-mmap/mmap.pm b/ext/PerlIO-mmap/mmap.pm index 7db4a55..cf97882 100644 --- a/ext/PerlIO-mmap/mmap.pm +++ b/ext/PerlIO-mmap/mmap.pm @@ -1,7 +1,7 @@ package PerlIO::mmap; use strict; use warnings; -our $VERSION = '0.010'; +our $VERSION = '0.011'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); diff --git a/ext/PerlIO-mmap/mmap.xs b/ext/PerlIO-mmap/mmap.xs index 3e87d3b..4c96da8 100644 --- a/ext/PerlIO-mmap/mmap.xs +++ b/ext/PerlIO-mmap/mmap.xs @@ -2,10 +2,10 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ #define PERL_NO_GET_CONTEXT diff --git a/ext/XS-APItest/core_or_not.inc b/ext/XS-APItest/core_or_not.inc index 8fa3234..efc7caa 100644 --- a/ext/XS-APItest/core_or_not.inc +++ b/ext/XS-APItest/core_or_not.inc @@ -37,8 +37,8 @@ CAT2(sv_setsv_cow_hashkey_, SUFFIX) () { * mode: c * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm index 6bf10ab..4a359f0 100644 --- a/ext/attributes/attributes.pm +++ b/ext/attributes/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.19; +our $VERSION = 0.20; @EXPORT_OK = qw(get reftype); @EXPORT = (); diff --git a/ext/attributes/attributes.xs b/ext/attributes/attributes.xs index e92f793..d39b77a 100644 --- a/ext/attributes/attributes.xs +++ b/ext/attributes/attributes.xs @@ -216,8 +216,8 @@ usage: * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/ext/re/re_top.h b/ext/re/re_top.h index 6eb02e3..2d26207 100644 --- a/ext/re/re_top.h +++ b/ext/re/re_top.h @@ -35,8 +35,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/fakesdio.h b/fakesdio.h index 6144380..094fd00 100644 --- a/fakesdio.h +++ b/fakesdio.h @@ -126,8 +126,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/fakethr.h b/fakethr.h index 7c82aa6..643806d 100644 --- a/fakethr.h +++ b/fakethr.h @@ -68,8 +68,8 @@ struct thread_intern { * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/globals.c b/globals.c index df0f9d0..f53a898 100644 --- a/globals.c +++ b/globals.c @@ -37,8 +37,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/gv.c b/gv.c index 0bfab3f..d7660f7 100644 --- a/gv.c +++ b/gv.c @@ -3098,8 +3098,8 @@ core_xsub(pTHX_ CV* cv) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/gv.h b/gv.h index a393262..0f91d19 100644 --- a/gv.h +++ b/gv.h @@ -259,8 +259,8 @@ Return the SV from the GV. * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/handy.h b/handy.h index 281920b..3782788 100644 --- a/handy.h +++ b/handy.h @@ -1316,8 +1316,8 @@ void Perl_mem_log_del_sv(const SV *sv, const char *filename, const int linenumbe * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/hv.c b/hv.c index 6b66251..ac826f1 100644 --- a/hv.c +++ b/hv.c @@ -3513,8 +3513,8 @@ Perl_hv_assert(pTHX_ HV *hv) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/hv.h b/hv.h index 05245d5..77c39d9 100644 --- a/hv.h +++ b/hv.h @@ -626,8 +626,8 @@ Creates a new HV. The reference count is set to 1. * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/iperlsys.h b/iperlsys.h index 0bfad3c..b23f4d3 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -1416,8 +1416,8 @@ struct IPerlSockInfo * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/locale.c b/locale.c index b7a78fb..c10228d 100644 --- a/locale.c +++ b/locale.c @@ -631,8 +631,8 @@ Perl_mem_collxfrm(pTHX_ const char *s, STRLEN len, STRLEN *xlen) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/madly.c b/madly.c index 11e2e37..d703732 100644 --- a/madly.c +++ b/madly.c @@ -19,8 +19,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/malloc.c b/malloc.c index 3f24ff2..d367d9d 100644 --- a/malloc.c +++ b/malloc.c @@ -2404,8 +2404,8 @@ Perl_sbrk(int size) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/mathoms.c b/mathoms.c index cd32b9d..b3c79e8 100644 --- a/mathoms.c +++ b/mathoms.c @@ -1210,8 +1210,8 @@ END_EXTERN_C * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/mg.c b/mg.c index e0aea0f..855671b 100644 --- a/mg.c +++ b/mg.c @@ -3403,8 +3403,8 @@ Perl_magic_copycallchecker(pTHX_ SV *sv, MAGIC *mg, SV *nsv, * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/mg.h b/mg.h index 53ef628..995bc5e 100644 --- a/mg.h +++ b/mg.h @@ -67,8 +67,8 @@ struct magic { * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/miniperlmain.c b/miniperlmain.c index 260369e..461997c 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -169,8 +169,8 @@ xs_init(pTHX) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/mro.c b/mro.c index 41e34cd..b07683f 100644 --- a/mro.c +++ b/mro.c @@ -1422,8 +1422,8 @@ XS(XS_mro_method_changed_in) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/mydtrace.h b/mydtrace.h index 5a2e35f..1c969ee 100644 --- a/mydtrace.h +++ b/mydtrace.h @@ -64,8 +64,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/nostdio.h b/nostdio.h index f6a13b4..ef8d652 100644 --- a/nostdio.h +++ b/nostdio.h @@ -129,8 +129,8 @@ struct _FILE; * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/numeric.c b/numeric.c index c00dabd..cfd75dc 100644 --- a/numeric.c +++ b/numeric.c @@ -1105,8 +1105,8 @@ Perl_signbit(NV x) { * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/op.c b/op.c index 697769c..fb21eb3 100644 --- a/op.c +++ b/op.c @@ -10840,8 +10840,8 @@ const_sv_xsub(pTHX_ CV* cv) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/op.h b/op.h index b6bbd4c..6aa16f5 100644 --- a/op.h +++ b/op.h @@ -1021,8 +1021,8 @@ struct token { * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/pad.c b/pad.c index 3b8cac2..6901b83 100644 --- a/pad.c +++ b/pad.c @@ -2250,8 +2250,8 @@ Perl_padlist_dup(pTHX_ AV *srcpad, CLONE_PARAMS *param) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/pad.h b/pad.h index aa6521f..139cb06 100644 --- a/pad.h +++ b/pad.h @@ -378,8 +378,8 @@ of a string/length pair. * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/parser.h b/parser.h index 1e9c71d..967e872 100644 --- a/parser.h +++ b/parser.h @@ -149,8 +149,8 @@ enum { * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/perl.c b/perl.c index afb94e8..44987d3 100644 --- a/perl.c +++ b/perl.c @@ -4980,8 +4980,8 @@ read_e_script(pTHX_ int idx, SV *buf_sv, int maxlen) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/perl.h b/perl.h index 548f471..3d89f8a 100644 --- a/perl.h +++ b/perl.h @@ -5828,8 +5828,8 @@ extern void moncontrol(int); * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/perldtrace.d b/perldtrace.d index 95eb066..8c051f6 100644 --- a/perldtrace.d +++ b/perldtrace.d @@ -16,5 +16,5 @@ provider perl { * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/perlio.c b/perlio.c index 7dac9be..a593c48 100644 --- a/perlio.c +++ b/perlio.c @@ -5220,8 +5220,8 @@ PerlIO_sprintf(char *s, int n, const char *fmt, ...) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/perlio.h b/perlio.h index 0575cb1..78a52f3 100644 --- a/perlio.h +++ b/perlio.h @@ -392,8 +392,8 @@ END_EXTERN_C * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/perliol.h b/perliol.h index 3bce866..c667f1f 100644 --- a/perliol.h +++ b/perliol.h @@ -279,8 +279,8 @@ PERL_EXPORT_C IV PerlIOUtf8_pushed(pTHX_ PerlIO *f, const char *mode, SV * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/perlsdio.h b/perlsdio.h index 691ee32..29e8176 100644 --- a/perlsdio.h +++ b/perlsdio.h @@ -157,8 +157,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/perlsfio.h b/perlsfio.h index 2471753..66ec10f 100644 --- a/perlsfio.h +++ b/perlsfio.h @@ -77,8 +77,8 @@ extern int _stdprintf _ARG_((const char*, ...)); * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/perly.c b/perly.c index 13c729d..a01b562 100644 --- a/perly.c +++ b/perly.c @@ -724,8 +724,8 @@ Perl_yyparse (pTHX_ int gramtype) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/pp.c b/pp.c index 4858d99..5107c27 100644 --- a/pp.c +++ b/pp.c @@ -6054,8 +6054,8 @@ PP(pp_runcv) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/pp.h b/pp.h index 539dd13..deafed3 100644 --- a/pp.h +++ b/pp.h @@ -511,8 +511,8 @@ True if this op will be the return value of an lvalue subroutine * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/pp_ctl.c b/pp_ctl.c index 34fe990..271dfb2 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -5668,8 +5668,8 @@ S_path_is_absolute(const char *name) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/pp_hot.c b/pp_hot.c index 1a5b76c..692bf47 100644 --- a/pp_hot.c +++ b/pp_hot.c @@ -3062,8 +3062,8 @@ S_method_common(pTHX_ SV* meth, U32* hashp) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/pp_pack.c b/pp_pack.c index 9f1c83a..909eb45 100644 --- a/pp_pack.c +++ b/pp_pack.c @@ -3637,8 +3637,8 @@ PP(pp_pack) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/pp_sort.c b/pp_sort.c index 364a6a0..813cd2c 100644 --- a/pp_sort.c +++ b/pp_sort.c @@ -2005,8 +2005,8 @@ S_amagic_cmp_locale(pTHX_ register SV *const str1, register SV *const str2) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/pp_sys.c b/pp_sys.c index 65d527a..5a87da5 100644 --- a/pp_sys.c +++ b/pp_sys.c @@ -5663,8 +5663,8 @@ lockf_emulate_flock(int fd, int operation) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/regcomp.c b/regcomp.c index 9f239ff..403d5b2 100644 --- a/regcomp.c +++ b/regcomp.c @@ -13445,8 +13445,8 @@ S_dumpuntil(pTHX_ const regexp *r, const regnode *start, const regnode *node, * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/regcomp.h b/regcomp.h index e1e9fdb..0fdb005 100644 --- a/regcomp.h +++ b/regcomp.h @@ -881,8 +881,8 @@ re.pm, especially to the documentation. * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/regexec.c b/regexec.c index 8650654..288108d 100644 --- a/regexec.c +++ b/regexec.c @@ -7113,8 +7113,8 @@ S_to_byte_substr(pTHX_ register regexp *prog) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/regexp.h b/regexp.h index 78fec57..db43201 100644 --- a/regexp.h +++ b/regexp.h @@ -783,8 +783,8 @@ struct re_save_state { * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/run.c b/run.c index 7c1d0aa..e668001 100644 --- a/run.c +++ b/run.c @@ -49,8 +49,8 @@ Perl_runops_standard(pTHX) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/scope.c b/scope.c index a939f64..5c34a49 100644 --- a/scope.c +++ b/scope.c @@ -1273,8 +1273,8 @@ Perl_cx_dump(pTHX_ PERL_CONTEXT *cx) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/scope.h b/scope.h index 38da244..09a91f5 100644 --- a/scope.h +++ b/scope.h @@ -280,8 +280,8 @@ scope has the given name. Name must be a literal string. * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/sv.c b/sv.c index fa8899d..6929e54 100644 --- a/sv.c +++ b/sv.c @@ -14479,8 +14479,8 @@ Perl_report_uninit(pTHX_ const SV *uninit_sv) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/sv.h b/sv.h index 97ce119..ff7565f 100644 --- a/sv.h +++ b/sv.h @@ -2125,8 +2125,8 @@ Evaluates I more than once. Sets I to 0 if C is false. * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/t/op/groups.t b/t/op/groups.t index e6b2035..dc2631e 100644 --- a/t/op/groups.t +++ b/t/op/groups.t @@ -406,4 +406,4 @@ sub uniq { # indent-tabs-mode: nil # End: # -# ex: set ts=8 sts=4 sw=4 noet: +# ex: set ts=8 sts=4 sw=4 et: diff --git a/taint.c b/taint.c index 72bb979..4631b66 100644 --- a/taint.c +++ b/taint.c @@ -182,8 +182,8 @@ Perl_taint_env(pTHX) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/thread.h b/thread.h index 3b84f36..8c8e23e 100644 --- a/thread.h +++ b/thread.h @@ -441,8 +441,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/toke.c b/toke.c index 4a774b5..0d5e321 100644 --- a/toke.c +++ b/toke.c @@ -11633,8 +11633,8 @@ Perl_parse_stmtseq(pTHX_ U32 flags) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/universal.c b/universal.c index b37b0ba..af3207f 100644 --- a/universal.c +++ b/universal.c @@ -1433,8 +1433,8 @@ Perl_boot_core_UNIVERSAL(pTHX) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/unixish.h b/unixish.h index 781b049..c129ed1 100644 --- a/unixish.h +++ b/unixish.h @@ -150,8 +150,8 @@ * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/utf8.c b/utf8.c index 3d57154..b18769f 100644 --- a/utf8.c +++ b/utf8.c @@ -4557,8 +4557,8 @@ Perl_foldEQ_utf8_flags(pTHX_ const char *s1, char **pe1, register UV l1, bool u1 * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/utf8.h b/utf8.h index cad98b3..82d90f0 100644 --- a/utf8.h +++ b/utf8.h @@ -615,8 +615,8 @@ Perl's extended UTF-8 means we can have start bytes up to FF. * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/utfebcdic.h b/utfebcdic.h index eff444e..ec7a376 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -600,8 +600,8 @@ END_EXTERN_C * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/util.c b/util.c index 378ffe0..55834e2 100644 --- a/util.c +++ b/util.c @@ -6657,8 +6657,8 @@ Perl_get_re_arg(pTHX_ SV *sv) { * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ diff --git a/util.h b/util.h index 3981656..ebc2bad 100644 --- a/util.h +++ b/util.h @@ -57,8 +57,8 @@ This is a synonym for (! foldEQ_locale()) * Local variables: * c-indentation-style: bsd * c-basic-offset: 4 - * indent-tabs-mode: t + * indent-tabs-mode: nil * End: * - * ex: set ts=8 sts=4 sw=4 noet: + * ex: set ts=8 sts=4 sw=4 et: */ -- 1.8.3.1