⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes

📁 一个通讯程序源码
💻
字号:
Changes since 3.20 release==> Patch 11992-09-14-04:05-hdbintf.c-wht@n4hgf-rcvr process was not going away reliably 1992-09-13-12:52-ecutty.c-wht@n4hgf-add tty_is_scoterm 1992-09-13-12:52-ecuicmd.c-wht@n4hgf-show tty_is_scoterm during stat 1992-09-13-12:52-ecu.h-wht@n4hgf-add tty_is_scoterm 1992-09-13-02:05-ecuicmhist.c-wht@n4hgf-redisplay escape prompt on error exit ALERT: Something is happening to make ODT 2.0 scoterms go CPUopen-loop and unresponsive to anything but a kill -9.  I will belooking into this, but if anyone beats me to it, please let meknow what you find ASAP.  Thanks.1.  The receiver process was not being killed during dialing whenECU was invoked with "ecu directoryentry".  Dialing was notpossible until you interrupted the program and tried again.  Thishas been fixed.  This boo-boo crept as part of some cleanup work(smile) just before posting.2.  An <scoterm> indication has been added to the stat commandoutput.  This is a start on the debugging effort of the scotermproblem that had to be put off for the critical nature of item 1.3.  After the history function displays "no interactive commandssaved", you are still in command mode.  There was no visual hintto let you know that.  Then you could type, thinking you weresending to a remote, when in fact you were feeding the text tothe command line.  Now, ECU redisplays the escape prompt to showyou are still in command mode.4.  Typos in the README and README 3.20 were fixed.5.  This file was added.==> Patch 21992-09-15-18:52-ecutty.c-wht@n4hgf-left some debug code in patch01 dammit 6. Remove debug code from _setcolor().==> Patch 31992-09-17-06:27-ecuicmd.c-wht@n4hgf-add <7-bit kbd> to stat 1992-09-17-05:33-mapkey/README-wht@n4hgf-0xE0 should read 0xE11992-09-17-05:16-ecuxkey.h-wht@n4hgf-finally, 0xE1-0xFA as promised in 3.10  1992-09-16-14:13-ecunumrev.c-wht@n4hgf-add M and F version qualifiers 1992-09-16-13:54-ecuusage.c-wht@n4hgf-add fkmap usage 1992-09-16-13:33-funckeymap.c-wht@n4hgf-add fkmap -l name 1992-09-16-13:29-termecu.h-wht@n4hgf-add TERMECU_UNRECOVERABLE 1992-09-16-13:29-ecusighdl.c-wht@n4hgf-add TERMECU_UNRECOVERABLE text 1992-09-15-18:52-ecutty.c-wht@n4hgf-left some debug code in patch01 dammit 7.  Information on tty "Device busy" errors and color supporthave been added to README.Q-and-A.  Obsolete information wasremoved.8. The -l switch was added to the fkmap commands:       fkmap -l <name>The -l form reads an entire funckeymap definition matching <name>from ~/.ecu/funckeymap (if not found there, in a file by the samename in the library directory).  This form behaves exactlyin the same manner as the command line switch -F.Due to the drastic nature of this command, if it fails toexecute properly, ECU terminates itself.  Note thatimproper use of this form of the command can still renderECU an albatross (with Home unrecognizable).9.  The original high-bit character space assignments for Alt-Athrough Alt-Z that I chose for ECU made good sense ...  to aparochial American.  Michael Traub <emory!btcs.bt.co.uk!traub>sets me straight, but mapkey/README was incorrect.  Each hexvalue was off by one.10.  If the console has parity enabled, the interactive statcommand now reports <7-bit kbd>.  Knowing this can be importantif you are using Alt-[A-Z].  Or if you are trying for some kindof unlikely tandem 8-bit transparent path (telnet to a box, runecu to call home, login, use ECU there to talk to your amateurradio PK-232/MBX TNC over 14 MHz AMTOR to the UK to a KantronicsTNC hooked to an SCO box, login, make an ECU call to a certainUniversal Import-Export ...  uh, hi -- I seem to have dozed off).11.  At least one ISC SVR3 user had a Devices entry with themodem control ",M" suffix I thought was only used in SVR4 UUCP.The suffix presence is now detected on all platforms.12. ecusea.c had two fcntl.h inclusions.  XENIX could nothandle this.==> Patch 413. jeff@samantha.chi.il.us (Jeff Johnson) suggested a changein the SVR4 LCK.. logic, stating that the use of <sys/sysmacros.h>is deprecated.> Here is an excerpt from my <sys/sysmacros.h>:> >    WARNING: The device number macros defined here should not be>    used by device drivers or user software.  Device drivers>    should use the device functions defined in the DDI/DKI>    interface (see also ddi.h).  Application software should make>    use of the library routines available in makedev(3).  A set of>    new device macros are provided to operate on the expanded>    device number format supported in SVR4.  Macro versions of the>    DDI device functions are provided for use by kernel proper>    routines only.  Macro routines bmajor(), major(), minor(),>    emajor(), eminor(), and makedev() will be removed or their>    definitions changed at the next major release following SVR4.14. On some systems, the video attributes were not reverted to"normal" after some reverse video or underlined strings (e.g,"[interactive mode]").15. I removed the Metro Link pts support.  This was quite obsoletesince only very early Metro Link software used pts'.16.  FAS 2.10 users are getting SIGUSR1 sent to the transmitter.I suspect this is a bug in FAS evoked by the kill(getty,SIGUSR1)performed by ecuungetty, but I am have no real clue.  This needsresolving, but I have little time right now.  This patch addssignal(SIGUSR1,SIG_IGN) to eliminate the problem.17. Console xon/xoff support has been added.  EMACS userslament the loss of ^S/^Q.  (I personally consider it evolutionin action :->).  A new inetractive and a new procedurecommand have been added  Also, the status is reported bythe interactive stat command.   conxon on  - honor xon/xoff locally   conxon off - pass ^S/^U to remoteIf you turn conxon off, there will be no local software flow controlso you probably need hardware flow control for proper operation.Refer to the rtscts command descriptions for more information(I pray you are using a tty driver that supports the kindof hardware flow control your modem requires).18.  The procedure file transfer commands did not getrearranged to look for the file transfer programs in theecu library directory.19. Chains of else statements may fail to operate properlyin certain arrangements.  The known failure was fixed.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -