[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-541-g0bc71c2 |
Date: |
Sun, 12 May 2019 14:34:32 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 0bc71c284a5004fb30f200b5069b9e8e1f14e497 (commit)
from 6a420d96a080e04da6c441f88cc52e60fe661089 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0bc71c284a5004fb30f200b5069b9e8e1f14e497
Author: David Levine <address@hidden>
Date: Sun May 12 11:03:14 2019 -0400
Added several historical source archives from the early days of MH.
SRI-NOSC, 2.9BSD, mh-jun-1982, and mh-nov-1983 predate those under
RCS/CVS source code control.
Thanks to M. Levinson, David Malone, Chad, Noel Chiappa, and Ralph
for advising of their discoveries of the various archive locations.
Removed docs/historical/mh-6.8.5/miscellany/mem/a.out because SPARC
executables shouldn't be archived.
-----------------------------------------------------------------------
Summary of changes:
docs/historical/2.9BSD/Makefile | 13 +
docs/historical/2.9BSD/README | 29 +
docs/historical/2.9BSD/cmds/Makefile | 221 ++
docs/historical/2.9BSD/cmds/aliascheck.c | 209 ++
docs/historical/2.9BSD/cmds/annotate.c | 110 +
docs/historical/2.9BSD/cmds/comp.c | 163 ++
docs/historical/2.9BSD/cmds/deliver.c | 883 +++++++
docs/historical/2.9BSD/cmds/dist.c | 295 +++
docs/historical/2.9BSD/cmds/emitl.c | 55 +
docs/historical/2.9BSD/cmds/folder.c | 316 +++
docs/historical/2.9BSD/cmds/forw.c | 316 +++
docs/historical/2.9BSD/cmds/grep.c | 281 +++
docs/historical/2.9BSD/cmds/inc.c | 331 +++
docs/historical/2.9BSD/cmds/install-mh.c | 109 +
docs/historical/2.9BSD/cmds/mail.c | 157 ++
docs/historical/2.9BSD/cmds/mh.h | 154 ++
docs/historical/2.9BSD/cmds/news.c | 301 +++
docs/historical/2.9BSD/cmds/next.c | 97 +
docs/historical/2.9BSD/cmds/nexthdr.c | 1 +
docs/historical/2.9BSD/cmds/pick.c | 490 ++++
docs/historical/2.9BSD/cmds/prevhdr.c | 1 +
docs/historical/2.9BSD/cmds/prompter.c | 272 +++
docs/historical/2.9BSD/cmds/refile.c | 364 +++
docs/historical/2.9BSD/cmds/replsubs.c | 232 ++
docs/historical/2.9BSD/cmds/reply.c | 321 +++
docs/historical/2.9BSD/cmds/rescue.c | 404 ++++
docs/historical/2.9BSD/cmds/rmf.c | 191 ++
docs/historical/2.9BSD/cmds/rmm.c | 131 +
docs/historical/2.9BSD/cmds/scan.c | 128 +
docs/historical/2.9BSD/cmds/scansub.c | 407 ++++
docs/historical/2.9BSD/cmds/send.c | 144 ++
docs/historical/2.9BSD/cmds/show.c | 132 +
docs/historical/2.9BSD/cmds/strings.h | 42 +
docs/historical/2.9BSD/cmds/unixtomh.c | 602 +++++
docs/historical/2.9BSD/cmds/vars.c | 10 +
docs/historical/2.9BSD/doc/Alias.Design | 67 +
docs/historical/2.9BSD/doc/MH_VGRIND | 27 +
docs/historical/2.9BSD/doc/MHgenerate | 122 +
docs/historical/2.9BSD/doc/MHnotes | 178 ++
docs/historical/2.9BSD/doc/Makefile | 2 +
docs/historical/2.9BSD/doc/mh.me | 2510 ++++++++++++++++++++
docs/historical/2.9BSD/doc/titlepage | 23 +
docs/historical/2.9BSD/man/Makefile | 37 +
docs/historical/2.9BSD/man/comp.1 | 82 +
docs/historical/2.9BSD/man/dist.1 | 83 +
docs/historical/2.9BSD/man/file.1 | 91 +
docs/historical/2.9BSD/man/folder.1 | 105 +
docs/historical/2.9BSD/man/forw.1 | 68 +
docs/historical/2.9BSD/man/inc.1 | 84 +
docs/historical/2.9BSD/man/next.1 | 29 +
docs/historical/2.9BSD/man/pick.1 | 185 ++
docs/historical/2.9BSD/man/prev.1 | 29 +
docs/historical/2.9BSD/man/print | 0
docs/historical/2.9BSD/man/prompter.1 | 64 +
docs/historical/2.9BSD/man/repl.1 | 81 +
docs/historical/2.9BSD/man/rmf.1 | 62 +
docs/historical/2.9BSD/man/rmm.1 | 32 +
docs/historical/2.9BSD/man/scan.1 | 64 +
docs/historical/2.9BSD/man/send.1 | 76 +
docs/historical/2.9BSD/man/show.1 | 64 +
docs/historical/2.9BSD/strings/Mailprog.c | 7 +
docs/historical/2.9BSD/strings/Makefile | 38 +
docs/historical/2.9BSD/strings/anoyes.c | 5 +
docs/historical/2.9BSD/strings/components.c | 1 +
docs/historical/2.9BSD/strings/current.c | 1 +
docs/historical/2.9BSD/strings/defalt.c | 1 +
docs/historical/2.9BSD/strings/distcomps.c | 1 +
docs/historical/2.9BSD/strings/draft.c | 1 +
docs/historical/2.9BSD/strings/fileproc.c | 6 +
docs/historical/2.9BSD/strings/foldprot.c | 5 +
docs/historical/2.9BSD/strings/hostname.c | 6 +
docs/historical/2.9BSD/strings/installproc.c | 6 +
docs/historical/2.9BSD/strings/listname.c | 1 +
docs/historical/2.9BSD/strings/localname.c | 5 +
docs/historical/2.9BSD/strings/lockdir.c | 15 +
docs/historical/2.9BSD/strings/lsproc.c | 9 +
docs/historical/2.9BSD/strings/mailboxes.c | 7 +
docs/historical/2.9BSD/strings/mailproc.c | 6 +
docs/historical/2.9BSD/strings/mh_defs.c | 6 +
docs/historical/2.9BSD/strings/mh_deliver.c | 7 +
docs/historical/2.9BSD/strings/mh_prof.c | 1 +
docs/historical/2.9BSD/strings/mhnews.c | 7 +
docs/historical/2.9BSD/strings/msgprot.c | 7 +
docs/historical/2.9BSD/strings/pfolder.c | 1 +
docs/historical/2.9BSD/strings/prproc.c | 6 +
docs/historical/2.9BSD/strings/scanproc.c | 6 +
docs/historical/2.9BSD/strings/sendproc.c | 7 +
docs/historical/2.9BSD/strings/showproc.c | 9 +
docs/historical/2.9BSD/strings/stdcomps.c | 6 +
docs/historical/2.9BSD/strings/stddcomps.c | 5 +
docs/historical/2.9BSD/strings/strings.h | 36 +
docs/historical/2.9BSD/strings/sysed.c | 9 +
docs/historical/2.9BSD/strings/unixtomh.c | 7 +
docs/historical/2.9BSD/subs/16158symdef | 51 +
docs/historical/2.9BSD/subs/16158symref | 925 ++++++++
docs/historical/2.9BSD/subs/Makefile | 56 +
docs/historical/2.9BSD/subs/add.c | 15 +
docs/historical/2.9BSD/subs/ambigsw.c | 10 +
docs/historical/2.9BSD/subs/atooi.c | 15 +
docs/historical/2.9BSD/subs/brkstring.c | 38 +
docs/historical/2.9BSD/subs/cdate.c | 18 +
docs/historical/2.9BSD/subs/cndfree.c | 12 +
docs/historical/2.9BSD/subs/concat.c | 18 +
docs/historical/2.9BSD/subs/copy.c | 6 +
docs/historical/2.9BSD/subs/copyip.c | 9 +
docs/historical/2.9BSD/subs/cputc.c | 13 +
docs/historical/2.9BSD/subs/crpbrkstring.c | 50 +
docs/historical/2.9BSD/subs/done.c | 8 +
docs/historical/2.9BSD/subs/fdcompare.c | 27 +
docs/historical/2.9BSD/subs/gans.c | 38 +
docs/historical/2.9BSD/subs/getans.c | 54 +
docs/historical/2.9BSD/subs/getcpy.c | 8 +
docs/historical/2.9BSD/subs/help.c | 9 +
docs/historical/2.9BSD/subs/invo_name.c | 16 +
docs/historical/2.9BSD/subs/locv.c | 8 +
docs/historical/2.9BSD/subs/m_convert.c | 147 ++
docs/historical/2.9BSD/subs/m_delete.c | 22 +
docs/historical/2.9BSD/subs/m_edit.c | 94 +
docs/historical/2.9BSD/subs/m_find.c | 13 +
docs/historical/2.9BSD/subs/m_getdefs.c | 90 +
docs/historical/2.9BSD/subs/m_getfld.c | 87 +
docs/historical/2.9BSD/subs/m_getfolder.c | 12 +
docs/historical/2.9BSD/subs/m_gmprot.c | 14 +
docs/historical/2.9BSD/subs/m_gmsg.c | 122 +
docs/historical/2.9BSD/subs/m_maildir.c | 29 +
docs/historical/2.9BSD/subs/m_name.c | 21 +
docs/historical/2.9BSD/subs/m_replace.c | 29 +
docs/historical/2.9BSD/subs/m_send.c | 22 +
docs/historical/2.9BSD/subs/m_setcur.c | 26 +
docs/historical/2.9BSD/subs/m_update.c | 25 +
docs/historical/2.9BSD/subs/makedir.c | 28 +
docs/historical/2.9BSD/subs/makename.c | 19 +
docs/historical/2.9BSD/subs/peekc.c | 11 +
docs/historical/2.9BSD/subs/pr_array.c | 9 +
docs/historical/2.9BSD/subs/printsw.c | 26 +
docs/historical/2.9BSD/subs/putdate.c | 65 +
docs/historical/2.9BSD/subs/r1bindex.c | 19 +
docs/historical/2.9BSD/subs/showfile.c | 37 +
docs/historical/2.9BSD/subs/smatch.c | 34 +
docs/historical/2.9BSD/subs/ssequal.c | 8 +
docs/historical/2.9BSD/subs/trimcpy.c | 16 +
docs/historical/2.9BSD/subs/type.c | 10 +
docs/historical/2.9BSD/subs/uleq.c | 12 +
docs/historical/2.9BSD/support/components | 4 +
docs/historical/2.9BSD/support/distcomps | 2 +
docs/historical/2.9BSD/support/l.c | 259 ++
docs/historical/2.9BSD/support/news-1char | 1 +
docs/historical/2.9BSD/support/news-mh_receiv | 8 +
docs/historical/README | 58 +-
docs/historical/SRI-NOSC/annotate.c | 107 +
docs/historical/SRI-NOSC/delete.c | 123 +
docs/historical/SRI-NOSC/delete.run | 5 +
docs/historical/SRI-NOSC/errlst | 1 +
docs/historical/SRI-NOSC/errors.h | 41 +
docs/historical/SRI-NOSC/file.c | 275 +++
docs/historical/SRI-NOSC/file.run | 3 +
docs/historical/SRI-NOSC/forward.c | 314 +++
docs/historical/SRI-NOSC/forward.run | 6 +
docs/historical/SRI-NOSC/install-defs.c | 110 +
docs/historical/SRI-NOSC/install-defs.r | 5 +
docs/historical/SRI-NOSC/iobuf.h | 7 +
docs/historical/SRI-NOSC/mh.h | 108 +
docs/historical/SRI-NOSC/nosc.txt | 33 +
docs/historical/SRI-NOSC/nullproc.c | 3 +
docs/historical/SRI-NOSC/open.c | 273 +++
docs/historical/SRI-NOSC/open.run | 5 +
docs/historical/SRI-NOSC/pickup.c | 201 ++
docs/historical/SRI-NOSC/pickup.run | 5 +
docs/historical/SRI-NOSC/pr.c | 1050 ++++++++
docs/historical/SRI-NOSC/pr.run | 2 +
docs/historical/SRI-NOSC/prompter.c | 323 +++
docs/historical/SRI-NOSC/prompter.run | 5 +
docs/historical/SRI-NOSC/purge.c | 144 ++
docs/historical/SRI-NOSC/purge.run | 5 +
docs/historical/SRI-NOSC/putc.s | 93 +
docs/historical/SRI-NOSC/reply.c | 333 +++
docs/historical/SRI-NOSC/reply.run | 5 +
docs/historical/SRI-NOSC/rmf.c | 178 ++
docs/historical/SRI-NOSC/rmf.run | 5 +
docs/historical/SRI-NOSC/scan.c | 126 +
docs/historical/SRI-NOSC/scan.run | 5 +
docs/historical/SRI-NOSC/scansub.c | 361 +++
docs/historical/SRI-NOSC/send-ec.run | 7 +
docs/historical/SRI-NOSC/send.c | 933 ++++++++
docs/historical/SRI-NOSC/send.run | 7 +
docs/historical/SRI-NOSC/sgtty.h | 38 +
docs/historical/SRI-NOSC/show.c | 147 ++
docs/historical/SRI-NOSC/show.run | 5 +
docs/historical/SRI-NOSC/signals.h | 20 +
docs/historical/SRI-NOSC/stat.h | 36 +
docs/historical/SRI-NOSC/strings-ec.c | 42 +
docs/historical/SRI-NOSC/strings.c | 42 +
docs/historical/SRI-NOSC/strings.run | 2 +
docs/historical/SRI-NOSC/subs.dir/ambigsw.c | 8 +
docs/historical/SRI-NOSC/subs.dir/atoi.c | 13 +
docs/historical/SRI-NOSC/subs.dir/atooi.c | 16 +
docs/historical/SRI-NOSC/subs.dir/cfree.c | 12 +
docs/historical/SRI-NOSC/subs.dir/concat.c | 15 +
docs/historical/SRI-NOSC/subs.dir/copyip.c | 12 +
docs/historical/SRI-NOSC/subs.dir/cputc.c | 15 +
docs/historical/SRI-NOSC/subs.dir/gans.c | 37 +
docs/historical/SRI-NOSC/subs.dir/getchar.c | 9 +
docs/historical/SRI-NOSC/subs.dir/getcpy.c | 8 +
docs/historical/SRI-NOSC/subs.dir/help.c | 9 +
docs/historical/SRI-NOSC/subs.dir/invo_name.c | 12 +
docs/historical/SRI-NOSC/subs.dir/m_convert.c | 156 ++
docs/historical/SRI-NOSC/subs.dir/m_convert.c.te | 142 ++
docs/historical/SRI-NOSC/subs.dir/m_convert.c.tm | 139 ++
docs/historical/SRI-NOSC/subs.dir/m_convert.old | 165 ++
docs/historical/SRI-NOSC/subs.dir/m_delete.c | 21 +
docs/historical/SRI-NOSC/subs.dir/m_find.c | 12 +
docs/historical/SRI-NOSC/subs.dir/m_getdefs.c | 69 +
docs/historical/SRI-NOSC/subs.dir/m_getfld.c | 86 +
docs/historical/SRI-NOSC/subs.dir/m_getfolder.c | 11 +
docs/historical/SRI-NOSC/subs.dir/m_gmprot.c | 12 +
docs/historical/SRI-NOSC/subs.dir/m_gmsg.c | 125 +
docs/historical/SRI-NOSC/subs.dir/m_maildir.c | 23 +
docs/historical/SRI-NOSC/subs.dir/m_name.c | 25 +
docs/historical/SRI-NOSC/subs.dir/m_news.cc | 25 +
docs/historical/SRI-NOSC/subs.dir/m_replace.c | 29 +
docs/historical/SRI-NOSC/subs.dir/m_setcur.c | 27 +
docs/historical/SRI-NOSC/subs.dir/m_update.c | 30 +
docs/historical/SRI-NOSC/subs.dir/makedir.c | 28 +
docs/historical/SRI-NOSC/subs.dir/peekc.c | 15 +
docs/historical/SRI-NOSC/subs.dir/pr_array.c | 9 +
docs/historical/SRI-NOSC/subs.dir/printsw.c | 26 +
docs/historical/SRI-NOSC/subs.dir/puts.c | 18 +
docs/historical/SRI-NOSC/subs.dir/showfile.c | 18 +
docs/historical/SRI-NOSC/subs.dir/smatch.c | 37 +
docs/historical/SRI-NOSC/subs.dir/ssequal.c | 8 +
docs/historical/SRI-NOSC/subs.dir/subs.run | 20 +
docs/historical/SRI-NOSC/subs.dir/trimcpy.c | 16 +
docs/historical/SRI-NOSC/subs.dir/uleq.c | 13 +
docs/historical/SRI-NOSC/undelete.c | 103 +
docs/historical/SRI-NOSC/undelete.run | 5 +
docs/historical/SRI-NOSC/wait.s | 21 +
docs/historical/SRI-NOSC/write.c | 190 ++
docs/historical/SRI-NOSC/write.run | 5 +
docs/historical/mh-6.8.5/miscellany/mem/a.out | Bin 24576 -> 0 bytes
docs/historical/mh-jun-1982/4bsd.changes | 7 +
docs/historical/mh-jun-1982/ANOMALIES | 12 +
docs/historical/mh-jun-1982/Alias.Design | 67 +
docs/historical/mh-jun-1982/Bugs | 213 ++
docs/historical/mh-jun-1982/DOC/README | 1 +
docs/historical/mh-jun-1982/DOC/brief | 41 +
docs/historical/mh-jun-1982/DOC/mh.me | 2508 +++++++++++++++++++
docs/historical/mh-jun-1982/DOC/mh.me.5 | 2507 +++++++++++++++++++
docs/historical/mh-jun-1982/DOC/mh1.nr | 2482 +++++++++++++++++++
docs/historical/mh-jun-1982/DOC/mhcov.t | 29 +
docs/historical/mh-jun-1982/DOC/rand.t | 10 +
docs/historical/mh-jun-1982/Extras/anno.bld | 5 +
docs/historical/mh-jun-1982/Extras/anno.cc | 162 ++
docs/historical/mh-jun-1982/Extras/getenv.c | 25 +
docs/historical/mh-jun-1982/Extras/imp.h | 83 +
docs/historical/mh-jun-1982/Extras/lasthdr.c | 8 +
docs/historical/mh-jun-1982/Extras/libg/getpw.c | 68 +
docs/historical/mh-jun-1982/Extras/libg/getwho.c | 19 +
docs/historical/mh-jun-1982/Extras/libg/gtfstn.c | 12 +
docs/historical/mh-jun-1982/Extras/libg/gtldat.c | 14 +
docs/historical/mh-jun-1982/Extras/libg/gtlogn.c | 21 +
docs/historical/mh-jun-1982/Extras/libg/gtlstn.c | 12 +
docs/historical/mh-jun-1982/Extras/libg/gtluid.c | 23 +
docs/historical/mh-jun-1982/Extras/libg/gtmnem.c | 12 +
docs/historical/mh-jun-1982/Extras/libg/gtpath.c | 21 +
docs/historical/mh-jun-1982/Extras/libg/gtpriv.c | 12 +
docs/historical/mh-jun-1982/Extras/libg/gtpswd.c | 23 +
docs/historical/mh-jun-1982/Extras/libg/gtruid.c | 26 +
docs/historical/mh-jun-1982/Extras/libg/gttype.c | 13 +
docs/historical/mh-jun-1982/Extras/libg/gtubuf.c | 16 +
docs/historical/mh-jun-1982/Extras/libg/gtunum.c | 51 +
docs/historical/mh-jun-1982/Extras/libg/ttynam.c | 34 +
docs/historical/mh-jun-1982/Extras/libg/ttynum.c | 40 +
docs/historical/mh-jun-1982/Extras/libh/any.c | 17 +
docs/historical/mh-jun-1982/Extras/libh/brkstg.c | 45 +
docs/historical/mh-jun-1982/Extras/libh/cat.c | 21 +
docs/historical/mh-jun-1982/Extras/libh/cdate.c | 24 +
docs/historical/mh-jun-1982/Extras/libh/copy.c | 17 +
docs/historical/mh-jun-1982/Extras/libh/date.c | 130 +
docs/historical/mh-jun-1982/Extras/libh/echo.c | 23 +
docs/historical/mh-jun-1982/Extras/libh/equal.c | 16 +
docs/historical/mh-jun-1982/Extras/libh/error.c | 20 +
docs/historical/mh-jun-1982/Extras/libh/errtyp.c | 24 +
docs/historical/mh-jun-1982/Extras/libh/excsrh.c | 61 +
docs/historical/mh-jun-1982/Extras/libh/execsh.c | 45 +
docs/historical/mh-jun-1982/Extras/libh/fmt.c | 38 +
docs/historical/mh-jun-1982/Extras/libh/fopen2.c | 26 +
docs/historical/mh-jun-1982/Extras/libh/fseek.c | 89 +
docs/historical/mh-jun-1982/Extras/libh/gdate.c | 144 ++
docs/historical/mh-jun-1982/Extras/libh/getcopy.c | 34 +
docs/historical/mh-jun-1982/Extras/libh/getl.c | 28 +
docs/historical/mh-jun-1982/Extras/libh/getline.c | 25 +
docs/historical/mh-jun-1982/Extras/libh/glbmtc.c | 58 +
docs/historical/mh-jun-1982/Extras/libh/gwd.c | 123 +
docs/historical/mh-jun-1982/Extras/libh/inputf.c | 184 ++
docs/historical/mh-jun-1982/Extras/libh/length.c | 16 +
docs/historical/mh-jun-1982/Extras/libh/makename.c | 23 +
docs/historical/mh-jun-1982/Extras/libh/prndec.c | 33 +
docs/historical/mh-jun-1982/Extras/libh/subshell.c | 44 +
docs/historical/mh-jun-1982/Extras/libh/swmtch.c | 35 +
docs/historical/mh-jun-1982/Extras/libh/t.c | 15 +
docs/historical/mh-jun-1982/Extras/libh/type.c | 17 +
docs/historical/mh-jun-1982/Extras/mailsys.h | 19 +
docs/historical/mh-jun-1982/Extras/resp.bld | 5 +
docs/historical/mh-jun-1982/Extras/resp.c | 329 +++
docs/historical/mh-jun-1982/Extras/sndmsg.bld | 10 +
docs/historical/mh-jun-1982/Extras/sndmsg.c | 550 +++++
docs/historical/mh-jun-1982/Extras/strings.h | 12 +
docs/historical/mh-jun-1982/Extras/whoami.h | 13 +
docs/historical/mh-jun-1982/Log | 300 +++
docs/historical/mh-jun-1982/MHL.Design | 148 ++
docs/historical/mh-jun-1982/MHgenerate | 178 ++
docs/historical/mh-jun-1982/MHnotes | 186 ++
docs/historical/mh-jun-1982/Makefile | 100 +
docs/historical/mh-jun-1982/README | 7 +
docs/historical/mh-jun-1982/Wishlist | 509 ++++
docs/historical/mh-jun-1982/adrparse.h | 35 +
docs/historical/mh-jun-1982/dytest/Makefile | 414 ++++
docs/historical/mh-jun-1982/dytest/README | 2 +
docs/historical/mh-jun-1982/dytest/mhl.c | 762 ++++++
docs/historical/mh-jun-1982/dytest/show.c | 177 ++
docs/historical/mh-jun-1982/folder.h | 13 +
docs/historical/mh-jun-1982/man/Makefile | 54 +
docs/historical/mh-jun-1982/man/ali.1 | 35 +
docs/historical/mh-jun-1982/man/comp.1 | 99 +
docs/historical/mh-jun-1982/man/conflict.8 | 52 +
docs/historical/mh-jun-1982/man/deliver.8 | 161 ++
docs/historical/mh-jun-1982/man/dist.1 | 96 +
docs/historical/mh-jun-1982/man/file.1 | 87 +
docs/historical/mh-jun-1982/man/folder.1 | 104 +
docs/historical/mh-jun-1982/man/folders.1 | 1 +
docs/historical/mh-jun-1982/man/forw.1 | 77 +
docs/historical/mh-jun-1982/man/inc.1 | 100 +
docs/historical/mh-jun-1982/man/mail.1 | 48 +
docs/historical/mh-jun-1982/man/mailer.8 | 69 +
docs/historical/mh-jun-1982/man/mh-alias.5 | 89 +
docs/historical/mh-jun-1982/man/mh-mail.5 | 193 ++
docs/historical/mh-jun-1982/man/mh-profile.5 | 113 +
docs/historical/mh-jun-1982/man/mh.1 | 54 +
docs/historical/mh-jun-1982/man/mhl.1 | 184 ++
docs/historical/mh-jun-1982/man/mhpath.1 | 116 +
docs/historical/mh-jun-1982/man/netmail.5 | 39 +
docs/historical/mh-jun-1982/man/news.1 | 101 +
docs/historical/mh-jun-1982/man/next.1 | 29 +
docs/historical/mh-jun-1982/man/pick.1 | 188 ++
docs/historical/mh-jun-1982/man/prev.1 | 30 +
docs/historical/mh-jun-1982/man/prompter.1 | 73 +
docs/historical/mh-jun-1982/man/repl.1 | 94 +
docs/historical/mh-jun-1982/man/rmail.1 | 44 +
docs/historical/mh-jun-1982/man/rmf.1 | 59 +
docs/historical/mh-jun-1982/man/rmm.1 | 52 +
docs/historical/mh-jun-1982/man/scan.1 | 90 +
docs/historical/mh-jun-1982/man/send.1 | 74 +
docs/historical/mh-jun-1982/man/show.1 | 74 +
docs/historical/mh-jun-1982/mh.diff | 693 ++++++
docs/historical/mh-jun-1982/mh.h | 202 ++
docs/historical/mh-jun-1982/misc/depend.sh | 10 +
docs/historical/mh-jun-1982/progs/Makefile | 416 ++++
docs/historical/mh-jun-1982/progs/Makefile.bak | 415 ++++
docs/historical/mh-jun-1982/progs/UUCP.MEMO | 133 ++
docs/historical/mh-jun-1982/progs/adrformat.c | 68 +
docs/historical/mh-jun-1982/progs/adrparse.c | 291 +++
docs/historical/mh-jun-1982/progs/ali.c | 323 +++
docs/historical/mh-jun-1982/progs/annotate.c | 117 +
docs/historical/mh-jun-1982/progs/comp.c | 178 ++
docs/historical/mh-jun-1982/progs/conflict.c | 221 ++
docs/historical/mh-jun-1982/progs/deliver.c | 1154 +++++++++
docs/historical/mh-jun-1982/progs/dist.c | 295 +++
docs/historical/mh-jun-1982/progs/file.c | 257 ++
docs/historical/mh-jun-1982/progs/folder.c | 322 +++
docs/historical/mh-jun-1982/progs/forw.c | 318 +++
docs/historical/mh-jun-1982/progs/grep.c | 287 +++
docs/historical/mh-jun-1982/progs/inc.c | 279 +++
docs/historical/mh-jun-1982/progs/install-mh.c | 120 +
docs/historical/mh-jun-1982/progs/mail.c | 166 ++
docs/historical/mh-jun-1982/progs/mhl.c | 762 ++++++
docs/historical/mh-jun-1982/progs/mhpath.c | 323 +++
docs/historical/mh-jun-1982/progs/news.c | 404 ++++
docs/historical/mh-jun-1982/progs/next.c | 114 +
docs/historical/mh-jun-1982/progs/nexthdr.c | 8 +
docs/historical/mh-jun-1982/progs/pick.c | 427 ++++
docs/historical/mh-jun-1982/progs/prevhdr.c | 8 +
docs/historical/mh-jun-1982/progs/prompter.c | 287 +++
docs/historical/mh-jun-1982/progs/ptt.c | 42 +
docs/historical/mh-jun-1982/progs/repl.c | 494 ++++
docs/historical/mh-jun-1982/progs/replsubs.c | 236 ++
docs/historical/mh-jun-1982/progs/rmail.c | 391 +++
docs/historical/mh-jun-1982/progs/rmail.c.nodate | 301 +++
docs/historical/mh-jun-1982/progs/rmf.c | 181 ++
docs/historical/mh-jun-1982/progs/rmm.c | 155 ++
docs/historical/mh-jun-1982/progs/scan.c | 150 ++
docs/historical/mh-jun-1982/progs/scansub.c | 673 ++++++
docs/historical/mh-jun-1982/progs/scansub.h | 5 +
docs/historical/mh-jun-1982/progs/send.c | 145 ++
docs/historical/mh-jun-1982/progs/show.c | 178 ++
docs/historical/mh-jun-1982/strings/Makefile | 94 +
docs/historical/mh-jun-1982/strings/anoyes.c | 14 +
docs/historical/mh-jun-1982/strings/components.c | 8 +
docs/historical/mh-jun-1982/strings/current.c | 8 +
docs/historical/mh-jun-1982/strings/defalt.c | 8 +
docs/historical/mh-jun-1982/strings/distcomps.c | 8 +
docs/historical/mh-jun-1982/strings/draft.c | 8 +
docs/historical/mh-jun-1982/strings/fileproc.c | 13 +
docs/historical/mh-jun-1982/strings/foldprot.c | 12 +
docs/historical/mh-jun-1982/strings/installproc.c | 13 +
docs/historical/mh-jun-1982/strings/listname.c | 8 +
docs/historical/mh-jun-1982/strings/lockdir.c | 24 +
docs/historical/mh-jun-1982/strings/lproc.c | 14 +
docs/historical/mh-jun-1982/strings/lsproc.c | 16 +
docs/historical/mh-jun-1982/strings/mailboxes.c | 16 +
docs/historical/mh-jun-1982/strings/mailproc.c | 13 +
docs/historical/mh-jun-1982/strings/mh_deliver.c | 14 +
docs/historical/mh-jun-1982/strings/mh_prof.c | 8 +
docs/historical/mh-jun-1982/strings/mhlformat.c | 8 +
docs/historical/mh-jun-1982/strings/mhlstdfmt.c | 8 +
docs/historical/mh-jun-1982/strings/mhnews.c | 14 +
docs/historical/mh-jun-1982/strings/msgprot.c | 14 +
docs/historical/mh-jun-1982/strings/pfolder.c | 8 +
docs/historical/mh-jun-1982/strings/prproc.c | 13 +
docs/historical/mh-jun-1982/strings/rhosts.c | 25 +
docs/historical/mh-jun-1982/strings/scanproc.c | 13 +
docs/historical/mh-jun-1982/strings/sendproc.c | 14 +
docs/historical/mh-jun-1982/strings/showproc.c | 16 +
docs/historical/mh-jun-1982/strings/stdcomps.c | 13 +
docs/historical/mh-jun-1982/strings/stddcomps.c | 12 +
docs/historical/mh-jun-1982/strings/sysed.c | 16 +
docs/historical/mh-jun-1982/strings/sysname.c | 5 +
docs/historical/mh-jun-1982/subs/Makefile | 209 ++
docs/historical/mh-jun-1982/subs/Makefile.bak | 209 ++
docs/historical/mh-jun-1982/subs/add.c | 28 +
docs/historical/mh-jun-1982/subs/ambigsw.c | 19 +
docs/historical/mh-jun-1982/subs/atooi.c | 22 +
docs/historical/mh-jun-1982/subs/brkstring.c | 49 +
docs/historical/mh-jun-1982/subs/cdate.c | 25 +
docs/historical/mh-jun-1982/subs/cndfree.c | 19 +
docs/historical/mh-jun-1982/subs/concat.c | 27 +
docs/historical/mh-jun-1982/subs/copy.c | 13 +
docs/historical/mh-jun-1982/subs/copyip.c | 22 +
docs/historical/mh-jun-1982/subs/cputc.c | 20 +
docs/historical/mh-jun-1982/subs/depend.sh | 10 +
docs/historical/mh-jun-1982/subs/done.c | 15 +
docs/historical/mh-jun-1982/subs/fdcompare.c | 37 +
docs/historical/mh-jun-1982/subs/gans.c | 46 +
docs/historical/mh-jun-1982/subs/getans.c | 62 +
docs/historical/mh-jun-1982/subs/getcpy.c | 22 +
docs/historical/mh-jun-1982/subs/help.c | 17 +
docs/historical/mh-jun-1982/subs/invo_name.c | 26 +
docs/historical/mh-jun-1982/subs/locv.c | 19 +
docs/historical/mh-jun-1982/subs/m_convert.c | 156 ++
docs/historical/mh-jun-1982/subs/m_delete.c | 29 +
docs/historical/mh-jun-1982/subs/m_edit.c | 98 +
docs/historical/mh-jun-1982/subs/m_file.c | 95 +
docs/historical/mh-jun-1982/subs/m_find.c | 21 +
docs/historical/mh-jun-1982/subs/m_getcur.c | 34 +
docs/historical/mh-jun-1982/subs/m_getdefs.c | 99 +
docs/historical/mh-jun-1982/subs/m_getfld.c | 95 +
docs/historical/mh-jun-1982/subs/m_getfolder.c | 19 +
docs/historical/mh-jun-1982/subs/m_gmprot.c | 21 +
docs/historical/mh-jun-1982/subs/m_gmsg.c | 124 +
docs/historical/mh-jun-1982/subs/m_maildir.c | 39 +
docs/historical/mh-jun-1982/subs/m_name.c | 30 +
docs/historical/mh-jun-1982/subs/m_news.cc | 53 +
docs/historical/mh-jun-1982/subs/m_replace.c | 36 +
docs/historical/mh-jun-1982/subs/m_send.c | 34 +
docs/historical/mh-jun-1982/subs/m_setcur.c | 39 +
docs/historical/mh-jun-1982/subs/m_update.c | 32 +
docs/historical/mh-jun-1982/subs/makedir.c | 37 +
docs/historical/mh-jun-1982/subs/makename.c | 25 +
docs/historical/mh-jun-1982/subs/mu_atoi.c | 27 +
docs/historical/mh-jun-1982/subs/path.c | 23 +
docs/historical/mh-jun-1982/subs/peekc.c | 19 +
docs/historical/mh-jun-1982/subs/pr_array.c | 16 +
docs/historical/mh-jun-1982/subs/printsw.c | 33 +
docs/historical/mh-jun-1982/subs/putenv.c | 66 +
docs/historical/mh-jun-1982/subs/pwd.c | 27 +
docs/historical/mh-jun-1982/subs/r1bindex.c | 27 +
docs/historical/mh-jun-1982/subs/showfile.c | 45 +
docs/historical/mh-jun-1982/subs/smatch.c | 40 +
docs/historical/mh-jun-1982/subs/ssequal.c | 15 +
docs/historical/mh-jun-1982/subs/subs-lc | 63 +
docs/historical/mh-jun-1982/subs/trimcpy.c | 30 +
docs/historical/mh-jun-1982/subs/type.c | 23 +
docs/historical/mh-jun-1982/subs/uleq.c | 19 +
docs/historical/mh-jun-1982/support/MailAliases | 13 +
docs/historical/mh-jun-1982/support/Makefile | 38 +
docs/historical/mh-jun-1982/support/aliascheck.c | 77 +
docs/historical/mh-jun-1982/support/components | 4 +
docs/historical/mh-jun-1982/support/distcomps | 2 +
docs/historical/mh-jun-1982/support/l.c | 323 +++
docs/historical/mh-jun-1982/support/mailsys.h | 19 +
docs/historical/mh-jun-1982/support/mhl.format | 29 +
docs/historical/mh-jun-1982/support/news/1char | 1 +
docs/historical/mh-jun-1982/support/news/Makefile | 17 +
.../historical/mh-jun-1982/support/news/mh_profile | 1 +
.../historical/mh-jun-1982/support/news/mh_receive | 17 +
docs/historical/mh-jun-1982/support/putenv.c | 66 +
docs/historical/mh-jun-1982/support/strings.h | 12 +
docs/historical/mh-nov-1983/Makefile | 13 +
docs/historical/mh-nov-1983/README | 29 +
docs/historical/mh-nov-1983/cmds/Makefile | 214 ++
docs/historical/mh-nov-1983/cmds/aliascheck.c | 209 ++
docs/historical/mh-nov-1983/cmds/annotate.c | 110 +
docs/historical/mh-nov-1983/cmds/comp.c | 163 ++
docs/historical/mh-nov-1983/cmds/deliver.c | 883 +++++++
docs/historical/mh-nov-1983/cmds/dist.c | 295 +++
docs/historical/mh-nov-1983/cmds/emitl.c | 55 +
docs/historical/mh-nov-1983/cmds/folder.c | 316 +++
docs/historical/mh-nov-1983/cmds/forw.c | 316 +++
docs/historical/mh-nov-1983/cmds/grep.c | 281 +++
docs/historical/mh-nov-1983/cmds/inc.c | 335 +++
docs/historical/mh-nov-1983/cmds/install-mh.c | 109 +
docs/historical/mh-nov-1983/cmds/mail.c | 157 ++
docs/historical/mh-nov-1983/cmds/mh.h | 154 ++
docs/historical/mh-nov-1983/cmds/news.c | 300 +++
docs/historical/mh-nov-1983/cmds/next.c | 97 +
docs/historical/mh-nov-1983/cmds/nexthdr.c | 1 +
docs/historical/mh-nov-1983/cmds/pick.c | 490 ++++
docs/historical/mh-nov-1983/cmds/prevhdr.c | 1 +
docs/historical/mh-nov-1983/cmds/prompter.c | 271 +++
docs/historical/mh-nov-1983/cmds/refile.c | 364 +++
docs/historical/mh-nov-1983/cmds/replsubs.c | 232 ++
docs/historical/mh-nov-1983/cmds/reply.c | 321 +++
docs/historical/mh-nov-1983/cmds/rescue.c | 415 ++++
docs/historical/mh-nov-1983/cmds/rmf.c | 166 ++
docs/historical/mh-nov-1983/cmds/rmm.c | 131 +
docs/historical/mh-nov-1983/cmds/scan.c | 128 +
docs/historical/mh-nov-1983/cmds/scansub.c | 407 ++++
docs/historical/mh-nov-1983/cmds/send.c | 325 +++
docs/historical/mh-nov-1983/cmds/show.c | 132 +
docs/historical/mh-nov-1983/cmds/strings.h | 42 +
docs/historical/mh-nov-1983/cmds/unixtomh.c | 603 +++++
docs/historical/mh-nov-1983/cmds/vars.c | 10 +
docs/historical/mh-nov-1983/doc/Alias.Design | 67 +
docs/historical/mh-nov-1983/doc/MH_VGRIND | 27 +
docs/historical/mh-nov-1983/doc/MHgenerate | 122 +
docs/historical/mh-nov-1983/doc/MHnotes | 178 ++
docs/historical/mh-nov-1983/doc/Makefile | 2 +
docs/historical/mh-nov-1983/doc/mh.me | 2510 ++++++++++++++++++++
docs/historical/mh-nov-1983/doc/titlepage | 23 +
docs/historical/mh-nov-1983/man/Makefile | 39 +
docs/historical/mh-nov-1983/man/comp.1 | 82 +
docs/historical/mh-nov-1983/man/dist.1 | 83 +
docs/historical/mh-nov-1983/man/file.1 | 91 +
docs/historical/mh-nov-1983/man/folder.1 | 105 +
docs/historical/mh-nov-1983/man/forw.1 | 68 +
docs/historical/mh-nov-1983/man/inc.1 | 84 +
docs/historical/mh-nov-1983/man/next.1 | 29 +
docs/historical/mh-nov-1983/man/pick.1 | 185 ++
docs/historical/mh-nov-1983/man/prev.1 | 29 +
docs/historical/mh-nov-1983/man/print | 0
docs/historical/mh-nov-1983/man/prompter.1 | 64 +
docs/historical/mh-nov-1983/man/repl.1 | 81 +
docs/historical/mh-nov-1983/man/rmf.1 | 62 +
docs/historical/mh-nov-1983/man/rmm.1 | 32 +
docs/historical/mh-nov-1983/man/scan.1 | 64 +
docs/historical/mh-nov-1983/man/send.1 | 76 +
docs/historical/mh-nov-1983/man/show.1 | 64 +
docs/historical/mh-nov-1983/strings/Mailprog.c | 7 +
docs/historical/mh-nov-1983/strings/Makefile | 37 +
docs/historical/mh-nov-1983/strings/anoyes.c | 5 +
docs/historical/mh-nov-1983/strings/components.c | 1 +
docs/historical/mh-nov-1983/strings/current.c | 1 +
docs/historical/mh-nov-1983/strings/defalt.c | 1 +
docs/historical/mh-nov-1983/strings/distcomps.c | 1 +
docs/historical/mh-nov-1983/strings/draft.c | 1 +
docs/historical/mh-nov-1983/strings/fileproc.c | 6 +
docs/historical/mh-nov-1983/strings/foldprot.c | 5 +
docs/historical/mh-nov-1983/strings/hostname.c | 6 +
docs/historical/mh-nov-1983/strings/installproc.c | 6 +
docs/historical/mh-nov-1983/strings/listname.c | 1 +
docs/historical/mh-nov-1983/strings/localname.c | 5 +
docs/historical/mh-nov-1983/strings/lockdir.c | 15 +
docs/historical/mh-nov-1983/strings/lsproc.c | 9 +
docs/historical/mh-nov-1983/strings/mailboxes.c | 7 +
docs/historical/mh-nov-1983/strings/mailproc.c | 6 +
docs/historical/mh-nov-1983/strings/mh_defs.c | 6 +
docs/historical/mh-nov-1983/strings/mh_deliver.c | 7 +
docs/historical/mh-nov-1983/strings/mh_prof.c | 1 +
docs/historical/mh-nov-1983/strings/mhnews.c | 7 +
docs/historical/mh-nov-1983/strings/msgprot.c | 7 +
docs/historical/mh-nov-1983/strings/pfolder.c | 1 +
docs/historical/mh-nov-1983/strings/prproc.c | 6 +
docs/historical/mh-nov-1983/strings/scanproc.c | 6 +
docs/historical/mh-nov-1983/strings/sendproc.c | 7 +
docs/historical/mh-nov-1983/strings/showproc.c | 9 +
docs/historical/mh-nov-1983/strings/stdcomps.c | 6 +
docs/historical/mh-nov-1983/strings/stddcomps.c | 5 +
docs/historical/mh-nov-1983/strings/strings.h | 36 +
docs/historical/mh-nov-1983/strings/sysed.c | 9 +
docs/historical/mh-nov-1983/strings/unixtomh.c | 7 +
docs/historical/mh-nov-1983/subs/Makefile | 56 +
docs/historical/mh-nov-1983/subs/add.c | 15 +
docs/historical/mh-nov-1983/subs/ambigsw.c | 10 +
docs/historical/mh-nov-1983/subs/atooi.c | 15 +
docs/historical/mh-nov-1983/subs/brkstring.c | 38 +
docs/historical/mh-nov-1983/subs/cdate.c | 18 +
docs/historical/mh-nov-1983/subs/cndfree.c | 12 +
docs/historical/mh-nov-1983/subs/concat.c | 18 +
docs/historical/mh-nov-1983/subs/copy.c | 6 +
docs/historical/mh-nov-1983/subs/copyip.c | 9 +
docs/historical/mh-nov-1983/subs/cputc.c | 13 +
docs/historical/mh-nov-1983/subs/crpbrkstring.c | 50 +
docs/historical/mh-nov-1983/subs/done.c | 8 +
docs/historical/mh-nov-1983/subs/fdcompare.c | 27 +
docs/historical/mh-nov-1983/subs/gans.c | 38 +
docs/historical/mh-nov-1983/subs/getans.c | 54 +
docs/historical/mh-nov-1983/subs/getcpy.c | 8 +
docs/historical/mh-nov-1983/subs/help.c | 9 +
docs/historical/mh-nov-1983/subs/invo_name.c | 16 +
docs/historical/mh-nov-1983/subs/locv.c | 8 +
docs/historical/mh-nov-1983/subs/m_convert.c | 147 ++
docs/historical/mh-nov-1983/subs/m_delete.c | 22 +
docs/historical/mh-nov-1983/subs/m_edit.c | 94 +
docs/historical/mh-nov-1983/subs/m_find.c | 13 +
docs/historical/mh-nov-1983/subs/m_getdefs.c | 90 +
docs/historical/mh-nov-1983/subs/m_getfld.c | 87 +
docs/historical/mh-nov-1983/subs/m_getfolder.c | 12 +
docs/historical/mh-nov-1983/subs/m_gmprot.c | 14 +
docs/historical/mh-nov-1983/subs/m_gmsg.c | 122 +
docs/historical/mh-nov-1983/subs/m_maildir.c | 29 +
docs/historical/mh-nov-1983/subs/m_name.c | 21 +
docs/historical/mh-nov-1983/subs/m_replace.c | 29 +
docs/historical/mh-nov-1983/subs/m_send.c | 22 +
docs/historical/mh-nov-1983/subs/m_setcur.c | 26 +
docs/historical/mh-nov-1983/subs/m_update.c | 25 +
docs/historical/mh-nov-1983/subs/makedir.c | 28 +
docs/historical/mh-nov-1983/subs/makename.c | 19 +
docs/historical/mh-nov-1983/subs/mh.h | 154 ++
docs/historical/mh-nov-1983/subs/peekc.c | 11 +
docs/historical/mh-nov-1983/subs/pr_array.c | 9 +
docs/historical/mh-nov-1983/subs/printsw.c | 26 +
docs/historical/mh-nov-1983/subs/putdate.c | 65 +
docs/historical/mh-nov-1983/subs/r1bindex.c | 19 +
docs/historical/mh-nov-1983/subs/showfile.c | 37 +
docs/historical/mh-nov-1983/subs/smatch.c | 34 +
docs/historical/mh-nov-1983/subs/ssequal.c | 8 +
docs/historical/mh-nov-1983/subs/trimcpy.c | 16 +
docs/historical/mh-nov-1983/subs/type.c | 10 +
docs/historical/mh-nov-1983/subs/uleq.c | 12 +
docs/historical/mh-nov-1983/support/components | 4 +
docs/historical/mh-nov-1983/support/distcomps | 2 +
docs/historical/mh-nov-1983/support/l.c | 259 ++
docs/historical/mh-nov-1983/support/news-1char | 1 +
docs/historical/mh-nov-1983/support/news-mh_receiv | 8 +
643 files changed, 68361 insertions(+), 10 deletions(-)
create mode 100644 docs/historical/2.9BSD/Makefile
create mode 100644 docs/historical/2.9BSD/README
create mode 100644 docs/historical/2.9BSD/cmds/Makefile
create mode 100644 docs/historical/2.9BSD/cmds/aliascheck.c
create mode 100644 docs/historical/2.9BSD/cmds/annotate.c
create mode 100644 docs/historical/2.9BSD/cmds/comp.c
create mode 100644 docs/historical/2.9BSD/cmds/deliver.c
create mode 100644 docs/historical/2.9BSD/cmds/dist.c
create mode 100644 docs/historical/2.9BSD/cmds/emitl.c
create mode 100644 docs/historical/2.9BSD/cmds/folder.c
create mode 100644 docs/historical/2.9BSD/cmds/forw.c
create mode 100644 docs/historical/2.9BSD/cmds/grep.c
create mode 100644 docs/historical/2.9BSD/cmds/inc.c
create mode 100644 docs/historical/2.9BSD/cmds/install-mh.c
create mode 100644 docs/historical/2.9BSD/cmds/mail.c
create mode 100644 docs/historical/2.9BSD/cmds/mh.h
create mode 100644 docs/historical/2.9BSD/cmds/news.c
create mode 100644 docs/historical/2.9BSD/cmds/next.c
create mode 100644 docs/historical/2.9BSD/cmds/nexthdr.c
create mode 100644 docs/historical/2.9BSD/cmds/pick.c
create mode 100644 docs/historical/2.9BSD/cmds/prevhdr.c
create mode 100644 docs/historical/2.9BSD/cmds/prompter.c
create mode 100644 docs/historical/2.9BSD/cmds/refile.c
create mode 100644 docs/historical/2.9BSD/cmds/replsubs.c
create mode 100644 docs/historical/2.9BSD/cmds/reply.c
create mode 100644 docs/historical/2.9BSD/cmds/rescue.c
create mode 100644 docs/historical/2.9BSD/cmds/rmf.c
create mode 100644 docs/historical/2.9BSD/cmds/rmm.c
create mode 100644 docs/historical/2.9BSD/cmds/scan.c
create mode 100644 docs/historical/2.9BSD/cmds/scansub.c
create mode 100644 docs/historical/2.9BSD/cmds/send.c
create mode 100644 docs/historical/2.9BSD/cmds/show.c
create mode 100644 docs/historical/2.9BSD/cmds/strings.h
create mode 100644 docs/historical/2.9BSD/cmds/unixtomh.c
create mode 100644 docs/historical/2.9BSD/cmds/vars.c
create mode 100644 docs/historical/2.9BSD/doc/Alias.Design
create mode 100755 docs/historical/2.9BSD/doc/MH_VGRIND
create mode 100644 docs/historical/2.9BSD/doc/MHgenerate
create mode 100644 docs/historical/2.9BSD/doc/MHnotes
create mode 100644 docs/historical/2.9BSD/doc/Makefile
create mode 100644 docs/historical/2.9BSD/doc/mh.me
create mode 100644 docs/historical/2.9BSD/doc/titlepage
create mode 100644 docs/historical/2.9BSD/man/Makefile
create mode 100644 docs/historical/2.9BSD/man/comp.1
create mode 100644 docs/historical/2.9BSD/man/dist.1
create mode 100644 docs/historical/2.9BSD/man/file.1
create mode 100644 docs/historical/2.9BSD/man/folder.1
create mode 100644 docs/historical/2.9BSD/man/forw.1
create mode 100644 docs/historical/2.9BSD/man/inc.1
create mode 100644 docs/historical/2.9BSD/man/next.1
create mode 100644 docs/historical/2.9BSD/man/pick.1
create mode 100644 docs/historical/2.9BSD/man/prev.1
create mode 100644 docs/historical/2.9BSD/man/print
create mode 100644 docs/historical/2.9BSD/man/prompter.1
create mode 100644 docs/historical/2.9BSD/man/repl.1
create mode 100644 docs/historical/2.9BSD/man/rmf.1
create mode 100644 docs/historical/2.9BSD/man/rmm.1
create mode 100644 docs/historical/2.9BSD/man/scan.1
create mode 100644 docs/historical/2.9BSD/man/send.1
create mode 100644 docs/historical/2.9BSD/man/show.1
create mode 100644 docs/historical/2.9BSD/strings/Mailprog.c
create mode 100644 docs/historical/2.9BSD/strings/Makefile
create mode 100644 docs/historical/2.9BSD/strings/anoyes.c
create mode 100644 docs/historical/2.9BSD/strings/components.c
create mode 100644 docs/historical/2.9BSD/strings/current.c
create mode 100644 docs/historical/2.9BSD/strings/defalt.c
create mode 100644 docs/historical/2.9BSD/strings/distcomps.c
create mode 100644 docs/historical/2.9BSD/strings/draft.c
create mode 100644 docs/historical/2.9BSD/strings/fileproc.c
create mode 100644 docs/historical/2.9BSD/strings/foldprot.c
create mode 100644 docs/historical/2.9BSD/strings/hostname.c
create mode 100644 docs/historical/2.9BSD/strings/installproc.c
create mode 100644 docs/historical/2.9BSD/strings/listname.c
create mode 100644 docs/historical/2.9BSD/strings/localname.c
create mode 100644 docs/historical/2.9BSD/strings/lockdir.c
create mode 100644 docs/historical/2.9BSD/strings/lsproc.c
create mode 100644 docs/historical/2.9BSD/strings/mailboxes.c
create mode 100644 docs/historical/2.9BSD/strings/mailproc.c
create mode 100644 docs/historical/2.9BSD/strings/mh_defs.c
create mode 100644 docs/historical/2.9BSD/strings/mh_deliver.c
create mode 100644 docs/historical/2.9BSD/strings/mh_prof.c
create mode 100644 docs/historical/2.9BSD/strings/mhnews.c
create mode 100644 docs/historical/2.9BSD/strings/msgprot.c
create mode 100644 docs/historical/2.9BSD/strings/pfolder.c
create mode 100644 docs/historical/2.9BSD/strings/prproc.c
create mode 100644 docs/historical/2.9BSD/strings/scanproc.c
create mode 100644 docs/historical/2.9BSD/strings/sendproc.c
create mode 100644 docs/historical/2.9BSD/strings/showproc.c
create mode 100644 docs/historical/2.9BSD/strings/stdcomps.c
create mode 100644 docs/historical/2.9BSD/strings/stddcomps.c
create mode 100644 docs/historical/2.9BSD/strings/strings.h
create mode 100644 docs/historical/2.9BSD/strings/sysed.c
create mode 100644 docs/historical/2.9BSD/strings/unixtomh.c
create mode 100644 docs/historical/2.9BSD/subs/16158symdef
create mode 100644 docs/historical/2.9BSD/subs/16158symref
create mode 100644 docs/historical/2.9BSD/subs/Makefile
create mode 100644 docs/historical/2.9BSD/subs/add.c
create mode 100644 docs/historical/2.9BSD/subs/ambigsw.c
create mode 100644 docs/historical/2.9BSD/subs/atooi.c
create mode 100644 docs/historical/2.9BSD/subs/brkstring.c
create mode 100644 docs/historical/2.9BSD/subs/cdate.c
create mode 100644 docs/historical/2.9BSD/subs/cndfree.c
create mode 100644 docs/historical/2.9BSD/subs/concat.c
create mode 100644 docs/historical/2.9BSD/subs/copy.c
create mode 100644 docs/historical/2.9BSD/subs/copyip.c
create mode 100644 docs/historical/2.9BSD/subs/cputc.c
create mode 100644 docs/historical/2.9BSD/subs/crpbrkstring.c
create mode 100644 docs/historical/2.9BSD/subs/done.c
create mode 100644 docs/historical/2.9BSD/subs/fdcompare.c
create mode 100644 docs/historical/2.9BSD/subs/gans.c
create mode 100644 docs/historical/2.9BSD/subs/getans.c
create mode 100644 docs/historical/2.9BSD/subs/getcpy.c
create mode 100644 docs/historical/2.9BSD/subs/help.c
create mode 100644 docs/historical/2.9BSD/subs/invo_name.c
create mode 100644 docs/historical/2.9BSD/subs/locv.c
create mode 100644 docs/historical/2.9BSD/subs/m_convert.c
create mode 100644 docs/historical/2.9BSD/subs/m_delete.c
create mode 100644 docs/historical/2.9BSD/subs/m_edit.c
create mode 100644 docs/historical/2.9BSD/subs/m_find.c
create mode 100644 docs/historical/2.9BSD/subs/m_getdefs.c
create mode 100644 docs/historical/2.9BSD/subs/m_getfld.c
create mode 100644 docs/historical/2.9BSD/subs/m_getfolder.c
create mode 100644 docs/historical/2.9BSD/subs/m_gmprot.c
create mode 100644 docs/historical/2.9BSD/subs/m_gmsg.c
create mode 100644 docs/historical/2.9BSD/subs/m_maildir.c
create mode 100644 docs/historical/2.9BSD/subs/m_name.c
create mode 100644 docs/historical/2.9BSD/subs/m_replace.c
create mode 100644 docs/historical/2.9BSD/subs/m_send.c
create mode 100644 docs/historical/2.9BSD/subs/m_setcur.c
create mode 100644 docs/historical/2.9BSD/subs/m_update.c
create mode 100644 docs/historical/2.9BSD/subs/makedir.c
create mode 100644 docs/historical/2.9BSD/subs/makename.c
create mode 100644 docs/historical/2.9BSD/subs/peekc.c
create mode 100644 docs/historical/2.9BSD/subs/pr_array.c
create mode 100644 docs/historical/2.9BSD/subs/printsw.c
create mode 100644 docs/historical/2.9BSD/subs/putdate.c
create mode 100644 docs/historical/2.9BSD/subs/r1bindex.c
create mode 100644 docs/historical/2.9BSD/subs/showfile.c
create mode 100644 docs/historical/2.9BSD/subs/smatch.c
create mode 100644 docs/historical/2.9BSD/subs/ssequal.c
create mode 100644 docs/historical/2.9BSD/subs/trimcpy.c
create mode 100644 docs/historical/2.9BSD/subs/type.c
create mode 100644 docs/historical/2.9BSD/subs/uleq.c
create mode 100644 docs/historical/2.9BSD/support/components
create mode 100644 docs/historical/2.9BSD/support/distcomps
create mode 100644 docs/historical/2.9BSD/support/l.c
create mode 100755 docs/historical/2.9BSD/support/news-1char
create mode 100755 docs/historical/2.9BSD/support/news-mh_receiv
create mode 100644 docs/historical/SRI-NOSC/annotate.c
create mode 100644 docs/historical/SRI-NOSC/delete.c
create mode 100644 docs/historical/SRI-NOSC/delete.run
create mode 100644 docs/historical/SRI-NOSC/errlst
create mode 100644 docs/historical/SRI-NOSC/errors.h
create mode 100644 docs/historical/SRI-NOSC/file.c
create mode 100644 docs/historical/SRI-NOSC/file.run
create mode 100644 docs/historical/SRI-NOSC/forward.c
create mode 100644 docs/historical/SRI-NOSC/forward.run
create mode 100644 docs/historical/SRI-NOSC/install-defs.c
create mode 100644 docs/historical/SRI-NOSC/install-defs.r
create mode 100644 docs/historical/SRI-NOSC/iobuf.h
create mode 100644 docs/historical/SRI-NOSC/mh.h
create mode 100644 docs/historical/SRI-NOSC/nosc.txt
create mode 100644 docs/historical/SRI-NOSC/nullproc.c
create mode 100644 docs/historical/SRI-NOSC/open.c
create mode 100644 docs/historical/SRI-NOSC/open.run
create mode 100644 docs/historical/SRI-NOSC/pickup.c
create mode 100644 docs/historical/SRI-NOSC/pickup.run
create mode 100644 docs/historical/SRI-NOSC/pr.c
create mode 100644 docs/historical/SRI-NOSC/pr.run
create mode 100644 docs/historical/SRI-NOSC/prompter.c
create mode 100644 docs/historical/SRI-NOSC/prompter.run
create mode 100644 docs/historical/SRI-NOSC/purge.c
create mode 100644 docs/historical/SRI-NOSC/purge.run
create mode 100644 docs/historical/SRI-NOSC/putc.s
create mode 100644 docs/historical/SRI-NOSC/reply.c
create mode 100644 docs/historical/SRI-NOSC/reply.run
create mode 100644 docs/historical/SRI-NOSC/rmf.c
create mode 100644 docs/historical/SRI-NOSC/rmf.run
create mode 100644 docs/historical/SRI-NOSC/scan.c
create mode 100644 docs/historical/SRI-NOSC/scan.run
create mode 100644 docs/historical/SRI-NOSC/scansub.c
create mode 100755 docs/historical/SRI-NOSC/send-ec.run
create mode 100644 docs/historical/SRI-NOSC/send.c
create mode 100755 docs/historical/SRI-NOSC/send.run
create mode 100644 docs/historical/SRI-NOSC/sgtty.h
create mode 100644 docs/historical/SRI-NOSC/show.c
create mode 100644 docs/historical/SRI-NOSC/show.run
create mode 100644 docs/historical/SRI-NOSC/signals.h
create mode 100644 docs/historical/SRI-NOSC/stat.h
create mode 100644 docs/historical/SRI-NOSC/strings-ec.c
create mode 100644 docs/historical/SRI-NOSC/strings.c
create mode 100644 docs/historical/SRI-NOSC/strings.run
create mode 100644 docs/historical/SRI-NOSC/subs.dir/ambigsw.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/atoi.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/atooi.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/cfree.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/concat.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/copyip.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/cputc.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/gans.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/getchar.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/getcpy.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/help.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/invo_name.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_convert.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_convert.c.te
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_convert.c.tm
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_convert.old
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_delete.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_find.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_getdefs.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_getfld.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_getfolder.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_gmprot.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_gmsg.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_maildir.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_name.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_news.cc
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_replace.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_setcur.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/m_update.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/makedir.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/peekc.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/pr_array.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/printsw.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/puts.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/showfile.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/smatch.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/ssequal.c
create mode 100755 docs/historical/SRI-NOSC/subs.dir/subs.run
create mode 100644 docs/historical/SRI-NOSC/subs.dir/trimcpy.c
create mode 100644 docs/historical/SRI-NOSC/subs.dir/uleq.c
create mode 100644 docs/historical/SRI-NOSC/undelete.c
create mode 100644 docs/historical/SRI-NOSC/undelete.run
create mode 100644 docs/historical/SRI-NOSC/wait.s
create mode 100644 docs/historical/SRI-NOSC/write.c
create mode 100644 docs/historical/SRI-NOSC/write.run
delete mode 100755 docs/historical/mh-6.8.5/miscellany/mem/a.out
create mode 100644 docs/historical/mh-jun-1982/4bsd.changes
create mode 100644 docs/historical/mh-jun-1982/ANOMALIES
create mode 100644 docs/historical/mh-jun-1982/Alias.Design
create mode 100644 docs/historical/mh-jun-1982/Bugs
create mode 100644 docs/historical/mh-jun-1982/DOC/README
create mode 100644 docs/historical/mh-jun-1982/DOC/brief
create mode 100644 docs/historical/mh-jun-1982/DOC/mh.me
create mode 100644 docs/historical/mh-jun-1982/DOC/mh.me.5
create mode 100644 docs/historical/mh-jun-1982/DOC/mh1.nr
create mode 100644 docs/historical/mh-jun-1982/DOC/mhcov.t
create mode 100644 docs/historical/mh-jun-1982/DOC/rand.t
create mode 100644 docs/historical/mh-jun-1982/Extras/anno.bld
create mode 100644 docs/historical/mh-jun-1982/Extras/anno.cc
create mode 100644 docs/historical/mh-jun-1982/Extras/getenv.c
create mode 100644 docs/historical/mh-jun-1982/Extras/imp.h
create mode 100644 docs/historical/mh-jun-1982/Extras/lasthdr.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/getpw.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/getwho.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtfstn.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtldat.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtlogn.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtlstn.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtluid.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtmnem.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtpath.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtpriv.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtpswd.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtruid.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gttype.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtubuf.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/gtunum.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/ttynam.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libg/ttynum.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/any.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/brkstg.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/cat.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/cdate.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/copy.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/date.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/echo.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/equal.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/error.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/errtyp.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/excsrh.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/execsh.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/fmt.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/fopen2.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/fseek.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/gdate.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/getcopy.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/getl.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/getline.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/glbmtc.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/gwd.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/inputf.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/length.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/makename.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/prndec.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/subshell.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/swmtch.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/t.c
create mode 100644 docs/historical/mh-jun-1982/Extras/libh/type.c
create mode 100644 docs/historical/mh-jun-1982/Extras/mailsys.h
create mode 100644 docs/historical/mh-jun-1982/Extras/resp.bld
create mode 100644 docs/historical/mh-jun-1982/Extras/resp.c
create mode 100644 docs/historical/mh-jun-1982/Extras/sndmsg.bld
create mode 100644 docs/historical/mh-jun-1982/Extras/sndmsg.c
create mode 100644 docs/historical/mh-jun-1982/Extras/strings.h
create mode 100644 docs/historical/mh-jun-1982/Extras/whoami.h
create mode 100644 docs/historical/mh-jun-1982/Log
create mode 100644 docs/historical/mh-jun-1982/MHL.Design
create mode 100644 docs/historical/mh-jun-1982/MHgenerate
create mode 100644 docs/historical/mh-jun-1982/MHnotes
create mode 100644 docs/historical/mh-jun-1982/Makefile
create mode 100644 docs/historical/mh-jun-1982/README
create mode 100644 docs/historical/mh-jun-1982/Wishlist
create mode 100644 docs/historical/mh-jun-1982/adrparse.h
create mode 100644 docs/historical/mh-jun-1982/dytest/Makefile
create mode 100644 docs/historical/mh-jun-1982/dytest/README
create mode 100644 docs/historical/mh-jun-1982/dytest/mhl.c
create mode 100644 docs/historical/mh-jun-1982/dytest/show.c
create mode 100644 docs/historical/mh-jun-1982/folder.h
create mode 100644 docs/historical/mh-jun-1982/man/Makefile
create mode 100644 docs/historical/mh-jun-1982/man/ali.1
create mode 100644 docs/historical/mh-jun-1982/man/comp.1
create mode 100644 docs/historical/mh-jun-1982/man/conflict.8
create mode 100644 docs/historical/mh-jun-1982/man/deliver.8
create mode 100644 docs/historical/mh-jun-1982/man/dist.1
create mode 100644 docs/historical/mh-jun-1982/man/file.1
create mode 100644 docs/historical/mh-jun-1982/man/folder.1
create mode 100644 docs/historical/mh-jun-1982/man/folders.1
create mode 100644 docs/historical/mh-jun-1982/man/forw.1
create mode 100644 docs/historical/mh-jun-1982/man/inc.1
create mode 100644 docs/historical/mh-jun-1982/man/mail.1
create mode 100644 docs/historical/mh-jun-1982/man/mailer.8
create mode 100644 docs/historical/mh-jun-1982/man/mh-alias.5
create mode 100644 docs/historical/mh-jun-1982/man/mh-mail.5
create mode 100644 docs/historical/mh-jun-1982/man/mh-profile.5
create mode 100644 docs/historical/mh-jun-1982/man/mh.1
create mode 100644 docs/historical/mh-jun-1982/man/mhl.1
create mode 100644 docs/historical/mh-jun-1982/man/mhpath.1
create mode 100644 docs/historical/mh-jun-1982/man/netmail.5
create mode 100644 docs/historical/mh-jun-1982/man/news.1
create mode 100644 docs/historical/mh-jun-1982/man/next.1
create mode 100644 docs/historical/mh-jun-1982/man/pick.1
create mode 100644 docs/historical/mh-jun-1982/man/prev.1
create mode 100644 docs/historical/mh-jun-1982/man/prompter.1
create mode 100644 docs/historical/mh-jun-1982/man/repl.1
create mode 100644 docs/historical/mh-jun-1982/man/rmail.1
create mode 100644 docs/historical/mh-jun-1982/man/rmf.1
create mode 100644 docs/historical/mh-jun-1982/man/rmm.1
create mode 100644 docs/historical/mh-jun-1982/man/scan.1
create mode 100644 docs/historical/mh-jun-1982/man/send.1
create mode 100644 docs/historical/mh-jun-1982/man/show.1
create mode 100644 docs/historical/mh-jun-1982/mh.diff
create mode 100644 docs/historical/mh-jun-1982/mh.h
create mode 100755 docs/historical/mh-jun-1982/misc/depend.sh
create mode 100644 docs/historical/mh-jun-1982/progs/Makefile
create mode 100644 docs/historical/mh-jun-1982/progs/Makefile.bak
create mode 100644 docs/historical/mh-jun-1982/progs/UUCP.MEMO
create mode 100644 docs/historical/mh-jun-1982/progs/adrformat.c
create mode 100644 docs/historical/mh-jun-1982/progs/adrparse.c
create mode 100644 docs/historical/mh-jun-1982/progs/ali.c
create mode 100644 docs/historical/mh-jun-1982/progs/annotate.c
create mode 100644 docs/historical/mh-jun-1982/progs/comp.c
create mode 100644 docs/historical/mh-jun-1982/progs/conflict.c
create mode 100644 docs/historical/mh-jun-1982/progs/deliver.c
create mode 100644 docs/historical/mh-jun-1982/progs/dist.c
create mode 100644 docs/historical/mh-jun-1982/progs/file.c
create mode 100644 docs/historical/mh-jun-1982/progs/folder.c
create mode 100644 docs/historical/mh-jun-1982/progs/forw.c
create mode 100644 docs/historical/mh-jun-1982/progs/grep.c
create mode 100644 docs/historical/mh-jun-1982/progs/inc.c
create mode 100644 docs/historical/mh-jun-1982/progs/install-mh.c
create mode 100644 docs/historical/mh-jun-1982/progs/mail.c
create mode 100644 docs/historical/mh-jun-1982/progs/mhl.c
create mode 100644 docs/historical/mh-jun-1982/progs/mhpath.c
create mode 100644 docs/historical/mh-jun-1982/progs/news.c
create mode 100644 docs/historical/mh-jun-1982/progs/next.c
create mode 100644 docs/historical/mh-jun-1982/progs/nexthdr.c
create mode 100644 docs/historical/mh-jun-1982/progs/pick.c
create mode 100644 docs/historical/mh-jun-1982/progs/prevhdr.c
create mode 100644 docs/historical/mh-jun-1982/progs/prompter.c
create mode 100644 docs/historical/mh-jun-1982/progs/ptt.c
create mode 100644 docs/historical/mh-jun-1982/progs/repl.c
create mode 100644 docs/historical/mh-jun-1982/progs/replsubs.c
create mode 100644 docs/historical/mh-jun-1982/progs/rmail.c
create mode 100644 docs/historical/mh-jun-1982/progs/rmail.c.nodate
create mode 100644 docs/historical/mh-jun-1982/progs/rmf.c
create mode 100644 docs/historical/mh-jun-1982/progs/rmm.c
create mode 100644 docs/historical/mh-jun-1982/progs/scan.c
create mode 100644 docs/historical/mh-jun-1982/progs/scansub.c
create mode 100644 docs/historical/mh-jun-1982/progs/scansub.h
create mode 100644 docs/historical/mh-jun-1982/progs/send.c
create mode 100644 docs/historical/mh-jun-1982/progs/show.c
create mode 100644 docs/historical/mh-jun-1982/strings/Makefile
create mode 100644 docs/historical/mh-jun-1982/strings/anoyes.c
create mode 100644 docs/historical/mh-jun-1982/strings/components.c
create mode 100644 docs/historical/mh-jun-1982/strings/current.c
create mode 100644 docs/historical/mh-jun-1982/strings/defalt.c
create mode 100644 docs/historical/mh-jun-1982/strings/distcomps.c
create mode 100644 docs/historical/mh-jun-1982/strings/draft.c
create mode 100644 docs/historical/mh-jun-1982/strings/fileproc.c
create mode 100644 docs/historical/mh-jun-1982/strings/foldprot.c
create mode 100644 docs/historical/mh-jun-1982/strings/installproc.c
create mode 100644 docs/historical/mh-jun-1982/strings/listname.c
create mode 100644 docs/historical/mh-jun-1982/strings/lockdir.c
create mode 100644 docs/historical/mh-jun-1982/strings/lproc.c
create mode 100644 docs/historical/mh-jun-1982/strings/lsproc.c
create mode 100644 docs/historical/mh-jun-1982/strings/mailboxes.c
create mode 100644 docs/historical/mh-jun-1982/strings/mailproc.c
create mode 100644 docs/historical/mh-jun-1982/strings/mh_deliver.c
create mode 100644 docs/historical/mh-jun-1982/strings/mh_prof.c
create mode 100644 docs/historical/mh-jun-1982/strings/mhlformat.c
create mode 100644 docs/historical/mh-jun-1982/strings/mhlstdfmt.c
create mode 100644 docs/historical/mh-jun-1982/strings/mhnews.c
create mode 100644 docs/historical/mh-jun-1982/strings/msgprot.c
create mode 100644 docs/historical/mh-jun-1982/strings/pfolder.c
create mode 100644 docs/historical/mh-jun-1982/strings/prproc.c
create mode 100644 docs/historical/mh-jun-1982/strings/rhosts.c
create mode 100644 docs/historical/mh-jun-1982/strings/scanproc.c
create mode 100644 docs/historical/mh-jun-1982/strings/sendproc.c
create mode 100644 docs/historical/mh-jun-1982/strings/showproc.c
create mode 100644 docs/historical/mh-jun-1982/strings/stdcomps.c
create mode 100644 docs/historical/mh-jun-1982/strings/stddcomps.c
create mode 100644 docs/historical/mh-jun-1982/strings/sysed.c
create mode 100644 docs/historical/mh-jun-1982/strings/sysname.c
create mode 100644 docs/historical/mh-jun-1982/subs/Makefile
create mode 100644 docs/historical/mh-jun-1982/subs/Makefile.bak
create mode 100644 docs/historical/mh-jun-1982/subs/add.c
create mode 100644 docs/historical/mh-jun-1982/subs/ambigsw.c
create mode 100644 docs/historical/mh-jun-1982/subs/atooi.c
create mode 100644 docs/historical/mh-jun-1982/subs/brkstring.c
create mode 100644 docs/historical/mh-jun-1982/subs/cdate.c
create mode 100644 docs/historical/mh-jun-1982/subs/cndfree.c
create mode 100644 docs/historical/mh-jun-1982/subs/concat.c
create mode 100644 docs/historical/mh-jun-1982/subs/copy.c
create mode 100644 docs/historical/mh-jun-1982/subs/copyip.c
create mode 100644 docs/historical/mh-jun-1982/subs/cputc.c
create mode 100755 docs/historical/mh-jun-1982/subs/depend.sh
create mode 100644 docs/historical/mh-jun-1982/subs/done.c
create mode 100644 docs/historical/mh-jun-1982/subs/fdcompare.c
create mode 100644 docs/historical/mh-jun-1982/subs/gans.c
create mode 100644 docs/historical/mh-jun-1982/subs/getans.c
create mode 100644 docs/historical/mh-jun-1982/subs/getcpy.c
create mode 100644 docs/historical/mh-jun-1982/subs/help.c
create mode 100644 docs/historical/mh-jun-1982/subs/invo_name.c
create mode 100644 docs/historical/mh-jun-1982/subs/locv.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_convert.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_delete.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_edit.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_file.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_find.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_getcur.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_getdefs.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_getfld.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_getfolder.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_gmprot.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_gmsg.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_maildir.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_name.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_news.cc
create mode 100644 docs/historical/mh-jun-1982/subs/m_replace.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_send.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_setcur.c
create mode 100644 docs/historical/mh-jun-1982/subs/m_update.c
create mode 100644 docs/historical/mh-jun-1982/subs/makedir.c
create mode 100644 docs/historical/mh-jun-1982/subs/makename.c
create mode 100644 docs/historical/mh-jun-1982/subs/mu_atoi.c
create mode 100644 docs/historical/mh-jun-1982/subs/path.c
create mode 100644 docs/historical/mh-jun-1982/subs/peekc.c
create mode 100644 docs/historical/mh-jun-1982/subs/pr_array.c
create mode 100644 docs/historical/mh-jun-1982/subs/printsw.c
create mode 100644 docs/historical/mh-jun-1982/subs/putenv.c
create mode 100644 docs/historical/mh-jun-1982/subs/pwd.c
create mode 100644 docs/historical/mh-jun-1982/subs/r1bindex.c
create mode 100644 docs/historical/mh-jun-1982/subs/showfile.c
create mode 100644 docs/historical/mh-jun-1982/subs/smatch.c
create mode 100644 docs/historical/mh-jun-1982/subs/ssequal.c
create mode 100644 docs/historical/mh-jun-1982/subs/subs-lc
create mode 100644 docs/historical/mh-jun-1982/subs/trimcpy.c
create mode 100644 docs/historical/mh-jun-1982/subs/type.c
create mode 100644 docs/historical/mh-jun-1982/subs/uleq.c
create mode 100644 docs/historical/mh-jun-1982/support/MailAliases
create mode 100644 docs/historical/mh-jun-1982/support/Makefile
create mode 100644 docs/historical/mh-jun-1982/support/aliascheck.c
create mode 100644 docs/historical/mh-jun-1982/support/components
create mode 100644 docs/historical/mh-jun-1982/support/distcomps
create mode 100644 docs/historical/mh-jun-1982/support/l.c
create mode 100644 docs/historical/mh-jun-1982/support/mailsys.h
create mode 100644 docs/historical/mh-jun-1982/support/mhl.format
create mode 100644 docs/historical/mh-jun-1982/support/news/1char
create mode 100644 docs/historical/mh-jun-1982/support/news/Makefile
create mode 100644 docs/historical/mh-jun-1982/support/news/mh_profile
create mode 100755 docs/historical/mh-jun-1982/support/news/mh_receive
create mode 100644 docs/historical/mh-jun-1982/support/putenv.c
create mode 100644 docs/historical/mh-jun-1982/support/strings.h
create mode 100644 docs/historical/mh-nov-1983/Makefile
create mode 100644 docs/historical/mh-nov-1983/README
create mode 100644 docs/historical/mh-nov-1983/cmds/Makefile
create mode 100644 docs/historical/mh-nov-1983/cmds/aliascheck.c
create mode 100644 docs/historical/mh-nov-1983/cmds/annotate.c
create mode 100644 docs/historical/mh-nov-1983/cmds/comp.c
create mode 100644 docs/historical/mh-nov-1983/cmds/deliver.c
create mode 100644 docs/historical/mh-nov-1983/cmds/dist.c
create mode 100644 docs/historical/mh-nov-1983/cmds/emitl.c
create mode 100644 docs/historical/mh-nov-1983/cmds/folder.c
create mode 100644 docs/historical/mh-nov-1983/cmds/forw.c
create mode 100644 docs/historical/mh-nov-1983/cmds/grep.c
create mode 100644 docs/historical/mh-nov-1983/cmds/inc.c
create mode 100644 docs/historical/mh-nov-1983/cmds/install-mh.c
create mode 100644 docs/historical/mh-nov-1983/cmds/mail.c
create mode 100644 docs/historical/mh-nov-1983/cmds/mh.h
create mode 100644 docs/historical/mh-nov-1983/cmds/news.c
create mode 100644 docs/historical/mh-nov-1983/cmds/next.c
create mode 100644 docs/historical/mh-nov-1983/cmds/nexthdr.c
create mode 100644 docs/historical/mh-nov-1983/cmds/pick.c
create mode 100644 docs/historical/mh-nov-1983/cmds/prevhdr.c
create mode 100644 docs/historical/mh-nov-1983/cmds/prompter.c
create mode 100644 docs/historical/mh-nov-1983/cmds/refile.c
create mode 100644 docs/historical/mh-nov-1983/cmds/replsubs.c
create mode 100644 docs/historical/mh-nov-1983/cmds/reply.c
create mode 100644 docs/historical/mh-nov-1983/cmds/rescue.c
create mode 100644 docs/historical/mh-nov-1983/cmds/rmf.c
create mode 100644 docs/historical/mh-nov-1983/cmds/rmm.c
create mode 100644 docs/historical/mh-nov-1983/cmds/scan.c
create mode 100644 docs/historical/mh-nov-1983/cmds/scansub.c
create mode 100644 docs/historical/mh-nov-1983/cmds/send.c
create mode 100644 docs/historical/mh-nov-1983/cmds/show.c
create mode 100644 docs/historical/mh-nov-1983/cmds/strings.h
create mode 100644 docs/historical/mh-nov-1983/cmds/unixtomh.c
create mode 100644 docs/historical/mh-nov-1983/cmds/vars.c
create mode 100644 docs/historical/mh-nov-1983/doc/Alias.Design
create mode 100644 docs/historical/mh-nov-1983/doc/MH_VGRIND
create mode 100644 docs/historical/mh-nov-1983/doc/MHgenerate
create mode 100644 docs/historical/mh-nov-1983/doc/MHnotes
create mode 100644 docs/historical/mh-nov-1983/doc/Makefile
create mode 100644 docs/historical/mh-nov-1983/doc/mh.me
create mode 100644 docs/historical/mh-nov-1983/doc/titlepage
create mode 100644 docs/historical/mh-nov-1983/man/Makefile
create mode 100644 docs/historical/mh-nov-1983/man/comp.1
create mode 100644 docs/historical/mh-nov-1983/man/dist.1
create mode 100644 docs/historical/mh-nov-1983/man/file.1
create mode 100644 docs/historical/mh-nov-1983/man/folder.1
create mode 100644 docs/historical/mh-nov-1983/man/forw.1
create mode 100644 docs/historical/mh-nov-1983/man/inc.1
create mode 100644 docs/historical/mh-nov-1983/man/next.1
create mode 100644 docs/historical/mh-nov-1983/man/pick.1
create mode 100644 docs/historical/mh-nov-1983/man/prev.1
create mode 100644 docs/historical/mh-nov-1983/man/print
create mode 100644 docs/historical/mh-nov-1983/man/prompter.1
create mode 100644 docs/historical/mh-nov-1983/man/repl.1
create mode 100644 docs/historical/mh-nov-1983/man/rmf.1
create mode 100644 docs/historical/mh-nov-1983/man/rmm.1
create mode 100644 docs/historical/mh-nov-1983/man/scan.1
create mode 100644 docs/historical/mh-nov-1983/man/send.1
create mode 100644 docs/historical/mh-nov-1983/man/show.1
create mode 100644 docs/historical/mh-nov-1983/strings/Mailprog.c
create mode 100644 docs/historical/mh-nov-1983/strings/Makefile
create mode 100644 docs/historical/mh-nov-1983/strings/anoyes.c
create mode 100644 docs/historical/mh-nov-1983/strings/components.c
create mode 100644 docs/historical/mh-nov-1983/strings/current.c
create mode 100644 docs/historical/mh-nov-1983/strings/defalt.c
create mode 100644 docs/historical/mh-nov-1983/strings/distcomps.c
create mode 100644 docs/historical/mh-nov-1983/strings/draft.c
create mode 100644 docs/historical/mh-nov-1983/strings/fileproc.c
create mode 100644 docs/historical/mh-nov-1983/strings/foldprot.c
create mode 100644 docs/historical/mh-nov-1983/strings/hostname.c
create mode 100644 docs/historical/mh-nov-1983/strings/installproc.c
create mode 100644 docs/historical/mh-nov-1983/strings/listname.c
create mode 100644 docs/historical/mh-nov-1983/strings/localname.c
create mode 100644 docs/historical/mh-nov-1983/strings/lockdir.c
create mode 100644 docs/historical/mh-nov-1983/strings/lsproc.c
create mode 100644 docs/historical/mh-nov-1983/strings/mailboxes.c
create mode 100644 docs/historical/mh-nov-1983/strings/mailproc.c
create mode 100644 docs/historical/mh-nov-1983/strings/mh_defs.c
create mode 100644 docs/historical/mh-nov-1983/strings/mh_deliver.c
create mode 100644 docs/historical/mh-nov-1983/strings/mh_prof.c
create mode 100644 docs/historical/mh-nov-1983/strings/mhnews.c
create mode 100644 docs/historical/mh-nov-1983/strings/msgprot.c
create mode 100644 docs/historical/mh-nov-1983/strings/pfolder.c
create mode 100644 docs/historical/mh-nov-1983/strings/prproc.c
create mode 100644 docs/historical/mh-nov-1983/strings/scanproc.c
create mode 100644 docs/historical/mh-nov-1983/strings/sendproc.c
create mode 100644 docs/historical/mh-nov-1983/strings/showproc.c
create mode 100644 docs/historical/mh-nov-1983/strings/stdcomps.c
create mode 100644 docs/historical/mh-nov-1983/strings/stddcomps.c
create mode 100644 docs/historical/mh-nov-1983/strings/strings.h
create mode 100644 docs/historical/mh-nov-1983/strings/sysed.c
create mode 100644 docs/historical/mh-nov-1983/strings/unixtomh.c
create mode 100644 docs/historical/mh-nov-1983/subs/Makefile
create mode 100644 docs/historical/mh-nov-1983/subs/add.c
create mode 100644 docs/historical/mh-nov-1983/subs/ambigsw.c
create mode 100644 docs/historical/mh-nov-1983/subs/atooi.c
create mode 100644 docs/historical/mh-nov-1983/subs/brkstring.c
create mode 100644 docs/historical/mh-nov-1983/subs/cdate.c
create mode 100644 docs/historical/mh-nov-1983/subs/cndfree.c
create mode 100644 docs/historical/mh-nov-1983/subs/concat.c
create mode 100644 docs/historical/mh-nov-1983/subs/copy.c
create mode 100644 docs/historical/mh-nov-1983/subs/copyip.c
create mode 100644 docs/historical/mh-nov-1983/subs/cputc.c
create mode 100644 docs/historical/mh-nov-1983/subs/crpbrkstring.c
create mode 100644 docs/historical/mh-nov-1983/subs/done.c
create mode 100644 docs/historical/mh-nov-1983/subs/fdcompare.c
create mode 100644 docs/historical/mh-nov-1983/subs/gans.c
create mode 100644 docs/historical/mh-nov-1983/subs/getans.c
create mode 100644 docs/historical/mh-nov-1983/subs/getcpy.c
create mode 100644 docs/historical/mh-nov-1983/subs/help.c
create mode 100644 docs/historical/mh-nov-1983/subs/invo_name.c
create mode 100644 docs/historical/mh-nov-1983/subs/locv.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_convert.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_delete.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_edit.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_find.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_getdefs.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_getfld.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_getfolder.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_gmprot.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_gmsg.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_maildir.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_name.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_replace.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_send.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_setcur.c
create mode 100644 docs/historical/mh-nov-1983/subs/m_update.c
create mode 100644 docs/historical/mh-nov-1983/subs/makedir.c
create mode 100644 docs/historical/mh-nov-1983/subs/makename.c
create mode 100644 docs/historical/mh-nov-1983/subs/mh.h
create mode 100644 docs/historical/mh-nov-1983/subs/peekc.c
create mode 100644 docs/historical/mh-nov-1983/subs/pr_array.c
create mode 100644 docs/historical/mh-nov-1983/subs/printsw.c
create mode 100644 docs/historical/mh-nov-1983/subs/putdate.c
create mode 100644 docs/historical/mh-nov-1983/subs/r1bindex.c
create mode 100644 docs/historical/mh-nov-1983/subs/showfile.c
create mode 100644 docs/historical/mh-nov-1983/subs/smatch.c
create mode 100644 docs/historical/mh-nov-1983/subs/ssequal.c
create mode 100644 docs/historical/mh-nov-1983/subs/trimcpy.c
create mode 100644 docs/historical/mh-nov-1983/subs/type.c
create mode 100644 docs/historical/mh-nov-1983/subs/uleq.c
create mode 100644 docs/historical/mh-nov-1983/support/components
create mode 100644 docs/historical/mh-nov-1983/support/distcomps
create mode 100644 docs/historical/mh-nov-1983/support/l.c
create mode 100644 docs/historical/mh-nov-1983/support/news-1char
create mode 100644 docs/historical/mh-nov-1983/support/news-mh_receiv
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-541-g0bc71c2,
David Levine <=