Fixes revision 145479
151973Smsmith 76. V6.14.00 - 20050325
251973Smsmith 75. Additional messages for the ja (Japanese) locale (NAKAMURA Takeshi)
351973Smsmith 74. V6.13.10 - 20050321
451973Smsmith 73. Implement --help (Tom Warzeka)
551973Smsmith 72. Clamp solaris autologout time
651973Smsmith 71. Add support for "limit heapsize" (Martin Kraemer)
751973Smsmith 70. Improved autoconf for utmp/utmpx (Miloslav Trmac)
851973Smsmith 69. V6.13.09 - 20050303
951973Smsmith 68. Autoconf additions (Miloslav Trmac and Jean-Luc Leger)
1051973Smsmith 67. Fix erroneous sign extension when printing huge numbers (Martin Kraemer)
1151973Smsmith 66. Handle delay in termcap entries (Martin Kraemer)
1251973Smsmith 65. EBCDIC and BS2000 fixes (Martin Kraemer)
1351973Smsmith 64. Avoid the SCCS percent-S-percent sequence differently (Kimmo Suominen)
1451973Smsmith 63. Mark position update fixes (Martin Kraemer)
1551973Smsmith 62. Define BSDLIMIT and BSDTIMES for Cygwin (Corinna Vinschen)
1651973Smsmith 61. Fix NLSFrom prototype (Martin Kraemer)
1751973Smsmith 60. V6.13.08 - 20050303
1851973Smsmith 59. Add test for socklen_t in autoconf
1951973Smsmith 58. Fix problems with NLSFrom prototype
2051973Smsmith 57. Deal with AIX's utmpx lossage
2151973Smsmith 56. V6.13.07 - 20050118
2251973Smsmith 55. constifications, XXX: duplicate prototype on setpgrp().
2351973Smsmith 54. iconv fixes (Miloslav Trmac)
2451973Smsmith 53. literal code cleanups (Miloslav Trmac)
2551973Smsmith 52. move intptr_t definition to sh.h and include both stdint.h and inttypes.h
2651973Smsmith 51. Fix dup2() issues, and introduce FSAFE as the highest file descriptor
2751973Smsmith     to be left untouched. This is to avoid closing hesiod/nis etc file
2851973Smsmith     descriptors behind their backs. I need to really fix file descriptor
2952544Smsmith     handling one day.
30138090Sscottl 50. forward<->reverse char conversion verification (Miloslav Trmac)
3152544Smsmith 49. japanese locale additions (Yoshiyuki Sakakibara)
3251973Smsmith 48. wide character/utf 8 cleanups (Michael Schroeder)
3351973Smsmith 47. V6.13.06 - 20050105
3451973Smsmith 46. autoconf cleanup (Miloslav Trmac)
3558188Smsmith 45. Fix literal refresh code (Michael Schroeder)
3651973Smsmith 44. Fix history printing bug with WIDE_STRINGS
3751973Smsmith 43. V6.13.05 - 20041121
3851973Smsmith 42. deal with not having intptr_t
3958188Smsmith 41. get rid of bool.
4058188Smsmith 40. Protect HAVE_ICONV with NLS_CATALOGS
4158188Smsmith 39. Deal with wchar_t being unsigned.
4258188Smsmith 38. If we HAVEUTMPX redefine some utmp functions in terms of utmpx ones.
4351973Smsmith 37. V6.13.04 - 20041120
4451973Smsmith 36. Fix display problems with two-column characters when using WIDE_STRINGS.
4551973Smsmith     (Miloslav Trmac)
4651973Smsmith 35. Change charset declarations for some of the translations.
4751973Smsmith     (Miloslav Trmac)
4851973Smsmith 34. Set O_LARGEFILE properly (Miloslav Trmac)
4951973Smsmith 33. Use libc functions to access utmp data (Miloslav Trmac)
5058188Smsmith 32. t_pmatch() was not really case-insensitive when cs == 8
5158188Smsmith     (Miloslav Trmac)
5259136Smsmith 31. Fix escaping of "control" bytes 0x80..0x9F when they are actually
5351973Smsmith     parts of UTF-8 character representation.  (Miloslav Trmac)
5458188Smsmith 30. V6.13.03 - 20041120
5558188Smsmith 29. More close_on_exec fixes (Miloslav Trmac)
5658188Smsmith 28. SUSE dspmbyte fixes (via Harald)
5758188Smsmith 27. Newline handling in command substitution controlled by csubstnonl
5858188Smsmith     (Miloslav Trmac)
5951973Smsmith 26. Fix UNC prompt expansion (WIN32) (Yasuhiro Matsumoto)
6051973Smsmith 25. Fix incorrect xprintf() usage (Miloslav Trmac)
6151973Smsmith 24. Additional architectures support for $HOSTTYPE and $MACHTYPE
6251973Smsmith     (Miloslav Trmac)
6351973Smsmith 23. Use nl_langinfo(CODESET) to determine $dspmbyte (Miloslav Trmac)
6451973Smsmith 22. Complete arguments that contant a # (Steven Grady)
6554419Smsmith 21. Set close-on-exec in subshells
6651973Smsmith 20. Compilation fixes (Miloslav Trmac)
6751973Smsmith 19. V6.13.02 - 20040804
6851973Smsmith 18. de-register, de-extern, de-shadow, and const poison.
6952225Smsmith 17. WIDE_STRINGS support (Miloslav Trmac)
7052225Smsmith 16. warning cleanups (Miloslav Trmac)
7152225Smsmith 15. nlsclose() arg passing, exp2 is now a gcc builtin (Mark Peek)
7252225Smsmith 14. iconv malloc portability fix.
7352225Smsmith 13. make automatic dspmbyte determination case insensitive
7452225Smsmith 12. V6.13.01 - 20040724
7552225Smsmith 11. bug fix in automatic dspmbyte setting (Miloslav Trmac)
7652225Smsmith 10. iconv patches (Miloslav Trmac)
7758188Smsmith  9. cygwin signal fixes; only init 32 signals, don't set bit flag on error;
7858188Smsmith     breaks SIGHUP. (Corinna Vinschen)
7958188Smsmith  8. Make sure terminal size change takes effect immediately.
8052225Smsmith  7. Obey $printexitvalue for builtins.
8152225Smsmith  6. FreeBSD PR/66420: Allow history parsing to be special so that it
8252225Smsmith     can handle inline # characters (Oliver Eikemeier)
8352225Smsmith  5. new termname builtin from (Andrew Stevenson)
8452225Smsmith  4. if ($var =~ *[^0-9]*) echo not numeric, fix (Andrew Stevenson)
8552225Smsmith  3. completion fix to avoid dup hosts from ssh_known_hosts
8652225Smsmith     (Eric D. Hendrickson)
8752225Smsmith  2. vc++ 7.1 compilation fix (Steve Schockley)
8852225Smsmith  1. UTF-8 handling for both single and double width characters, but
8958188Smsmith     no combining character support. (Michael Schroeder)
9058188Smsmith
9158188Smsmith 36. V6.13.00 - 20040519
9258188Smsmith 35. V6.12.03 - 20040322
9352225Smsmith 34. turn on kanji and dspmbyte by default; add check for utf8 locales,
9452225Smsmith     and turn parsing of that automatically based on $LANG.
9558188Smsmith 33. Fix compilation issue under Windows/NT and charset incorrect patch
9658188Smsmith     (Yoshiyuki Sakakibara)
9752225Smsmith 32. completion additions (Tom Warzeka)
9852225Smsmith 31. compilation fix (Martin Kraemer)
9952225Smsmith 30. V6.12.02 - 20040221
10052225Smsmith 29. Glob completion listing addition (Tom Warzeka)
10158188Smsmith 28. BS2000 bs2cmd builtin. (Martin Kraemer)
10258188Smsmith 27. Fix interrupt resetting code when /etc startup scripts have syntax errors
10352225Smsmith     (Mark A. Grondona)
10452225Smsmith 26. Clarification of kill-ring commands (Per Hedeland)
10552225Smsmith 25. Debian completion additions (Martin Godisch)
10652225Smsmith 24. Japanese character set fixes (Juehiro-san) from debian
10758188Smsmith 23. NLS charset fixes; disabled since they only work with gnu gencat
10858188Smsmith     (Martin Godisch)
10952225Smsmith 22. Fix HPUX >= 11 resource (Jack Cummings)
11052225Smsmith 21. Handle breaksw that jumps out of loops.
11152225Smsmith 20. Revert #16. It causes worse problems.
11252225Smsmith 19. Avoid using execl() because the last NULL does not always promoted to
11358188Smsmith     a pointer because the function is variadic (Harti Brandt)
11458188Smsmith 18. revert ignoreeof to the 6.11.00 behavior and document it (Martin Godisch)
11558188Smsmith 17. do a case insensitive comparison for the multibyte vars (Martin Godisch)
11652225Smsmith 16. don't sigsuspend() for an already exited job
11752225Smsmith 15. glob all arguments in source (Martin Godisch)
11852225Smsmith 14. various debian fixes (Martin Godisch)
11952225Smsmith 13. setenv syntax check revert (Satoshi I. Nozawa)
12052225Smsmith 12. EAGAIN typo (dan harkless)
12152225Smsmith 11. filec compilation issue on hpux (beebe)
12252225Smsmith 10. win32 compilation fixes for O_LARGEFILE (amol)
12352225Smsmith  9. Don't go into an infinite loop when tcgetpgrp() returns an error.
12452225Smsmith  8. Cygwin fixes (Corinna Vinschen)
12552225Smsmith  7. NLS catclose() bug avoidance (KAJIMOTO Masato)
12658188Smsmith  6. V6.12.01 - 20030208
12758188Smsmith  5. Misc NT cleanup. No more GPL code (amol)
12858188Smsmith  4. use strtol() to detect errors in builtin kill (Peter Jeremy)
12958188Smsmith  3. Recognize linux systems on mips* (Maciej W. Rozycki)
13052225Smsmith  2. Enable complete=igncase on unix (Stephen Krauth)
13152225Smsmith  1. Eliminate maxitems (Todd Miller)
13258188Smsmith
13352225Smsmith 58. V6.12.00 - 20020732
13452225Smsmith 57. misc cleanups.
13552225Smsmith 56. V6.11.05 - 20020712
13652225Smsmith 55. We should have socklen_t in the INET6 case, but we leave int otherwise.
13752225Smsmith 54. Fixed for Darwin/Rhapsody (Mark Peek)
13852225Smsmith 53. provide new config.sub and config.guess from ftp://ftp.gnu.org/gnu/config/
13952225Smsmith     (Nelson Beebe)
14052225Smsmith 52. V6.11.04 - 20020709
14152225Smsmith 51. Dissallow setting of environment variables that do not contain
14252225Smsmith     alphanumeric names (Ton Voon)
14352225Smsmith 50. Don't expand path components that don't resolve to path names (Jonathan
14452225Smsmith     Chen)
14552225Smsmith 49. Make $ignoreeof agree with the man page (Matias Moreno Meringer)
14652225Smsmith 48. Fix argument passing in tc.prompt.c expdollar (Nelson Beebe)
14758188Smsmith 47. Completion fixes from FreeBSD (Mark Peek)
14858188Smsmith 46. FreeBSD's sbsize limit (Mark Peek)
14952225Smsmith 45. Fix repeat 3 repeat 2 echo foo
15054419Smsmith 44. Fix I/O redirection in scripts (Ian D Allen)
15154419Smsmith 43. Fix ` \\\n ` evaluation (Jean-Luc Leger)
15254419Smsmith 42. add --version (Nelson Beebe)
15358188Smsmith 41. portability fixes for sed (Nelson Beebe)
15454419Smsmith 40. undef sv_handler for AIX's benefit. (Nelson Beebe)
15554419Smsmith 39. Add a test for ss_family that disables IPV6 (linux/ppc, osf/1 have
15654419Smsmith     problems) (Nelson Beebe)
15754419Smsmith 38. Disable ipv6 for Apple (Nelson Beebe)
15854419Smsmith 37. Fix darwin configure entry (Nelson Beebe)
15958188Smsmith 36. V6.11.03 - 20020701
16058188Smsmith 35. Add Ian D. Allen's bug list.
16158188Smsmith 34. If we are invoked as csh, default to bsd echo (Matej Vela)
16254419Smsmith 33. Don't close file descriptors too early because setuid scripts fail.
16354419Smsmith     (Jill Pryse-Davies)
16454419Smsmith 32. Completion updates (Tom Warzeka)
16554419Smsmith 31. Fix compilation issue on SunOS4 with _POSIX_VDISABLE (Tom Warzeka)
16654419Smsmith 30. ukrainian update (Olexander Kunytsa)
16754419Smsmith 29. DSPMBYTE=utf8 patch (Jean-Luc Leger)
16854419Smsmith 28. fix ipv4 only compilation, remove extra sigsetmask() call (Takayuki Nakao)
16954419Smsmith 27. window change can cause free to be re-entered causing abort (Mark Peek)
17054419Smsmith 26. vp->vec vetting, suggested by Ian Dall.
17158188Smsmith 25. V6.11.02 - 20020516
17258188Smsmith 24. Fix prompt bugs in $var and %c0n (TAKAI Kousuke)
17358188Smsmith 23. Add Cray SV2 config (Rafal Maszkowski)
17458188Smsmith 22. Add pdf manual page (Warren Ferguson)
17554419Smsmith 21. Fix REMOTEHOST lossage in with AF_LOCAL sockets (Tom Mander)
17654419Smsmith 20. Fix win32 break because of TIOCSTI (Amol)
17758188Smsmith 19. Fix TIOCSTI for hpux 11  (Igor Schein)
17854419Smsmith 18. Avoid collapsing paths that refer to non-existent components
17954419Smsmith     (Martin Kraemer)
18054419Smsmith 17. Make -shell invocations always treated as a login shell.
18158188Smsmith 16. V6.11.01 - 20020308
18254419Smsmith 15. Fixes to polish nls locale (Pawe� Niewiadomski)
18354419Smsmith 14. russian locale fixes (Alexey Dokuchaev)
18454419Smsmith 13. document door support (Shaen)
18554419Smsmith 12. tcsh euc handling extensions (Alexey Zelkin)
18654419Smsmith 11. Make sure that jobcmd does not clobber the current job (Rob McMahon)
18754419Smsmith 10. Make sure that the output of verbose and echo do not end up in the
18854419Smsmith     command output (Victor I. Pasko)
18954419Smsmith  9. Add %j in prompt [needs more work; is not right the first time
19054419Smsmith     after proclist changes] (Hr. Peter Kruse)
19154419Smsmith  8. `` commands with embedded newlines would ignore commands following
19258188Smsmith     the new line (Victor I. Pasko)
19354419Smsmith  7. Re-initialize nls if NLSPATH is changed (Naoki Wakamatsu)
19458188Smsmith  6. Fix 64 bit compilation with linux and resource limits.
19558188Smsmith  5. Avoid double globbing when ls-F needs to fork (Joe Townsend)
19654419Smsmith  4. put back csh filec compatible support.
19751973Smsmith  3. add support for quads in xprintf in the presence of gcc.
19851973Smsmith  2. unlimit should set rlim.rlim_max to rlim.rlim_cur if max < cur.
19951973Smsmith  1. Make ~user work again when the home directory is '/'.
20051973Smsmith
20151973Smsmith 40. V6.11.00 - 20010902
20251973Smsmith 39. Completion fixes (Tom Warzeka)
203103870Salfred 38. make c_insert not static so that it can be used from win32 (amol)
20451973Smsmith 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
20551973Smsmith 36. V6.10.02 - 20010806
20651973Smsmith 35. polish nls locale (Pawe� Niewiadomski))
20751973Smsmith 34. Fix a tcsetattr race running background jobs as the last line on an xterm
20858188Smsmith     window (Andrew Brown)
20958188Smsmith 33. jobcmd alias (Greg Parker)
21058188Smsmith 32. hpux11 support (Joshua Weage)
21158188Smsmith 31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
21258188Smsmith 30. Add kill -s (Mark Peek)
21358188Smsmith 29. Don't recognize all mips as dec (Bjorn Knutsson)
21458188Smsmith 28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
21558188Smsmith 27. Port to concurrent's powermaxos (Matt Majka)
21658188Smsmith 26. New builtin srcfile (Amol)
21758188Smsmith 25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
21858188Smsmith 24. %0Xc was broken in the prompt if the user's home directory was '/'.
21958188Smsmith     (reported by Edward Glowacki)
22058188Smsmith 23. V6.10.01 - 20010426
22158188Smsmith 22. LARGEFILE support on Linux.
22258188Smsmith 21. Add big5 multibyte support (Yen-Ming Lee)
22358188Smsmith 20. Check the return value of setpriority (Dima Dorfman)
22458188Smsmith 19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
22558188Smsmith 18. Russian translation (Ilmar S. Habibulin)
22658188Smsmith 17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
22758188Smsmith 16. Add door support in colorls (Shaen)
22858188Smsmith 15. Add BSD_STYLE_COLORLS for FreeBSD (Anand)
22958188Smsmith 14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway)
23058188Smsmith 13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
23158188Smsmith 12. Fix broken comment, and new versions of config.guess and config.sub
23258188Smsmith     (H.Merijn Brand)
233103870Salfred 11. fix redrawing in the recognize case (Andrew Brown)
234103870Salfred 10. don't call qsort with 0 items. (Luke Mewburn)
23558188Smsmith  9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
23651973Smsmith  8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
23751973Smsmith  7. hpux fixes (Chienting Lin)
23851973Smsmith  6. Implement kill ring (Per Hedeland)
23951973Smsmith  5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
24051973Smsmith  4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki)
24151973Smsmith  3. back out symlink=expand path check.
24251973Smsmith  2. Add Estonian translation (Toomas Soome)
24351973Smsmith  1. Accept empty $savedirs to mean infinity.
24451973Smsmith
24551973Smsmith 57. V6.10.00 - 20001119
24651973Smsmith 56. Completion fixes (Tom Warzeka)
24751973Smsmith 55. add missing linux kanji define (Tsuyoshi Kawabe)
24851973Smsmith 54. More WINNT_NATIVE fixes (amol)
24951973Smsmith 53. Fix compile error on winnt (Yoshiyuki Sakakibara)
25051973Smsmith 52. nonstopux configure and makefile fixes (Tom Bates)
25151973Smsmith 51. V6.09.04 - 20001111
25251973Smsmith 50. Order of initialization for multibyte display was wrong 
25351973Smsmith     (HyunChul Kim)
25451973Smsmith 49. Follow the guideline for linux for japanese locale:
25551973Smsmith     http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
25651973Smsmith     (Tomohiro KUBOTA)
25751973Smsmith 48. Ukrainian nls map (Olexander Kunytsa)
25851973Smsmith 47. exit immeditiately if we get an error while we are setting up
25951973Smsmith     (Michael Shalayeff)
26051973Smsmith 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
26151973Smsmith 45. change winnt to winnt_native (Randolph Fritz)
26251973Smsmith 44. Support home/end in the editor (Andrey A. Chernov)
26351973Smsmith 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
264103870Salfred 42. Alpha ev6 addition (Karen R. McArthur)
265103870Salfred 41. DSPMBYTE patch from (Issei Suzuki)
26651973Smsmith 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
26751973Smsmith 39. Fix resource limit rounding *again* (Johannes Gross)
26851973Smsmith 38. Fix $ expansion in prompt (Takashi Sumiyoshi)
26951973Smsmith 37. V6.09.03 - 20000715
27051973Smsmith 36. cygwin port fixes (Arihiro Yoshida)
27151973Smsmith 35. Add a new "catalog" variable that specifies which NLS catalog
27251973Smsmith     to be used (Issei Suzuki)
27351973Smsmith 34. cleanup and addition of page up/down (amol)
27451973Smsmith 33. fix vfork compile problem.
27551973Smsmith 32. use inet_addr instead of inet_aton for portability.
27651973Smsmith 31. V6.09.02 - 20000704
27751973Smsmith 30. lots more completions (George Cox)
27851973Smsmith 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
27951973Smsmith     avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
28051973Smsmith 28. _MINIX_VMD port (Martijn van Buul)
28151973Smsmith 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
28251973Smsmith 26. aix-4 does not need gethostname (Darren Reed)
28351973Smsmith 25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
28451973Smsmith 24. Fix prompt formatting (Andrey A. Chernov)
28551973Smsmith 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
28651973Smsmith 22. Handle long and expanded history lines better (Boleslaw Ciesielski)
28751973Smsmith 21. With symlinks=expand expand valid paths only (Martin Kraemer)
28851973Smsmith 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
28954979Smsmith 19. NT-specific executable detection moved to NT code (amol)
29051973Smsmith 18. New "complete module" (Dan Nicolaescu)
29151973Smsmith 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)
29251973Smsmith 16. Don't display "unset watch" message when not appropriate (kim)
29351973Smsmith 15. V6.09.01 - 20000114
29451973Smsmith 14. Circumvent IRIX4D ESTALE bug by exiting.
29551973Smsmith 13. IRIS4D de-linting.
29651973Smsmith 12. Finnish nls catalogs (Jukka A. Ukkonen)
29751973Smsmith 11. Even more multibyte fixes (Taga Nayuta)
29851973Smsmith 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
29951973Smsmith  9. Manual page typos (R. Bernstein)
30051973Smsmith  8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
30151973Smsmith  7. Color-ls fixes (Luis Francisco Gonzalez)
30251973Smsmith  6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
30351973Smsmith     the value returned from times(2) which is the ticks since system
30451973Smsmith     startup (Frank van der Linden)
30551973Smsmith  5. Time percentage wrap fix (Simon Burge)
30651973Smsmith  4. EUCKR support (HyunChul Kim)
30751973Smsmith  3. Grammar and typo fixes for tcsh.man (Steve Kelem)
30851973Smsmith  2. More multibyte fixes (Rodney Ruddock)
30951973Smsmith  1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
31054979Smsmith
31151973Smsmith 65. V6.09.00 - 19990816
31251973Smsmith 64. Add csh emacs mode (Dan Harkless)
31351973Smsmith 63. Make sure the the glob buffer matches the word buffer size (Brian Biswas)
31451973Smsmith 62. Fix periodic to work without tperiod set (Kenny McCormack)
315103870Salfred 61. V6.08.07 - 19990813
31651973Smsmith 60. Fix e_dabbrev_expand (Bjorn Knutsson)
31751973Smsmith 59. Make \builtin work again (by calling the command not the builtin)
31851973Smsmith 58. Add NLS_BUGS for OS's that keep file descriptors open for NLS (Ian Dowse)
31951973Smsmith 57. Make NONLSREBIND work after tcsh starts up.
32051973Smsmith 56. Fix AIX stupid exit bug. (Dan Harkless)
32151973Smsmith 55. More irix fixes (Kaveh)
32251973Smsmith 54. V6.08.06 - 19990701
323103870Salfred 53. module command completion (Dan Nicolaescu)
32451973Smsmith 52. Man command completion enhancement (Tom)
32551973Smsmith 51. Fixes for irix configuration (Kaveh)
32651973Smsmith 50. Support \a and \e in echo command. From (Keith Thompson)
32751973Smsmith 49. Alpha configure nit from Kaveh
32851973Smsmith 48. V6.08.05 - 19990511
32951973Smsmith 47. In some system, when a builtin fails immediately after we start
33051973Smsmith     tcsh and before we print any messages, NLS messages fail (some
33151973Smsmith     descriptor might be closed) [FreeBSD, HP/UX?]. So we force reading
33251973Smsmith     the NLS catalogs in errinit() (Yoshiyuki Sakakibara)
33351973Smsmith 46. typos in ja/set1 and ja/set29 (Yoshiyuki Sakakibara)
33451973Smsmith 45. "dspmbyte autoset trap" support to HP-UX 10.20. (Yoshiyuki Sakakibara)
33551973Smsmith 44. misnumbered NLS message in tw.help.c (Yoshiyuki Sakakibara)
33651973Smsmith 43. colorcat variable for NLS color messages (Yoshiyuki Sakakibara)
33751973Smsmith 42. autoconf fixes from Kaveh (and if it broke, me)
33851973Smsmith 41. SGI irix fixes from Glenn Coombs.
33951973Smsmith 40. Don't spin writing the history file when quota is exceeded (Rob McMahon)
34051973Smsmith 39. V6.08.04 - 19990419
34151973Smsmith 38. complete additions (John Gotts)
34251973Smsmith 37. Port to amiga with geek gadgets (Arto Huusko)
34351973Smsmith 36. Ignore case in setenv for windows (amol)
34451973Smsmith 35. Bug fixes for NT unc stuff (amol)
34551973Smsmith 34. Hash spell check (amol)
34651973Smsmith 33. V6.08.03 - 19990211
34751973Smsmith 32. Helpcommand documentation (Vladimir Alexiev)
348103870Salfred 31. small Y2K fix [%y in prompt would be formatted as 10 not 00 at year 2000],
34951973Smsmith     and new Itoa() code (Chris Torek)
35051973Smsmith 30. OpenBSD m68k patches (Paul DuBois)
35151973Smsmith 29. Avoid redefinition of getpeername on Solaris-2.7
35251973Smsmith 28. fix problems with savedups=erase, savehist=merge (Randy Gobbel)
35351973Smsmith 27. Don't set $shell to csh, if we were invoked as tcsh (Tomas Persson)
35451973Smsmith 26. added $_
35551973Smsmith 25. added postcmd
35651973Smsmith 24. V6.08.02 - 19981124
35751973Smsmith 23. document continue and continue_args
358103870Salfred 22. wrong test in slowexec made NT optimization a noop (Amol)
35951973Smsmith 21. Rhapsody fixes + separate CFLAGS/CPPFLAGS (Wilfredo Sanchez)
36058188Smsmith 20. literals in both prompt at rprompt did not work properly (Taga Nayuta)
36158188Smsmith 19. multibyte deletion fixes (Yoshiyuki.Sakakibara)
36258188Smsmith 18. clean up key binding stuff for NT by moving the nt dependent code to
36358188Smsmith     the NT source (amol)
36458188Smsmith 17. dspmbyte fixes for AIX, typos in man page and nls (Yoshiyuki Sakakibara)
36558188Smsmith 16. Convex fixes (Ron Echeverri)
36658188Smsmith 15. V6.08.01 - 19981025
36758188Smsmith 14. SX4 port; this adds many casts for machines where ptrdiff_t is 64 bits.
36858188Smsmith     (Andreas Schott)
36958188Smsmith 13. U/Win port; does not work properly with U/Win 1.6, wait for the next
37058188Smsmith     version (Chris Jones)
37158188Smsmith 12. Sgi does not need gethostname prototype (John Bogan)
37258188Smsmith 11. Logic in sh.dir.c was wrong for NT (Amol)
37358188Smsmith 10. HP_CXD_SPP stat64 fixes (Scott Garee)
37458188Smsmith  9. Documentation spelling fixes (Keith Thompson)
37558188Smsmith  8. Documentation fix for savedirs (Amol)
37658188Smsmith  7. Siemens OSD_POSIX fixes (Martin Kraemer)
37758188Smsmith  6. include <errno.h> for all the BSD's (Trevor Johnson)
37858188Smsmith  5. Multibyte display fixes for gnu ls (Taga Nayuta)
37958188Smsmith  4. Configure/Makefile hesiod and bindir fixes (Dan Winship)
38058188Smsmith  3. Use winnt not win32 in tc.os.h (Amol)
38158188Smsmith  2. Cygwin32 port (Raj Menon)
38258188Smsmith  1. Ported Fixes (Tom)
38358188Smsmith
38458188Smsmith 95. V6.08.00 - 19981002
38558188Smsmith 94. where builtin nt fix (Amol)
38658188Smsmith 93. V6.07.13 - 19980926
38758188Smsmith 96. NT multibyte fixes (Amol)
38858188Smsmith 95. NeXT needs getcwd.
38958188Smsmith 94. fix new bug introduced by strncpy'fication in sh.dir.c (Taga Nayuta)
39058188Smsmith 93. V6.07.12 - 19980918
39158188Smsmith 92. add cray in configure script (Tom)
39258188Smsmith 91. nls fixes
39358188Smsmith 90. Avoid buffer overflows in directory code (kim)
39458188Smsmith 89. Add multibyte character display support (Yoshiyuki Sakakibara)
39558188Smsmith 88. Make tcsh use getcwd instead of getwd and supply a getcwd.
39658188Smsmith 87. Fix remotehost again (kim)
39758188Smsmith 86. V6.07.11 - 19980913
39858188Smsmith 85. Leave remotehost ip addresses alone (don't try to resolve them) (Kim)
399103870Salfred 84. Read vs. force_read fixes (Amol)
40058188Smsmith 83. Make colorls if color is set before the first LS_COLORS setenv
40158188Smsmith     (Taga Nayuta)
40258188Smsmith 82. Use _PATH_DEFPATH on BSD4_4 systems. (Jim Bernard)
40358188Smsmith 81. Cursor bounds checks (Michael Schroeder)
40458188Smsmith 80. Syntax error nits (Michael Schroeder)
40558188Smsmith 79. configure fixes (Michael Schroeder)
406103870Salfred 78. V6.07.10 - 19980904
40758188Smsmith 77. Off by one error in NO_ERRORS...
40858188Smsmith 76. Japanese NLS messages (Yoshiyuki Sakakibara)
40958188Smsmith 75. Add ENXIO and EBADF in the test for write failures for Irix Zombies
41058188Smsmith     (Ralf W. Grosse-Kunstleve)
41158188Smsmith 74. Missed a test for NOSTRCOLL in glob.c (Michael Liepelt)
41258188Smsmith 73. Another ABSOLUTEP change (Amol)
41358188Smsmith 72. Italian NLS messages (Massimo Bertozzi)
41458188Smsmith 71. WIN32 fixes for ntslowexec and color_ls literal printing in prompt (Amol)
41558188Smsmith 70. a few missed WIN32 merges (Amol)
41658188Smsmith 69. defined YPBUGS for sgi (Kaveh)
41758188Smsmith 68. V6.07.09 - 19980707
41858188Smsmith 67. Separate the nt builtins (Amol)
41958188Smsmith 66. completion fixes (Tom)
42058188Smsmith 65. color ls fixes (Taga Nayuta)
42158188Smsmith 64. V6.07.08 - 19980629
42258188Smsmith 63. add config.h.in (Kaveh)
42358188Smsmith 62. win32 updates (Amol)
42458188Smsmith 61. warning and portability cleanups on the new changes (Kaveh)
42558188Smsmith 60. V6.07.07 - 19980628
42658188Smsmith 59. Fast execute by-pass for win32 (Amol Deshpande)
427103870Salfred 58. Clean up const usage a bit, and fix gcc 2.8.1 warnings.
42858188Smsmith 57. Use @bindir@ for DESTBIN in Makefile.in (Edgar Hoch)
42958188Smsmith 56. Avoid overflow in time builtin computation (Nobue Adachi)
43058188Smsmith 55. Color ls additions (Taga Nayuta)
43158188Smsmith 54. unsigned char vs. char warning fixes (Kaveh)
43258188Smsmith 53. Solaris 64 bit fixes (fix directory offset bug) (Thomas-Martin Kruel)
43358188Smsmith 52. More win32 patches (Amol)
43458188Smsmith 51. autoconf lossage from (Kaveh)
43558188Smsmith 50. V6.07.06 - 04/08/98
43658188Smsmith 49. Collation fix for globbing (Andrey A. Chernov)
43758188Smsmith 48. We might have NLS_CATALOGS and not LC_MESSAGES (Andrey A. Chernov)
43858188Smsmith 47. 4.4BSD header fixes (Andrey A. Chernov)
43958188Smsmith 46. Signed char prompt fixes (Andrey A. Chernov)
44058188Smsmith 45. Pattern match fix for directory searches (Mike Patnode)
44158188Smsmith 44. Pentium DGUX fixes (Miko Nahum)
44258188Smsmith 43. Spanish nls message catalogs (Luis Francisco Gonzalez)
44358188Smsmith 42. Fix trailing whitespace parsing in HASHBANG code (Martin Kraemer)
44458188Smsmith 41. Remove stray debuggin message from unmatched substitutions.
44558188Smsmith     (from Amol Deshpande)
44658188Smsmith 40. Fix reversed arguments in Usagae message. (from Amol Deshpande)
44758188Smsmith 39. Fix bug introduced at tcsh-7.06.03 [expdollar] that affected %.n prompt
44858188Smsmith     format.
44958188Smsmith 38. Fix typos introduced in last batch of changes.
45058188Smsmith 37. Fix interrupted script using onintr, exiting parent shell problem.
45158188Smsmith 36. Cleanup prototypes.
452103870Salfred 35. V6.07.05 - 10/28/97
45358188Smsmith 34. Integrate Amol Deshpande's WINNT fixes to the tcsh source. Note that
45458188Smsmith     this is not complete yet; we are missing the NT glue code and the message
45558188Smsmith     catalogs.
45658188Smsmith 33. Fix ^T at the first character in the line  (Chuck Silvers)
45758188Smsmith 32. Eliminate xsprintf and xvsprintf
45858188Smsmith 31. Qmail patch from (Matthew Zahorik)
45958188Smsmith 30. Added missing linux signals (Vadim Vygonets)
460103870Salfred 29. fixed problem where  complete complete  'p/*/t:*.txt/' would not honor
46158188Smsmith     the pattern.
46258188Smsmith 28. Port to an EBCDIC machine: BS2000 by Siemens Nixdorf that has an
46358188Smsmith     IBM/390 compatible processor (Martin.Kraemer)
46458188Smsmith 27. Detect when we have errors writing to stdout (Vadim Vygonets)
46558188Smsmith 26. Ignore quotes in the comparisons for builtins, so that \builtin works
46658188Smsmith     (Amol Deshpande).
46758188Smsmith 25. HPUX, portability fixes; make sure that we have the right config file
46858188Smsmith     (Jonathan Kamens)
46958188Smsmith 24. Don't do lookups for x displays and figure out ttys properly 
47058188Smsmith     (Leonard N. Zubkoff)
47158188Smsmith 23. make print_by_columns print in a single column when the output is not a tty
47258188Smsmith 22. use rlim_t for Solaris2 (Casper Dik)
47358188Smsmith 21. V6.07.04 - 05/04/97
47458188Smsmith 20. set -f -l patch (Michael Veksler)
47558188Smsmith 19. SGI patches (Tomasz J. Cholewo). Also fix completion code to take into
47658188Smsmith     account aliases that start with a period.
47758188Smsmith 18. SCO patches (Boyd Lynn Gerber)
47858188Smsmith 17. Fujitsu patches (Toshiaki Nomura)
47958188Smsmith 16. autoconf patches (Kaveh Ghazi)
48058188Smsmith 15. BSDI patches (Paul Vixie)
48158188Smsmith 14. %Q formatting character addition.
48258188Smsmith 13. Fix set=#123; echo $i:s/#// (Quoting problem)
48358188Smsmith 12. V6.07.03 - 02/23/97
48458188Smsmith 11. Understand %$variable in the prompt.
48558188Smsmith 10. Quote directory names properly in .cshdirs
486103870Salfred  9. USE_ACCESS and autoconfig patches from (Larry Schwimmer)
48758188Smsmith  8. Pyramid att config file (Andrew Lister)
48859136Smsmith  7. $rprompt code (Luke Mewburn)
48959136Smsmith  6. Kanji patches (Huw Rogers)
49059136Smsmith  5. Cray T3E port (Jorn Amundsen)
49159136Smsmith  4. Avoid html redirects in tcsh.man2html (from Kimmo)
49259136Smsmith  3. HP/UX 10.0 fix for filesize resource limit; don't scale by 512 anymore.
49359136Smsmith  2. Workaround for TIOCSTAT for NetBSD from lukem@netbsd.org
49459136Smsmith  1. Return exit status from 0..255 not -128...127, as POSIX mandates.
49559136Smsmith
496103870SalfredV6.07.02, 10/27/96
49759136Smsmith 58. More configure fixes from Kaveh.
49858188Smsmith 57. Fix histdup=erase again: Don't renumber events, or access uninitialized
49952544Smsmith     storage.
50052544Smsmith 56. 6.07.01 - 10/19/96
50152544Smsmith 55. Fix histdup=erase, where after some repetitions, we would get negative
50252544Smsmith     history events (kim@gw.com)
50352544Smsmith 54. NLS fixes and typo in sh.err.c (Martin.Kraemer@deejai.mch.sni.de)
50452544Smsmith 53. Output history in raw format in the history file (mveksler@VNET.IBM.COM)
50552544Smsmith 52. Fix possible core dump when !:<tab> in autoexpand mode (rbrown@ERA.COM)
50652544Smsmith 51. 6.07.00 - 10/11/96
50752544Smsmith 50. Avoid stdio.h inclusion problem in SCO (gethost.c).
50852544Smsmith 49. A bit of housekeeping in host.defs
50952544Smsmith 48. 6.06.04 - 10/05/96
51052544Smsmith 47. Fix tellmewhat() code to return true if found.
51152544Smsmith 46. Change register foo to register int foo to avoid compiler warnings.
51252544Smsmith 45. Fix problem with sticky non editing mode from Casper Dik.
51352544Smsmith 44. history lex fix from Martin Kraemer; history events that ended with 0
51452544Smsmith     were not properly parsed.
51552544Smsmith 43. SNI fixes from Martin Kraemer.
51652544Smsmith 42. SGI fixes from Ralf W. Grosse-Kunstleve.
51752544Smsmith 41. BSDI2.1 fixes from Paul Vixie.
51852544Smsmith 40. 6.06.03 - 09/24/96
51952544Smsmith 39. undef TIOCGLTC for HP/UX 10.0 from Michael Shroeder
52052544Smsmith 38. Sinix fixes
52152544Smsmith 37. 6.06.02 - 06/22/96
52252544Smsmith 36. Added implicitcd
52352544Smsmith 35. Added configure.in and Makefile.in from Kaveh.
52452544Smsmith 34. unset path, unsetenv PATH, ./foo did not work.
52552544Smsmith 33. Add VAR_NOGLOB, and use it to avoid globbing directory names when
52652544Smsmith     cd'ing into them.
52752544Smsmith 32. Fix bug introduced in the new tty parsing code.
52852544Smsmith 31. Avoid pushing string back to the parsing string in ${ errors.
52952544Smsmith 30. Patches for the manual page from Dave.
53052544Smsmith 29. 6.06.01 - 05/24/96
53152544Smsmith 28. Use sysconf to get NCARGS if available Robert Daniel Kennedy
53252544Smsmith     <kennedy@b0ru01.fnal.gov>
53352544Smsmith 27. Grab the program name and use that instead of tcsh in error messages.
53452544Smsmith 26. Fix histdup, so that it does not leave gaps in the event sequence.
53552544Smsmith 25. HP/UX v10.0 fixes: Don't use bsdtty.h and avoid clobbering memory
53652544Smsmith     since SIGRT??? is defined as -1.
53752544Smsmith 24. Avoid coredumps when $TERMCAP exceeds 1024 characters
53852544Smsmith     Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
53952544Smsmith 23. Fix memory clobbering when SHORT_STRINGS is not defined. 
54052544Smsmith     Todd J Derr <infidel+@pitt.edu>
54152544Smsmith 22. Only restart stopped editors. Robert Webb <robertw@wormald.com.au>
54252544Smsmith 21. Recognize pts sysv ptys when checking to set autologout Bob Myers
54352544Smsmith     <bob@intelenet.net> 
54452544Smsmith 20. Magic space incomplete modified core dump fix. Chris Metcalf
54552544Smsmith     <metcalf@catfish.lcs.mit.edu>, Bradley White <bww@fore.com>
54652544Smsmith 19. Linux nls fixes Rik Faith <faith@cs.unc.edu>
54752544Smsmith 18. SGI RS8000, Ported notes. Ralf W. Grosse-Kunstleve
54852544Smsmith     <rwgk@laplace.csb.yale.edu>
54952544Smsmith 17. Greek nls messages. Aggelos P. Varvitsiotis <avarvit@cc.ece.ntua.gr>
55052544Smsmith 16. Imakefile linux and libcrypt fixes. Jonathan Kamens  <jik@cam.ov.com>
55152544Smsmith 15. FreeBSD fixes Jukka Ukkonen <jau@jau.csc.fi>
55252544Smsmith 14. Expand the environment space for path Steve Kelem <steve.kelem@xilinx.com>
55352544Smsmith 13. Don't overwrite the environment randomly Steve Kelem
55452544Smsmith     <steve.kelem@xilinx.com>
55552544Smsmith 12. Don't turn the editor on when we have dumb or unknown terminals. This
55652544Smsmith     breaks emacs when compiled with terminfo Jonathan Kamens  <jik@cam.ov.com>
55752544Smsmith 11. Fix F- parsing in tc.bind.c <bob@intelnet.net> (Bob Meyers)
55852544Smsmith 10. Added -T option in history to force timestamp printing. -h alone does
55952544Smsmith     not print timestamps anymore for compatibility with csh.
56052544Smsmith  9. Typo in tc.bind.c [with -DOBSOLETE] (misplaced parenthesis)
56152544Smsmith  8. Recognize convex models properly.
56252544Smsmith  7. suppress the DING! option using the noding variable.
56352544Smsmith  6. negative nice values did not work.
56452544Smsmith  5. Harris CX/UX 7.x support.
56552544Smsmith  4. ERR_DMMODE was used on the crays but not defined. I changed the error
56652544Smsmith     messages in tc.os.c to use ERR_STRING instead, and fixed a missing error
56752544Smsmith     message in the catalogs. Someone will need to retranslate #30 and #31
56852544Smsmith     in set23.
56952544Smsmith  3. Bug setting listflags... Workaround: set listflags=(A /bin/ls)
57052544Smsmith  2. Typo in Imakefile (# comment instead of c comment)
57152544Smsmith  1. Typo in ma.setp.c (missing parenthesis)
57252544Smsmith
57352544Smsmith
57452544SmsmithV6.06.00, 05/13/95
57552544Smsmith 88. Cleanup off-by-one error ed.defns.c.
57652544Smsmith 87. 6.05.09 - 05/06/95
57752544Smsmith 86. Small memory leak in dosetenv()
57852544Smsmith 85. Make sure that the number of editing functions defined is correct
57952544Smsmith     and abort otherwise.
58052544Smsmith 84. Completion Fixes from Tom
58152544Smsmith 83. Don't add yp stuff in the tilde cache [names that start with + or -]
58252544Smsmith 82. Don't let children catclose() in xexit(), because the parent will lose
58352544Smsmith     access to the nls catalogs. From Michael.
58452544Smsmith 81. 6.05.08 - 04/29/95
58552544Smsmith 80. Update to the newest csh sh.file.c
58652544Smsmith 79. More completions from Tom.
58752544Smsmith 78. Fix the Imakefile to use XCOMM
58852544Smsmith 77. Update for AIX 3.2.
58952544Smsmith 76. French catalog from J.M.Vansteene@frcl.bull.fr (fwd Michael Schmidt)
59052544Smsmith 75. Nls fixes and small typos from Michael
59152544Smsmith 74. PDP11 BSD type fixes.
59252544Smsmith 73. More manual page fixes.
59352544Smsmith 72. 6.05.07 - 04/19/95
59452544Smsmith 71. More NLS catalog fixes.
59552544Smsmith 70. Bruce's jumbo patch.
59652544Smsmith 69. 6.05.06 - 03/15/95
59752544Smsmith 68. make clean does not clobber config.h if Makefile.std is used.
59852544Smsmith     make veryclean does.
59952544Smsmith 67. New config define NISPLUS. Reportedly fixes vanishing output of ~expansion
60052544Smsmith     on solaris 2.4.
60152544Smsmith 66. showdots has been removed; use listflags instead. [handles -x too]
60252544Smsmith 65. more nls catalog fixes.
60352544Smsmith 64. set histchars=,. did not have any effect in .cshrc
60452544Smsmith 63. fix "-c command" new core dump.
60552544Smsmith 62. more completions from Tom
60652544Smsmith 61. call catclose() before exiting, so that svr4 cleans up the symlinks before
60752544Smsmith     exiting.
60852544Smsmith 60. Per's fix for insert-last-word
60952544Smsmith 59. Per's emacs abbreviation mode.
61052544Smsmith 58. Makefile fixes for catalog stuff.
61152544Smsmith 57. fixed again complete-word-raw and list-word-raw
61252544Smsmith 56. 6.05.05 - 03/11/95
61352544Smsmith 55. Made %?str work again
61452544Smsmith 54. IRIX sigalarm problem should be fixed
61552544Smsmith 53. complete-word-raw and list-word-raw should work
61652544Smsmith 52. nls catalogs complete reworking.
61752544Smsmith 51. sh.init.c: Signal complete rewrite.
61852544Smsmith 50. Signal fixes from Bruce.
61952544Smsmith 49. Added promptchars, like histchars; affect %# in the prompt. The first
62058188Smsmith     char is for the user and the second is for root.
62158188Smsmith 48. 6.05.04 - 03/03/95
622 47. Add NODOT config, $command [that holds the command passed with -c]
623     $GROUP and $group
624 46. AFS fixes from Larry Schwimmer <rosebud@cyclone.Stanford.EDU>
625 45. Real NLS catalogs from Michael Schmidt <michael@muc.de>
626 44. patch to allow ^? binding.
627 43. completion patch from Paul DuBois.
628 42. Don't spell check in here docs.
629 41. Incorrect normalization of usec in sh.time.c
630 40. directory printing and option parsing fixes [from Paul DuBois]
631 39. realloc_searchlen should be static to avoid conflicts with OS's that
632     use the same malloc package.
633 38. LOGINFIRST now applies to /etc/csh.login
634 37. Fixes in bind compatibility code to bindkey.
635 36. 6.05.03 - 01/17/95
636 35. Don't print the whole watchlist on startup. One can use explicitly
637     the log builtin for that.
638 34. Don't display the $watch value in the log command. 
639 33. Don't delete the unmatched portion if we try to complete a spelling error.
640 32. Solaris 2.4 workaround for isprint('\t') lossage (From Casper)
641 31. Fixed csh bug: [Reported by Jaap]
642	set test="one\
643	two\
644	three"
645	echo "$test:q"
646 30. Fixed the lossage in setting the looking mode in tw.parse.c before
647     calling t_search; $x/$y will not append the right suffix.
648 29. Another attempt at the gethost timeout code.
649 28. Cray dmmode and filetests -m -k [need documentation!]
650 27. More manual patches.
651 26. Don't glob the path; security problem and core-dump. [from beto]
652 25. Avoid waiting for jobs that failed to restart, thus hanging the shell.
653     eg, run job in background, attach to debugger; kill it inside the
654     debugger. Get out of the debugger and you are stuck if you fg that job.
655 24. 6.05.02 - 09/04/94
656 23. remhost code could pass the wrong length to getpeername()
657 22. too eager sed'ing broke convex getwarpbyvalue() to getwarpbyvarval()
658 21. Fixed new bindings bug.
659 20. Fixed bug in newgrp code; execv was called incorrectly.
660 19. Take into account programmable completion hints when spell checking.
661 18. Unconditionally change stty modes in Rawmode()
662 17. Change date in $version to be ISO 8601 per Keith's suggestion
663 16. Fixed portability problems in the new counted-strings codes (From Kaveh)
664 15. Fixed binding problem with the new counted-strings code [all key bindings
665     ended up in the extended map]
666 14. 6.05.01 - 07/08/94
667 13. Changed key bindings to use counted strings instead of Null terminated
668     strings, so that binding ^@ works.
669 12. Fix parsing bug, where words that contained keywords caused incorrect
670     word breaks:
671	switch (iftagd)
672	case iftagd:
673	    echo It works
674	    breaksw
675	default:
676	    echo It is broken.
677	endsw
678 11. Fix sh.c for systems with no job control. [the new hup builtin sends
679     SIGCONT].
680 10. Don't add the suffix character when all completions fail, from michael
681  9. Added histdup=erase, that deletes the oldest duplicate instead of
682     the newest.
683  8. Don't call .logout recursively if we receive more than one hup,
684     and don't process hangups when we execute the .logout.
685  7. $logout was set to a static string.
686  6. Non printable binding listing was broken.
687  5. Recursive sourced scripts would get mangled up because of input buffer
688     confusion (thanks michael)
689  4. M-space should not be counted as a space. Leads to infinite loop in
690     word splitting.
691  3. Pyramid fixes.
692  2. Fixed '\' in sysv echo (from Mika)
693  1. Missed fix_yp_bugs() when setting REMOTEHOST (From Casper)
694
695
696V6.05.00, 06/19/94
697113. 6.04.17 06/18/94
698112. Realloc debug fix from John.
699111. Completion fixes from Bruce.
700110. Added -b option to bind.
701109. Added tcsh.man2html from Dave. Looks great!
702108. 6.04.16 06/06/94
703107. Allow multi word glob in "`foo`" expressions.
704     > if ("`ls`" == "a b c") then
705106. Michaels lex() buffer patch version 2.
706     the previous version core-dumped with
707     > sleep | echo
708105. Fix seg fault in find_cmd, when path is unset.
709104. 6.04.15 05/28/94
710103. the previous =~ fix, was a bit broken.
711102. 6.04.14 05/25/94
712101. expression parser fix for !~ and =~.
713     if (foo =~ *) echo ok
714     the * was taken for a multiply and parsed as 0 * 0 returning 0.
715     and asked to match "foo" with "0"
716100. Michael's lex() buffer patch.
717 99. Bruce's Jumbo cleanup
718 98. fixed Imakefile for X11R6
719 97. fixed argument parsing in source command.
720 96. added $sched to format scheduled events.
721 95. 6.04.13 05/07/94
722 94. added expand-command
723 93. Alpha OSF-2.0 fixes
724 92. 6.04.12 04/28/94
725 91. Ignoreeof patch from Bruce.
726 90. Dan's completion fix.
727 89. 6.04.11 04/12/94
728 88. Don't source .logout when killed with -HUP unless we are a login shell.
729     [ actually $loginsh controls the behavior now ]
730 87. ISC-4.0 posix exec() bug workaround
731     (from Jonathan Broome <jon@wilbur.uucp>)
732 86. Dan's patch for complete=enhance
733 85. Kaveh's patches for memset, host.defs, _{U,G}ID_T
734 84. 6.04.10 03/29/94
735 83. Pathname completion bug fixes...
736 82. Completion pathname(p) changes: Completion 'C' -> 'X'.
737     Replaced 'p' with 'F' and added D,T,C.
738 81. Next NLS fixes
739     (From Paul Nevai <nevai@ops.mps.ohio-state.edu>)
740 80. make spelling correction obey the current histchars setting.
741 79. Fix rounding in limits so that 0 is a true 0. 
742     (From Ken Lalonde <ken@cs.berkeley.edu>)
743 78. 6.04.09 03/12/94
744 77. Alarm race with remotehost.
745 76. If you have in your .cshrc 
746	set savehist=(100 merge)
747	and execute
748	#!./tcsh
749	exec ps
750     you get no output; [fixed]
751 75. setenv SHLVL -1; tcsh = Segmentation fault [fixed]
752 74. 6.04.08 02/10/94
753 73. new machtype, ostype, vendor
754 72. execute .logout on hangup.
755 71. more man page fixes.
756 70. 6.04.07 02/04/94
757 69. Dynamic hash changes, globbing for which command from Michael.
758 68. INBUFSIZE fixes for history.
759 67. printenv returns 1 when a variable is not found, like the non builtin one
760 66. Add quotes to the mismatch array so that:
761     > touch foo
762     > mail "oo bar"
763     does not get corrected. The right fix would be to do correct parsing
764     and quote the space...
765 65. NULL terminate mismatch[] array in ed.inputl.c, since it is used in
766     Strchr().
767 64. renamed stat to filetest
768 63. Afs and Hesiod patches.
769 62. More manual page patches.
770 61. 6.04.06 12/19/93
771 60. Alarm for resolver timeouts (untested)
772 59. Fixes for Henry Spenser's regex in the Makefiles
773 58. Modifiers now work with $< and $< does not do :q by default.
774     [incompatibility with csh] and $< can be interrupted.
775 57. Added $histdup.
776 56. source /etc/.login for Solaris 2.x
777 55. don't remove trailing spaces in history searches.
778 54. dirs -L and dirs -S spurious warning elimination.
779 53. man page fixes from David.
780 52. Kimmo's patch [makefile, gcc warning, netdb.h include]
781 51. 6.04.05 12/12/93
782 50. rewrote srcunit() to use st_save and st_restore. The code was
783     too messy to be useful before.
784 49. recdirs and rechist patches again!
785 48. Harris hck port, and ISC imake update
786 47. Eliminate the x windows :display.screen before looking for the 
787     hostname in REMOTEHOST
788 46. Patch for CDF filetype() recognition (hpux)
789 45. 6.04.04 11/12/93
790 44. Made =x obey nonomatch.
791 43. Fixed rechist and recdirs not to depend on savehist and savedirs
792 42. Removed aliases, bind, linedit builtins [ifdef'ed out as OBSOLETE]
793 41. change REMHOST to REMOTEHOST for compatibility with SGI.
794 40. $owd was not working correctly.
795 39. Debugging printf elimination (from Kimmo)
796 38. Typos in the new hup code in sh.c (from Matt)
797 37. Imakefile fix for sequent (from Jaap)
798 36. 6.04.03, 10/30/93
799 35. New manual page in place.
800 34. Fixed Makefile sed RE to work with gnu sed.
801 33. Added hup builtin.
802 32. Added $REMHOST in config_f.h
803 31. Fixed random parsing bug in sh.exp.c in isa(). It checked cp[1]
804     without checking cp[0] first... (should propagate to 4.4BSD)
805 30. More sh.exp.c fixes from Bruce
806 29. Always exit when the user types exit. 
807     cat | tcsh -f -s
808     exit
809     ls
810 28. savedirs fix and readlink() null termination fix from Peter.
811 27. Added -p flag (force dirs printing in all directory functions and $owd
812     variable
813 26. Let $dirstack work by default without needing to be set.
814 25. Fixed history -h to work with other history flags.
815 24. Renamed ed-functions more consistently (dcs)
816 23. Added missing filetests (dcs)
817 22. Added NEWGRP define in config_f.h (dcs)
818 21. More fixes for non blocking io recovery from Bruce
819 20. 6.04.02, 10/08/93
820 19. changed default prompt to %#
821 18. New group 'g' completion.
822 17. removed IIASA defs.
823 16. fix for history -SL and dirs -SL to work when savedirs and savehist are
824     not set.
825 15. fix magic-space to understand :p
826 14. make :u,:l work for history.
827 13. Fixes for non-blocking i/o recovery. trap all non blocking styles under
828     sunos.
829 12. 6.04.01, 08/10/93
830 11. Vi mode word moves [they work like vi and don't obey wordchars anymore].
831 10. New file operators and stat builtin
832  9. David's FIONREAD patch for SVR4
833  8. Bruce's ignoreeof=n patch
834  7. Dan's complete/correct enhancement
835  6. Abort corrections patch.
836  5. Print_by_columns, now does not use the rightmost column.
837  4. Renamed config/config.$i to $i to avoid once and for all filename length
838     problems.
839  3. bbn butterfly config
840  2. Beto's proc fixes
841  1. Bruce's bug fix for ed.chared.c, signals
842
843
844V6.04.00, 07/03/93
845 92. Alpha prototypes, for gcc -Wall clean compile.
846 91. Fixed alpha hashing. Did not work for directories > 31, Thanks to
847     Dan Mosedale <mosedale@genome.Stanford.EDU> for all the help!
848 90. Added USE(a) for unused parameters, to avoid compiler warnings.
849 89. 6.03.10, 06/25/93
850 88. Makefile and lint patches from Bruce.
851 87. Posixsig patch from Peter for svr4
852 86. 6.03.09, 06/11/93
853 85. signal handling broke with the last job control patch...
854     > (does-not-compute;)
855     would hang.
856 84. don't quit after the first modifier fails:
857     > set i=aabbcc
858     > echo $i:s/a/A/:s/b/B/
859     AaBbcc
860     > echo $i:s/x/A/:s/b/B/
861     aabbcc
862 83. Imakefile fixes for sequents from Jaap.
863 82. Move past the bottom of input when we hit ^C, so that multi-line
864     input commands don't get trashed.
865 81. Look only at the first word in ${EDITOR,VISUAL} to determine the
866     editor name.
867 80. Last patch broke listmax.
868 79. Remove extra sandbagging in exitstat(). Not needed anymore as value()
869     will never return NULL.
870 78. Save $status before calling aliasrun() otherwise:
871     > alias precmd 'cd .'
872     > true
873     > echo $status
874     0
875     > false
876     > echo $status
877     0
878 77. 6.03.08, 06/07/93
879 76. missing prototypes/unused variables under SYSV4.
880 75. savedirs should glob the filename argument.
881 74. 6.03.07, 06/05/93
882 73. Changed _Q, _Q1 macros in sh.lex.c, sh.dol.c, sh.char.? to _QF and _QB
883     because today 4.4BSD <ctype.h> defined _Q to be ``Phonetics''
884 72. listmaxrows variable.
885 71. set -r would not make existing variables readonly.
886 70. print usernames with ~user where possible in dirs and job cwd's
887 69. Mika's fixes (missing args in sh.c set(), linux Makefile, SIGCHLD)
888 68. FIONREAD argument is int everywhere except on SunOS where it is long.
889     Tcsh used to think that it was long, and so it broke on the alpha where
890     sizeof(int) != sizeof(long)
891 67. 6.03.06 05/16/93
892 66. Pipeline fixes. This should get rid of the dreaded Stopped tty output
893     message.
894 65. Michael's fix for history buffer cleanup:
895     > alias foo 'echo \!:1:h'
896     > foo a/b
897     a
898     > ^P [nothing happens]
899 64. Unsigned long rlimit type for 64 bit machines (alpha)
900 63. Fixed Imakefile for alpha
901 62. tilde expansion now obeys $nonomatch
902 61. readonly veriables. 'set -r x=3' will set x to a very sticky 3...
903 60. Fixed bug in the new tab'ed completion that interfered with old listing.
904 59. Fixed entry -> item in tw.parse.c
905 58. Added -f option to unlimit
906 57. Define __STDC__ in Imakefile for Irix
907 56. Static redeclarations in tw.parse.c
908 55. 6.03.05 04/26/93
909 54. Don't echo history expansion in loops:
910     > alias junk 'foreach i (\!:2*) \
911     foreach? echo \!:1 $i; \
912     foreach? end'
913     > junk a b c d
914     echo a $i ;
915     a b
916     echo a $i ;
917     a c
918     echo a $i ;
919     a d
920 53. Added complete-word-fwd and complete-word-back that scroll through
921     the list of possible completions... Neat addition from 
922     jfink@csugrad.cs.vt.edu (Jeff "$DOTDIR" Fink)
923 52. Workaround hpux9.01 broken optimizer in sh.glob.c where 'ls *' breaks.
924 51. Michael's editor fix.  With "magic margins" and 80 char width, try:
925	> set prompt=
926	<ESC>20a<CTRL>a<ESC>76b<CTRL>ac
927 50. Reverted fix that does not glob the expanded back-quote text again.
928 49. > cd /., echo $cwd
929     /.
930     Eliminate the . in this case...
931 48. Matt's optimization in glob.c [retracted]
932 47. Fixed bug with -S
933 46. Renamed Makefile Makefile.std, and fixed the readme file
934 45. 6.03.04 04/07/93
935 44. Changed -s == !-z and -S == socket
936 43. Fixed typo in sh.c, in phup [shpgrp != pr->pgrp]
937 42. Multi-line aliases are not entered into the history when executed.
938 41. Changed f_seek to a union to avoid gcc warnings on 4.4BSD
939 40. Fixed 'unset home; dirs' bug
940 39. fixed $HOME->$home memory problem.
941 38. $?0 returns false now on interactive shells for csh compatibility.
942 37. Default watch inteval was 10 hours not 10 minutes as advertized in the
943     manual!
944 36. Fixed clobbered veriable warning from gcc-1.39 in tw.parse.c
945 35. Fixed typo with INVPTR in sh.lex.c
946 34. 6.03.03 03/04/93
947 33. Eliminate 'Reset tty pgrp error message'. It is normal for the
948     walking process group stuff. Check about the killpg() above?
949 32. More portability for 64 bit machines.
950 31. Improved completion error messages.
951 30. Fix bug with double globbing expansion on mirrored variables:
952	> setenv TERM '?vt100'
953 29. Avoid hanging when writing to pipes etc. (From Paul Close)
954 28. Typo in the $HOME->$home mirroring.
955 27. %p %P 'p'recise time formats that include seconds for prompt strings.
956 26. Signal list fixes from Paul Close. nsig is now a variable.
957 25. 6.03.02 02/12/93
958 24. NEC SX3 "entry" is a reserved word!, changed entry to item...
959     [this is as bad as cray typedefining "word" to int. Next thing I know,
960      I'll have to prefix all the variables with tcsh_!]
961 23. xxx
962 22. Protected all include files to avoid warnings from lcc.
963 21. Finally resolved the job control problems with linux and ISC (from Beto)
964 20. More HUP,XFSZ,XCPU fixes. (with Beto)
965 19. Dcanon would not canonicalize correctly in case where dnormalize()
966     failed to find a directory, but the directory existed when not 
967     crossing the symbolic link.
968 18. sh.init.c fixes; give 65 signals for all POSIX machines.
969 17. AMS mail fixes and cmu wm handling.
970 16. Setenv would not ignore trim quoted names...
971     > alias foo 'setenv "\!:1" bar'
972     > setenv FOO 123
973     > foo FOO
974     > printenv
975     ...
976     FOO=123
977     FOO=bar
978     ...
979 15. 6.03.01 08/01/93
980 14. #undef SHORT_STRINGS gcc warning fixes...
981 13. csh bug fix in foreach [quoteing problem]
982     > foreach i ("*")
983     > echo $i:q
984     > end
985     Should print *
986 12. ls-F obeys showdots...
987 11. After scheduled commands get executed, the editor could stay disabled
988     until the first enter.
989 10. sigset() bug in ed.init.c; ^C could get disabled sometimes.
990  9. Don't glob in dowhich(); otherwise \pat does not work if pat is aliased.
991  8. When completion patterns are used $ and ~ expansion did not work right.
992  7. Printenv builtin and long backquote expansion fix from Harald.
993  6. $:-1, $:-0 enhancement from Paul and Michael.
994  5. Lynx/OS patches
995  4. Apollo bugs [Setenv -> tsetenv, typedef in pid_t]
996  3. ^@ did not work correctly in bindkey.
997  2. Fix vms/posix ifdefs in tc.alloc.c
998  1. Elide gcc-2.3.1 warnings
999
1000
1001V6.03.00, 11/20/92
1002102. Solaris2 patches, renamed sunosX to sosX to fit in 14 character filenames.
1003101. 6.02.12 11/12/92
1004100. Decreased BUFSIZE to 1K...
100599. Don't use sbrk() in tc.alloc.c on VMS
100698. EINTR error handling from Michael
100797. Overwrite mode takes effect immediately, not delayed by a command.
100896. Emx fixes.
100995. SIGHUP gain...
101094. Coherent times()/ <sys/file.h> fixes.
101193. 6.02.11 10/27/92
101292. Mach setpath fixes.
101391. Which now globs its arguments
101490. Again POSIX SIGHUP fixes... Maybe we got it right this time...
101589. Increased BUFSIZE to 4K. Smaller machines may want to decrease this.
1016    [ Now one can edit up to 4K of buffer! ]. From Harald.
101788. : is now a true builtin that does nothing, instead of being treated like
1018    the last character of a label. This is so it can take args. From Harald.
101987. More fixes for hpux limits from Harald.
102086. Login shell if ppid == 1 and argc == 1 for VMS.
102185. Typo in sh.exec.c from Harry.
102284. Per's editor fixes.
102383. 6.02.10 10/17/92
102482. Don't free STRNULL in freelex(). Update linked list in copylex() to
1025    do the same insert as in lex().
102681. Fixed spurious tilde printing in %c prompt.
102780. Fixed dumb wild free in AddXKey... 
1028    (thanks Harald for the complex bindings! :-)
1029    > bindkey "\e10z" expand-line # Any editor command will do
1030    > bindkey -[cs] "\e10z" "foo" # Any string or command will do
1031    Free(%x) ....
103279. coherent additions.
103378. fixes for hpux8 resource limits [Thanks Harald]
103477. 6.02.09 10/10/92
103576. More vms cleanups.
103675. Removed #include CONFIGH from sh.h. There was no way to make it work 
1037    under VMS/POSIX
103874. Added t completion (Gray Watson)
103973. Memory leaks in sh.dir.c and sh.glob.c [thanks purify :-)]
104072. IRIX 5.0 patches (from Paul Close)
104171. BSD resource limits for hpux8.0 (From Andreas Stolcke)
104270. NGROUPS_MAX fixes (from Matt Day)
104369. 6.02.08 10/04/92
104468. VMS port additions.
104567. Added $%var, which == strlen(var)
104666. Added ^X^I and ^X^D to override programmable listing+completion
104765. Added case insensitive globbing for OS/2
104864. FIOCLEX and FIONCLEX are only used if we don't have FD_CLOEXEC.
104963. Added emx termio support, and emx pathsep support; emx compiles and runs:
1050    needs job-debugging and finishing touches.
105162. Horrible bug with the lex linked list; from Loic Grenie, grenie@ens.fr
1052    > echo a !#
1053    echoed 'echo a echo a echo'!
105461. Shell -w,-x were incompatible with the same for test [POSIX] (beto)
105560. builtin newgrp did not accept the - argument.
105659. FIOCLEX for the masses (POSIX FD_CLOEXEC addition)
105758. Old style csh completion bug fix [not used] (beto)
105857. A background process waiting for input from tty
1059    blocks when being foregrounded doesn't read its input and
1060    doesn't get <cntl-c> and <cntl-z> signals.
1061    It can only be killed from another session. (beto)
1062    > cat > foo
1063    #!/bin/csh -f
1064    echo ">>>>>>"
1065    set x = $<
1066    echo $x
1067    ^D
1068    > chmod +x foo
1069    > foo &
1070    > fg
1071    ^Z,^C # Nothing happens
107256. history > 1000 fix (beto)
107355. 6.02.07 9/18/92
107454. Added e_stuff_char() to put back a character in cooked mode in
1075    the input stream... Useful for status (^T)
107653. $? == $status and $# == $#argv like in the bourne shell.
107752. Added $dirstack. Problems: off by one since =0 == $cwd, but 
1078    $dirstack[1] == $cwd... Suggestions welcome.
107951. Leading spaces would confuse the run-help function.
108050. Don't expand imported environment variables:
1081    > setenv HOME \*
1082    > tcsh
1083    > echo "$home"
1084    > echo "$HOME"
108549. %C0n displays the number of directories omitted as /usr/local/bin /<2>bin/
108648. Added POSIXSIGS as a configuration option.
108747. Per's fixes for history format and arrow key binding.
108846. Expand-variables expands array variables too
108945. 6.02.06 8/14/92 
109044. Separated limit stuff from BSDTIMES and added BSDLIMIT
109143. History searching inconsistent with HistLit:
1092    > echo foo
1093    foo
1094    > ^foo^bar
1095    bar
1096    > ec[M-p]
1097    echo foo
109842. 6.02.05 8/8/92 
109941. sourcing a script that contains 'onintr -; onintr' would disable 
1100    interrupts on the command line
110140. cd ../... with symlinks=ignore would work !@#!@
110239. No more BACKPIPE for POSIX machines...
110338. SUNOS NLS bug workarounds...
110437. New HASHBANG define for #! emulation... even 386BSD does not have it
1105    yet...
110636. Added new -b -c file operators from SGI csh.
110735. 6.02.04 7/23/92 
110834. Walking process group fixes.
110933. $0 contains now argv[0] when we are not executing a shell script.
111032. New Getwd() was broken.
111131. 6.02.03 7/17/92
111230. We kill our last foreground process group on HUP, for POSIX systems.
111329. Walking process group fix.
111428. $shlvl gets reset to 1 for login shells.
111527. Macros can now involve multiple commands, i.e.
1116    bindkey -s "^[OP" "ls\n^P"
111726. 6.02.02 7/6/92
111825. nostat accepts now a list shell patterns.
111924. Avoid print_exit_value in if ( { foo } )
112023. Symbolic key names for bindkey [arrow keys].
112122. Smarter getwd() that avoids some of the NFS hangs...
112221. Use memmove() where possible.
112320. 6.02.01 6/16/92
112419. Fix automatic correction to work with the new completion.
112518. Globbing bug with brace expansion, when arguments need to be realloced...
1126    e.g. echo 134{6,7}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}
112717. shift and left operators update variables correcly ('shift path' did not 
1128    work)
112916. apollo fixes for cd.
113015. STRNULL <-> NULL bug fixes.
113114. %S in xprintf for short strings.
113213. history -LSc, dirs -LSc additions, builtins builtin [oxymoron]
113312. history formatting string, who formatting string, prompt formatting
1134    all use tprintf() now.
113511. $history accepts a second formatting argument..
113610. History timestamps preserved in .history
11379.  Backquotes were broken: echo hi | cat > `echo foo`
11388.  SGI -t operator problem.
11397.  Dnix fixes.
11406.  Fix history file writing bug when autologout.
11415.  Change from TCSETA to TCSETAW, since we affect the output.
11424.  Per's fixes for display margin bugs.
11433.  Linux fixes.
11442.  Collapse adjacent stars in glob.c to avoid exponential behavior.
11451.  Fixed parseescape to put ^ literally if not followed by alpha.
1146
1147
1148V6.02.00, 5/15/92
114994. Default echo_style was not being set correctly.
115093. $< did not work correctly with NLS chars.
115192. 6.01.15 (5/11/92)
115291. Minor cleanups in refresh code.
115390. 6.01.14 (5/8/92)
115489. Print \n in the right margin always to be consistent.
115588. Linux patches.
115687. 6.01.13 (5/2/92) 
115786. Fixes in listing and completion of non-unique commands.
115885. Fix =stack entries > 9... from Bill Petro
115984. Fix for last character at margin. [on terminals that have am & xm move
1160    the cursor manually to the next line]
116183. Fix for complete completions 
116282. small typo in tc.alloc.c from Mark Moraes.
116381. small typo in tw.parse.c from Richard.
116480. Man page fixes from Per.
116579. 6.01.12 (4/24/92) [release version for 6.02]
116678. Autosuffix was not getting reset all the time.
116777. Don't limit completion patterns to 1K.
116876. Naming changes in ed.screen.c from Justin.
116975. 6.01.11 (4/10/92)
117074. Fixed magic-space ! expand bug:
1171    > echo a b123 45.{6,7}
1172    > echo !:2!:3[magic-space]
117373. Work-around for apollo optimizer in tc.bind.c
117472. Problem with setjmp in tw.parse.c
117571. symlinks=expand from Yumin.
117670. tenematch() fixes from Michael;
117769. 6.01.10 (4/3/92)
117868. Fixed Gnmatch.
117967. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
118066. Backquote from completion was broken for machines with no dup2()
118165. No $printexitvalue for `` jobs.
118264. Added ultrix stuff for PW_AUTH [from Mike Potter mpotter@lampf.lanl.gov]
118363. Fixed bug in Gnmatch(), added 'N' command 'x' completion.
118462. Fixed fg_proc_entry() so autologout gets disabled when a process
1185    is foregrounded.
118661. 6.01.09 (3/26/92)
118760. source builtin takes arguments now that are passed in the script e.g.:
1188    > ./tcsh -i a b c
1189    > cat test
1190    echo $argv
1191    > echo $argv
1192    a b c
1193    > source test 1 2 3
1194    1 2 3
1195    > echo $argv
1196    a b c
119759. Eliminate $margin_bug, add more intelligent margin code [from Justin]
119858. expand_symlinks variable Urgh...
119957. SGI CONTROL() fixes...
120056. new dnormalize(), expand_symlinks flag.
120155. interrupting completion restores the current line. [from Marc]
120254. 6.01.08 (3/20/92)
120353. inputmode affects the first line too.
120452. Searches in vi do not destroy the current line.
120551. -drwX test enhancement.
120650. Generalized completion syntax and added more completion builtins.
120749. Don't print '\n' on the right margin if we can avoid it.
120848. 6.01.07 (3/9/92)
120947. New completion style. [[<pattern>[ ]],=<completion action>]
121046. 6.01.06 (3/7/92)
121145. complete styles are ignored after shell metachars eg.
1212    > complete mail =u
1213    > mail christos < [tab]
1214    completes filenames.
121544. $echo_style is initialized to the default style of the machine.
121643. SGI 4.0 CTRL() macro is busted. So we ignore it.
121742. Fixed bug with the new margin code (thanks justin)
121841. Fixed mirroring of variables. Now set and setenv affect
1219    HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
1220    affects only the csh copies of the variables, and unsetenv only the
1221    environment variables.
122240. Fixed gcc-2.0 warnings in sh.sem.c (needed for vfork() -O2 optimization)
122339. 6.01.05 (2/21/92)
122438. signal masking for BSD machines was still wrong in tw.init.c
122537. Added $margin_bug, and now the editor outputs on the rightmost 
1226    column by default. This should fix the xterm cut-n-paste problem.
122736. AU/X 2.0 and SGI compiles with POSIX as a default now.
122835. sysv_echo is gone too. Now we have a variable called echo_style
1229    which can be set to "none", "bsd", "sysv", "both" that defines
1230    the builtin echo_style. The default is "bsd" for systems with
1231    SYSVREL == 0, "sysv" otherwise. This can be overriden in config.h
1232    by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO, 
1233    or NONE_ECHO.
123434. asynchronous notification in run-fg-editor would try to change the 
1235    tty settings and print an extra prompt.
1236    > set notify 
1237    > sleep 10 &
1238    > vi^Z
1239    > ^[^Z
124033. alias x /bin/true
1241    x<esc>?
1242    reported .//bin/true instead of /bin/true
124332. 6.01.04 (2/12/92)
124431. fixed vi_substitute_line
124530. binding completion addition.
124629. showdots=-A addition
124728. sysv_echo addition; deleted bsd_echo which is now the default.
124827. dunique could crash.
124926. Don't clear lines after an asynchronous notification, because it
1250    might erase the message.
125125. 6.01.03 (1/29/92)
125224. `` were not working correctly when tcsh is started with 0,1,2 closed.
125323. Correction was picking up the wrong thing in cases like .rhosts hosts
125422. Correction with names with quoted spaces was broken.
125521. Added sysv_echo and bsd_echo.
125620. Added and documented the complete builtin.
125719. Added dunique and cd -.
125818. Per's fix for alarm functions. Things would break if time went backwards.
125917. Realloc bug fix (copy min of old and new size)
126016. Fix for csh compatible braces.
126115. Brace globbing and negation globbing for Gmatch.
126214. 6.01.02 (1/16/92)
126313. Completion builtin, new tw* files.
126412. 6.01.01 (1/6/92)
126511. Changed w_ fields in tc.who.c to who_ to avoid redefinitions in
1266    <sys/wait.h> in some os's.
126710. Setting savehist to an empty string makes savehist use the value
1268    in $history.
12699.  echotc did not use the internal termcap descriptions.
12708.  echotc did not work right for single argument termcap strings.
12717.  DGUX needs SAVESIGVEC, updated type protection, and disabled CSWTCH.
12726.  Changed SVID to SYSVREL, since there is no SVID == 4 (yet).
12735.  Typo in tc.sig.h: UNRELSIGS was not getting defined.
12744.  Globbing bug fix. tglob() should ignore globbing characters inside 
1275    backquotes otherwise things get expanded twice:
1276    % echo 'bar?' > 'foo?'
1277    % echo `cat foo\?`
1278    echo: No match.
12793.  Mach setpath fix.
12802.  Alliant process group fix.
12811.  Xenix fixes for broken vi and help path with no suffixes.
1282
1283
1284V6.01.00, 12/19/91 [for comp.sources.unix]
128522. Restore the original prompt in automatic correction when the user
1286    asks to re-edit the command.
128721. Better error for unreadable files in tw.parse.c
128820. Sequent patches.
128919. (V6.00.08 beta 12/14/91)
129018. Filenames containing # were spelled/expanded incorrectly.
129117. Stellar/stellix port.
129216. Hpux 8.0 has SIGWINDOW but we cannot get the window size. Protect
1293    against window changes updating $LINES and $COLUMNS.
129415. Mach setpath did not work right.
129514. Mach does not need setenv in lib; in fact that does not work right.
129613. shell level gets decremented when we exec.
129712. restart_fg_editor picked the wrong editor if arg contained a slash.
1298    e.g vi ~/.cshrc
129911. (V6.00.07 beta 12/08/91)
130010. Allow use of vfork() on systems that do not have job control.
13019.  Avoid NUMCC from being defined twice.
13028.  (V6.00.06 beta 12/05/91)
13037.  SunOS3's FIOCLEX dups...
13046.  Yet another globbing bug fix from Michael (echo .[^.])
13055.  Ultrix now wants __ before cpp symbols.
13064.  Workaround sun's header files inconsistency so tcsh can be compiled
1307    with #undef POSIX
13083.  Fixed limit stuff so that large values don't cause errors.
13092.  Fixed =1 and ~user error messages (Per)
13101.  (beta-5 6.00.04 == 6.00.05)
1311
1312$#*
1313$#* New numbering scheme (The last 2 digits are reserved for beta releases
1314$#* from now on. So we start at 6.00.06 which is 6.00.04 beta 6, and we are
1315$#* going to release 6.01.00...
1316$#*
1317
1318V6.00.04, (never released)
131934. (beta-5 11/25/91)
132033. Simplify code in BindArrowKeys()
132132. Get rid of the PNULL's
132231. Support for shadow password in locking code. (From Kimmo)
132330. Normalize-path editor function.
132429. (beta-4 11/21/91)
132528. minix additions
132627. bindkey fixes (-c addition, casting cleanups)
132726. (beta-3 11/16/91)
132825. Prompt length checking. 
132924. Michael's fixes for the watching code. Tcsh could core dump when using
1330    a corrupted utmp.
133123. overwrite mode flag, and autologout locking code.
133222. overwrite mode would still insert digits!
133321. Get the value of _POSIX_VDISABLE from pathconf...
133420. Hpux 8.0 fixes. Sigstack botches with shared libraries. Ansi mode
1335    static initialization of structures with prototyped function pointers
1336    gives spurious warnings...
133719. Onintr in /etc rc files is disabled.
133818. (beta-2 11/03/91)
133917. Multi-line aliases with `` bug fix.
134016. Sticky emacs overwrite mode.
134115. Autolist option.
134214. Fix for redirection with wildcard filanames.
134313. No error correction for multi-line commands.
134412. Esix-4 re-defines p_pid. Argh...
134511. (beta-1 10/28/91)
134610. Foreach loops were broken again.
13479.  SUNOS localtime() bug does not only happen on the 8th byte. [Michael]
13488.  sh.dir.c, memory corruption in dinit(). Thanks Michael.
13497.  uts broken <sys/stat.h> work-around, and has a wait3()
13506.  SGI (-t filename) extension, returns true when filename is a tty.
13515.  'default:' addition in all switch() statements.
13524.  oflag was not being updated correctly in Rawmode()
13533.  missing 'break;' in prompt code '%y'.
13542.  infinite loop in :a<mod> code.
13551.  hashstat was not reporting hits+misses
1356
1357
1358V6.00.03, 10/21/91
135931. watch code now accepts shell patterns.
136030. new hashing code portability fixes.
136129. $foo:gs/:/ / fix and 'a' modifier addition.
136228. Added $! (the pid of the last background job forked)
136327. exec does not kill the shell when it fails.
136426. Irix4.0 decls.
136525. SVR4 uthost fixes from Kimmo Suominen
136624. Imake addition from marc
136723. New i-search from Per.
136822. ibmesa fixes
136921. convex fixes.
137020. t command for vi.
137119. SVR4 fixes (reverse pipeline and sigaction()) from David Dawes.
137218. New hashing from Marc
137317. Added : to the ~name separators so ~foo:~bar works.
137416. New ed.init.c. Added ed.term.c
137515. Still can't get the history exactly csh-like... !-2$ was broken...
137614. vi character searches.
137713. -Dvar=name command line option for the apollos.
137812. Prompt format changes for date/directory.
137911. Vi searches.
138010. Emacs i-search. [currently not bound]
13819.  Vi additions ([dc]-{w,$,f<c>},Undo)
13828.  tcsh -n parses now builtin structures.
13837.  seek to the end on errors in loops.
13846.  echotc -s was broken
13855.  Better !event parsing. !foo;!bar was broken.
13864.  foreach loops and if statements in aliases.
13873.  .cshdirs would corrupt the heap if some directories were not there.
13882.  System V echo was broken with \
13891.  Fixed echo '!-1', history would eat the quote.
1390
1391V6.00.02, 08/05/91 [For comp.sources.unix]
13928.  tcsh will always set $LOGNAME and $USER if not already set in the
1393    environment.
13947.  added $histfile.
13956.  echo `echo` * and  echo ~ {} were broken
13965.  setty builtin addition
13974.  Multiple : modifiers [experimental, disabled with -DCOMPAT]
13983.  7 bit fixes, and hp9000s500.
13992.  #undef DEBUG in tc.alloc.c, so we continue if we get a bad free() 
14001.  getn() is now protected against NULL strings.
1401
1402V6.00.01, 07/16/91
140317. added beepcmd, and fixed small tenematch bugs.
140416. Renamed DUP2 flag to HAVEDUP2 cause AIXPS2 defines DUP2 already.
140515. More ANSI fixes, and mit additions (load-average)
140614. don't clear ECHOE, background programs might need it.
140713. Refresh bug fix...
140812. getpwent() should not be interrupted (yellow pages), cause it might
1409    leave dangling pointers, that endpwent() will trash.
141011. ChangeSize is now responsible to set the screen size to something
1411    sane, but it should not affect the environment if the information
1412    it received is not valid
141310. Find out if we are running under emacs using $TERM. It is more 
1414    reliable.
14159.  tcsh was broken if SHORT_STRINGS was not defined (glob() problem)
14168.  If GetSize() fails it should always return reasonable screen sizes.
14177.  globbing should not fail if one or more patterns match.
14186.  increased the number of aliases in the loop detection code.
14195.  DGUX has size_t and pid_t defined now...
14204.  ESIX does not have EWOULDBLOCK or EAGAIN & POSIX... That was not handled
1421    correctly.
14223.  rs6000 needs BSDWAIT.
14232.  Hpux susp key could not be changed.
14241.  Apollo fixes.
1425
1426V6.00.00, 07/04/91
142745. Fixed quoting of VSTART/VSTOP on termios
142844. Memory leak every time you pipe in or out.
142943. echo {foo bar.[ch]}. Did not check for end of word.
143042. ANSI prototypes
143141. dmove() would leave the source descriptor open when using dup2()
1432    e.g.
1433    while (1)
1434	echo foo >>! bar
1435    end
1436    runs out of file descriptors
143740. recursive `` expanded via aliases would abort.
143839. set home=../relative-path-name was broken.
1439    e.g.
1440    set home=../..; cd ..;
1441    <abort>
144238. Incorrect error when changing to directory:
1443    e.g.
1444    mkdir not-in-cd-path; chmod -x not-in-cd-path; cd not-in-cd-path;
1445    echoed:
1446       not-in-cd-path: No such file or directory.
1447    it should have said
1448       not-in-cd-path: Permission denied.
144937. if ( \! =~ [\!] ) echo ok, did not echo ok. Quoting inside [] pattern.
145036. More than 127 jobs caused job # to go negative
145135. unsetenv <pattern> ... Added support for more than one pattern.
145234. More background process status report fixes.
145333. Apollo builtin support.
145432. Glob fix. echo '*' * was not handled properly.
145531. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.
1456    or print ambiguous.
145730. Glob fix. Quoted characters inside [] were not handled properly.
145829. Removed TELL and VMUNIX defines. I think we cannot compile on V6 anyway
145928. Overflow check for expansions.
146027. Added matchbeep, shell pattern history searching.
146126. Added code to handle /dev/std{in,out,err}
146225. Fixed POSIX speed handling in raw mode.
146324. Fixed a flushing bug in the filec code in sh.file.c
146423. Compiled and added hp9000s700 to the list of hosts.
146522. Fixed horrible bug in gmatch() 
1466	switch (4)
1467	case [a-z]:
1468		echo bug;
1469		breaksw;
1470	case 4:
1471		echo ok;
1472		breaksw;
1473	endsw
147421. Fixes for _SEQUENT_ ut_host.
147520. FLUSHO added
147619. mkdir foo\`bar; cd foo\`bar; was broken
147718. EWOULDBLOCK == EAGAIN on RENO check for that too.
147817. Dword() simplified and removed the gotos.
147916. Hpux now compiles with POSIX. Moved the local chars modes in ed.init.c
1480    after the tty modes.
148115. Process group fixes for POSIX
148214. We need <sys/filio.h> on the suns for FIOCLEX!!! We did not close
1483    our file descriptors before...
148413. A/UX fixes.
148512. History events that start with a number are not necessarily numeric:
1486    > !3d
1487    3d: Event not fount
148811. History loop detection added.
1489    > alias a \!#
1490    > b; a
149110. Alias loop detection code was ineffective on eager optimizers.
1492 9. All errors should now go through our table. Next step we should
1493    add nls error messages.
1494 8. Unsetenv now globs its arguments! Before it did not...
1495 7. Added tilde cache and -l flag.
1496 6. Added autocorrect
1497 5. Fixed for so that background jobs in scripts get process groups
1498 4. Fixed amazing memory leak in setenv()...
1499 3. Added short2qstr() so that we can form quoted strings to be used with glob()
1500 2. str2short and short2str allocate space dynamically.
1501 1. Fixed bug related to the is*() routines called with shorts.
1502    [only if NLS and SHORT_STRINGS are defined].
1503    (The _ctype_ was getting indexed with shorts...)
1504 0. Complete overhaul. Brought in the 4.4 csh stuff. Separated most
1505    tcsh and csh code except where I would have to add more global
1506    variables. Compiled correctly with both lint and gcc -Wall on
1507    a sparc running 4.1
1508
1509V5.20.03, 03/20/91.	- Never released
151025. Kanji, SXA additions.
151124. (exec foo) should not fail if they are suspended jobs.
151223. Support kernel paging stuff on aix 370.
151322. Now we handle correctly the environment variables LINES, COLUMNS,
1514    TERMCAP for window size changes...
151521. Tcsh 5.18c+ had broken NULL chars on scripts.
1516    > cat > foo 
1517    #!/usr/local/bin/tcsh -f
1518    echo "foo"
1519    echo "^V^@"
1520    echo "bar"
1521    ^D
1522    > chmod +x foo; foo
1523    foo
152420. Posix has EAGAIN and not EWOULDBLOCK
152519. Don't set ECHOK; makes kill ^U ugly.
152618. $shell is SHELLPATH and not $SHELL any more.
152717. Added -n flag to cd, pushd, popd and dirs. Documented -l and -v
1528    flags.
152916. Documented and fixed chase_symlinks and ignore_symlinks.
153015. Call endpwent() when you get interrupted...
1531    cd ~chri<tab>^C
1532    cd ~christos/<enter>
1533    <stuck>
153414. Exec when you have suspended jobs asks for verification.
153513. Variable length fixes:
1536    >set abcdefghijklmnopqrstuvwxyz=1
1537    >echo $abcdefghijklmnopqrstuvwxyz
1538    abcdefghijklmnopqrs: Undefined variable
1539    Now we have better messages too...
154012. Icon fixes...
154111. Quote expanded glob and history chars too.
154210. If someone sets SHIN to O_NDELAY we died... Now we set it back...
1543 9. unset path; unsetenv PATH; ls-F; (poof) fixed...
1544 8. Patches for masscomp, and ${var123} lexical analysis fix...
1545 7. Patch for sunview bug: A partially covered suntool sends SIGWINCH every
1546    time the text is scrolled, causing annoying redraw effects. Now tcsh
1547    checks if the size really changed before doing anything.
1548 6. Interrupt in the middle of cwdcmd, and periodic does not remove the
1549    aliases.
1550 5. prompt2 and prompt3 fixes:
1551    Prompt2 now prints the status of the parser by default.
1552    Prompt3 can now have the standard prompt escape sequences.
1553 4. eval file descriptor re-direction fix.
1554    >set p='w | tail +3'
1555    >eval $p
1556    (originally | tail +3 was ignored)
1557 3. $edit != emacs anymore; it was misleading, 'set edit' enables editing
1558    'unset edit' disables it.
1559 2. PERROR define fix. 
1560 1. irix3.3.1 line discipline fix.
1561
1562V5.20.02, 12/15/90.
156332. /etc/Logout added and merged with /etc/Login flag.
156431. Fixed tty chars in ed.init.c. Some of them were not handled correctly.
156530. Command execution does not leak memory any more, and doing
1566    ~ four times does not core-dump.
156729. Fixed the notorious csh 'if(' bug (part of the convex fixes)
156828. Intelligent getwd() on startup, and canonicalization.
156927. Intelligent directory stack. Gets updated when $HOME changes.
157026. Directory stack/save-restore additions
157125. Convex Fixes.
157224. Fixed onlret, and echonl getting stuck on svid.
157323. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
1574    csh, this is annoying).
157522. Some users had environment EMACS set to something, and with my bad fix
1576    at pl 1 found that they didn't have echo... (of course, even before my
1577    "fix", they didn't have editing...). Anyway, refined the check to be
1578    for EMACS=t, which is what emacs sets when running a subshell.
157921. kill -CONT %job, would not update the status of the job, but it would
1580    just restart it.
158120. Sequent fixes.
158219. AIX370 signal and TCF fixes.
158318. fixed ls-F -l, SIGINT problem.
158417. aix on the ps2 does not have strcoll() either.
158516. Bind [A - [D and OA to OD in vi mode to the arrow key functions
1586    so that they work from insert mode.
158715. %~ was not working correctly for /home/news and /home/newsbin...
158814. Removed Rcs Log
158913. ISC unix fixes.
159012. sunos3.x wants <sys/dir.h> not <dirent.h>
159111. Remove precmd's, cwdcmd's and periodic cmds that had errors.
159210. Compile sunos4.1 using termio. 
1593 9. Rs6000 line discipline fixes. 
1594 8. T_Tabs was wrong for termio machines.
1595 7. Don't bind single keystroke arrow keys, when they are already bound!
1596 6. Test for newline and tab before deciding not to send shell scripts
1597    to the bourne shell.
1598 5. Added LITERAL prompt stuff.
1599 4. Fixed gethostname() in sh.rest.c to return the nodename.
1600 3. Do not quote spell checked stuff. This is not very intelligent but
1601    works better than before.
1602 2. Fixes for relative path components. (paths that start with a .)
1603 1. Fixed so that Rawmode() is not called when we are not editing
1604    (breaks running under emacs)
1605
1606V5.20.01, 11/15/90.
160712. Recognize environment variables too.
160811. Always start in Rawmode()
160910. don't try to execute binary files using the bourne shell.
1610 9. Vi change to end of line updates correctly now.
1611 8. Prompt in continuation lines.
1612 7. Prompt in if statements fix.
1613 6. System V ^C works right now.
1614 5. ^Z works correctly in bindings
1615 4. Better error messages for variables.
1616 3. dinit() now is more robust.
1617 2. Added aux2.0 patches.
1618 1. Fixed bug with arrow key bindings in ed.screen.c. All the keys
1619    were bound to up-history!
1620
1621V5.20.00, 11/10/90.
162226. Fixed system V and POSIX time reporting.
162325. Fixed ed.screen.c so that it does not use malloc().
162424. Fixed SIGWINCH on the iris
162523. Fixed ed.screen.c, so that settc works correcly. It used to set
1626    the termcap with a string that was allocated from the stack!
162722. Fixed listing of commands, where the last command was not checked.
162821. Fixed which command. It did not work for
1629    \<command>, if command was aliased.
163020. Eliminated CSH4.3 define. You've had enough time to upgrade from 4.2
163119. Fixed GotTermCaps to be called only once.
163218. Added bindkey -r
163317. Attributes were not getting reset correctly.
163416. history -t does not print the time-stamp.
163515. AddXkey, works now for single character xkeys.
163614. filetype() knows better about symlinks.
163713. ls-F works with filenames that have metachars
163812. Completion/spelling works with quoted things.
163911. Fixed refresh bug. Repeat by:
1640    On an intelligent terminal that has insert and delete chars (xterm)
1641    > orphan
1642    > vi orphan.c
1643    > ^P^P
164410. Fixed so that if we don't have a tty on stdin editing is disabled.
1645 9. Check for nested process forking, to avoid loops such as:
1646    > alias foo 'set bar=`foo`'
1647    > foo
1648 8. Fix setting of AsciiOnly (Per)
1649 7. tw.spell.c, defined F_OK for systems that don't have it.
1650 6. ourwait.h had typo in ifdef.
1651 5. BSD compilers need a cast to int for enums used in 
1652    switches (Matthew Day)
1653 4. Found the cause for the core-dump in long backquote 
1654    expansions (Mark Davies)
1655 3. Some externs in ed.h needed to be truly externs...
1656    reported by Mark Davies, bug appeared only on hp9000s800.
1657 2. Changed $tcsh, and $version strings.
1658 1. Added internal sprintf function, renamed putchar to CSHputchar,
1659    printf to CSHprintf, sprintf to CSHsprintf.
1660
1661V5.19.02, 10/23/90.
166236. Added /etc/cshrc for the SGI irises.
166335. Added expand-variables function.
166434. Documented $time in tcsh.man
166533. Shell variables are now 'recognized' when expanding/listing things.
166632. ls-F does not eat the last slash on the / directory!
166731. Strings bound to keys are printed inside double quotes.
166830. History now remembers the exact line, not just an unparsed version of
1669    the tokens.
167029. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
167128. Ported to IBM aix/ps2. 
167227. Fixed eval so that it forks when the output is piped
1673    Repeat by:
1674    > who | grep $user
1675    > eval who | grep $user
167626. Fixed so that 'nice <builtin changing the working directory>' does not
1677    nice or fork.
1678    Consider doing:
1679    nice cd /tmp && rm *.c (don't try it!!!)
1680    [what actually happens is that nice has to fork, then the child executes
1681     chdir, and the parent stays where it was]
168225. Added Dan's patches (nls, builtin bindkey, fixes to the editor).
168324. Added aix370, migrate, getspath, getspath, getxvers, setxvers
168423. Added builtin echotc, removed sl and el.
168522. Ported to 4.4 BSD. This involved changing the way lots of flags worked,
1686    cleanup of the SVID stuff, and addition of more compilation flags.
1687    Now POSIX can work whed BSD is defined...
168821. Fixed so that el, sl work. Actually they are to be removed soon and
1689    be replaced with echotc.
169020. Avoid the Quoted Space hack for alias when printing jobs!
1691    [aliases to the same name avoid further alias expansion, by 
1692     inserting a quoted space in front of the command. In SHORT_STRINGS
1693     QUOTE is the 15th bit so print ignores it thinking it is the
1694     end of the string. So we just skip the Quoted Space....]
1695    Repeat by:
1696    > set notify
1697    > alias ls ls -F
1698    > (ls) &
1699    Prints        Exit 0 (
1700    Should print: Exit 0 ( ls -F )
170119. Fixed so that "", '', ``, all produce ': Command not found',
1702    and not the spurious messages.
1703    Repeat by:
1704    > set path = (/bin /usr/bin .... .)
1705    > ""
1706    /some/path/name/: Command not found
170718. Enable the use of <ctype.h> macros if they exist and NLS is defined.
1708    NLS code is not ready yet.
170917. Fixed rmstar and continue_jobs code, so that they are not compile
1710    options, but shell variables. Now you need to 'set rmstar' to get
1711    enable rmstar.
171216. Fixed SIGWINCH, SIGWINDOW, and setting of li, co, that broke
1713    suntools, and others.
1714    Repeat by:
1715    Start a shelltool of size other than 80x34
1716    > telltc
1717    > stty -a
1718    do not report the same number of lines and columns.
171915. More fixes to tw.parse.c, and tw.spell.c.
172014. More fixes to sh.char.c.
172113. Fixed coredump caused by ``.
172212. Fixed spell-line code..
172311. Trapped SIGCHLD in sh.sem.c, while forking. Still there is a small
1724    race, but the probability of happening is smaller!
172510. Fixed sh.char.c to be ISO compliant.
1726 9. Added expand-glob
1727 8. Fixed ourwait.h for little endians.
1728 7. Fixed that foreach i (^D expands correctly.
1729 6. Fixed so that listmax is ignored in ls-F.
1730 5. Fixed spelling correction so that single letter words and words that
1731    contain globbing chars do not get spell checked.
1732 4. Changed NeXT HOSTTYPE to next, since all HOSTTYPE's are lower case.
1733 3. Fixed symmetry, and changed symmetry HOSTTYPE from sequent to symmetry.
1734 2. Added boldfacing, underlining chars.
1735 1. Added IRIX3.3.1 support.
1736
1737V5.19.01, 9/26/90.
1738 7. Brought the README file up-to-date, and changed the bug report
1739    address to point to me.
1740 6. sh.lex.c. In addla(), overflow computation was wrong.
1741 5. Fixed SHELLPATH, to be set correctly when $SHELL is not set.
1742 4. Fixed print statement in sh.proc.c that contained \215.
1743 3. Fixed the Makefile and MAKEDIFFS so that a tahoe diff can be made.
1744 2. RS6000: hacked around execv bug, and ed.init.c warning.
1745 1. Editor should not be enabled when we don't have a tty.
1746