about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-03 07:41:23 +0000
committerEric Wong <e@80x24.org>2021-10-03 20:08:20 +0000
commit425b8b6aa3b535a9abd217a874af146076cf5c49 (patch)
tree58f6c2383a97c47b833266fbefe996d58eace339 /README
parent875d0686d2086d7e6390ef37bc24c9212313d8e0 (diff)
downloadmwrap-425b8b6aa3b535a9abd217a874af146076cf5c49.tar.gz
We shouldn't need to worry about copyright years and such
since there's git history.
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 13 insertions, 9 deletions
diff --git a/README b/README
index 97ff4ea..e7375b0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Devel::Mwrap - LD_PRELOAD malloc wrapper + line stats for Perl
+Devel::Mwrap - LD_PRELOAD malloc wrapper + malloc line stats for Perl
 
 Devel::Mwrap is designed to answer the question:
 
@@ -17,9 +17,9 @@ It relies on dynamic linking to a malloc(3) implementation.  If
 you got Perl from your OS distribution, this typically does not
 require rebuilding Perl.
 
-Tested on the perl package distributed with:
+Tested on the `perl' package distributed with:
 
-* Debian GNU/Linux 9, 10
+* Debian GNU/Linux 10
 
 It may work on FreeBSD, NetBSD, OpenBSD and DragonFly BSD.
 
@@ -61,13 +61,16 @@ malloc locations.
 
 * 32-bit machines are prone to overflow (WONTFIX)
 
-== Mail archives and newsgroup:
+== Public mail archives (HTTP, Atom feeds, IMAP mailbox, NNTP group):
 
         https://80x24.org/mwrap-perl/
-        nntp://80x24.org/inbox.comp.lang.perl.mwrap
+        imaps://80x24.org/inbox.comp.lang.perl.mwrap.0
+        nntps://80x24.org/inbox.comp.lang.perl.mwrap
 
-No subscription will ever be required to post, but HTML mail
-will be rejected:
+No subscription nor real identities will ever be required to
+obtain support.  Memory usage reductions start with you; only send
+plain-text mail to us and do not top-post.  HTML mail and top-posting
+costs everybody memory and bandwidth.
 
                 mwrap-perl@80x24.org
 
@@ -75,8 +78,9 @@ will be rejected:
 
         git clone https://80x24.org/mwrap-perl.git
 
-Send all patches and pull requests (use "git request-pull" to format)
-via email to mwrap-perl@80x24.org.  We do not and will not use
+Send all patches ("git format-patch" + "git send-email") and
+pull requests (use "git request-pull" to format) via email
+to mwrap-perl@80x24.org.  We do not and will not use
 proprietary messaging systems.
 
 == License