Fixes revision 131962
1128345Stjr 36. V6.13.00 - 20040519
2128345Stjr 35. V6.12.03 - 20040322
3128345Stjr 34. turn on kanji and dspmbyte by default; add check for utf8 locales,
460786Sps     and turn parsing of that automatically based on $LANG.
560786Sps 33. Fix compilation issue under Windows/NT and charset incorrect patch
660786Sps     (Yoshiyuki Sakakibara)
760786Sps 32. completion additions (Tom Warzeka)
860786Sps 31. compilation fix (Martin Kraemer)
960786Sps 30. V6.12.02 - 20040221
1060786Sps 29. Glob completion listing addition (Tom Warzeka)
1160786Sps 28. BS2000 bs2cmd builtin. (Martin Kraemer)
1260786Sps 27. Fix interrupt resetting code when /etc startup scripts have syntax errors
1360786Sps     (Mark A. Grondona)
1460786Sps 26. Clarification of kill-ring commands (Per Hedeland)
15128345Stjr 25. Debian completion additions (Martin Godisch)
1660786Sps 24. Japanese character set fixes (Juehiro-san) from debian
1760786Sps 23. NLS charset fixes; disabled since they only work with gnu gencat
1860786Sps     (Martin Godisch)
1960786Sps 22. Fix HPUX >= 11 resource (Jack Cummings)
2060786Sps 21. Handle breaksw that jumps out of loops.
21161475Sdelphij 20. Revert #16. It causes worse problems.
2260786Sps 19. Avoid using execl() because the last NULL does not always promoted to
23161475Sdelphij     a pointer because the function is variadic (Harti Brandt)
2460786Sps 18. revert ignoreeof to the 6.11.00 behavior and document it (Martin Godisch)
2560786Sps 17. do a case insensitive comparison for the multibyte vars (Martin Godisch)
2660786Sps 16. don't sigsuspend() for an already exited job
2760786Sps 15. glob all arguments in source (Martin Godisch)
2860786Sps 14. various debian fixes (Martin Godisch)
2960786Sps 13. setenv syntax check revert (Satoshi I. Nozawa)
3060786Sps 12. EAGAIN typo (dan harkless)
3160786Sps 11. filec compilation issue on hpux (beebe)
3260786Sps 10. win32 compilation fixes for O_LARGEFILE (amol)
3360786Sps  9. Don't go into an infinite loop when tcgetpgrp() returns an error.
3460786Sps  8. Cygwin fixes (Corinna Vinschen)
3560786Sps  7. NLS catclose() bug avoidance (KAJIMOTO Masato)
3660786Sps  6. V6.12.01 - 20030208
3760786Sps  5. Misc NT cleanup. No more GPL code (amol)
3860786Sps  4. use strtol() to detect errors in builtin kill (Peter Jeremy)
3960786Sps  3. Recognize linux systems on mips* (Maciej W. Rozycki)
4060786Sps  2. Enable complete=igncase on unix (Stephen Krauth)
4160786Sps  1. Eliminate maxitems (Todd Miller)
4260786Sps
4360786Sps 58. V6.12.00 - 20020732
4460786Sps 57. misc cleanups.
4560786Sps 56. V6.11.05 - 20020712
4660786Sps 55. We should have socklen_t in the INET6 case, but we leave int otherwise.
4760786Sps 54. Fixed for Darwin/Rhapsody (Mark Peek)
4860786Sps 53. provide new config.sub and config.guess from ftp://ftp.gnu.org/gnu/config/
4960786Sps     (Nelson Beebe)
5060786Sps 52. V6.11.04 - 20020709
5160786Sps 51. Dissallow setting of environment variables that do not contain
5260786Sps     alphanumeric names (Ton Voon)
5360786Sps 50. Don't expand path components that don't resolve to path names (Jonathan
5460786Sps     Chen)
5560786Sps 49. Make $ignoreeof agree with the man page (Matias Moreno Meringer)
5660786Sps 48. Fix argument passing in tc.prompt.c expdollar (Nelson Beebe)
5760786Sps 47. Completion fixes from FreeBSD (Mark Peek)
5860786Sps 46. FreeBSD's sbsize limit (Mark Peek)
5960786Sps 45. Fix repeat 3 repeat 2 echo foo
6060786Sps 44. Fix I/O redirection in scripts (Ian D Allen)
6160786Sps 43. Fix ` \\\n ` evaluation (Jean-Luc Leger)
6260786Sps 42. add --version (Nelson Beebe)
6360786Sps 41. portability fixes for sed (Nelson Beebe)
6460786Sps 40. undef sv_handler for AIX's benefit. (Nelson Beebe)
6560786Sps 39. Add a test for ss_family that disables IPV6 (linux/ppc, osf/1 have
6660786Sps     problems) (Nelson Beebe)
6760786Sps 38. Disable ipv6 for Apple (Nelson Beebe)
6860786Sps 37. Fix darwin configure entry (Nelson Beebe)
6960786Sps 36. V6.11.03 - 20020701
7060786Sps 35. Add Ian D. Allen's bug list.
7160786Sps 34. If we are invoked as csh, default to bsd echo (Matej Vela)
7260786Sps 33. Don't close file descriptors too early because setuid scripts fail.
7360786Sps     (Jill Pryse-Davies)
7460786Sps 32. Completion updates (Tom Warzeka)
7560786Sps 31. Fix compilation issue on SunOS4 with _POSIX_VDISABLE (Tom Warzeka)
7660786Sps 30. ukrainian update (Olexander Kunytsa)
7760786Sps 29. DSPMBYTE=utf8 patch (Jean-Luc Leger)
7860786Sps 28. fix ipv4 only compilation, remove extra sigsetmask() call (Takayuki Nakao)
7960786Sps 27. window change can cause free to be re-entered causing abort (Mark Peek)
8060786Sps 26. vp->vec vetting, suggested by Ian Dall.
8160786Sps 25. V6.11.02 - 20020516
8260786Sps 24. Fix prompt bugs in $var and %c0n (TAKAI Kousuke)
8360786Sps 23. Add Cray SV2 config (Rafal Maszkowski)
8460786Sps 22. Add pdf manual page (Warren Ferguson)
8560786Sps 21. Fix REMOTEHOST lossage in with AF_LOCAL sockets (Tom Mander)
8660786Sps 20. Fix win32 break because of TIOCSTI (Amol)
8760786Sps 19. Fix TIOCSTI for hpux 11  (Igor Schein)
8860786Sps 18. Avoid collapsing paths that refer to non-existent components
8960786Sps     (Martin Kraemer)
9060786Sps 17. Make -shell invocations always treated as a login shell.
9160786Sps 16. V6.11.01 - 20020308
9260786Sps 15. Fixes to polish nls locale (Pawe� Niewiadomski)
9360786Sps 14. russian locale fixes (Alexey Dokuchaev)
9460786Sps 13. document door support (Shaen)
9560786Sps 12. tcsh euc handling extensions (Alexey Zelkin)
9660786Sps 11. Make sure that jobcmd does not clobber the current job (Rob McMahon)
9760786Sps 10. Make sure that the output of verbose and echo do not end up in the
9860786Sps     command output (Victor I. Pasko)
9960786Sps  9. Add %j in prompt [needs more work; is not right the first time
10060786Sps     after proclist changes] (Hr. Peter Kruse)
10160786Sps  8. `` commands with embedded newlines would ignore commands following
10260786Sps     the new line (Victor I. Pasko)
10360786Sps  7. Re-initialize nls if NLSPATH is changed (Naoki Wakamatsu)
10460786Sps  6. Fix 64 bit compilation with linux and resource limits.
10560786Sps  5. Avoid double globbing when ls-F needs to fork (Joe Townsend)
10660786Sps  4. put back csh filec compatible support.
10760786Sps  3. add support for quads in xprintf in the presence of gcc.
10860786Sps  2. unlimit should set rlim.rlim_max to rlim.rlim_cur if max < cur.
109161475Sdelphij  1. Make ~user work again when the home directory is '/'.
110161475Sdelphij
11160786Sps 40. V6.11.00 - 20010902
11260786Sps 39. Completion fixes (Tom Warzeka)
11389019Sps 38. make c_insert not static so that it can be used from win32 (amol)
11460786Sps 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
115161475Sdelphij 36. V6.10.02 - 20010806
11660786Sps 35. polish nls locale (Pawe� Niewiadomski))
117128345Stjr 34. Fix a tcsetattr race running background jobs as the last line on an xterm
11860786Sps     window (Andrew Brown)
11960786Sps 33. jobcmd alias (Greg Parker)
12060786Sps 32. hpux11 support (Joshua Weage)
12160786Sps 31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
12260786Sps 30. Add kill -s (Mark Peek)
12360786Sps 29. Don't recognize all mips as dec (Bjorn Knutsson)
12460786Sps 28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
12560786Sps 27. Port to concurrent's powermaxos (Matt Majka)
12660786Sps 26. New builtin srcfile (Amol)
12760786Sps 25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
12860786Sps 24. %0Xc was broken in the prompt if the user's home directory was '/'.
12960786Sps     (reported by Edward Glowacki)
13060786Sps 23. V6.10.01 - 20010426
131170256Sdelphij 22. LARGEFILE support on Linux.
132170256Sdelphij 21. Add big5 multibyte support (Yen-Ming Lee)
133170256Sdelphij 20. Check the return value of setpriority (Dima Dorfman)
134170256Sdelphij 19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
135170256Sdelphij 18. Russian translation (Ilmar S. Habibulin)
136170256Sdelphij 17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
13760786Sps 16. Add door support in colorls (Shaen)
13860786Sps 15. Add BSD_STYLE_COLORLS for FreeBSD (Anand)
13960786Sps 14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway)
14060786Sps 13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
14160786Sps 12. Fix broken comment, and new versions of config.guess and config.sub
14260786Sps     (H.Merijn Brand)
14360786Sps 11. fix redrawing in the recognize case (Andrew Brown)
14460786Sps 10. don't call qsort with 0 items. (Luke Mewburn)
14560786Sps  9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
14660786Sps  8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
14760786Sps  7. hpux fixes (Chienting Lin)
14860786Sps  6. Implement kill ring (Per Hedeland)
14960786Sps  5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
15060786Sps  4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki)
15160786Sps  3. back out symlink=expand path check.
15260786Sps  2. Add Estonian translation (Toomas Soome)
15360786Sps  1. Accept empty $savedirs to mean infinity.
15460786Sps
15560786Sps 57. V6.10.00 - 20001119
15660786Sps 56. Completion fixes (Tom Warzeka)
15760786Sps 55. add missing linux kanji define (Tsuyoshi Kawabe)
15860786Sps 54. More WINNT_NATIVE fixes (amol)
15960786Sps 53. Fix compile error on winnt (Yoshiyuki Sakakibara)
16060786Sps 52. nonstopux configure and makefile fixes (Tom Bates)
16160786Sps 51. V6.09.04 - 20001111
16260786Sps 50. Order of initialization for multibyte display was wrong 
16360786Sps     (HyunChul Kim)
16460786Sps 49. Follow the guideline for linux for japanese locale:
165170256Sdelphij     http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
16660786Sps     (Tomohiro KUBOTA)
16760786Sps 48. Ukrainian nls map (Olexander Kunytsa)
16860786Sps 47. exit immeditiately if we get an error while we are setting up
16960786Sps     (Michael Shalayeff)
17060786Sps 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
17160786Sps 45. change winnt to winnt_native (Randolph Fritz)
17260786Sps 44. Support home/end in the editor (Andrey A. Chernov)
173170256Sdelphij 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
174170256Sdelphij 42. Alpha ev6 addition (Karen R. McArthur)
175170256Sdelphij 41. DSPMBYTE patch from (Issei Suzuki)
176170256Sdelphij 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
177170256Sdelphij 39. Fix resource limit rounding *again* (Johannes Gross)
178170256Sdelphij 38. Fix $ expansion in prompt (Takashi Sumiyoshi)
179170256Sdelphij 37. V6.09.03 - 20000715
180170256Sdelphij 36. cygwin port fixes (Arihiro Yoshida)
181170256Sdelphij 35. Add a new "catalog" variable that specifies which NLS catalog
18260786Sps     to be used (Issei Suzuki)
18360786Sps 34. cleanup and addition of page up/down (amol)
18460786Sps 33. fix vfork compile problem.
18560786Sps 32. use inet_addr instead of inet_aton for portability.
18660786Sps 31. V6.09.02 - 20000704
18760786Sps 30. lots more completions (George Cox)
18860786Sps 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
18960786Sps     avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
19060786Sps 28. _MINIX_VMD port (Martijn van Buul)
19160786Sps 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
19260786Sps 26. aix-4 does not need gethostname (Darren Reed)
19389019Sps 25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
194128345Stjr 24. Fix prompt formatting (Andrey A. Chernov)
19560786Sps 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
19660786Sps 22. Handle long and expanded history lines better (Boleslaw Ciesielski)
19760786Sps 21. With symlinks=expand expand valid paths only (Martin Kraemer)
198128345Stjr 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
199128345Stjr 19. NT-specific executable detection moved to NT code (amol)
20060786Sps 18. New "complete module" (Dan Nicolaescu)
201128345Stjr 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)
202128345Stjr 16. Don't display "unset watch" message when not appropriate (kim)
20360786Sps 15. V6.09.01 - 20000114
204128345Stjr 14. Circumvent IRIX4D ESTALE bug by exiting.
205128345Stjr 13. IRIS4D de-linting.
20660786Sps 12. Finnish nls catalogs (Jukka A. Ukkonen)
207128345Stjr 11. Even more multibyte fixes (Taga Nayuta)
208128345Stjr 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
20960786Sps  9. Manual page typos (R. Bernstein)
210128345Stjr  8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
211128345Stjr  7. Color-ls fixes (Luis Francisco Gonzalez)
21260786Sps  6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
213161475Sdelphij     the value returned from times(2) which is the ticks since system
214161475Sdelphij     startup (Frank van der Linden)
215161475Sdelphij  5. Time percentage wrap fix (Simon Burge)
216128345Stjr  4. EUCKR support (HyunChul Kim)
217128345Stjr  3. Grammar and typo fixes for tcsh.man (Steve Kelem)
21860786Sps  2. More multibyte fixes (Rodney Ruddock)
21960786Sps  1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
22060786Sps
22160786Sps 65. V6.09.00 - 19990816
222221715Sdelphij 64. Add csh emacs mode (Dan Harkless)
223221715Sdelphij 63. Make sure the the glob buffer matches the word buffer size (Brian Biswas)
224221715Sdelphij 62. Fix periodic to work without tperiod set (Kenny McCormack)
225128345Stjr 61. V6.08.07 - 19990813
226128345Stjr 60. Fix e_dabbrev_expand (Bjorn Knutsson)
22760786Sps 59. Make \builtin work again (by calling the command not the builtin)
228128345Stjr 58. Add NLS_BUGS for OS's that keep file descriptors open for NLS (Ian Dowse)
229128345Stjr 57. Make NONLSREBIND work after tcsh starts up.
23060786Sps 56. Fix AIX stupid exit bug. (Dan Harkless)
231128345Stjr 55. More irix fixes (Kaveh)
232128345Stjr 54. V6.08.06 - 19990701
23360786Sps 53. module command completion (Dan Nicolaescu)
234128345Stjr 52. Man command completion enhancement (Tom)
235128345Stjr 51. Fixes for irix configuration (Kaveh)
236128345Stjr 50. Support \a and \e in echo command. From (Keith Thompson)
237128345Stjr 49. Alpha configure nit from Kaveh
238128345Stjr 48. V6.08.05 - 19990511
239128345Stjr 47. In some system, when a builtin fails immediately after we start
240128345Stjr     tcsh and before we print any messages, NLS messages fail (some
241128345Stjr     descriptor might be closed) [FreeBSD, HP/UX?]. So we force reading
242128345Stjr     the NLS catalogs in errinit() (Yoshiyuki Sakakibara)
24360786Sps 46. typos in ja/set1 and ja/set29 (Yoshiyuki Sakakibara)
24460786Sps 45. "dspmbyte autoset trap" support to HP-UX 10.20. (Yoshiyuki Sakakibara)
24560786Sps 44. misnumbered NLS message in tw.help.c (Yoshiyuki Sakakibara)
246128345Stjr 43. colorcat variable for NLS color messages (Yoshiyuki Sakakibara)
247128345Stjr 42. autoconf fixes from Kaveh (and if it broke, me)
24860786Sps 41. SGI irix fixes from Glenn Coombs.
249128345Stjr 40. Don't spin writing the history file when quota is exceeded (Rob McMahon)
250128345Stjr 39. V6.08.04 - 19990419
25163128Sps 38. complete additions (John Gotts)
252128345Stjr 37. Port to amiga with geek gadgets (Arto Huusko)
253128345Stjr 36. Ignore case in setenv for windows (amol)
25463128Sps 35. Bug fixes for NT unc stuff (amol)
255128345Stjr 34. Hash spell check (amol)
256128345Stjr 33. V6.08.03 - 19990211
25760786Sps 32. Helpcommand documentation (Vladimir Alexiev)
258128345Stjr 31. small Y2K fix [%y in prompt would be formatted as 10 not 00 at year 2000],
259128345Stjr     and new Itoa() code (Chris Torek)
26060786Sps 30. OpenBSD m68k patches (Paul DuBois)
261128345Stjr 29. Avoid redefinition of getpeername on Solaris-2.7
262128345Stjr 28. fix problems with savedups=erase, savehist=merge (Randy Gobbel)
26389019Sps 27. Don't set $shell to csh, if we were invoked as tcsh (Tomas Persson)
264128345Stjr 26. added $_
265128345Stjr 25. added postcmd
26660786Sps 24. V6.08.02 - 19981124
267128345Stjr 23. document continue and continue_args
268128345Stjr 22. wrong test in slowexec made NT optimization a noop (Amol)
26960786Sps 21. Rhapsody fixes + separate CFLAGS/CPPFLAGS (Wilfredo Sanchez)
270128345Stjr 20. literals in both prompt at rprompt did not work properly (Taga Nayuta)
271128345Stjr 19. multibyte deletion fixes (Yoshiyuki.Sakakibara)
272128345Stjr 18. clean up key binding stuff for NT by moving the nt dependent code to
273128345Stjr     the NT source (amol)
27463128Sps 17. dspmbyte fixes for AIX, typos in man page and nls (Yoshiyuki Sakakibara)
27563128Sps 16. Convex fixes (Ron Echeverri)
276128345Stjr 15. V6.08.01 - 19981025
27760786Sps 14. SX4 port; this adds many casts for machines where ptrdiff_t is 64 bits.
27860786Sps     (Andreas Schott)
279170256Sdelphij 13. U/Win port; does not work properly with U/Win 1.6, wait for the next
280128345Stjr     version (Chris Jones)
281128345Stjr 12. Sgi does not need gethostname prototype (John Bogan)
282161475Sdelphij 11. Logic in sh.dir.c was wrong for NT (Amol)
283161475Sdelphij 10. HP_CXD_SPP stat64 fixes (Scott Garee)
284161475Sdelphij  9. Documentation spelling fixes (Keith Thompson)
285128345Stjr  8. Documentation fix for savedirs (Amol)
28660786Sps  7. Siemens OSD_POSIX fixes (Martin Kraemer)
28760786Sps  6. include <errno.h> for all the BSD's (Trevor Johnson)
288173682Sdelphij  5. Multibyte display fixes for gnu ls (Taga Nayuta)
289173682Sdelphij  4. Configure/Makefile hesiod and bindir fixes (Dan Winship)
290173682Sdelphij  3. Use winnt not win32 in tc.os.h (Amol)
291128345Stjr  2. Cygwin32 port (Raj Menon)
292128345Stjr  1. Ported Fixes (Tom)
29360786Sps
294128345Stjr 95. V6.08.00 - 19981002
295128345Stjr 94. where builtin nt fix (Amol)
29660786Sps 93. V6.07.13 - 19980926
297128345Stjr 96. NT multibyte fixes (Amol)
298128345Stjr 95. NeXT needs getcwd.
29960786Sps 94. fix new bug introduced by strncpy'fication in sh.dir.c (Taga Nayuta)
300128345Stjr 93. V6.07.12 - 19980918
301128345Stjr 92. add cray in configure script (Tom)
30260786Sps 91. nls fixes
303128345Stjr 90. Avoid buffer overflows in directory code (kim)
304128345Stjr 89. Add multibyte character display support (Yoshiyuki Sakakibara)
30560786Sps 88. Make tcsh use getcwd instead of getwd and supply a getcwd.
306128345Stjr 87. Fix remotehost again (kim)
307128345Stjr 86. V6.07.11 - 19980913
30860786Sps 85. Leave remotehost ip addresses alone (don't try to resolve them) (Kim)
309128345Stjr 84. Read vs. force_read fixes (Amol)
310128345Stjr 83. Make colorls if color is set before the first LS_COLORS setenv
31160786Sps     (Taga Nayuta)
312128345Stjr 82. Use _PATH_DEFPATH on BSD4_4 systems. (Jim Bernard)
313128345Stjr 81. Cursor bounds checks (Michael Schroeder)
31460786Sps 80. Syntax error nits (Michael Schroeder)
315128345Stjr 79. configure fixes (Michael Schroeder)
31660786Sps 78. V6.07.10 - 19980904
31760786Sps 77. Off by one error in NO_ERRORS...
318128345Stjr 76. Japanese NLS messages (Yoshiyuki Sakakibara)
319128345Stjr 75. Add ENXIO and EBADF in the test for write failures for Irix Zombies
320128345Stjr     (Ralf W. Grosse-Kunstleve)
321128345Stjr 74. Missed a test for NOSTRCOLL in glob.c (Michael Liepelt)
32260786Sps 73. Another ABSOLUTEP change (Amol)
32360786Sps 72. Italian NLS messages (Massimo Bertozzi)
324128345Stjr 71. WIN32 fixes for ntslowexec and color_ls literal printing in prompt (Amol)
325128345Stjr 70. a few missed WIN32 merges (Amol)
326128345Stjr 69. defined YPBUGS for sgi (Kaveh)
327128345Stjr 68. V6.07.09 - 19980707
32860786Sps 67. Separate the nt builtins (Amol)
32960786Sps 66. completion fixes (Tom)
330128345Stjr 65. color ls fixes (Taga Nayuta)
331128345Stjr 64. V6.07.08 - 19980629
33260786Sps 63. add config.h.in (Kaveh)
333128345Stjr 62. win32 updates (Amol)
33460786Sps 61. warning and portability cleanups on the new changes (Kaveh)
33560786Sps 60. V6.07.07 - 19980628
336128345Stjr 59. Fast execute by-pass for win32 (Amol Deshpande)
337128345Stjr 58. Clean up const usage a bit, and fix gcc 2.8.1 warnings.
338128345Stjr 57. Use @bindir@ for DESTBIN in Makefile.in (Edgar Hoch)
339128345Stjr 56. Avoid overflow in time builtin computation (Nobue Adachi)
34060786Sps 55. Color ls additions (Taga Nayuta)
34160786Sps 54. unsigned char vs. char warning fixes (Kaveh)
342128345Stjr 53. Solaris 64 bit fixes (fix directory offset bug) (Thomas-Martin Kruel)
343128345Stjr 52. More win32 patches (Amol)
344128345Stjr 51. autoconf lossage from (Kaveh)
345128345Stjr 50. V6.07.06 - 04/08/98
34660786Sps 49. Collation fix for globbing (Andrey A. Chernov)
34760786Sps 48. We might have NLS_CATALOGS and not LC_MESSAGES (Andrey A. Chernov)
348128345Stjr 47. 4.4BSD header fixes (Andrey A. Chernov)
349128345Stjr 46. Signed char prompt fixes (Andrey A. Chernov)
350128345Stjr 45. Pattern match fix for directory searches (Mike Patnode)
351128345Stjr 44. Pentium DGUX fixes (Miko Nahum)
352128345Stjr 43. Spanish nls message catalogs (Luis Francisco Gonzalez)
353128345Stjr 42. Fix trailing whitespace parsing in HASHBANG code (Martin Kraemer)
354128345Stjr 41. Remove stray debuggin message from unmatched substitutions.
35560786Sps     (from Amol Deshpande)
35660786Sps 40. Fix reversed arguments in Usagae message. (from Amol Deshpande)
357128345Stjr 39. Fix bug introduced at tcsh-7.06.03 [expdollar] that affected %.n prompt
358128345Stjr     format.
35960786Sps 38. Fix typos introduced in last batch of changes.
360173682Sdelphij 37. Fix interrupted script using onintr, exiting parent shell problem.
361173682Sdelphij 36. Cleanup prototypes.
362173682Sdelphij 35. V6.07.05 - 10/28/97
363173682Sdelphij 34. Integrate Amol Deshpande's WINNT fixes to the tcsh source. Note that
364173682Sdelphij     this is not complete yet; we are missing the NT glue code and the message
365173682Sdelphij     catalogs.
366128345Stjr 33. Fix ^T at the first character in the line  (Chuck Silvers)
367128345Stjr 32. Eliminate xsprintf and xvsprintf
36860786Sps 31. Qmail patch from (Matthew Zahorik)
369128345Stjr 30. Added missing linux signals (Vadim Vygonets)
370128345Stjr 29. fixed problem where  complete complete  'p/*/t:*.txt/' would not honor
371128345Stjr     the pattern.
372128345Stjr 28. Port to an EBCDIC machine: BS2000 by Siemens Nixdorf that has an
373128345Stjr     IBM/390 compatible processor (Martin.Kraemer)
374128345Stjr 27. Detect when we have errors writing to stdout (Vadim Vygonets)
375128345Stjr 26. Ignore quotes in the comparisons for builtins, so that \builtin works
376128345Stjr     (Amol Deshpande).
377128345Stjr 25. HPUX, portability fixes; make sure that we have the right config file
378128345Stjr     (Jonathan Kamens)
379128345Stjr 24. Don't do lookups for x displays and figure out ttys properly 
380128345Stjr     (Leonard N. Zubkoff)
381128345Stjr 23. make print_by_columns print in a single column when the output is not a tty
382128345Stjr 22. use rlim_t for Solaris2 (Casper Dik)
383128345Stjr 21. V6.07.04 - 05/04/97
384128345Stjr 20. set -f -l patch (Michael Veksler)
385128345Stjr 19. SGI patches (Tomasz J. Cholewo). Also fix completion code to take into
386128345Stjr     account aliases that start with a period.
387128345Stjr 18. SCO patches (Boyd Lynn Gerber)
388128345Stjr 17. Fujitsu patches (Toshiaki Nomura)
389128345Stjr 16. autoconf patches (Kaveh Ghazi)
390128345Stjr 15. BSDI patches (Paul Vixie)
391128345Stjr 14. %Q formatting character addition.
392221715Sdelphij 13. Fix set=#123; echo $i:s/#// (Quoting problem)
393221715Sdelphij 12. V6.07.03 - 02/23/97
394221715Sdelphij 11. Understand %$variable in the prompt.
395128345Stjr 10. Quote directory names properly in .cshdirs
396128345Stjr  9. USE_ACCESS and autoconfig patches from (Larry Schwimmer)
397128345Stjr  8. Pyramid att config file (Andrew Lister)
398128345Stjr  7. $rprompt code (Luke Mewburn)
399128345Stjr  6. Kanji patches (Huw Rogers)
400128345Stjr  5. Cray T3E port (Jorn Amundsen)
401161475Sdelphij  4. Avoid html redirects in tcsh.man2html (from Kimmo)
402161475Sdelphij  3. HP/UX 10.0 fix for filesize resource limit; don't scale by 512 anymore.
403161475Sdelphij  2. Workaround for TIOCSTAT for NetBSD from lukem@netbsd.org
404128345Stjr  1. Return exit status from 0..255 not -128...127, as POSIX mandates.
405128345Stjr
406128345StjrV6.07.02, 10/27/96
407128345Stjr 58. More configure fixes from Kaveh.
408128345Stjr 57. Fix histdup=erase again: Don't renumber events, or access uninitialized
409128345Stjr     storage.
410128345Stjr 56. 6.07.01 - 10/19/96
411128345Stjr 55. Fix histdup=erase, where after some repetitions, we would get negative
412128345Stjr     history events (kim@gw.com)
413128345Stjr 54. NLS fixes and typo in sh.err.c (Martin.Kraemer@deejai.mch.sni.de)
414128345Stjr 53. Output history in raw format in the history file (mveksler@VNET.IBM.COM)
415128345Stjr 52. Fix possible core dump when !:<tab> in autoexpand mode (rbrown@ERA.COM)
416128345Stjr 51. 6.07.00 - 10/11/96
417128345Stjr 50. Avoid stdio.h inclusion problem in SCO (gethost.c).
418128345Stjr 49. A bit of housekeeping in host.defs
419128345Stjr 48. 6.06.04 - 10/05/96
420128345Stjr 47. Fix tellmewhat() code to return true if found.
421128345Stjr 46. Change register foo to register int foo to avoid compiler warnings.
422170256Sdelphij 45. Fix problem with sticky non editing mode from Casper Dik.
423128345Stjr 44. history lex fix from Martin Kraemer; history events that ended with 0
424128345Stjr     were not properly parsed.
425170256Sdelphij 43. SNI fixes from Martin Kraemer.
426128345Stjr 42. SGI fixes from Ralf W. Grosse-Kunstleve.
427 41. BSDI2.1 fixes from Paul Vixie.
428 40. 6.06.03 - 09/24/96
429 39. undef TIOCGLTC for HP/UX 10.0 from Michael Shroeder
430 38. Sinix fixes
431 37. 6.06.02 - 06/22/96
432 36. Added implicitcd
433 35. Added configure.in and Makefile.in from Kaveh.
434 34. unset path, unsetenv PATH, ./foo did not work.
435 33. Add VAR_NOGLOB, and use it to avoid globbing directory names when
436     cd'ing into them.
437 32. Fix bug introduced in the new tty parsing code.
438 31. Avoid pushing string back to the parsing string in ${ errors.
439 30. Patches for the manual page from Dave.
440 29. 6.06.01 - 05/24/96
441 28. Use sysconf to get NCARGS if available Robert Daniel Kennedy
442     <kennedy@b0ru01.fnal.gov>
443 27. Grab the program name and use that instead of tcsh in error messages.
444 26. Fix histdup, so that it does not leave gaps in the event sequence.
445 25. HP/UX v10.0 fixes: Don't use bsdtty.h and avoid clobbering memory
446     since SIGRT??? is defined as -1.
447 24. Avoid coredumps when $TERMCAP exceeds 1024 characters
448     Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
449 23. Fix memory clobbering when SHORT_STRINGS is not defined. 
450     Todd J Derr <infidel+@pitt.edu>
451 22. Only restart stopped editors. Robert Webb <robertw@wormald.com.au>
452 21. Recognize pts sysv ptys when checking to set autologout Bob Myers
453     <bob@intelenet.net> 
454 20. Magic space incomplete modified core dump fix. Chris Metcalf
455     <metcalf@catfish.lcs.mit.edu>, Bradley White <bww@fore.com>
456 19. Linux nls fixes Rik Faith <faith@cs.unc.edu>
457 18. SGI RS8000, Ported notes. Ralf W. Grosse-Kunstleve
458     <rwgk@laplace.csb.yale.edu>
459 17. Greek nls messages. Aggelos P. Varvitsiotis <avarvit@cc.ece.ntua.gr>
460 16. Imakefile linux and libcrypt fixes. Jonathan Kamens  <jik@cam.ov.com>
461 15. FreeBSD fixes Jukka Ukkonen <jau@jau.csc.fi>
462 14. Expand the environment space for path Steve Kelem <steve.kelem@xilinx.com>
463 13. Don't overwrite the environment randomly Steve Kelem
464     <steve.kelem@xilinx.com>
465 12. Don't turn the editor on when we have dumb or unknown terminals. This
466     breaks emacs when compiled with terminfo Jonathan Kamens  <jik@cam.ov.com>
467 11. Fix F- parsing in tc.bind.c <bob@intelnet.net> (Bob Meyers)
468 10. Added -T option in history to force timestamp printing. -h alone does
469     not print timestamps anymore for compatibility with csh.
470  9. Typo in tc.bind.c [with -DOBSOLETE] (misplaced parenthesis)
471  8. Recognize convex models properly.
472  7. suppress the DING! option using the noding variable.
473  6. negative nice values did not work.
474  5. Harris CX/UX 7.x support.
475  4. ERR_DMMODE was used on the crays but not defined. I changed the error
476     messages in tc.os.c to use ERR_STRING instead, and fixed a missing error
477     message in the catalogs. Someone will need to retranslate #30 and #31
478     in set23.
479  3. Bug setting listflags... Workaround: set listflags=(A /bin/ls)
480  2. Typo in Imakefile (# comment instead of c comment)
481  1. Typo in ma.setp.c (missing parenthesis)
482
483
484V6.06.00, 05/13/95
485 88. Cleanup off-by-one error ed.defns.c.
486 87. 6.05.09 - 05/06/95
487 86. Small memory leak in dosetenv()
488 85. Make sure that the number of editing functions defined is correct
489     and abort otherwise.
490 84. Completion Fixes from Tom
491 83. Don't add yp stuff in the tilde cache [names that start with + or -]
492 82. Don't let children catclose() in xexit(), because the parent will lose
493     access to the nls catalogs. From Michael.
494 81. 6.05.08 - 04/29/95
495 80. Update to the newest csh sh.file.c
496 79. More completions from Tom.
497 78. Fix the Imakefile to use XCOMM
498 77. Update for AIX 3.2.
499 76. French catalog from J.M.Vansteene@frcl.bull.fr (fwd Michael Schmidt)
500 75. Nls fixes and small typos from Michael
501 74. PDP11 BSD type fixes.
502 73. More manual page fixes.
503 72. 6.05.07 - 04/19/95
504 71. More NLS catalog fixes.
505 70. Bruce's jumbo patch.
506 69. 6.05.06 - 03/15/95
507 68. make clean does not clobber config.h if Makefile.std is used.
508     make veryclean does.
509 67. New config define NISPLUS. Reportedly fixes vanishing output of ~expansion
510     on solaris 2.4.
511 66. showdots has been removed; use listflags instead. [handles -x too]
512 65. more nls catalog fixes.
513 64. set histchars=,. did not have any effect in .cshrc
514 63. fix "-c command" new core dump.
515 62. more completions from Tom
516 61. call catclose() before exiting, so that svr4 cleans up the symlinks before
517     exiting.
518 60. Per's fix for insert-last-word
519 59. Per's emacs abbreviation mode.
520 58. Makefile fixes for catalog stuff.
521 57. fixed again complete-word-raw and list-word-raw
522 56. 6.05.05 - 03/11/95
523 55. Made %?str work again
524 54. IRIX sigalarm problem should be fixed
525 53. complete-word-raw and list-word-raw should work
526 52. nls catalogs complete reworking.
527 51. sh.init.c: Signal complete rewrite.
528 50. Signal fixes from Bruce.
529 49. Added promptchars, like histchars; affect %# in the prompt. The first
530     char is for the user and the second is for root.
531 48. 6.05.04 - 03/03/95
532 47. Add NODOT config, $command [that holds the command passed with -c]
533     $GROUP and $group
534 46. AFS fixes from Larry Schwimmer <rosebud@cyclone.Stanford.EDU>
535 45. Real NLS catalogs from Michael Schmidt <michael@muc.de>
536 44. patch to allow ^? binding.
537 43. completion patch from Paul DuBois.
538 42. Don't spell check in here docs.
539 41. Incorrect normalization of usec in sh.time.c
540 40. directory printing and option parsing fixes [from Paul DuBois]
541 39. realloc_searchlen should be static to avoid conflicts with OS's that
542     use the same malloc package.
543 38. LOGINFIRST now applies to /etc/csh.login
544 37. Fixes in bind compatibility code to bindkey.
545 36. 6.05.03 - 01/17/95
546 35. Don't print the whole watchlist on startup. One can use explicitly
547     the log builtin for that.
548 34. Don't display the $watch value in the log command. 
549 33. Don't delete the unmatched portion if we try to complete a spelling error.
550 32. Solaris 2.4 workaround for isprint('\t') lossage (From Casper)
551 31. Fixed csh bug: [Reported by Jaap]
552	set test="one\
553	two\
554	three"
555	echo "$test:q"
556 30. Fixed the lossage in setting the looking mode in tw.parse.c before
557     calling t_search; $x/$y will not append the right suffix.
558 29. Another attempt at the gethost timeout code.
559 28. Cray dmmode and filetests -m -k [need documentation!]
560 27. More manual patches.
561 26. Don't glob the path; security problem and core-dump. [from beto]
562 25. Avoid waiting for jobs that failed to restart, thus hanging the shell.
563     eg, run job in background, attach to debugger; kill it inside the
564     debugger. Get out of the debugger and you are stuck if you fg that job.
565 24. 6.05.02 - 09/04/94
566 23. remhost code could pass the wrong length to getpeername()
567 22. too eager sed'ing broke convex getwarpbyvalue() to getwarpbyvarval()
568 21. Fixed new bindings bug.
569 20. Fixed bug in newgrp code; execv was called incorrectly.
570 19. Take into account programmable completion hints when spell checking.
571 18. Unconditionally change stty modes in Rawmode()
572 17. Change date in $version to be ISO 8601 per Keith's suggestion
573 16. Fixed portability problems in the new counted-strings codes (From Kaveh)
574 15. Fixed binding problem with the new counted-strings code [all key bindings
575     ended up in the extended map]
576 14. 6.05.01 - 07/08/94
577 13. Changed key bindings to use counted strings instead of Null terminated
578     strings, so that binding ^@ works.
579 12. Fix parsing bug, where words that contained keywords caused incorrect
580     word breaks:
581	switch (iftagd)
582	case iftagd:
583	    echo It works
584	    breaksw
585	default:
586	    echo It is broken.
587	endsw
588 11. Fix sh.c for systems with no job control. [the new hup builtin sends
589     SIGCONT].
590 10. Don't add the suffix character when all completions fail, from michael
591  9. Added histdup=erase, that deletes the oldest duplicate instead of
592     the newest.
593  8. Don't call .logout recursively if we receive more than one hup,
594     and don't process hangups when we execute the .logout.
595  7. $logout was set to a static string.
596  6. Non printable binding listing was broken.
597  5. Recursive sourced scripts would get mangled up because of input buffer
598     confusion (thanks michael)
599  4. M-space should not be counted as a space. Leads to infinite loop in
600     word splitting.
601  3. Pyramid fixes.
602  2. Fixed '\' in sysv echo (from Mika)
603  1. Missed fix_yp_bugs() when setting REMOTEHOST (From Casper)
604
605
606V6.05.00, 06/19/94
607113. 6.04.17 06/18/94
608112. Realloc debug fix from John.
609111. Completion fixes from Bruce.
610110. Added -b option to bind.
611109. Added tcsh.man2html from Dave. Looks great!
612108. 6.04.16 06/06/94
613107. Allow multi word glob in "`foo`" expressions.
614     > if ("`ls`" == "a b c") then
615106. Michaels lex() buffer patch version 2.
616     the previous version core-dumped with
617     > sleep | echo
618105. Fix seg fault in find_cmd, when path is unset.
619104. 6.04.15 05/28/94
620103. the previous =~ fix, was a bit broken.
621102. 6.04.14 05/25/94
622101. expression parser fix for !~ and =~.
623     if (foo =~ *) echo ok
624     the * was taken for a multiply and parsed as 0 * 0 returning 0.
625     and asked to match "foo" with "0"
626100. Michael's lex() buffer patch.
627 99. Bruce's Jumbo cleanup
628 98. fixed Imakefile for X11R6
629 97. fixed argument parsing in source command.
630 96. added $sched to format scheduled events.
631 95. 6.04.13 05/07/94
632 94. added expand-command
633 93. Alpha OSF-2.0 fixes
634 92. 6.04.12 04/28/94
635 91. Ignoreeof patch from Bruce.
636 90. Dan's completion fix.
637 89. 6.04.11 04/12/94
638 88. Don't source .logout when killed with -HUP unless we are a login shell.
639     [ actually $loginsh controls the behavior now ]
640 87. ISC-4.0 posix exec() bug workaround
641     (from Jonathan Broome <jon@wilbur.uucp>)
642 86. Dan's patch for complete=enhance
643 85. Kaveh's patches for memset, host.defs, _{U,G}ID_T
644 84. 6.04.10 03/29/94
645 83. Pathname completion bug fixes...
646 82. Completion pathname(p) changes: Completion 'C' -> 'X'.
647     Replaced 'p' with 'F' and added D,T,C.
648 81. Next NLS fixes
649     (From Paul Nevai <nevai@ops.mps.ohio-state.edu>)
650 80. make spelling correction obey the current histchars setting.
651 79. Fix rounding in limits so that 0 is a true 0. 
652     (From Ken Lalonde <ken@cs.berkeley.edu>)
653 78. 6.04.09 03/12/94
654 77. Alarm race with remotehost.
655 76. If you have in your .cshrc 
656	set savehist=(100 merge)
657	and execute
658	#!./tcsh
659	exec ps
660     you get no output; [fixed]
661 75. setenv SHLVL -1; tcsh = Segmentation fault [fixed]
662 74. 6.04.08 02/10/94
663 73. new machtype, ostype, vendor
664 72. execute .logout on hangup.
665 71. more man page fixes.
666 70. 6.04.07 02/04/94
667 69. Dynamic hash changes, globbing for which command from Michael.
668 68. INBUFSIZE fixes for history.
669 67. printenv returns 1 when a variable is not found, like the non builtin one
670 66. Add quotes to the mismatch array so that:
671     > touch foo
672     > mail "oo bar"
673     does not get corrected. The right fix would be to do correct parsing
674     and quote the space...
675 65. NULL terminate mismatch[] array in ed.inputl.c, since it is used in
676     Strchr().
677 64. renamed stat to filetest
678 63. Afs and Hesiod patches.
679 62. More manual page patches.
680 61. 6.04.06 12/19/93
681 60. Alarm for resolver timeouts (untested)
682 59. Fixes for Henry Spenser's regex in the Makefiles
683 58. Modifiers now work with $< and $< does not do :q by default.
684     [incompatibility with csh] and $< can be interrupted.
685 57. Added $histdup.
686 56. source /etc/.login for Solaris 2.x
687 55. don't remove trailing spaces in history searches.
688 54. dirs -L and dirs -S spurious warning elimination.
689 53. man page fixes from David.
690 52. Kimmo's patch [makefile, gcc warning, netdb.h include]
691 51. 6.04.05 12/12/93
692 50. rewrote srcunit() to use st_save and st_restore. The code was
693     too messy to be useful before.
694 49. recdirs and rechist patches again!
695 48. Harris hck port, and ISC imake update
696 47. Eliminate the x windows :display.screen before looking for the 
697     hostname in REMOTEHOST
698 46. Patch for CDF filetype() recognition (hpux)
699 45. 6.04.04 11/12/93
700 44. Made =x obey nonomatch.
701 43. Fixed rechist and recdirs not to depend on savehist and savedirs
702 42. Removed aliases, bind, linedit builtins [ifdef'ed out as OBSOLETE]
703 41. change REMHOST to REMOTEHOST for compatibility with SGI.
704 40. $owd was not working correctly.
705 39. Debugging printf elimination (from Kimmo)
706 38. Typos in the new hup code in sh.c (from Matt)
707 37. Imakefile fix for sequent (from Jaap)
708 36. 6.04.03, 10/30/93
709 35. New manual page in place.
710 34. Fixed Makefile sed RE to work with gnu sed.
711 33. Added hup builtin.
712 32. Added $REMHOST in config_f.h
713 31. Fixed random parsing bug in sh.exp.c in isa(). It checked cp[1]
714     without checking cp[0] first... (should propagate to 4.4BSD)
715 30. More sh.exp.c fixes from Bruce
716 29. Always exit when the user types exit. 
717     cat | tcsh -f -s
718     exit
719     ls
720 28. savedirs fix and readlink() null termination fix from Peter.
721 27. Added -p flag (force dirs printing in all directory functions and $owd
722     variable
723 26. Let $dirstack work by default without needing to be set.
724 25. Fixed history -h to work with other history flags.
725 24. Renamed ed-functions more consistently (dcs)
726 23. Added missing filetests (dcs)
727 22. Added NEWGRP define in config_f.h (dcs)
728 21. More fixes for non blocking io recovery from Bruce
729 20. 6.04.02, 10/08/93
730 19. changed default prompt to %#
731 18. New group 'g' completion.
732 17. removed IIASA defs.
733 16. fix for history -SL and dirs -SL to work when savedirs and savehist are
734     not set.
735 15. fix magic-space to understand :p
736 14. make :u,:l work for history.
737 13. Fixes for non-blocking i/o recovery. trap all non blocking styles under
738     sunos.
739 12. 6.04.01, 08/10/93
740 11. Vi mode word moves [they work like vi and don't obey wordchars anymore].
741 10. New file operators and stat builtin
742  9. David's FIONREAD patch for SVR4
743  8. Bruce's ignoreeof=n patch
744  7. Dan's complete/correct enhancement
745  6. Abort corrections patch.
746  5. Print_by_columns, now does not use the rightmost column.
747  4. Renamed config/config.$i to $i to avoid once and for all filename length
748     problems.
749  3. bbn butterfly config
750  2. Beto's proc fixes
751  1. Bruce's bug fix for ed.chared.c, signals
752
753
754V6.04.00, 07/03/93
755 92. Alpha prototypes, for gcc -Wall clean compile.
756 91. Fixed alpha hashing. Did not work for directories > 31, Thanks to
757     Dan Mosedale <mosedale@genome.Stanford.EDU> for all the help!
758 90. Added USE(a) for unused parameters, to avoid compiler warnings.
759 89. 6.03.10, 06/25/93
760 88. Makefile and lint patches from Bruce.
761 87. Posixsig patch from Peter for svr4
762 86. 6.03.09, 06/11/93
763 85. signal handling broke with the last job control patch...
764     > (does-not-compute;)
765     would hang.
766 84. don't quit after the first modifier fails:
767     > set i=aabbcc
768     > echo $i:s/a/A/:s/b/B/
769     AaBbcc
770     > echo $i:s/x/A/:s/b/B/
771     aabbcc
772 83. Imakefile fixes for sequents from Jaap.
773 82. Move past the bottom of input when we hit ^C, so that multi-line
774     input commands don't get trashed.
775 81. Look only at the first word in ${EDITOR,VISUAL} to determine the
776     editor name.
777 80. Last patch broke listmax.
778 79. Remove extra sandbagging in exitstat(). Not needed anymore as value()
779     will never return NULL.
780 78. Save $status before calling aliasrun() otherwise:
781     > alias precmd 'cd .'
782     > true
783     > echo $status
784     0
785     > false
786     > echo $status
787     0
788 77. 6.03.08, 06/07/93
789 76. missing prototypes/unused variables under SYSV4.
790 75. savedirs should glob the filename argument.
791 74. 6.03.07, 06/05/93
792 73. Changed _Q, _Q1 macros in sh.lex.c, sh.dol.c, sh.char.? to _QF and _QB
793     because today 4.4BSD <ctype.h> defined _Q to be ``Phonetics''
794 72. listmaxrows variable.
795 71. set -r would not make existing variables readonly.
796 70. print usernames with ~user where possible in dirs and job cwd's
797 69. Mika's fixes (missing args in sh.c set(), linux Makefile, SIGCHLD)
798 68. FIONREAD argument is int everywhere except on SunOS where it is long.
799     Tcsh used to think that it was long, and so it broke on the alpha where
800     sizeof(int) != sizeof(long)
801 67. 6.03.06 05/16/93
802 66. Pipeline fixes. This should get rid of the dreaded Stopped tty output
803     message.
804 65. Michael's fix for history buffer cleanup:
805     > alias foo 'echo \!:1:h'
806     > foo a/b
807     a
808     > ^P [nothing happens]
809 64. Unsigned long rlimit type for 64 bit machines (alpha)
810 63. Fixed Imakefile for alpha
811 62. tilde expansion now obeys $nonomatch
812 61. readonly veriables. 'set -r x=3' will set x to a very sticky 3...
813 60. Fixed bug in the new tab'ed completion that interfered with old listing.
814 59. Fixed entry -> item in tw.parse.c
815 58. Added -f option to unlimit
816 57. Define __STDC__ in Imakefile for Irix
817 56. Static redeclarations in tw.parse.c
818 55. 6.03.05 04/26/93
819 54. Don't echo history expansion in loops:
820     > alias junk 'foreach i (\!:2*) \
821     foreach? echo \!:1 $i; \
822     foreach? end'
823     > junk a b c d
824     echo a $i ;
825     a b
826     echo a $i ;
827     a c
828     echo a $i ;
829     a d
830 53. Added complete-word-fwd and complete-word-back that scroll through
831     the list of possible completions... Neat addition from 
832     jfink@csugrad.cs.vt.edu (Jeff "$DOTDIR" Fink)
833 52. Workaround hpux9.01 broken optimizer in sh.glob.c where 'ls *' breaks.
834 51. Michael's editor fix.  With "magic margins" and 80 char width, try:
835	> set prompt=
836	<ESC>20a<CTRL>a<ESC>76b<CTRL>ac
837 50. Reverted fix that does not glob the expanded back-quote text again.
838 49. > cd /., echo $cwd
839     /.
840     Eliminate the . in this case...
841 48. Matt's optimization in glob.c [retracted]
842 47. Fixed bug with -S
843 46. Renamed Makefile Makefile.std, and fixed the readme file
844 45. 6.03.04 04/07/93
845 44. Changed -s == !-z and -S == socket
846 43. Fixed typo in sh.c, in phup [shpgrp != pr->pgrp]
847 42. Multi-line aliases are not entered into the history when executed.
848 41. Changed f_seek to a union to avoid gcc warnings on 4.4BSD
849 40. Fixed 'unset home; dirs' bug
850 39. fixed $HOME->$home memory problem.
851 38. $?0 returns false now on interactive shells for csh compatibility.
852 37. Default watch inteval was 10 hours not 10 minutes as advertized in the
853     manual!
854 36. Fixed clobbered veriable warning from gcc-1.39 in tw.parse.c
855 35. Fixed typo with INVPTR in sh.lex.c
856 34. 6.03.03 03/04/93
857 33. Eliminate 'Reset tty pgrp error message'. It is normal for the
858     walking process group stuff. Check about the killpg() above?
859 32. More portability for 64 bit machines.
860 31. Improved completion error messages.
861 30. Fix bug with double globbing expansion on mirrored variables:
862	> setenv TERM '?vt100'
863 29. Avoid hanging when writing to pipes etc. (From Paul Close)
864 28. Typo in the $HOME->$home mirroring.
865 27. %p %P 'p'recise time formats that include seconds for prompt strings.
866 26. Signal list fixes from Paul Close. nsig is now a variable.
867 25. 6.03.02 02/12/93
868 24. NEC SX3 "entry" is a reserved word!, changed entry to item...
869     [this is as bad as cray typedefining "word" to int. Next thing I know,
870      I'll have to prefix all the variables with tcsh_!]
871 23. xxx
872 22. Protected all include files to avoid warnings from lcc.
873 21. Finally resolved the job control problems with linux and ISC (from Beto)
874 20. More HUP,XFSZ,XCPU fixes. (with Beto)
875 19. Dcanon would not canonicalize correctly in case where dnormalize()
876     failed to find a directory, but the directory existed when not 
877     crossing the symbolic link.
878 18. sh.init.c fixes; give 65 signals for all POSIX machines.
879 17. AMS mail fixes and cmu wm handling.
880 16. Setenv would not ignore trim quoted names...
881     > alias foo 'setenv "\!:1" bar'
882     > setenv FOO 123
883     > foo FOO
884     > printenv
885     ...
886     FOO=123
887     FOO=bar
888     ...
889 15. 6.03.01 08/01/93
890 14. #undef SHORT_STRINGS gcc warning fixes...
891 13. csh bug fix in foreach [quoteing problem]
892     > foreach i ("*")
893     > echo $i:q
894     > end
895     Should print *
896 12. ls-F obeys showdots...
897 11. After scheduled commands get executed, the editor could stay disabled
898     until the first enter.
899 10. sigset() bug in ed.init.c; ^C could get disabled sometimes.
900  9. Don't glob in dowhich(); otherwise \pat does not work if pat is aliased.
901  8. When completion patterns are used $ and ~ expansion did not work right.
902  7. Printenv builtin and long backquote expansion fix from Harald.
903  6. $:-1, $:-0 enhancement from Paul and Michael.
904  5. Lynx/OS patches
905  4. Apollo bugs [Setenv -> tsetenv, typedef in pid_t]
906  3. ^@ did not work correctly in bindkey.
907  2. Fix vms/posix ifdefs in tc.alloc.c
908  1. Elide gcc-2.3.1 warnings
909
910
911V6.03.00, 11/20/92
912102. Solaris2 patches, renamed sunosX to sosX to fit in 14 character filenames.
913101. 6.02.12 11/12/92
914100. Decreased BUFSIZE to 1K...
91599. Don't use sbrk() in tc.alloc.c on VMS
91698. EINTR error handling from Michael
91797. Overwrite mode takes effect immediately, not delayed by a command.
91896. Emx fixes.
91995. SIGHUP gain...
92094. Coherent times()/ <sys/file.h> fixes.
92193. 6.02.11 10/27/92
92292. Mach setpath fixes.
92391. Which now globs its arguments
92490. Again POSIX SIGHUP fixes... Maybe we got it right this time...
92589. Increased BUFSIZE to 4K. Smaller machines may want to decrease this.
926    [ Now one can edit up to 4K of buffer! ]. From Harald.
92788. : is now a true builtin that does nothing, instead of being treated like
928    the last character of a label. This is so it can take args. From Harald.
92987. More fixes for hpux limits from Harald.
93086. Login shell if ppid == 1 and argc == 1 for VMS.
93185. Typo in sh.exec.c from Harry.
93284. Per's editor fixes.
93383. 6.02.10 10/17/92
93482. Don't free STRNULL in freelex(). Update linked list in copylex() to
935    do the same insert as in lex().
93681. Fixed spurious tilde printing in %c prompt.
93780. Fixed dumb wild free in AddXKey... 
938    (thanks Harald for the complex bindings! :-)
939    > bindkey "\e10z" expand-line # Any editor command will do
940    > bindkey -[cs] "\e10z" "foo" # Any string or command will do
941    Free(%x) ....
94279. coherent additions.
94378. fixes for hpux8 resource limits [Thanks Harald]
94477. 6.02.09 10/10/92
94576. More vms cleanups.
94675. Removed #include CONFIGH from sh.h. There was no way to make it work 
947    under VMS/POSIX
94874. Added t completion (Gray Watson)
94973. Memory leaks in sh.dir.c and sh.glob.c [thanks purify :-)]
95072. IRIX 5.0 patches (from Paul Close)
95171. BSD resource limits for hpux8.0 (From Andreas Stolcke)
95270. NGROUPS_MAX fixes (from Matt Day)
95369. 6.02.08 10/04/92
95468. VMS port additions.
95567. Added $%var, which == strlen(var)
95666. Added ^X^I and ^X^D to override programmable listing+completion
95765. Added case insensitive globbing for OS/2
95864. FIOCLEX and FIONCLEX are only used if we don't have FD_CLOEXEC.
95963. Added emx termio support, and emx pathsep support; emx compiles and runs:
960    needs job-debugging and finishing touches.
96162. Horrible bug with the lex linked list; from Loic Grenie, grenie@ens.fr
962    > echo a !#
963    echoed 'echo a echo a echo'!
96461. Shell -w,-x were incompatible with the same for test [POSIX] (beto)
96560. builtin newgrp did not accept the - argument.
96659. FIOCLEX for the masses (POSIX FD_CLOEXEC addition)
96758. Old style csh completion bug fix [not used] (beto)
96857. A background process waiting for input from tty
969    blocks when being foregrounded doesn't read its input and
970    doesn't get <cntl-c> and <cntl-z> signals.
971    It can only be killed from another session. (beto)
972    > cat > foo
973    #!/bin/csh -f
974    echo ">>>>>>"
975    set x = $<
976    echo $x
977    ^D
978    > chmod +x foo
979    > foo &
980    > fg
981    ^Z,^C # Nothing happens
98256. history > 1000 fix (beto)
98355. 6.02.07 9/18/92
98454. Added e_stuff_char() to put back a character in cooked mode in
985    the input stream... Useful for status (^T)
98653. $? == $status and $# == $#argv like in the bourne shell.
98752. Added $dirstack. Problems: off by one since =0 == $cwd, but 
988    $dirstack[1] == $cwd... Suggestions welcome.
98951. Leading spaces would confuse the run-help function.
99050. Don't expand imported environment variables:
991    > setenv HOME \*
992    > tcsh
993    > echo "$home"
994    > echo "$HOME"
99549. %C0n displays the number of directories omitted as /usr/local/bin /<2>bin/
99648. Added POSIXSIGS as a configuration option.
99747. Per's fixes for history format and arrow key binding.
99846. Expand-variables expands array variables too
99945. 6.02.06 8/14/92 
100044. Separated limit stuff from BSDTIMES and added BSDLIMIT
100143. History searching inconsistent with HistLit:
1002    > echo foo
1003    foo
1004    > ^foo^bar
1005    bar
1006    > ec[M-p]
1007    echo foo
100842. 6.02.05 8/8/92 
100941. sourcing a script that contains 'onintr -; onintr' would disable 
1010    interrupts on the command line
101140. cd ../... with symlinks=ignore would work !@#!@
101239. No more BACKPIPE for POSIX machines...
101338. SUNOS NLS bug workarounds...
101437. New HASHBANG define for #! emulation... even 386BSD does not have it
1015    yet...
101636. Added new -b -c file operators from SGI csh.
101735. 6.02.04 7/23/92 
101834. Walking process group fixes.
101933. $0 contains now argv[0] when we are not executing a shell script.
102032. New Getwd() was broken.
102131. 6.02.03 7/17/92
102230. We kill our last foreground process group on HUP, for POSIX systems.
102329. Walking process group fix.
102428. $shlvl gets reset to 1 for login shells.
102527. Macros can now involve multiple commands, i.e.
1026    bindkey -s "^[OP" "ls\n^P"
102726. 6.02.02 7/6/92
102825. nostat accepts now a list shell patterns.
102924. Avoid print_exit_value in if ( { foo } )
103023. Symbolic key names for bindkey [arrow keys].
103122. Smarter getwd() that avoids some of the NFS hangs...
103221. Use memmove() where possible.
103320. 6.02.01 6/16/92
103419. Fix automatic correction to work with the new completion.
103518. Globbing bug with brace expansion, when arguments need to be realloced...
1036    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}
103717. shift and left operators update variables correcly ('shift path' did not 
1038    work)
103916. apollo fixes for cd.
104015. STRNULL <-> NULL bug fixes.
104114. %S in xprintf for short strings.
104213. history -LSc, dirs -LSc additions, builtins builtin [oxymoron]
104312. history formatting string, who formatting string, prompt formatting
1044    all use tprintf() now.
104511. $history accepts a second formatting argument..
104610. History timestamps preserved in .history
10479.  Backquotes were broken: echo hi | cat > `echo foo`
10488.  SGI -t operator problem.
10497.  Dnix fixes.
10506.  Fix history file writing bug when autologout.
10515.  Change from TCSETA to TCSETAW, since we affect the output.
10524.  Per's fixes for display margin bugs.
10533.  Linux fixes.
10542.  Collapse adjacent stars in glob.c to avoid exponential behavior.
10551.  Fixed parseescape to put ^ literally if not followed by alpha.
1056
1057
1058V6.02.00, 5/15/92
105994. Default echo_style was not being set correctly.
106093. $< did not work correctly with NLS chars.
106192. 6.01.15 (5/11/92)
106291. Minor cleanups in refresh code.
106390. 6.01.14 (5/8/92)
106489. Print \n in the right margin always to be consistent.
106588. Linux patches.
106687. 6.01.13 (5/2/92) 
106786. Fixes in listing and completion of non-unique commands.
106885. Fix =stack entries > 9... from Bill Petro
106984. Fix for last character at margin. [on terminals that have am & xm move
1070    the cursor manually to the next line]
107183. Fix for complete completions 
107282. small typo in tc.alloc.c from Mark Moraes.
107381. small typo in tw.parse.c from Richard.
107480. Man page fixes from Per.
107579. 6.01.12 (4/24/92) [release version for 6.02]
107678. Autosuffix was not getting reset all the time.
107777. Don't limit completion patterns to 1K.
107876. Naming changes in ed.screen.c from Justin.
107975. 6.01.11 (4/10/92)
108074. Fixed magic-space ! expand bug:
1081    > echo a b123 45.{6,7}
1082    > echo !:2!:3[magic-space]
108373. Work-around for apollo optimizer in tc.bind.c
108472. Problem with setjmp in tw.parse.c
108571. symlinks=expand from Yumin.
108670. tenematch() fixes from Michael;
108769. 6.01.10 (4/3/92)
108868. Fixed Gnmatch.
108967. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
109066. Backquote from completion was broken for machines with no dup2()
109165. No $printexitvalue for `` jobs.
109264. Added ultrix stuff for PW_AUTH [from Mike Potter mpotter@lampf.lanl.gov]
109363. Fixed bug in Gnmatch(), added 'N' command 'x' completion.
109462. Fixed fg_proc_entry() so autologout gets disabled when a process
1095    is foregrounded.
109661. 6.01.09 (3/26/92)
109760. source builtin takes arguments now that are passed in the script e.g.:
1098    > ./tcsh -i a b c
1099    > cat test
1100    echo $argv
1101    > echo $argv
1102    a b c
1103    > source test 1 2 3
1104    1 2 3
1105    > echo $argv
1106    a b c
110759. Eliminate $margin_bug, add more intelligent margin code [from Justin]
110858. expand_symlinks variable Urgh...
110957. SGI CONTROL() fixes...
111056. new dnormalize(), expand_symlinks flag.
111155. interrupting completion restores the current line. [from Marc]
111254. 6.01.08 (3/20/92)
111353. inputmode affects the first line too.
111452. Searches in vi do not destroy the current line.
111551. -drwX test enhancement.
111650. Generalized completion syntax and added more completion builtins.
111749. Don't print '\n' on the right margin if we can avoid it.
111848. 6.01.07 (3/9/92)
111947. New completion style. [[<pattern>[ ]],=<completion action>]
112046. 6.01.06 (3/7/92)
112145. complete styles are ignored after shell metachars eg.
1122    > complete mail =u
1123    > mail christos < [tab]
1124    completes filenames.
112544. $echo_style is initialized to the default style of the machine.
112643. SGI 4.0 CTRL() macro is busted. So we ignore it.
112742. Fixed bug with the new margin code (thanks justin)
112841. Fixed mirroring of variables. Now set and setenv affect
1129    HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
1130    affects only the csh copies of the variables, and unsetenv only the
1131    environment variables.
113240. Fixed gcc-2.0 warnings in sh.sem.c (needed for vfork() -O2 optimization)
113339. 6.01.05 (2/21/92)
113438. signal masking for BSD machines was still wrong in tw.init.c
113537. Added $margin_bug, and now the editor outputs on the rightmost 
1136    column by default. This should fix the xterm cut-n-paste problem.
113736. AU/X 2.0 and SGI compiles with POSIX as a default now.
113835. sysv_echo is gone too. Now we have a variable called echo_style
1139    which can be set to "none", "bsd", "sysv", "both" that defines
1140    the builtin echo_style. The default is "bsd" for systems with
1141    SYSVREL == 0, "sysv" otherwise. This can be overriden in config.h
1142    by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO, 
1143    or NONE_ECHO.
114434. asynchronous notification in run-fg-editor would try to change the 
1145    tty settings and print an extra prompt.
1146    > set notify 
1147    > sleep 10 &
1148    > vi^Z
1149    > ^[^Z
115033. alias x /bin/true
1151    x<esc>?
1152    reported .//bin/true instead of /bin/true
115332. 6.01.04 (2/12/92)
115431. fixed vi_substitute_line
115530. binding completion addition.
115629. showdots=-A addition
115728. sysv_echo addition; deleted bsd_echo which is now the default.
115827. dunique could crash.
115926. Don't clear lines after an asynchronous notification, because it
1160    might erase the message.
116125. 6.01.03 (1/29/92)
116224. `` were not working correctly when tcsh is started with 0,1,2 closed.
116323. Correction was picking up the wrong thing in cases like .rhosts hosts
116422. Correction with names with quoted spaces was broken.
116521. Added sysv_echo and bsd_echo.
116620. Added and documented the complete builtin.
116719. Added dunique and cd -.
116818. Per's fix for alarm functions. Things would break if time went backwards.
116917. Realloc bug fix (copy min of old and new size)
117016. Fix for csh compatible braces.
117115. Brace globbing and negation globbing for Gmatch.
117214. 6.01.02 (1/16/92)
117313. Completion builtin, new tw* files.
117412. 6.01.01 (1/6/92)
117511. Changed w_ fields in tc.who.c to who_ to avoid redefinitions in
1176    <sys/wait.h> in some os's.
117710. Setting savehist to an empty string makes savehist use the value
1178    in $history.
11799.  echotc did not use the internal termcap descriptions.
11808.  echotc did not work right for single argument termcap strings.
11817.  DGUX needs SAVESIGVEC, updated type protection, and disabled CSWTCH.
11826.  Changed SVID to SYSVREL, since there is no SVID == 4 (yet).
11835.  Typo in tc.sig.h: UNRELSIGS was not getting defined.
11844.  Globbing bug fix. tglob() should ignore globbing characters inside 
1185    backquotes otherwise things get expanded twice:
1186    % echo 'bar?' > 'foo?'
1187    % echo `cat foo\?`
1188    echo: No match.
11893.  Mach setpath fix.
11902.  Alliant process group fix.
11911.  Xenix fixes for broken vi and help path with no suffixes.
1192
1193
1194V6.01.00, 12/19/91 [for comp.sources.unix]
119522. Restore the original prompt in automatic correction when the user
1196    asks to re-edit the command.
119721. Better error for unreadable files in tw.parse.c
119820. Sequent patches.
119919. (V6.00.08 beta 12/14/91)
120018. Filenames containing # were spelled/expanded incorrectly.
120117. Stellar/stellix port.
120216. Hpux 8.0 has SIGWINDOW but we cannot get the window size. Protect
1203    against window changes updating $LINES and $COLUMNS.
120415. Mach setpath did not work right.
120514. Mach does not need setenv in lib; in fact that does not work right.
120613. shell level gets decremented when we exec.
120712. restart_fg_editor picked the wrong editor if arg contained a slash.
1208    e.g vi ~/.cshrc
120911. (V6.00.07 beta 12/08/91)
121010. Allow use of vfork() on systems that do not have job control.
12119.  Avoid NUMCC from being defined twice.
12128.  (V6.00.06 beta 12/05/91)
12137.  SunOS3's FIOCLEX dups...
12146.  Yet another globbing bug fix from Michael (echo .[^.])
12155.  Ultrix now wants __ before cpp symbols.
12164.  Workaround sun's header files inconsistency so tcsh can be compiled
1217    with #undef POSIX
12183.  Fixed limit stuff so that large values don't cause errors.
12192.  Fixed =1 and ~user error messages (Per)
12201.  (beta-5 6.00.04 == 6.00.05)
1221
1222$#*
1223$#* New numbering scheme (The last 2 digits are reserved for beta releases
1224$#* from now on. So we start at 6.00.06 which is 6.00.04 beta 6, and we are
1225$#* going to release 6.01.00...
1226$#*
1227
1228V6.00.04, (never released)
122934. (beta-5 11/25/91)
123033. Simplify code in BindArrowKeys()
123132. Get rid of the PNULL's
123231. Support for shadow password in locking code. (From Kimmo)
123330. Normalize-path editor function.
123429. (beta-4 11/21/91)
123528. minix additions
123627. bindkey fixes (-c addition, casting cleanups)
123726. (beta-3 11/16/91)
123825. Prompt length checking. 
123924. Michael's fixes for the watching code. Tcsh could core dump when using
1240    a corrupted utmp.
124123. overwrite mode flag, and autologout locking code.
124222. overwrite mode would still insert digits!
124321. Get the value of _POSIX_VDISABLE from pathconf...
124420. Hpux 8.0 fixes. Sigstack botches with shared libraries. Ansi mode
1245    static initialization of structures with prototyped function pointers
1246    gives spurious warnings...
124719. Onintr in /etc rc files is disabled.
124818. (beta-2 11/03/91)
124917. Multi-line aliases with `` bug fix.
125016. Sticky emacs overwrite mode.
125115. Autolist option.
125214. Fix for redirection with wildcard filanames.
125313. No error correction for multi-line commands.
125412. Esix-4 re-defines p_pid. Argh...
125511. (beta-1 10/28/91)
125610. Foreach loops were broken again.
12579.  SUNOS localtime() bug does not only happen on the 8th byte. [Michael]
12588.  sh.dir.c, memory corruption in dinit(). Thanks Michael.
12597.  uts broken <sys/stat.h> work-around, and has a wait3()
12606.  SGI (-t filename) extension, returns true when filename is a tty.
12615.  'default:' addition in all switch() statements.
12624.  oflag was not being updated correctly in Rawmode()
12633.  missing 'break;' in prompt code '%y'.
12642.  infinite loop in :a<mod> code.
12651.  hashstat was not reporting hits+misses
1266
1267
1268V6.00.03, 10/21/91
126931. watch code now accepts shell patterns.
127030. new hashing code portability fixes.
127129. $foo:gs/:/ / fix and 'a' modifier addition.
127228. Added $! (the pid of the last background job forked)
127327. exec does not kill the shell when it fails.
127426. Irix4.0 decls.
127525. SVR4 uthost fixes from Kimmo Suominen
127624. Imake addition from marc
127723. New i-search from Per.
127822. ibmesa fixes
127921. convex fixes.
128020. t command for vi.
128119. SVR4 fixes (reverse pipeline and sigaction()) from David Dawes.
128218. New hashing from Marc
128317. Added : to the ~name separators so ~foo:~bar works.
128416. New ed.init.c. Added ed.term.c
128515. Still can't get the history exactly csh-like... !-2$ was broken...
128614. vi character searches.
128713. -Dvar=name command line option for the apollos.
128812. Prompt format changes for date/directory.
128911. Vi searches.
129010. Emacs i-search. [currently not bound]
12919.  Vi additions ([dc]-{w,$,f<c>},Undo)
12928.  tcsh -n parses now builtin structures.
12937.  seek to the end on errors in loops.
12946.  echotc -s was broken
12955.  Better !event parsing. !foo;!bar was broken.
12964.  foreach loops and if statements in aliases.
12973.  .cshdirs would corrupt the heap if some directories were not there.
12982.  System V echo was broken with \
12991.  Fixed echo '!-1', history would eat the quote.
1300
1301V6.00.02, 08/05/91 [For comp.sources.unix]
13028.  tcsh will always set $LOGNAME and $USER if not already set in the
1303    environment.
13047.  added $histfile.
13056.  echo `echo` * and  echo ~ {} were broken
13065.  setty builtin addition
13074.  Multiple : modifiers [experimental, disabled with -DCOMPAT]
13083.  7 bit fixes, and hp9000s500.
13092.  #undef DEBUG in tc.alloc.c, so we continue if we get a bad free() 
13101.  getn() is now protected against NULL strings.
1311
1312V6.00.01, 07/16/91
131317. added beepcmd, and fixed small tenematch bugs.
131416. Renamed DUP2 flag to HAVEDUP2 cause AIXPS2 defines DUP2 already.
131515. More ANSI fixes, and mit additions (load-average)
131614. don't clear ECHOE, background programs might need it.
131713. Refresh bug fix...
131812. getpwent() should not be interrupted (yellow pages), cause it might
1319    leave dangling pointers, that endpwent() will trash.
132011. ChangeSize is now responsible to set the screen size to something
1321    sane, but it should not affect the environment if the information
1322    it received is not valid
132310. Find out if we are running under emacs using $TERM. It is more 
1324    reliable.
13259.  tcsh was broken if SHORT_STRINGS was not defined (glob() problem)
13268.  If GetSize() fails it should always return reasonable screen sizes.
13277.  globbing should not fail if one or more patterns match.
13286.  increased the number of aliases in the loop detection code.
13295.  DGUX has size_t and pid_t defined now...
13304.  ESIX does not have EWOULDBLOCK or EAGAIN & POSIX... That was not handled
1331    correctly.
13323.  rs6000 needs BSDWAIT.
13332.  Hpux susp key could not be changed.
13341.  Apollo fixes.
1335
1336V6.00.00, 07/04/91
133745. Fixed quoting of VSTART/VSTOP on termios
133844. Memory leak every time you pipe in or out.
133943. echo {foo bar.[ch]}. Did not check for end of word.
134042. ANSI prototypes
134141. dmove() would leave the source descriptor open when using dup2()
1342    e.g.
1343    while (1)
1344	echo foo >>! bar
1345    end
1346    runs out of file descriptors
134740. recursive `` expanded via aliases would abort.
134839. set home=../relative-path-name was broken.
1349    e.g.
1350    set home=../..; cd ..;
1351    <abort>
135238. Incorrect error when changing to directory:
1353    e.g.
1354    mkdir not-in-cd-path; chmod -x not-in-cd-path; cd not-in-cd-path;
1355    echoed:
1356       not-in-cd-path: No such file or directory.
1357    it should have said
1358       not-in-cd-path: Permission denied.
135937. if ( \! =~ [\!] ) echo ok, did not echo ok. Quoting inside [] pattern.
136036. More than 127 jobs caused job # to go negative
136135. unsetenv <pattern> ... Added support for more than one pattern.
136234. More background process status report fixes.
136333. Apollo builtin support.
136432. Glob fix. echo '*' * was not handled properly.
136531. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.
1366    or print ambiguous.
136730. Glob fix. Quoted characters inside [] were not handled properly.
136829. Removed TELL and VMUNIX defines. I think we cannot compile on V6 anyway
136928. Overflow check for expansions.
137027. Added matchbeep, shell pattern history searching.
137126. Added code to handle /dev/std{in,out,err}
137225. Fixed POSIX speed handling in raw mode.
137324. Fixed a flushing bug in the filec code in sh.file.c
137423. Compiled and added hp9000s700 to the list of hosts.
137522. Fixed horrible bug in gmatch() 
1376	switch (4)
1377	case [a-z]:
1378		echo bug;
1379		breaksw;
1380	case 4:
1381		echo ok;
1382		breaksw;
1383	endsw
138421. Fixes for _SEQUENT_ ut_host.
138520. FLUSHO added
138619. mkdir foo\`bar; cd foo\`bar; was broken
138718. EWOULDBLOCK == EAGAIN on RENO check for that too.
138817. Dword() simplified and removed the gotos.
138916. Hpux now compiles with POSIX. Moved the local chars modes in ed.init.c
1390    after the tty modes.
139115. Process group fixes for POSIX
139214. We need <sys/filio.h> on the suns for FIOCLEX!!! We did not close
1393    our file descriptors before...
139413. A/UX fixes.
139512. History events that start with a number are not necessarily numeric:
1396    > !3d
1397    3d: Event not fount
139811. History loop detection added.
1399    > alias a \!#
1400    > b; a
140110. Alias loop detection code was ineffective on eager optimizers.
1402 9. All errors should now go through our table. Next step we should
1403    add nls error messages.
1404 8. Unsetenv now globs its arguments! Before it did not...
1405 7. Added tilde cache and -l flag.
1406 6. Added autocorrect
1407 5. Fixed for so that background jobs in scripts get process groups
1408 4. Fixed amazing memory leak in setenv()...
1409 3. Added short2qstr() so that we can form quoted strings to be used with glob()
1410 2. str2short and short2str allocate space dynamically.
1411 1. Fixed bug related to the is*() routines called with shorts.
1412    [only if NLS and SHORT_STRINGS are defined].
1413    (The _ctype_ was getting indexed with shorts...)
1414 0. Complete overhaul. Brought in the 4.4 csh stuff. Separated most
1415    tcsh and csh code except where I would have to add more global
1416    variables. Compiled correctly with both lint and gcc -Wall on
1417    a sparc running 4.1
1418
1419V5.20.03, 03/20/91.	- Never released
142025. Kanji, SXA additions.
142124. (exec foo) should not fail if they are suspended jobs.
142223. Support kernel paging stuff on aix 370.
142322. Now we handle correctly the environment variables LINES, COLUMNS,
1424    TERMCAP for window size changes...
142521. Tcsh 5.18c+ had broken NULL chars on scripts.
1426    > cat > foo 
1427    #!/usr/local/bin/tcsh -f
1428    echo "foo"
1429    echo "^V^@"
1430    echo "bar"
1431    ^D
1432    > chmod +x foo; foo
1433    foo
143420. Posix has EAGAIN and not EWOULDBLOCK
143519. Don't set ECHOK; makes kill ^U ugly.
143618. $shell is SHELLPATH and not $SHELL any more.
143717. Added -n flag to cd, pushd, popd and dirs. Documented -l and -v
1438    flags.
143916. Documented and fixed chase_symlinks and ignore_symlinks.
144015. Call endpwent() when you get interrupted...
1441    cd ~chri<tab>^C
1442    cd ~christos/<enter>
1443    <stuck>
144414. Exec when you have suspended jobs asks for verification.
144513. Variable length fixes:
1446    >set abcdefghijklmnopqrstuvwxyz=1
1447    >echo $abcdefghijklmnopqrstuvwxyz
1448    abcdefghijklmnopqrs: Undefined variable
1449    Now we have better messages too...
145012. Icon fixes...
145111. Quote expanded glob and history chars too.
145210. If someone sets SHIN to O_NDELAY we died... Now we set it back...
1453 9. unset path; unsetenv PATH; ls-F; (poof) fixed...
1454 8. Patches for masscomp, and ${var123} lexical analysis fix...
1455 7. Patch for sunview bug: A partially covered suntool sends SIGWINCH every
1456    time the text is scrolled, causing annoying redraw effects. Now tcsh
1457    checks if the size really changed before doing anything.
1458 6. Interrupt in the middle of cwdcmd, and periodic does not remove the
1459    aliases.
1460 5. prompt2 and prompt3 fixes:
1461    Prompt2 now prints the status of the parser by default.
1462    Prompt3 can now have the standard prompt escape sequences.
1463 4. eval file descriptor re-direction fix.
1464    >set p='w | tail +3'
1465    >eval $p
1466    (originally | tail +3 was ignored)
1467 3. $edit != emacs anymore; it was misleading, 'set edit' enables editing
1468    'unset edit' disables it.
1469 2. PERROR define fix. 
1470 1. irix3.3.1 line discipline fix.
1471
1472V5.20.02, 12/15/90.
147332. /etc/Logout added and merged with /etc/Login flag.
147431. Fixed tty chars in ed.init.c. Some of them were not handled correctly.
147530. Command execution does not leak memory any more, and doing
1476    ~ four times does not core-dump.
147729. Fixed the notorious csh 'if(' bug (part of the convex fixes)
147828. Intelligent getwd() on startup, and canonicalization.
147927. Intelligent directory stack. Gets updated when $HOME changes.
148026. Directory stack/save-restore additions
148125. Convex Fixes.
148224. Fixed onlret, and echonl getting stuck on svid.
148323. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
1484    csh, this is annoying).
148522. Some users had environment EMACS set to something, and with my bad fix
1486    at pl 1 found that they didn't have echo... (of course, even before my
1487    "fix", they didn't have editing...). Anyway, refined the check to be
1488    for EMACS=t, which is what emacs sets when running a subshell.
148921. kill -CONT %job, would not update the status of the job, but it would
1490    just restart it.
149120. Sequent fixes.
149219. AIX370 signal and TCF fixes.
149318. fixed ls-F -l, SIGINT problem.
149417. aix on the ps2 does not have strcoll() either.
149516. Bind [A - [D and OA to OD in vi mode to the arrow key functions
1496    so that they work from insert mode.
149715. %~ was not working correctly for /home/news and /home/newsbin...
149814. Removed Rcs Log
149913. ISC unix fixes.
150012. sunos3.x wants <sys/dir.h> not <dirent.h>
150111. Remove precmd's, cwdcmd's and periodic cmds that had errors.
150210. Compile sunos4.1 using termio. 
1503 9. Rs6000 line discipline fixes. 
1504 8. T_Tabs was wrong for termio machines.
1505 7. Don't bind single keystroke arrow keys, when they are already bound!
1506 6. Test for newline and tab before deciding not to send shell scripts
1507    to the bourne shell.
1508 5. Added LITERAL prompt stuff.
1509 4. Fixed gethostname() in sh.rest.c to return the nodename.
1510 3. Do not quote spell checked stuff. This is not very intelligent but
1511    works better than before.
1512 2. Fixes for relative path components. (paths that start with a .)
1513 1. Fixed so that Rawmode() is not called when we are not editing
1514    (breaks running under emacs)
1515
1516V5.20.01, 11/15/90.
151712. Recognize environment variables too.
151811. Always start in Rawmode()
151910. don't try to execute binary files using the bourne shell.
1520 9. Vi change to end of line updates correctly now.
1521 8. Prompt in continuation lines.
1522 7. Prompt in if statements fix.
1523 6. System V ^C works right now.
1524 5. ^Z works correctly in bindings
1525 4. Better error messages for variables.
1526 3. dinit() now is more robust.
1527 2. Added aux2.0 patches.
1528 1. Fixed bug with arrow key bindings in ed.screen.c. All the keys
1529    were bound to up-history!
1530
1531V5.20.00, 11/10/90.
153226. Fixed system V and POSIX time reporting.
153325. Fixed ed.screen.c so that it does not use malloc().
153424. Fixed SIGWINCH on the iris
153523. Fixed ed.screen.c, so that settc works correcly. It used to set
1536    the termcap with a string that was allocated from the stack!
153722. Fixed listing of commands, where the last command was not checked.
153821. Fixed which command. It did not work for
1539    \<command>, if command was aliased.
154020. Eliminated CSH4.3 define. You've had enough time to upgrade from 4.2
154119. Fixed GotTermCaps to be called only once.
154218. Added bindkey -r
154317. Attributes were not getting reset correctly.
154416. history -t does not print the time-stamp.
154515. AddXkey, works now for single character xkeys.
154614. filetype() knows better about symlinks.
154713. ls-F works with filenames that have metachars
154812. Completion/spelling works with quoted things.
154911. Fixed refresh bug. Repeat by:
1550    On an intelligent terminal that has insert and delete chars (xterm)
1551    > orphan
1552    > vi orphan.c
1553    > ^P^P
155410. Fixed so that if we don't have a tty on stdin editing is disabled.
1555 9. Check for nested process forking, to avoid loops such as:
1556    > alias foo 'set bar=`foo`'
1557    > foo
1558 8. Fix setting of AsciiOnly (Per)
1559 7. tw.spell.c, defined F_OK for systems that don't have it.
1560 6. ourwait.h had typo in ifdef.
1561 5. BSD compilers need a cast to int for enums used in 
1562    switches (Matthew Day)
1563 4. Found the cause for the core-dump in long backquote 
1564    expansions (Mark Davies)
1565 3. Some externs in ed.h needed to be truly externs...
1566    reported by Mark Davies, bug appeared only on hp9000s800.
1567 2. Changed $tcsh, and $version strings.
1568 1. Added internal sprintf function, renamed putchar to CSHputchar,
1569    printf to CSHprintf, sprintf to CSHsprintf.
1570
1571V5.19.02, 10/23/90.
157236. Added /etc/cshrc for the SGI irises.
157335. Added expand-variables function.
157434. Documented $time in tcsh.man
157533. Shell variables are now 'recognized' when expanding/listing things.
157632. ls-F does not eat the last slash on the / directory!
157731. Strings bound to keys are printed inside double quotes.
157830. History now remembers the exact line, not just an unparsed version of
1579    the tokens.
158029. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
158128. Ported to IBM aix/ps2. 
158227. Fixed eval so that it forks when the output is piped
1583    Repeat by:
1584    > who | grep $user
1585    > eval who | grep $user
158626. Fixed so that 'nice <builtin changing the working directory>' does not
1587    nice or fork.
1588    Consider doing:
1589    nice cd /tmp && rm *.c (don't try it!!!)
1590    [what actually happens is that nice has to fork, then the child executes
1591     chdir, and the parent stays where it was]
159225. Added Dan's patches (nls, builtin bindkey, fixes to the editor).
159324. Added aix370, migrate, getspath, getspath, getxvers, setxvers
159423. Added builtin echotc, removed sl and el.
159522. Ported to 4.4 BSD. This involved changing the way lots of flags worked,
1596    cleanup of the SVID stuff, and addition of more compilation flags.
1597    Now POSIX can work whed BSD is defined...
159821. Fixed so that el, sl work. Actually they are to be removed soon and
1599    be replaced with echotc.
160020. Avoid the Quoted Space hack for alias when printing jobs!
1601    [aliases to the same name avoid further alias expansion, by 
1602     inserting a quoted space in front of the command. In SHORT_STRINGS
1603     QUOTE is the 15th bit so print ignores it thinking it is the
1604     end of the string. So we just skip the Quoted Space....]
1605    Repeat by:
1606    > set notify
1607    > alias ls ls -F
1608    > (ls) &
1609    Prints        Exit 0 (
1610    Should print: Exit 0 ( ls -F )
161119. Fixed so that "", '', ``, all produce ': Command not found',
1612    and not the spurious messages.
1613    Repeat by:
1614    > set path = (/bin /usr/bin .... .)
1615    > ""
1616    /some/path/name/: Command not found
161718. Enable the use of <ctype.h> macros if they exist and NLS is defined.
1618    NLS code is not ready yet.
161917. Fixed rmstar and continue_jobs code, so that they are not compile
1620    options, but shell variables. Now you need to 'set rmstar' to get
1621    enable rmstar.
162216. Fixed SIGWINCH, SIGWINDOW, and setting of li, co, that broke
1623    suntools, and others.
1624    Repeat by:
1625    Start a shelltool of size other than 80x34
1626    > telltc
1627    > stty -a
1628    do not report the same number of lines and columns.
162915. More fixes to tw.parse.c, and tw.spell.c.
163014. More fixes to sh.char.c.
163113. Fixed coredump caused by ``.
163212. Fixed spell-line code..
163311. Trapped SIGCHLD in sh.sem.c, while forking. Still there is a small
1634    race, but the probability of happening is smaller!
163510. Fixed sh.char.c to be ISO compliant.
1636 9. Added expand-glob
1637 8. Fixed ourwait.h for little endians.
1638 7. Fixed that foreach i (^D expands correctly.
1639 6. Fixed so that listmax is ignored in ls-F.
1640 5. Fixed spelling correction so that single letter words and words that
1641    contain globbing chars do not get spell checked.
1642 4. Changed NeXT HOSTTYPE to next, since all HOSTTYPE's are lower case.
1643 3. Fixed symmetry, and changed symmetry HOSTTYPE from sequent to symmetry.
1644 2. Added boldfacing, underlining chars.
1645 1. Added IRIX3.3.1 support.
1646
1647V5.19.01, 9/26/90.
1648 7. Brought the README file up-to-date, and changed the bug report
1649    address to point to me.
1650 6. sh.lex.c. In addla(), overflow computation was wrong.
1651 5. Fixed SHELLPATH, to be set correctly when $SHELL is not set.
1652 4. Fixed print statement in sh.proc.c that contained \215.
1653 3. Fixed the Makefile and MAKEDIFFS so that a tahoe diff can be made.
1654 2. RS6000: hacked around execv bug, and ed.init.c warning.
1655 1. Editor should not be enabled when we don't have a tty.
1656