You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2013/11/01 00:01:06 UTC

svn commit: r1537752 [2/2] - in /perl/modperl/branches/httpd24threading: ./ src/modules/perl/ xs/ xs/APR/Base64/ xs/APR/Brigade/ xs/APR/Bucket/ xs/APR/BucketAlloc/ xs/APR/Error/ xs/APR/Finfo/ xs/APR/IpSubnet/ xs/APR/Lock/ xs/APR/OS/ xs/APR/PerlIO/ xs/A...

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/SubRequest/Apache2__SubRequest.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/SubRequest/Apache2__SubRequest.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/SubRequest/Apache2__SubRequest.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/SubRequest/Apache2__SubRequest.h Thu Oct 31 23:01:04 2013
@@ -31,3 +31,10 @@ static MP_INLINE int mpxs_ap_run_sub_req
 
     return ap_run_sub_req(r);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/URI/Apache2__URI.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/URI/Apache2__URI.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/URI/Apache2__URI.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/URI/Apache2__URI.h Thu Oct 31 23:01:04 2013
@@ -38,3 +38,10 @@ static MP_INLINE char *mpxs_ap_unescape_
 
     return SvPVX(url);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/Apache2/Util/Apache2__Util.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/Apache2/Util/Apache2__Util.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/Apache2/Util/Apache2__Util.h (original)
+++ perl/modperl/branches/httpd24threading/xs/Apache2/Util/Apache2__Util.h Thu Oct 31 23:01:04 2013
@@ -16,3 +16,10 @@
 
 #define TIME_NOW apr_time_now()
 #define DEFAULT_TIME_FORMAT "%a, %d %b %Y %H:%M:%S %Z"
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/ModPerl/Global/ModPerl__Global.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/ModPerl/Global/ModPerl__Global.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/ModPerl/Global/ModPerl__Global.h (original)
+++ perl/modperl/branches/httpd24threading/xs/ModPerl/Global/ModPerl__Global.h Thu Oct 31 23:01:04 2013
@@ -60,3 +60,10 @@ MP_INLINE int mpxs_ModPerl__Global_speci
     return mpxs_special_list_do(aTHX_ name, package,
                                 modperl_perl_global_avcv_register);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/ModPerl/Interpreter/ModPerl__Interpreter.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/ModPerl/Interpreter/ModPerl__Interpreter.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/ModPerl/Interpreter/ModPerl__Interpreter.h (original)
+++ perl/modperl/branches/httpd24threading/xs/ModPerl/Interpreter/ModPerl__Interpreter.h Thu Oct 31 23:01:04 2013
@@ -19,3 +19,10 @@ modperl_interp_t *mpxs_ModPerl__Interpre
 {
     return MP_THX_INTERP_GET(aTHX);
 }
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/ModPerl/Util/ModPerl__Util.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/ModPerl/Util/ModPerl__Util.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/ModPerl/Util/ModPerl__Util.h (original)
+++ perl/modperl/branches/httpd24threading/xs/ModPerl/Util/ModPerl__Util.h Thu Oct 31 23:01:04 2013
@@ -40,3 +40,10 @@ static MP_INLINE void mpxs_ModPerl__Util
     modperl_package_unload(aTHX_ pkg)
 
 /* ModPerl::Util::exit lives in mod_perl.so, see modperl_perl.c */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */

Modified: perl/modperl/branches/httpd24threading/xs/modperl_xs_util.h
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/modperl_xs_util.h?rev=1537752&r1=1537751&r2=1537752&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/xs/modperl_xs_util.h (original)
+++ perl/modperl/branches/httpd24threading/xs/modperl_xs_util.h Thu Oct 31 23:01:04 2013
@@ -158,3 +158,10 @@
 
 
 #endif /* MODPERL_XS_H */
+
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */