Groups | Search | Server Info | Login | Register
Groups > comp.unix.bsd.misc > #106
| From | Sebastian <sebastian@here.com.invalid> |
|---|---|
| Newsgroups | comp.unix.bsd.misc, comp.misc, comp.unix.programmer |
| Subject | Re: Looking for historical source of the ex/vi editor |
| Date | 2024-12-06 22:15 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <vivt2n$2jidr$1@dont-email.me> (permalink) |
| References | <20241123014205.0f18ecb030d7ed12ae7d60b9@gmail.moc> |
Cross-posted to 3 groups.
In comp.unix.programmer Anton Shepelev <anton.txt@gmail.moc> wrote: > Hello, all. > > Have you an idea where one could find the sources of the > various versions of the ex/vi editor, besides those archived > at TUHS: > > 1BSD/ex-1.1 > 2.11BSD/src/ucb/ex > 2.9BSD/usr/src/ucb/ex/ex2 > 2.9BSD/usr/src/ucb/ex/ex3 > 2BSD/src/ex > 3BSD/usr/src/cmd/ex > 4.1cBSD/usr/src/ucb/ex > 4.2BSD/usr/src/ucb/ex > 4.3BSD-Reno/src/usr.bin/ex > 4.3BSD-Tahoe/usr/src/ucb > 4.3BSD-UWisc/src/ucb/ex > 4.3BSD/usr/src/ucb/ex > 4.4BSD/usr/src/usr.bin/ex > 4BSD/usr/src/cmd/ex > SunOS-4.1.4/usr.bin/ex > OpenSolaris_b135/cmd/vi > > These include vv. 1.1, 2.13, 3.2, 3.6, and many variants of > 3.7. Has anything else been preserved to your knowledge? If you SSH to 3b2@sdf.org, you can find your way into an emulated PDP-11 running System V. It has some version of vi installed, with source code. It's possible to extract this code from the system by first porting uuencode to it, and then porting a version of tar that you can also run someplace else. The tar that's installed on the system is not compatible with modern tars, nor is it compatible with V7 tar. GNU Screen has a command called "log" (default key binding: C-a H) that dumps all terminal output to a file. This is the best way I can think of to get output from uuencode down to your local disk. I found it easy to port the tar from V7 to this system, and I was also able to port it to Linux. I don't know what version of vi it is, but the following appears at the end of the READ_ME, and might help identify it: > 5/07/82 > HOCC UNIX Support > Jim Seagraves (houxi!beau) > >Afternote: > The 70 and vax code has been working for over a > week on th HOCC machines. Let me know if any problems arise. > Also, please forward any new and wonderful termcap descriptions. The man page says "UNIX 5.0" at the top and is dated 10/10/83. The source tree looks different from the 2.11BSD version of vi. The man page talks a lot about features that were removed from the editor to get it to fit on a PDP-11.
Back to comp.unix.bsd.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Looking for historical source of the ex/vi editor Anton Shepelev <anton.txt@gmail.moc> - 2024-11-23 01:42 +0300
Re: Looking for historical source of the ex/vi editor John McCue <jmccue@magnetar.jmcunx.com> - 2024-11-23 18:09 +0000
Re: Looking for historical source of the ex/vi editor Anton Shepelev <anton.txt@gmail.moc> - 2024-11-23 23:03 +0300
Re: Looking for historical source of the ex/vi editor Bob Eager <news0009@eager.cx> - 2024-11-23 20:41 +0000
Re: Looking for historical source of the ex/vi editor Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-23 21:09 +0000
Re: Looking for historical source of the ex/vi editor Geoff Clare <geoff@clare.See-My-Signature.invalid> - 2024-11-26 14:03 +0000
Re: Looking for historical source of the ex/vi editor Anton Shepelev <anton.txt@g{oogle}mail.com> - 2024-11-26 19:23 +0300
Re: Looking for historical source of the ex/vi editor Geoff Clare <geoff@clare.See-My-Signature.invalid> - 2024-11-27 13:20 +0000
Re: Looking for historical source of the ex/vi editor Anton Shepelev <anton.txt@g{oogle}mail.com> - 2024-11-28 17:17 +0300
Re: Looking for historical source of the ex/vi editor Sebastian <sebastian@here.com.invalid> - 2024-12-06 22:15 +0000
Re: Looking for historical source of the ex/vi editor kludge@panix.com (Scott Dorsey) - 2024-12-08 18:49 +0000
Re: Looking for historical source of the ex/vi editor Richard Kettlewell <invalid@invalid.invalid> - 2024-12-08 20:06 +0000
Re: Looking for historical source of the ex/vi editor cross@spitfire.i.gajendra.net (Dan Cross) - 2024-12-08 21:15 +0000
csiph-web