Fixes revision 100616
1100616Smp 57. misc cleanups.
2100616Smp 56. V6.11.05 - 20020712
3100616Smp 55. We should have socklen_t in the INET6 case, but we leave int otherwise.
4100616Smp 54. Fixed for Darwin/Rhapsody (Mark Peek)
5100616Smp 53. provide new config.sub and config.guess from ftp://ftp.gnu.org/gnu/config/
6100616Smp     (Nelson Beebe)
7100616Smp 52. V6.11.04 - 20020709
8100616Smp 51. Dissallow setting of environment variables that do not contain
9100616Smp     alphanumeric names (Ton Voon)
10100616Smp 50. Don't expand path components that don't resolve to path names (Jonathan
11100616Smp     Chen)
12100616Smp 49. Make $ignoreeof agree with the man page (Matias Moreno Meringer)
13100616Smp 48. Fix argument passing in tc.prompt.c expdollar (Nelson Beebe)
14100616Smp 47. Completion fixes from FreeBSD (Mark Peek)
15100616Smp 46. FreeBSD's sbsize limit (Mark Peek)
16100616Smp 45. Fix repeat 3 repeat 2 echo foo
17100616Smp 44. Fix I/O redirection in scripts (Ian D Allen)
18100616Smp 43. Fix ` \\\n ` evaluation (Jean-Luc Leger)
19100616Smp 42. add --version (Nelson Beebe)
20100616Smp 41. portability fixes for sed (Nelson Beebe)
21100616Smp 40. undef sv_handler for AIX's benefit. (Nelson Beebe)
22100616Smp 39. Add a test for ss_family that disables IPV6 (linux/ppc, osf/1 have
23100616Smp     problems) (Nelson Beebe)
24100616Smp 38. Disable ipv6 for Apple (Nelson Beebe)
25100616Smp 37. Fix darwin configure entry (Nelson Beebe)
26100616Smp 36. V6.11.03 - 20020701
27100616Smp 35. Add Ian D. Allen's bug list.
28100616Smp 34. If we are invoked as csh, default to bsd echo (Matej Vela)
29100616Smp 33. Don't close file descriptors too early because setuid scripts fail.
30100616Smp     (Jill Pryse-Davies)
31100616Smp 32. Completion updates (Tom Warzeka)
32100616Smp 31. Fix compilation issue on SunOS4 with _POSIX_VDISABLE (Tom Warzeka)
33100616Smp 30. ukrainian update (Olexander Kunytsa)
34100616Smp 29. DSPMBYTE=utf8 patch (Jean-Luc Leger)
35100616Smp 28. fix ipv4 only compilation, remove extra sigsetmask() call (Takayuki Nakao)
36100616Smp 27. window change can cause free to be re-entered causing abort (Mark Peek)
37100616Smp 26. vp->vec vetting, suggested by Ian Dall.
38100616Smp 25. V6.11.02 - 20020516
39100616Smp 24. Fix prompt bugs in $var and %c0n (TAKAI Kousuke)
40100616Smp 23. Add Cray SV2 config (Rafal Maszkowski)
41100616Smp 22. Add pdf manual page (Warren Ferguson)
42100616Smp 21. Fix REMOTEHOST lossage in with AF_LOCAL sockets (Tom Mander)
43100616Smp 20. Fix win32 break because of TIOCSTI (Amol)
44100616Smp 19. Fix TIOCSTI for hpux 11  (Igor Schein)
45100616Smp 18. Avoid collapsing paths that refer to non-existent components
46100616Smp     (Martin Kraemer)
47100616Smp 17. Make -shell invocations always treated as a login shell.
48100616Smp 16. V6.11.01 - 20020308
49100616Smp 15. Fixes to polish nls locale (Pawe� Niewiadomski)
50100616Smp 14. russian locale fixes (Alexey Dokuchaev)
51100616Smp 13. document door support (Shaen)
52100616Smp 12. tcsh euc handling extensions (Alexey Zelkin)
53100616Smp 11. Make sure that jobcmd does not clobber the current job (Rob McMahon)
54100616Smp 10. Make sure that the output of verbose and echo do not end up in the
55100616Smp     command output (Victor I. Pasko)
56100616Smp  9. Add %j in prompt [needs more work; is not right the first time
57100616Smp     after proclist changes] (Hr. Peter Kruse)
58100616Smp  8. `` commands with embedded newlines would ignore commands following
59100616Smp     the new line (Victor I. Pasko)
60100616Smp  7. Re-initialize nls if NLSPATH is changed (Naoki Wakamatsu)
61100616Smp  6. Fix 64 bit compilation with linux and resource limits.
62100616Smp  5. Avoid double globbing when ls-F needs to fork (Joe Townsend)
63100616Smp  4. put back csh filec compatible support.
64100616Smp  3. add support for quads in xprintf in the presence of gcc.
65100616Smp  2. unlimit should set rlim.rlim_max to rlim.rlim_cur if max < cur.
66100616Smp  1. Make ~user work again when the home directory is '/'.
67100616Smp
6883098Smp 40. V6.11.00 - 20010902
6983098Smp 39. Completion fixes (Tom Warzeka)
7083098Smp 38. make c_insert not static so that it can be used from win32 (amol)
7183098Smp 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
7283098Smp 36. V6.10.02 - 20010806
73100616Smp 35. polish nls locale (Pawe� Niewiadomski))
7483098Smp 34. Fix a tcsetattr race running background jobs as the last line on an xterm
7583098Smp     window (Andrew Brown)
7683098Smp 33. jobcmd alias (Greg Parker)
7783098Smp 32. hpux11 support (Joshua Weage)
7883098Smp 31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
7983098Smp 30. Add kill -s (Mark Peek)
8083098Smp 29. Don't recognize all mips as dec (Bjorn Knutsson)
8183098Smp 28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
8283098Smp 27. Port to concurrent's powermaxos (Matt Majka)
8383098Smp 26. New builtin srcfile (Amol)
8483098Smp 25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
8583098Smp 24. %0Xc was broken in the prompt if the user's home directory was '/'.
8683098Smp     (reported by Edward Glowacki)
8783098Smp 23. V6.10.01 - 20010426
8883098Smp 22. LARGEFILE support on Linux.
8983098Smp 21. Add big5 multibyte support (Yen-Ming Lee)
9083098Smp 20. Check the return value of setpriority (Dima Dorfman)
9183098Smp 19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
9283098Smp 18. Russian translation (Ilmar S. Habibulin)
9383098Smp 17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
9483098Smp 16. Add door support in colorls (Shaen)
9583098Smp 15. Add BSD_STYLE_COLORLS for FreeBSD (Anand)
9683098Smp 14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway)
9783098Smp 13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
9883098Smp 12. Fix broken comment, and new versions of config.guess and config.sub
9983098Smp     (H.Merijn Brand)
10083098Smp 11. fix redrawing in the recognize case (Andrew Brown)
10183098Smp 10. don't call qsort with 0 items. (Luke Mewburn)
10283098Smp  9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
10383098Smp  8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
10483098Smp  7. hpux fixes (Chienting Lin)
10583098Smp  6. Implement kill ring (Per Hedeland)
10683098Smp  5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
10783098Smp  4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki)
10883098Smp  3. back out symlink=expand path check.
10983098Smp  2. Add Estonian translation (Toomas Soome)
11083098Smp  1. Accept empty $savedirs to mean infinity.
11183098Smp
11269408Sache 57. V6.10.00 - 20001119
11369408Sache 56. Completion fixes (Tom Warzeka)
11469408Sache 55. add missing linux kanji define (Tsuyoshi Kawabe)
11569408Sache 54. More WINNT_NATIVE fixes (amol)
11669408Sache 53. Fix compile error on winnt (Yoshiyuki Sakakibara)
11769408Sache 52. nonstopux configure and makefile fixes (Tom Bates)
11869408Sache 51. V6.09.04 - 20001111
11969408Sache 50. Order of initialization for multibyte display was wrong 
12069408Sache     (HyunChul Kim)
12169408Sache 49. Follow the guideline for linux for japanese locale:
12269408Sache     http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
12369408Sache     (Tomohiro KUBOTA)
12469408Sache 48. Ukrainian nls map (Olexander Kunytsa)
12569408Sache 47. exit immeditiately if we get an error while we are setting up
12669408Sache     (Michael Shalayeff)
12769408Sache 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
12869408Sache 45. change winnt to winnt_native (Randolph Fritz)
12969408Sache 44. Support home/end in the editor (Andrey A. Chernov)
13069408Sache 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
13169408Sache 42. Alpha ev6 addition (Karen R. McArthur)
13269408Sache 41. DSPMBYTE patch from (Issei Suzuki)
13369408Sache 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
13469408Sache 39. Fix resource limit rounding *again* (Johannes Gross)
13569408Sache 38. Fix $ expansion in prompt (Takashi Sumiyoshi)
13669408Sache 37. V6.09.03 - 20000715
13769408Sache 36. cygwin port fixes (Arihiro Yoshida)
13869408Sache 35. Add a new "catalog" variable that specifies which NLS catalog
13969408Sache     to be used (Issei Suzuki)
14069408Sache 34. cleanup and addition of page up/down (amol)
14169408Sache 33. fix vfork compile problem.
14269408Sache 32. use inet_addr instead of inet_aton for portability.
14369408Sache 31. V6.09.02 - 20000704
14469408Sache 30. lots more completions (George Cox)
14569408Sache 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
14669408Sache     avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
14769408Sache 28. _MINIX_VMD port (Martijn van Buul)
14869408Sache 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
14969408Sache 26. aix-4 does not need gethostname (Darren Reed)
15069408Sache 25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
15169408Sache 24. Fix prompt formatting (Andrey A. Chernov)
15269408Sache 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
15369408Sache 22. Handle long and expanded history lines better (Boleslaw Ciesielski)
15469408Sache 21. With symlinks=expand expand valid paths only (Martin Kraemer)
15569408Sache 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
15669408Sache 19. NT-specific executable detection moved to NT code (amol)
15769408Sache 18. New "complete module" (Dan Nicolaescu)
15869408Sache 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)
15969408Sache 16. Don't display "unset watch" message when not appropriate (kim)
16069408Sache 15. V6.09.01 - 20000114
16169408Sache 14. Circumvent IRIX4D ESTALE bug by exiting.
16269408Sache 13. IRIS4D de-linting.
16369408Sache 12. Finnish nls catalogs (Jukka A. Ukkonen)
16469408Sache 11. Even more multibyte fixes (Taga Nayuta)
16569408Sache 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
16669408Sache  9. Manual page typos (R. Bernstein)
16769408Sache  8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
16869408Sache  7. Color-ls fixes (Luis Francisco Gonzalez)
16969408Sache  6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
17059415Sobrien     the value returned from times(2) which is the ticks since system
17159415Sobrien     startup (Frank van der Linden)
17269408Sache  5. Time percentage wrap fix (Simon Burge)
17369408Sache  4. EUCKR support (HyunChul Kim)
17469408Sache  3. Grammar and typo fixes for tcsh.man (Steve Kelem)
17569408Sache  2. More multibyte fixes (Rodney Ruddock)
17669408Sache  1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
17769408Sache
17859243Sobrien 65. V6.09.00 - 19990816
17959243Sobrien 64. Add csh emacs mode (Dan Harkless)
18059243Sobrien 63. Make sure the the glob buffer matches the word buffer size (Brian Biswas)
18159243Sobrien 62. Fix periodic to work without tperiod set (Kenny McCormack)
18259243Sobrien 61. V6.08.07 - 19990813
18359243Sobrien 60. Fix e_dabbrev_expand (Bjorn Knutsson)
18459243Sobrien 59. Make \builtin work again (by calling the command not the builtin)
18559243Sobrien 58. Add NLS_BUGS for OS's that keep file descriptors open for NLS (Ian Dowse)
18659243Sobrien 57. Make NONLSREBIND work after tcsh starts up.
18759243Sobrien 56. Fix AIX stupid exit bug. (Dan Harkless)
18859243Sobrien 55. More irix fixes (Kaveh)
18959243Sobrien 54. V6.08.06 - 19990701
19059243Sobrien 53. module command completion (Dan Nicolaescu)
19159243Sobrien 52. Man command completion enhancement (Tom)
19259243Sobrien 51. Fixes for irix configuration (Kaveh)
19359243Sobrien 50. Support \a and \e in echo command. From (Keith Thompson)
19459243Sobrien 49. Alpha configure nit from Kaveh
19559243Sobrien 48. V6.08.05 - 19990511
19659243Sobrien 47. In some system, when a builtin fails immediately after we start
19759243Sobrien     tcsh and before we print any messages, NLS messages fail (some
19859243Sobrien     descriptor might be closed) [FreeBSD, HP/UX?]. So we force reading
19959243Sobrien     the NLS catalogs in errinit() (Yoshiyuki Sakakibara)
20059243Sobrien 46. typos in ja/set1 and ja/set29 (Yoshiyuki Sakakibara)
20159243Sobrien 45. "dspmbyte autoset trap" support to HP-UX 10.20. (Yoshiyuki Sakakibara)
20259243Sobrien 44. misnumbered NLS message in tw.help.c (Yoshiyuki Sakakibara)
20359243Sobrien 43. colorcat variable for NLS color messages (Yoshiyuki Sakakibara)
20459243Sobrien 42. autoconf fixes from Kaveh (and if it broke, me)
20559243Sobrien 41. SGI irix fixes from Glenn Coombs.
20659243Sobrien 40. Don't spin writing the history file when quota is exceeded (Rob McMahon)
20759243Sobrien 39. V6.08.04 - 19990419
20859243Sobrien 38. complete additions (John Gotts)
20959243Sobrien 37. Port to amiga with geek gadgets (Arto Huusko)
21059243Sobrien 36. Ignore case in setenv for windows (amol)
21159243Sobrien 35. Bug fixes for NT unc stuff (amol)
21259243Sobrien 34. Hash spell check (amol)
21359243Sobrien 33. V6.08.03 - 19990211
21459243Sobrien 32. Helpcommand documentation (Vladimir Alexiev)
21559243Sobrien 31. small Y2K fix [%y in prompt would be formatted as 10 not 00 at year 2000],
21659243Sobrien     and new Itoa() code (Chris Torek)
21759243Sobrien 30. OpenBSD m68k patches (Paul DuBois)
21859243Sobrien 29. Avoid redefinition of getpeername on Solaris-2.7
21959243Sobrien 28. fix problems with savedups=erase, savehist=merge (Randy Gobbel)
22059243Sobrien 27. Don't set $shell to csh, if we were invoked as tcsh (Tomas Persson)
22159243Sobrien 26. added $_
22259243Sobrien 25. added postcmd
22359243Sobrien 24. V6.08.02 - 19981124
22459243Sobrien 23. document continue and continue_args
22559243Sobrien 22. wrong test in slowexec made NT optimization a noop (Amol)
22659243Sobrien 21. Rhapsody fixes + separate CFLAGS/CPPFLAGS (Wilfredo Sanchez)
22759243Sobrien 20. literals in both prompt at rprompt did not work properly (Taga Nayuta)
22859243Sobrien 19. multibyte deletion fixes (Yoshiyuki.Sakakibara)
22959243Sobrien 18. clean up key binding stuff for NT by moving the nt dependent code to
23059243Sobrien     the NT source (amol)
23159243Sobrien 17. dspmbyte fixes for AIX, typos in man page and nls (Yoshiyuki Sakakibara)
23259243Sobrien 16. Convex fixes (Ron Echeverri)
23359243Sobrien 15. V6.08.01 - 19981025
23459243Sobrien 14. SX4 port; this adds many casts for machines where ptrdiff_t is 64 bits.
23559243Sobrien     (Andreas Schott)
23659243Sobrien 13. U/Win port; does not work properly with U/Win 1.6, wait for the next
23759243Sobrien     version (Chris Jones)
23859243Sobrien 12. Sgi does not need gethostname prototype (John Bogan)
23959243Sobrien 11. Logic in sh.dir.c was wrong for NT (Amol)
24059243Sobrien 10. HP_CXD_SPP stat64 fixes (Scott Garee)
24159243Sobrien  9. Documentation spelling fixes (Keith Thompson)
24259243Sobrien  8. Documentation fix for savedirs (Amol)
24359243Sobrien  7. Siemens OSD_POSIX fixes (Martin Kraemer)
24459243Sobrien  6. include <errno.h> for all the BSD's (Trevor Johnson)
24559243Sobrien  5. Multibyte display fixes for gnu ls (Taga Nayuta)
24659243Sobrien  4. Configure/Makefile hesiod and bindir fixes (Dan Winship)
24759243Sobrien  3. Use winnt not win32 in tc.os.h (Amol)
24859243Sobrien  2. Cygwin32 port (Raj Menon)
24959243Sobrien  1. Ported Fixes (Tom)
25059243Sobrien
25159243Sobrien 95. V6.08.00 - 19981002
25259243Sobrien 94. where builtin nt fix (Amol)
25359243Sobrien 93. V6.07.13 - 19980926
25459243Sobrien 96. NT multibyte fixes (Amol)
25559243Sobrien 95. NeXT needs getcwd.
25659243Sobrien 94. fix new bug introduced by strncpy'fication in sh.dir.c (Taga Nayuta)
25759243Sobrien 93. V6.07.12 - 19980918
25859243Sobrien 92. add cray in configure script (Tom)
25959243Sobrien 91. nls fixes
26059243Sobrien 90. Avoid buffer overflows in directory code (kim)
26159243Sobrien 89. Add multibyte character display support (Yoshiyuki Sakakibara)
26259243Sobrien 88. Make tcsh use getcwd instead of getwd and supply a getcwd.
26359243Sobrien 87. Fix remotehost again (kim)
26459243Sobrien 86. V6.07.11 - 19980913
26559243Sobrien 85. Leave remotehost ip addresses alone (don't try to resolve them) (Kim)
26659243Sobrien 84. Read vs. force_read fixes (Amol)
26759243Sobrien 83. Make colorls if color is set before the first LS_COLORS setenv
26859243Sobrien     (Taga Nayuta)
26959243Sobrien 82. Use _PATH_DEFPATH on BSD4_4 systems. (Jim Bernard)
27059243Sobrien 81. Cursor bounds checks (Michael Schroeder)
27159243Sobrien 80. Syntax error nits (Michael Schroeder)
27259243Sobrien 79. configure fixes (Michael Schroeder)
27359243Sobrien 78. V6.07.10 - 19980904
27459243Sobrien 77. Off by one error in NO_ERRORS...
27559243Sobrien 76. Japanese NLS messages (Yoshiyuki Sakakibara)
27659243Sobrien 75. Add ENXIO and EBADF in the test for write failures for Irix Zombies
27759243Sobrien     (Ralf W. Grosse-Kunstleve)
27859243Sobrien 74. Missed a test for NOSTRCOLL in glob.c (Michael Liepelt)
27959243Sobrien 73. Another ABSOLUTEP change (Amol)
28059243Sobrien 72. Italian NLS messages (Massimo Bertozzi)
28159243Sobrien 71. WIN32 fixes for ntslowexec and color_ls literal printing in prompt (Amol)
28259243Sobrien 70. a few missed WIN32 merges (Amol)
28359243Sobrien 69. defined YPBUGS for sgi (Kaveh)
28459243Sobrien 68. V6.07.09 - 19980707
28559243Sobrien 67. Separate the nt builtins (Amol)
28659243Sobrien 66. completion fixes (Tom)
28759243Sobrien 65. color ls fixes (Taga Nayuta)
28859243Sobrien 64. V6.07.08 - 19980629
28959243Sobrien 63. add config.h.in (Kaveh)
29059243Sobrien 62. win32 updates (Amol)
29159243Sobrien 61. warning and portability cleanups on the new changes (Kaveh)
29259243Sobrien 60. V6.07.07 - 19980628
29359243Sobrien 59. Fast execute by-pass for win32 (Amol Deshpande)
29459243Sobrien 58. Clean up const usage a bit, and fix gcc 2.8.1 warnings.
29559243Sobrien 57. Use @bindir@ for DESTBIN in Makefile.in (Edgar Hoch)
29659243Sobrien 56. Avoid overflow in time builtin computation (Nobue Adachi)
29759243Sobrien 55. Color ls additions (Taga Nayuta)
29859243Sobrien 54. unsigned char vs. char warning fixes (Kaveh)
29959243Sobrien 53. Solaris 64 bit fixes (fix directory offset bug) (Thomas-Martin Kruel)
30059243Sobrien 52. More win32 patches (Amol)
30159243Sobrien 51. autoconf lossage from (Kaveh)
30259243Sobrien 50. V6.07.06 - 04/08/98
30359243Sobrien 49. Collation fix for globbing (Andrey A. Chernov)
30459243Sobrien 48. We might have NLS_CATALOGS and not LC_MESSAGES (Andrey A. Chernov)
30559243Sobrien 47. 4.4BSD header fixes (Andrey A. Chernov)
30659243Sobrien 46. Signed char prompt fixes (Andrey A. Chernov)
30759243Sobrien 45. Pattern match fix for directory searches (Mike Patnode)
30859243Sobrien 44. Pentium DGUX fixes (Miko Nahum)
30959243Sobrien 43. Spanish nls message catalogs (Luis Francisco Gonzalez)
31059243Sobrien 42. Fix trailing whitespace parsing in HASHBANG code (Martin Kraemer)
31159243Sobrien 41. Remove stray debuggin message from unmatched substitutions.
31259243Sobrien     (from Amol Deshpande)
31359243Sobrien 40. Fix reversed arguments in Usagae message. (from Amol Deshpande)
31459243Sobrien 39. Fix bug introduced at tcsh-7.06.03 [expdollar] that affected %.n prompt
31559243Sobrien     format.
31659243Sobrien 38. Fix typos introduced in last batch of changes.
31759243Sobrien 37. Fix interrupted script using onintr, exiting parent shell problem.
31859243Sobrien 36. Cleanup prototypes.
31959243Sobrien 35. V6.07.05 - 10/28/97
32059243Sobrien 34. Integrate Amol Deshpande's WINNT fixes to the tcsh source. Note that
32159243Sobrien     this is not complete yet; we are missing the NT glue code and the message
32259243Sobrien     catalogs.
32359243Sobrien 33. Fix ^T at the first character in the line  (Chuck Silvers)
32459243Sobrien 32. Eliminate xsprintf and xvsprintf
32559243Sobrien 31. Qmail patch from (Matthew Zahorik)
32659243Sobrien 30. Added missing linux signals (Vadim Vygonets)
32759243Sobrien 29. fixed problem where  complete complete  'p/*/t:*.txt/' would not honor
32859243Sobrien     the pattern.
32959243Sobrien 28. Port to an EBCDIC machine: BS2000 by Siemens Nixdorf that has an
33059243Sobrien     IBM/390 compatible processor (Martin.Kraemer)
33159243Sobrien 27. Detect when we have errors writing to stdout (Vadim Vygonets)
33259243Sobrien 26. Ignore quotes in the comparisons for builtins, so that \builtin works
33359243Sobrien     (Amol Deshpande).
33459243Sobrien 25. HPUX, portability fixes; make sure that we have the right config file
33559243Sobrien     (Jonathan Kamens)
33659243Sobrien 24. Don't do lookups for x displays and figure out ttys properly 
33759243Sobrien     (Leonard N. Zubkoff)
33859243Sobrien 23. make print_by_columns print in a single column when the output is not a tty
33959243Sobrien 22. use rlim_t for Solaris2 (Casper Dik)
34059243Sobrien 21. V6.07.04 - 05/04/97
34159243Sobrien 20. set -f -l patch (Michael Veksler)
34259243Sobrien 19. SGI patches (Tomasz J. Cholewo). Also fix completion code to take into
34359243Sobrien     account aliases that start with a period.
34459243Sobrien 18. SCO patches (Boyd Lynn Gerber)
34559243Sobrien 17. Fujitsu patches (Toshiaki Nomura)
34659243Sobrien 16. autoconf patches (Kaveh Ghazi)
34759243Sobrien 15. BSDI patches (Paul Vixie)
34859243Sobrien 14. %Q formatting character addition.
34959243Sobrien 13. Fix set=#123; echo $i:s/#// (Quoting problem)
35059243Sobrien 12. V6.07.03 - 02/23/97
35159243Sobrien 11. Understand %$variable in the prompt.
35259243Sobrien 10. Quote directory names properly in .cshdirs
35359243Sobrien  9. USE_ACCESS and autoconfig patches from (Larry Schwimmer)
35459243Sobrien  8. Pyramid att config file (Andrew Lister)
35559243Sobrien  7. $rprompt code (Luke Mewburn)
35659243Sobrien  6. Kanji patches (Huw Rogers)
35759243Sobrien  5. Cray T3E port (Jorn Amundsen)
35859243Sobrien  4. Avoid html redirects in tcsh.man2html (from Kimmo)
35959243Sobrien  3. HP/UX 10.0 fix for filesize resource limit; don't scale by 512 anymore.
36059243Sobrien  2. Workaround for TIOCSTAT for NetBSD from lukem@netbsd.org
36159243Sobrien  1. Return exit status from 0..255 not -128...127, as POSIX mandates.
36259243Sobrien
36359243SobrienV6.07.02, 10/27/96
36459243Sobrien 58. More configure fixes from Kaveh.
36559243Sobrien 57. Fix histdup=erase again: Don't renumber events, or access uninitialized
36659243Sobrien     storage.
36759243Sobrien 56. 6.07.01 - 10/19/96
36859243Sobrien 55. Fix histdup=erase, where after some repetitions, we would get negative
36959243Sobrien     history events (kim@gw.com)
37059243Sobrien 54. NLS fixes and typo in sh.err.c (Martin.Kraemer@deejai.mch.sni.de)
37159243Sobrien 53. Output history in raw format in the history file (mveksler@VNET.IBM.COM)
37259243Sobrien 52. Fix possible core dump when !:<tab> in autoexpand mode (rbrown@ERA.COM)
37359243Sobrien 51. 6.07.00 - 10/11/96
37459243Sobrien 50. Avoid stdio.h inclusion problem in SCO (gethost.c).
37559243Sobrien 49. A bit of housekeeping in host.defs
37659243Sobrien 48. 6.06.04 - 10/05/96
37759243Sobrien 47. Fix tellmewhat() code to return true if found.
37859243Sobrien 46. Change register foo to register int foo to avoid compiler warnings.
37959243Sobrien 45. Fix problem with sticky non editing mode from Casper Dik.
38059243Sobrien 44. history lex fix from Martin Kraemer; history events that ended with 0
38159243Sobrien     were not properly parsed.
38259243Sobrien 43. SNI fixes from Martin Kraemer.
38359243Sobrien 42. SGI fixes from Ralf W. Grosse-Kunstleve.
38459243Sobrien 41. BSDI2.1 fixes from Paul Vixie.
38559243Sobrien 40. 6.06.03 - 09/24/96
38659243Sobrien 39. undef TIOCGLTC for HP/UX 10.0 from Michael Shroeder
38759243Sobrien 38. Sinix fixes
38859243Sobrien 37. 6.06.02 - 06/22/96
38959243Sobrien 36. Added implicitcd
39059243Sobrien 35. Added configure.in and Makefile.in from Kaveh.
39159243Sobrien 34. unset path, unsetenv PATH, ./foo did not work.
39259243Sobrien 33. Add VAR_NOGLOB, and use it to avoid globbing directory names when
39359243Sobrien     cd'ing into them.
39459243Sobrien 32. Fix bug introduced in the new tty parsing code.
39559243Sobrien 31. Avoid pushing string back to the parsing string in ${ errors.
39659243Sobrien 30. Patches for the manual page from Dave.
39759243Sobrien 29. 6.06.01 - 05/24/96
39859243Sobrien 28. Use sysconf to get NCARGS if available Robert Daniel Kennedy
39959243Sobrien     <kennedy@b0ru01.fnal.gov>
40059243Sobrien 27. Grab the program name and use that instead of tcsh in error messages.
40159243Sobrien 26. Fix histdup, so that it does not leave gaps in the event sequence.
40259243Sobrien 25. HP/UX v10.0 fixes: Don't use bsdtty.h and avoid clobbering memory
40359243Sobrien     since SIGRT??? is defined as -1.
40459243Sobrien 24. Avoid coredumps when $TERMCAP exceeds 1024 characters
40559243Sobrien     Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
40659243Sobrien 23. Fix memory clobbering when SHORT_STRINGS is not defined. 
40759243Sobrien     Todd J Derr <infidel+@pitt.edu>
40859243Sobrien 22. Only restart stopped editors. Robert Webb <robertw@wormald.com.au>
40959243Sobrien 21. Recognize pts sysv ptys when checking to set autologout Bob Myers
41059243Sobrien     <bob@intelenet.net> 
41159243Sobrien 20. Magic space incomplete modified core dump fix. Chris Metcalf
41259243Sobrien     <metcalf@catfish.lcs.mit.edu>, Bradley White <bww@fore.com>
41359243Sobrien 19. Linux nls fixes Rik Faith <faith@cs.unc.edu>
41459243Sobrien 18. SGI RS8000, Ported notes. Ralf W. Grosse-Kunstleve
41559243Sobrien     <rwgk@laplace.csb.yale.edu>
41659243Sobrien 17. Greek nls messages. Aggelos P. Varvitsiotis <avarvit@cc.ece.ntua.gr>
41759243Sobrien 16. Imakefile linux and libcrypt fixes. Jonathan Kamens  <jik@cam.ov.com>
41859243Sobrien 15. FreeBSD fixes Jukka Ukkonen <jau@jau.csc.fi>
41959243Sobrien 14. Expand the environment space for path Steve Kelem <steve.kelem@xilinx.com>
42059243Sobrien 13. Don't overwrite the environment randomly Steve Kelem
42159243Sobrien     <steve.kelem@xilinx.com>
42259243Sobrien 12. Don't turn the editor on when we have dumb or unknown terminals. This
42359243Sobrien     breaks emacs when compiled with terminfo Jonathan Kamens  <jik@cam.ov.com>
42459243Sobrien 11. Fix F- parsing in tc.bind.c <bob@intelnet.net> (Bob Meyers)
42559243Sobrien 10. Added -T option in history to force timestamp printing. -h alone does
42659243Sobrien     not print timestamps anymore for compatibility with csh.
42759243Sobrien  9. Typo in tc.bind.c [with -DOBSOLETE] (misplaced parenthesis)
42859243Sobrien  8. Recognize convex models properly.
42959243Sobrien  7. suppress the DING! option using the noding variable.
43059243Sobrien  6. negative nice values did not work.
43159243Sobrien  5. Harris CX/UX 7.x support.
43259243Sobrien  4. ERR_DMMODE was used on the crays but not defined. I changed the error
43359243Sobrien     messages in tc.os.c to use ERR_STRING instead, and fixed a missing error
43459243Sobrien     message in the catalogs. Someone will need to retranslate #30 and #31
43559243Sobrien     in set23.
43659243Sobrien  3. Bug setting listflags... Workaround: set listflags=(A /bin/ls)
43759243Sobrien  2. Typo in Imakefile (# comment instead of c comment)
43859243Sobrien  1. Typo in ma.setp.c (missing parenthesis)
43959243Sobrien
44059243Sobrien
44159243SobrienV6.06.00, 05/13/95
44259243Sobrien 88. Cleanup off-by-one error ed.defns.c.
44359243Sobrien 87. 6.05.09 - 05/06/95
44459243Sobrien 86. Small memory leak in dosetenv()
44559243Sobrien 85. Make sure that the number of editing functions defined is correct
44659243Sobrien     and abort otherwise.
44759243Sobrien 84. Completion Fixes from Tom
44859243Sobrien 83. Don't add yp stuff in the tilde cache [names that start with + or -]
44959243Sobrien 82. Don't let children catclose() in xexit(), because the parent will lose
45059243Sobrien     access to the nls catalogs. From Michael.
45159243Sobrien 81. 6.05.08 - 04/29/95
45259243Sobrien 80. Update to the newest csh sh.file.c
45359243Sobrien 79. More completions from Tom.
45459243Sobrien 78. Fix the Imakefile to use XCOMM
45559243Sobrien 77. Update for AIX 3.2.
45659243Sobrien 76. French catalog from J.M.Vansteene@frcl.bull.fr (fwd Michael Schmidt)
45759243Sobrien 75. Nls fixes and small typos from Michael
45859243Sobrien 74. PDP11 BSD type fixes.
45959243Sobrien 73. More manual page fixes.
46059243Sobrien 72. 6.05.07 - 04/19/95
46159243Sobrien 71. More NLS catalog fixes.
46259243Sobrien 70. Bruce's jumbo patch.
46359243Sobrien 69. 6.05.06 - 03/15/95
46459243Sobrien 68. make clean does not clobber config.h if Makefile.std is used.
46559243Sobrien     make veryclean does.
46659243Sobrien 67. New config define NISPLUS. Reportedly fixes vanishing output of ~expansion
46759243Sobrien     on solaris 2.4.
46859243Sobrien 66. showdots has been removed; use listflags instead. [handles -x too]
46959243Sobrien 65. more nls catalog fixes.
47059243Sobrien 64. set histchars=,. did not have any effect in .cshrc
47159243Sobrien 63. fix "-c command" new core dump.
47259243Sobrien 62. more completions from Tom
47359243Sobrien 61. call catclose() before exiting, so that svr4 cleans up the symlinks before
47459243Sobrien     exiting.
47559243Sobrien 60. Per's fix for insert-last-word
47659243Sobrien 59. Per's emacs abbreviation mode.
47759243Sobrien 58. Makefile fixes for catalog stuff.
47859243Sobrien 57. fixed again complete-word-raw and list-word-raw
47959243Sobrien 56. 6.05.05 - 03/11/95
48059243Sobrien 55. Made %?str work again
48159243Sobrien 54. IRIX sigalarm problem should be fixed
48259243Sobrien 53. complete-word-raw and list-word-raw should work
48359243Sobrien 52. nls catalogs complete reworking.
48459243Sobrien 51. sh.init.c: Signal complete rewrite.
48559243Sobrien 50. Signal fixes from Bruce.
48659243Sobrien 49. Added promptchars, like histchars; affect %# in the prompt. The first
48759243Sobrien     char is for the user and the second is for root.
48859243Sobrien 48. 6.05.04 - 03/03/95
48959243Sobrien 47. Add NODOT config, $command [that holds the command passed with -c]
49059243Sobrien     $GROUP and $group
49159243Sobrien 46. AFS fixes from Larry Schwimmer <rosebud@cyclone.Stanford.EDU>
49259243Sobrien 45. Real NLS catalogs from Michael Schmidt <michael@muc.de>
49359243Sobrien 44. patch to allow ^? binding.
49459243Sobrien 43. completion patch from Paul DuBois.
49559243Sobrien 42. Don't spell check in here docs.
49659243Sobrien 41. Incorrect normalization of usec in sh.time.c
49759243Sobrien 40. directory printing and option parsing fixes [from Paul DuBois]
49859243Sobrien 39. realloc_searchlen should be static to avoid conflicts with OS's that
49959243Sobrien     use the same malloc package.
50059243Sobrien 38. LOGINFIRST now applies to /etc/csh.login
50159243Sobrien 37. Fixes in bind compatibility code to bindkey.
50259243Sobrien 36. 6.05.03 - 01/17/95
50359243Sobrien 35. Don't print the whole watchlist on startup. One can use explicitly
50459243Sobrien     the log builtin for that.
50559243Sobrien 34. Don't display the $watch value in the log command. 
50659243Sobrien 33. Don't delete the unmatched portion if we try to complete a spelling error.
50759243Sobrien 32. Solaris 2.4 workaround for isprint('\t') lossage (From Casper)
50859243Sobrien 31. Fixed csh bug: [Reported by Jaap]
50959243Sobrien	set test="one\
51059243Sobrien	two\
51159243Sobrien	three"
51259243Sobrien	echo "$test:q"
51359243Sobrien 30. Fixed the lossage in setting the looking mode in tw.parse.c before
51459243Sobrien     calling t_search; $x/$y will not append the right suffix.
51559243Sobrien 29. Another attempt at the gethost timeout code.
51659243Sobrien 28. Cray dmmode and filetests -m -k [need documentation!]
51759243Sobrien 27. More manual patches.
51859243Sobrien 26. Don't glob the path; security problem and core-dump. [from beto]
51959243Sobrien 25. Avoid waiting for jobs that failed to restart, thus hanging the shell.
52059243Sobrien     eg, run job in background, attach to debugger; kill it inside the
52159243Sobrien     debugger. Get out of the debugger and you are stuck if you fg that job.
52259243Sobrien 24. 6.05.02 - 09/04/94
52359243Sobrien 23. remhost code could pass the wrong length to getpeername()
52459243Sobrien 22. too eager sed'ing broke convex getwarpbyvalue() to getwarpbyvarval()
52559243Sobrien 21. Fixed new bindings bug.
52659243Sobrien 20. Fixed bug in newgrp code; execv was called incorrectly.
52759243Sobrien 19. Take into account programmable completion hints when spell checking.
52859243Sobrien 18. Unconditionally change stty modes in Rawmode()
52959243Sobrien 17. Change date in $version to be ISO 8601 per Keith's suggestion
53059243Sobrien 16. Fixed portability problems in the new counted-strings codes (From Kaveh)
53159243Sobrien 15. Fixed binding problem with the new counted-strings code [all key bindings
53259243Sobrien     ended up in the extended map]
53359243Sobrien 14. 6.05.01 - 07/08/94
53459243Sobrien 13. Changed key bindings to use counted strings instead of Null terminated
53559243Sobrien     strings, so that binding ^@ works.
53659243Sobrien 12. Fix parsing bug, where words that contained keywords caused incorrect
53759243Sobrien     word breaks:
53859243Sobrien	switch (iftagd)
53959243Sobrien	case iftagd:
54059243Sobrien	    echo It works
54159243Sobrien	    breaksw
54259243Sobrien	default:
54359243Sobrien	    echo It is broken.
54459243Sobrien	endsw
54559243Sobrien 11. Fix sh.c for systems with no job control. [the new hup builtin sends
54659243Sobrien     SIGCONT].
54759243Sobrien 10. Don't add the suffix character when all completions fail, from michael
54859243Sobrien  9. Added histdup=erase, that deletes the oldest duplicate instead of
54959243Sobrien     the newest.
55059243Sobrien  8. Don't call .logout recursively if we receive more than one hup,
55159243Sobrien     and don't process hangups when we execute the .logout.
55259243Sobrien  7. $logout was set to a static string.
55359243Sobrien  6. Non printable binding listing was broken.
55459243Sobrien  5. Recursive sourced scripts would get mangled up because of input buffer
55559243Sobrien     confusion (thanks michael)
55659243Sobrien  4. M-space should not be counted as a space. Leads to infinite loop in
55759243Sobrien     word splitting.
55859243Sobrien  3. Pyramid fixes.
55959243Sobrien  2. Fixed '\' in sysv echo (from Mika)
56059243Sobrien  1. Missed fix_yp_bugs() when setting REMOTEHOST (From Casper)
56159243Sobrien
56259243Sobrien
56359243SobrienV6.05.00, 06/19/94
56459243Sobrien113. 6.04.17 06/18/94
56559243Sobrien112. Realloc debug fix from John.
56659243Sobrien111. Completion fixes from Bruce.
56759243Sobrien110. Added -b option to bind.
56859243Sobrien109. Added tcsh.man2html from Dave. Looks great!
56959243Sobrien108. 6.04.16 06/06/94
57059243Sobrien107. Allow multi word glob in "`foo`" expressions.
57159243Sobrien     > if ("`ls`" == "a b c") then
57259243Sobrien106. Michaels lex() buffer patch version 2.
57359243Sobrien     the previous version core-dumped with
57459243Sobrien     > sleep | echo
57559243Sobrien105. Fix seg fault in find_cmd, when path is unset.
57659243Sobrien104. 6.04.15 05/28/94
57759243Sobrien103. the previous =~ fix, was a bit broken.
57859243Sobrien102. 6.04.14 05/25/94
57959243Sobrien101. expression parser fix for !~ and =~.
58059243Sobrien     if (foo =~ *) echo ok
58159243Sobrien     the * was taken for a multiply and parsed as 0 * 0 returning 0.
58259243Sobrien     and asked to match "foo" with "0"
58359243Sobrien100. Michael's lex() buffer patch.
58459243Sobrien 99. Bruce's Jumbo cleanup
58559243Sobrien 98. fixed Imakefile for X11R6
58659243Sobrien 97. fixed argument parsing in source command.
58759243Sobrien 96. added $sched to format scheduled events.
58859243Sobrien 95. 6.04.13 05/07/94
58959243Sobrien 94. added expand-command
59059243Sobrien 93. Alpha OSF-2.0 fixes
59159243Sobrien 92. 6.04.12 04/28/94
59259243Sobrien 91. Ignoreeof patch from Bruce.
59359243Sobrien 90. Dan's completion fix.
59459243Sobrien 89. 6.04.11 04/12/94
59559243Sobrien 88. Don't source .logout when killed with -HUP unless we are a login shell.
59659243Sobrien     [ actually $loginsh controls the behavior now ]
59759243Sobrien 87. ISC-4.0 posix exec() bug workaround
59859243Sobrien     (from Jonathan Broome <jon@wilbur.uucp>)
59959243Sobrien 86. Dan's patch for complete=enhance
60059243Sobrien 85. Kaveh's patches for memset, host.defs, _{U,G}ID_T
60159243Sobrien 84. 6.04.10 03/29/94
60259243Sobrien 83. Pathname completion bug fixes...
60359243Sobrien 82. Completion pathname(p) changes: Completion 'C' -> 'X'.
60459243Sobrien     Replaced 'p' with 'F' and added D,T,C.
60559243Sobrien 81. Next NLS fixes
60659243Sobrien     (From Paul Nevai <nevai@ops.mps.ohio-state.edu>)
60759243Sobrien 80. make spelling correction obey the current histchars setting.
60859243Sobrien 79. Fix rounding in limits so that 0 is a true 0. 
60959243Sobrien     (From Ken Lalonde <ken@cs.berkeley.edu>)
61059243Sobrien 78. 6.04.09 03/12/94
61159243Sobrien 77. Alarm race with remotehost.
61259243Sobrien 76. If you have in your .cshrc 
61359243Sobrien	set savehist=(100 merge)
61459243Sobrien	and execute
61559243Sobrien	#!./tcsh
61659243Sobrien	exec ps
61759243Sobrien     you get no output; [fixed]
61859243Sobrien 75. setenv SHLVL -1; tcsh = Segmentation fault [fixed]
61959243Sobrien 74. 6.04.08 02/10/94
62059243Sobrien 73. new machtype, ostype, vendor
62159243Sobrien 72. execute .logout on hangup.
62259243Sobrien 71. more man page fixes.
62359243Sobrien 70. 6.04.07 02/04/94
62459243Sobrien 69. Dynamic hash changes, globbing for which command from Michael.
62559243Sobrien 68. INBUFSIZE fixes for history.
62659243Sobrien 67. printenv returns 1 when a variable is not found, like the non builtin one
62759243Sobrien 66. Add quotes to the mismatch array so that:
62859243Sobrien     > touch foo
62959243Sobrien     > mail "oo bar"
63059243Sobrien     does not get corrected. The right fix would be to do correct parsing
63159243Sobrien     and quote the space...
63259243Sobrien 65. NULL terminate mismatch[] array in ed.inputl.c, since it is used in
63359243Sobrien     Strchr().
63459243Sobrien 64. renamed stat to filetest
63559243Sobrien 63. Afs and Hesiod patches.
63659243Sobrien 62. More manual page patches.
63759243Sobrien 61. 6.04.06 12/19/93
63859243Sobrien 60. Alarm for resolver timeouts (untested)
63959243Sobrien 59. Fixes for Henry Spenser's regex in the Makefiles
64059243Sobrien 58. Modifiers now work with $< and $< does not do :q by default.
64159243Sobrien     [incompatibility with csh] and $< can be interrupted.
64259243Sobrien 57. Added $histdup.
64359243Sobrien 56. source /etc/.login for Solaris 2.x
64459243Sobrien 55. don't remove trailing spaces in history searches.
64559243Sobrien 54. dirs -L and dirs -S spurious warning elimination.
64659243Sobrien 53. man page fixes from David.
64759243Sobrien 52. Kimmo's patch [makefile, gcc warning, netdb.h include]
64859243Sobrien 51. 6.04.05 12/12/93
64959243Sobrien 50. rewrote srcunit() to use st_save and st_restore. The code was
65059243Sobrien     too messy to be useful before.
65159243Sobrien 49. recdirs and rechist patches again!
65259243Sobrien 48. Harris hck port, and ISC imake update
65359243Sobrien 47. Eliminate the x windows :display.screen before looking for the 
65459243Sobrien     hostname in REMOTEHOST
65559243Sobrien 46. Patch for CDF filetype() recognition (hpux)
65659243Sobrien 45. 6.04.04 11/12/93
65759243Sobrien 44. Made =x obey nonomatch.
65859243Sobrien 43. Fixed rechist and recdirs not to depend on savehist and savedirs
65959243Sobrien 42. Removed aliases, bind, linedit builtins [ifdef'ed out as OBSOLETE]
66059243Sobrien 41. change REMHOST to REMOTEHOST for compatibility with SGI.
66159243Sobrien 40. $owd was not working correctly.
66259243Sobrien 39. Debugging printf elimination (from Kimmo)
66359243Sobrien 38. Typos in the new hup code in sh.c (from Matt)
66459243Sobrien 37. Imakefile fix for sequent (from Jaap)
66559243Sobrien 36. 6.04.03, 10/30/93
66659243Sobrien 35. New manual page in place.
66759243Sobrien 34. Fixed Makefile sed RE to work with gnu sed.
66859243Sobrien 33. Added hup builtin.
66959243Sobrien 32. Added $REMHOST in config_f.h
67059243Sobrien 31. Fixed random parsing bug in sh.exp.c in isa(). It checked cp[1]
67159243Sobrien     without checking cp[0] first... (should propagate to 4.4BSD)
67259243Sobrien 30. More sh.exp.c fixes from Bruce
67359243Sobrien 29. Always exit when the user types exit. 
67459243Sobrien     cat | tcsh -f -s
67559243Sobrien     exit
67659243Sobrien     ls
67759243Sobrien 28. savedirs fix and readlink() null termination fix from Peter.
67859243Sobrien 27. Added -p flag (force dirs printing in all directory functions and $owd
67959243Sobrien     variable
68059243Sobrien 26. Let $dirstack work by default without needing to be set.
68159243Sobrien 25. Fixed history -h to work with other history flags.
68259243Sobrien 24. Renamed ed-functions more consistently (dcs)
68359243Sobrien 23. Added missing filetests (dcs)
68459243Sobrien 22. Added NEWGRP define in config_f.h (dcs)
68559243Sobrien 21. More fixes for non blocking io recovery from Bruce
68659243Sobrien 20. 6.04.02, 10/08/93
68759243Sobrien 19. changed default prompt to %#
68859243Sobrien 18. New group 'g' completion.
68959243Sobrien 17. removed IIASA defs.
69059243Sobrien 16. fix for history -SL and dirs -SL to work when savedirs and savehist are
69159243Sobrien     not set.
69259243Sobrien 15. fix magic-space to understand :p
69359243Sobrien 14. make :u,:l work for history.
69459243Sobrien 13. Fixes for non-blocking i/o recovery. trap all non blocking styles under
69559243Sobrien     sunos.
69659243Sobrien 12. 6.04.01, 08/10/93
69759243Sobrien 11. Vi mode word moves [they work like vi and don't obey wordchars anymore].
69859243Sobrien 10. New file operators and stat builtin
69959243Sobrien  9. David's FIONREAD patch for SVR4
70059243Sobrien  8. Bruce's ignoreeof=n patch
70159243Sobrien  7. Dan's complete/correct enhancement
70259243Sobrien  6. Abort corrections patch.
70359243Sobrien  5. Print_by_columns, now does not use the rightmost column.
70459243Sobrien  4. Renamed config/config.$i to $i to avoid once and for all filename length
70559243Sobrien     problems.
70659243Sobrien  3. bbn butterfly config
70759243Sobrien  2. Beto's proc fixes
70859243Sobrien  1. Bruce's bug fix for ed.chared.c, signals
70959243Sobrien
71059243Sobrien
71159243SobrienV6.04.00, 07/03/93
71259243Sobrien 92. Alpha prototypes, for gcc -Wall clean compile.
71359243Sobrien 91. Fixed alpha hashing. Did not work for directories > 31, Thanks to
71459243Sobrien     Dan Mosedale <mosedale@genome.Stanford.EDU> for all the help!
71559243Sobrien 90. Added USE(a) for unused parameters, to avoid compiler warnings.
71659243Sobrien 89. 6.03.10, 06/25/93
71759243Sobrien 88. Makefile and lint patches from Bruce.
71859243Sobrien 87. Posixsig patch from Peter for svr4
71959243Sobrien 86. 6.03.09, 06/11/93
72059243Sobrien 85. signal handling broke with the last job control patch...
72159243Sobrien     > (does-not-compute;)
72259243Sobrien     would hang.
72359243Sobrien 84. don't quit after the first modifier fails:
72459243Sobrien     > set i=aabbcc
72559243Sobrien     > echo $i:s/a/A/:s/b/B/
72659243Sobrien     AaBbcc
72759243Sobrien     > echo $i:s/x/A/:s/b/B/
72859243Sobrien     aabbcc
72959243Sobrien 83. Imakefile fixes for sequents from Jaap.
73059243Sobrien 82. Move past the bottom of input when we hit ^C, so that multi-line
73159243Sobrien     input commands don't get trashed.
73259243Sobrien 81. Look only at the first word in ${EDITOR,VISUAL} to determine the
73359243Sobrien     editor name.
73459243Sobrien 80. Last patch broke listmax.
73559243Sobrien 79. Remove extra sandbagging in exitstat(). Not needed anymore as value()
73659243Sobrien     will never return NULL.
73759243Sobrien 78. Save $status before calling aliasrun() otherwise:
73859243Sobrien     > alias precmd 'cd .'
73959243Sobrien     > true
74059243Sobrien     > echo $status
74159243Sobrien     0
74259243Sobrien     > false
74359243Sobrien     > echo $status
74459243Sobrien     0
74559243Sobrien 77. 6.03.08, 06/07/93
74659243Sobrien 76. missing prototypes/unused variables under SYSV4.
74759243Sobrien 75. savedirs should glob the filename argument.
74859243Sobrien 74. 6.03.07, 06/05/93
74959243Sobrien 73. Changed _Q, _Q1 macros in sh.lex.c, sh.dol.c, sh.char.? to _QF and _QB
75059243Sobrien     because today 4.4BSD <ctype.h> defined _Q to be ``Phonetics''
75159243Sobrien 72. listmaxrows variable.
75259243Sobrien 71. set -r would not make existing variables readonly.
75359243Sobrien 70. print usernames with ~user where possible in dirs and job cwd's
75459243Sobrien 69. Mika's fixes (missing args in sh.c set(), linux Makefile, SIGCHLD)
75559243Sobrien 68. FIONREAD argument is int everywhere except on SunOS where it is long.
75659243Sobrien     Tcsh used to think that it was long, and so it broke on the alpha where
75759243Sobrien     sizeof(int) != sizeof(long)
75859243Sobrien 67. 6.03.06 05/16/93
75959243Sobrien 66. Pipeline fixes. This should get rid of the dreaded Stopped tty output
76059243Sobrien     message.
76159243Sobrien 65. Michael's fix for history buffer cleanup:
76259243Sobrien     > alias foo 'echo \!:1:h'
76359243Sobrien     > foo a/b
76459243Sobrien     a
76559243Sobrien     > ^P [nothing happens]
76659243Sobrien 64. Unsigned long rlimit type for 64 bit machines (alpha)
76759243Sobrien 63. Fixed Imakefile for alpha
76859243Sobrien 62. tilde expansion now obeys $nonomatch
76959243Sobrien 61. readonly veriables. 'set -r x=3' will set x to a very sticky 3...
77059243Sobrien 60. Fixed bug in the new tab'ed completion that interfered with old listing.
77159243Sobrien 59. Fixed entry -> item in tw.parse.c
77259243Sobrien 58. Added -f option to unlimit
77359243Sobrien 57. Define __STDC__ in Imakefile for Irix
77459243Sobrien 56. Static redeclarations in tw.parse.c
77559243Sobrien 55. 6.03.05 04/26/93
77659243Sobrien 54. Don't echo history expansion in loops:
77759243Sobrien     > alias junk 'foreach i (\!:2*) \
77859243Sobrien     foreach? echo \!:1 $i; \
77959243Sobrien     foreach? end'
78059243Sobrien     > junk a b c d
78159243Sobrien     echo a $i ;
78259243Sobrien     a b
78359243Sobrien     echo a $i ;
78459243Sobrien     a c
78559243Sobrien     echo a $i ;
78659243Sobrien     a d
78759243Sobrien 53. Added complete-word-fwd and complete-word-back that scroll through
78859243Sobrien     the list of possible completions... Neat addition from 
78959243Sobrien     jfink@csugrad.cs.vt.edu (Jeff "$DOTDIR" Fink)
79059243Sobrien 52. Workaround hpux9.01 broken optimizer in sh.glob.c where 'ls *' breaks.
79159243Sobrien 51. Michael's editor fix.  With "magic margins" and 80 char width, try:
79259243Sobrien	> set prompt=
79359243Sobrien	<ESC>20a<CTRL>a<ESC>76b<CTRL>ac
79459243Sobrien 50. Reverted fix that does not glob the expanded back-quote text again.
79559243Sobrien 49. > cd /., echo $cwd
79659243Sobrien     /.
79759243Sobrien     Eliminate the . in this case...
79859243Sobrien 48. Matt's optimization in glob.c [retracted]
79959243Sobrien 47. Fixed bug with -S
80059243Sobrien 46. Renamed Makefile Makefile.std, and fixed the readme file
80159243Sobrien 45. 6.03.04 04/07/93
80259243Sobrien 44. Changed -s == !-z and -S == socket
80359243Sobrien 43. Fixed typo in sh.c, in phup [shpgrp != pr->pgrp]
80459243Sobrien 42. Multi-line aliases are not entered into the history when executed.
80559243Sobrien 41. Changed f_seek to a union to avoid gcc warnings on 4.4BSD
80659243Sobrien 40. Fixed 'unset home; dirs' bug
80759243Sobrien 39. fixed $HOME->$home memory problem.
80859243Sobrien 38. $?0 returns false now on interactive shells for csh compatibility.
80959243Sobrien 37. Default watch inteval was 10 hours not 10 minutes as advertized in the
81059243Sobrien     manual!
81159243Sobrien 36. Fixed clobbered veriable warning from gcc-1.39 in tw.parse.c
81259243Sobrien 35. Fixed typo with INVPTR in sh.lex.c
81359243Sobrien 34. 6.03.03 03/04/93
81459243Sobrien 33. Eliminate 'Reset tty pgrp error message'. It is normal for the
81559243Sobrien     walking process group stuff. Check about the killpg() above?
81659243Sobrien 32. More portability for 64 bit machines.
81759243Sobrien 31. Improved completion error messages.
81859243Sobrien 30. Fix bug with double globbing expansion on mirrored variables:
81959243Sobrien	> setenv TERM '?vt100'
82059243Sobrien 29. Avoid hanging when writing to pipes etc. (From Paul Close)
82159243Sobrien 28. Typo in the $HOME->$home mirroring.
82259243Sobrien 27. %p %P 'p'recise time formats that include seconds for prompt strings.
82359243Sobrien 26. Signal list fixes from Paul Close. nsig is now a variable.
82459243Sobrien 25. 6.03.02 02/12/93
82559243Sobrien 24. NEC SX3 "entry" is a reserved word!, changed entry to item...
82659243Sobrien     [this is as bad as cray typedefining "word" to int. Next thing I know,
82759243Sobrien      I'll have to prefix all the variables with tcsh_!]
82859243Sobrien 23. xxx
82959243Sobrien 22. Protected all include files to avoid warnings from lcc.
83059243Sobrien 21. Finally resolved the job control problems with linux and ISC (from Beto)
83159243Sobrien 20. More HUP,XFSZ,XCPU fixes. (with Beto)
83259243Sobrien 19. Dcanon would not canonicalize correctly in case where dnormalize()
83359243Sobrien     failed to find a directory, but the directory existed when not 
83459243Sobrien     crossing the symbolic link.
83559243Sobrien 18. sh.init.c fixes; give 65 signals for all POSIX machines.
83659243Sobrien 17. AMS mail fixes and cmu wm handling.
83759243Sobrien 16. Setenv would not ignore trim quoted names...
83859243Sobrien     > alias foo 'setenv "\!:1" bar'
83959243Sobrien     > setenv FOO 123
84059243Sobrien     > foo FOO
84159243Sobrien     > printenv
84259243Sobrien     ...
84359243Sobrien     FOO=123
84459243Sobrien     FOO=bar
84559243Sobrien     ...
84659243Sobrien 15. 6.03.01 08/01/93
84759243Sobrien 14. #undef SHORT_STRINGS gcc warning fixes...
84859243Sobrien 13. csh bug fix in foreach [quoteing problem]
84959243Sobrien     > foreach i ("*")
85059243Sobrien     > echo $i:q
85159243Sobrien     > end
85259243Sobrien     Should print *
85359243Sobrien 12. ls-F obeys showdots...
85459243Sobrien 11. After scheduled commands get executed, the editor could stay disabled
85559243Sobrien     until the first enter.
85659243Sobrien 10. sigset() bug in ed.init.c; ^C could get disabled sometimes.
85759243Sobrien  9. Don't glob in dowhich(); otherwise \pat does not work if pat is aliased.
85859243Sobrien  8. When completion patterns are used $ and ~ expansion did not work right.
85959243Sobrien  7. Printenv builtin and long backquote expansion fix from Harald.
86059243Sobrien  6. $:-1, $:-0 enhancement from Paul and Michael.
86159243Sobrien  5. Lynx/OS patches
86259243Sobrien  4. Apollo bugs [Setenv -> tsetenv, typedef in pid_t]
86359243Sobrien  3. ^@ did not work correctly in bindkey.
86459243Sobrien  2. Fix vms/posix ifdefs in tc.alloc.c
86559243Sobrien  1. Elide gcc-2.3.1 warnings
86659243Sobrien
86759243Sobrien
86859243SobrienV6.03.00, 11/20/92
86959243Sobrien102. Solaris2 patches, renamed sunosX to sosX to fit in 14 character filenames.
87059243Sobrien101. 6.02.12 11/12/92
87159243Sobrien100. Decreased BUFSIZE to 1K...
87259243Sobrien99. Don't use sbrk() in tc.alloc.c on VMS
87359243Sobrien98. EINTR error handling from Michael
87459243Sobrien97. Overwrite mode takes effect immediately, not delayed by a command.
87559243Sobrien96. Emx fixes.
87659243Sobrien95. SIGHUP gain...
87759243Sobrien94. Coherent times()/ <sys/file.h> fixes.
87859243Sobrien93. 6.02.11 10/27/92
87959243Sobrien92. Mach setpath fixes.
88059243Sobrien91. Which now globs its arguments
88159243Sobrien90. Again POSIX SIGHUP fixes... Maybe we got it right this time...
88259243Sobrien89. Increased BUFSIZE to 4K. Smaller machines may want to decrease this.
88359243Sobrien    [ Now one can edit up to 4K of buffer! ]. From Harald.
88459243Sobrien88. : is now a true builtin that does nothing, instead of being treated like
88559243Sobrien    the last character of a label. This is so it can take args. From Harald.
88659243Sobrien87. More fixes for hpux limits from Harald.
88759243Sobrien86. Login shell if ppid == 1 and argc == 1 for VMS.
88859243Sobrien85. Typo in sh.exec.c from Harry.
88959243Sobrien84. Per's editor fixes.
89059243Sobrien83. 6.02.10 10/17/92
89159243Sobrien82. Don't free STRNULL in freelex(). Update linked list in copylex() to
89259243Sobrien    do the same insert as in lex().
89359243Sobrien81. Fixed spurious tilde printing in %c prompt.
89459243Sobrien80. Fixed dumb wild free in AddXKey... 
89559243Sobrien    (thanks Harald for the complex bindings! :-)
89659243Sobrien    > bindkey "\e10z" expand-line # Any editor command will do
89759243Sobrien    > bindkey -[cs] "\e10z" "foo" # Any string or command will do
89859243Sobrien    Free(%x) ....
89959243Sobrien79. coherent additions.
90059243Sobrien78. fixes for hpux8 resource limits [Thanks Harald]
90159243Sobrien77. 6.02.09 10/10/92
90259243Sobrien76. More vms cleanups.
90359243Sobrien75. Removed #include CONFIGH from sh.h. There was no way to make it work 
90459243Sobrien    under VMS/POSIX
90559243Sobrien74. Added t completion (Gray Watson)
90659243Sobrien73. Memory leaks in sh.dir.c and sh.glob.c [thanks purify :-)]
90759243Sobrien72. IRIX 5.0 patches (from Paul Close)
90859243Sobrien71. BSD resource limits for hpux8.0 (From Andreas Stolcke)
90959243Sobrien70. NGROUPS_MAX fixes (from Matt Day)
91059243Sobrien69. 6.02.08 10/04/92
91159243Sobrien68. VMS port additions.
91259243Sobrien67. Added $%var, which == strlen(var)
91359243Sobrien66. Added ^X^I and ^X^D to override programmable listing+completion
91459243Sobrien65. Added case insensitive globbing for OS/2
91559243Sobrien64. FIOCLEX and FIONCLEX are only used if we don't have FD_CLOEXEC.
91659243Sobrien63. Added emx termio support, and emx pathsep support; emx compiles and runs:
91759243Sobrien    needs job-debugging and finishing touches.
91859243Sobrien62. Horrible bug with the lex linked list; from Loic Grenie, grenie@ens.fr
91959243Sobrien    > echo a !#
92059243Sobrien    echoed 'echo a echo a echo'!
92159243Sobrien61. Shell -w,-x were incompatible with the same for test [POSIX] (beto)
92259243Sobrien60. builtin newgrp did not accept the - argument.
92359243Sobrien59. FIOCLEX for the masses (POSIX FD_CLOEXEC addition)
92459243Sobrien58. Old style csh completion bug fix [not used] (beto)
92559243Sobrien57. A background process waiting for input from tty
92659243Sobrien    blocks when being foregrounded doesn't read its input and
92759243Sobrien    doesn't get <cntl-c> and <cntl-z> signals.
92859243Sobrien    It can only be killed from another session. (beto)
92959243Sobrien    > cat > foo
93059243Sobrien    #!/bin/csh -f
93159243Sobrien    echo ">>>>>>"
93259243Sobrien    set x = $<
93359243Sobrien    echo $x
93459243Sobrien    ^D
93559243Sobrien    > chmod +x foo
93659243Sobrien    > foo &
93759243Sobrien    > fg
93859243Sobrien    ^Z,^C # Nothing happens
93959243Sobrien56. history > 1000 fix (beto)
94059243Sobrien55. 6.02.07 9/18/92
94159243Sobrien54. Added e_stuff_char() to put back a character in cooked mode in
94259243Sobrien    the input stream... Useful for status (^T)
94359243Sobrien53. $? == $status and $# == $#argv like in the bourne shell.
94459243Sobrien52. Added $dirstack. Problems: off by one since =0 == $cwd, but 
94559243Sobrien    $dirstack[1] == $cwd... Suggestions welcome.
94659243Sobrien51. Leading spaces would confuse the run-help function.
94759243Sobrien50. Don't expand imported environment variables:
94859243Sobrien    > setenv HOME \*
94959243Sobrien    > tcsh
95059243Sobrien    > echo "$home"
95159243Sobrien    > echo "$HOME"
95259243Sobrien49. %C0n displays the number of directories omitted as /usr/local/bin /<2>bin/
95359243Sobrien48. Added POSIXSIGS as a configuration option.
95459243Sobrien47. Per's fixes for history format and arrow key binding.
95559243Sobrien46. Expand-variables expands array variables too
95659243Sobrien45. 6.02.06 8/14/92 
95759243Sobrien44. Separated limit stuff from BSDTIMES and added BSDLIMIT
95859243Sobrien43. History searching inconsistent with HistLit:
95959243Sobrien    > echo foo
96059243Sobrien    foo
96159243Sobrien    > ^foo^bar
96259243Sobrien    bar
96359243Sobrien    > ec[M-p]
96459243Sobrien    echo foo
96559243Sobrien42. 6.02.05 8/8/92 
96659243Sobrien41. sourcing a script that contains 'onintr -; onintr' would disable 
96759243Sobrien    interrupts on the command line
96859243Sobrien40. cd ../... with symlinks=ignore would work !@#!@
96959243Sobrien39. No more BACKPIPE for POSIX machines...
97059243Sobrien38. SUNOS NLS bug workarounds...
97159243Sobrien37. New HASHBANG define for #! emulation... even 386BSD does not have it
97259243Sobrien    yet...
97359243Sobrien36. Added new -b -c file operators from SGI csh.
97459243Sobrien35. 6.02.04 7/23/92 
97559243Sobrien34. Walking process group fixes.
97659243Sobrien33. $0 contains now argv[0] when we are not executing a shell script.
97759243Sobrien32. New Getwd() was broken.
97859243Sobrien31. 6.02.03 7/17/92
97959243Sobrien30. We kill our last foreground process group on HUP, for POSIX systems.
98059243Sobrien29. Walking process group fix.
98159243Sobrien28. $shlvl gets reset to 1 for login shells.
98259243Sobrien27. Macros can now involve multiple commands, i.e.
98359243Sobrien    bindkey -s "^[OP" "ls\n^P"
98459243Sobrien26. 6.02.02 7/6/92
98559243Sobrien25. nostat accepts now a list shell patterns.
98659243Sobrien24. Avoid print_exit_value in if ( { foo } )
98759243Sobrien23. Symbolic key names for bindkey [arrow keys].
98859243Sobrien22. Smarter getwd() that avoids some of the NFS hangs...
98959243Sobrien21. Use memmove() where possible.
99059243Sobrien20. 6.02.01 6/16/92
99159243Sobrien19. Fix automatic correction to work with the new completion.
99259243Sobrien18. Globbing bug with brace expansion, when arguments need to be realloced...
99359243Sobrien    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}
99459243Sobrien17. shift and left operators update variables correcly ('shift path' did not 
99559243Sobrien    work)
99659243Sobrien16. apollo fixes for cd.
99759243Sobrien15. STRNULL <-> NULL bug fixes.
99859243Sobrien14. %S in xprintf for short strings.
99959243Sobrien13. history -LSc, dirs -LSc additions, builtins builtin [oxymoron]
100059243Sobrien12. history formatting string, who formatting string, prompt formatting
100159243Sobrien    all use tprintf() now.
100259243Sobrien11. $history accepts a second formatting argument..
100359243Sobrien10. History timestamps preserved in .history
100459243Sobrien9.  Backquotes were broken: echo hi | cat > `echo foo`
100559243Sobrien8.  SGI -t operator problem.
100659243Sobrien7.  Dnix fixes.
100759243Sobrien6.  Fix history file writing bug when autologout.
100859243Sobrien5.  Change from TCSETA to TCSETAW, since we affect the output.
100959243Sobrien4.  Per's fixes for display margin bugs.
101059243Sobrien3.  Linux fixes.
101159243Sobrien2.  Collapse adjacent stars in glob.c to avoid exponential behavior.
101259243Sobrien1.  Fixed parseescape to put ^ literally if not followed by alpha.
101359243Sobrien
101459243Sobrien
101559243SobrienV6.02.00, 5/15/92
101659243Sobrien94. Default echo_style was not being set correctly.
101759243Sobrien93. $< did not work correctly with NLS chars.
101859243Sobrien92. 6.01.15 (5/11/92)
101959243Sobrien91. Minor cleanups in refresh code.
102059243Sobrien90. 6.01.14 (5/8/92)
102159243Sobrien89. Print \n in the right margin always to be consistent.
102259243Sobrien88. Linux patches.
102359243Sobrien87. 6.01.13 (5/2/92) 
102459243Sobrien86. Fixes in listing and completion of non-unique commands.
102559243Sobrien85. Fix =stack entries > 9... from Bill Petro
102659243Sobrien84. Fix for last character at margin. [on terminals that have am & xm move
102759243Sobrien    the cursor manually to the next line]
102859243Sobrien83. Fix for complete completions 
102959243Sobrien82. small typo in tc.alloc.c from Mark Moraes.
103059243Sobrien81. small typo in tw.parse.c from Richard.
103159243Sobrien80. Man page fixes from Per.
103259243Sobrien79. 6.01.12 (4/24/92) [release version for 6.02]
103359243Sobrien78. Autosuffix was not getting reset all the time.
103459243Sobrien77. Don't limit completion patterns to 1K.
103559243Sobrien76. Naming changes in ed.screen.c from Justin.
103659243Sobrien75. 6.01.11 (4/10/92)
103759243Sobrien74. Fixed magic-space ! expand bug:
103859243Sobrien    > echo a b123 45.{6,7}
103959243Sobrien    > echo !:2!:3[magic-space]
104059243Sobrien73. Work-around for apollo optimizer in tc.bind.c
104159243Sobrien72. Problem with setjmp in tw.parse.c
104259243Sobrien71. symlinks=expand from Yumin.
104359243Sobrien70. tenematch() fixes from Michael;
104459243Sobrien69. 6.01.10 (4/3/92)
104559243Sobrien68. Fixed Gnmatch.
104659243Sobrien67. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
104759243Sobrien66. Backquote from completion was broken for machines with no dup2()
104859243Sobrien65. No $printexitvalue for `` jobs.
104959243Sobrien64. Added ultrix stuff for PW_AUTH [from Mike Potter mpotter@lampf.lanl.gov]
105059243Sobrien63. Fixed bug in Gnmatch(), added 'N' command 'x' completion.
105159243Sobrien62. Fixed fg_proc_entry() so autologout gets disabled when a process
105259243Sobrien    is foregrounded.
105359243Sobrien61. 6.01.09 (3/26/92)
105459243Sobrien60. source builtin takes arguments now that are passed in the script e.g.:
105559243Sobrien    > ./tcsh -i a b c
105659243Sobrien    > cat test
105759243Sobrien    echo $argv
105859243Sobrien    > echo $argv
105959243Sobrien    a b c
106059243Sobrien    > source test 1 2 3
106159243Sobrien    1 2 3
106259243Sobrien    > echo $argv
106359243Sobrien    a b c
106459243Sobrien59. Eliminate $margin_bug, add more intelligent margin code [from Justin]
106559243Sobrien58. expand_symlinks variable Urgh...
106659243Sobrien57. SGI CONTROL() fixes...
106759243Sobrien56. new dnormalize(), expand_symlinks flag.
106859243Sobrien55. interrupting completion restores the current line. [from Marc]
106959243Sobrien54. 6.01.08 (3/20/92)
107059243Sobrien53. inputmode affects the first line too.
107159243Sobrien52. Searches in vi do not destroy the current line.
107259243Sobrien51. -drwX test enhancement.
107359243Sobrien50. Generalized completion syntax and added more completion builtins.
107459243Sobrien49. Don't print '\n' on the right margin if we can avoid it.
107559243Sobrien48. 6.01.07 (3/9/92)
107659243Sobrien47. New completion style. [[<pattern>[ ]],=<completion action>]
107759243Sobrien46. 6.01.06 (3/7/92)
107859243Sobrien45. complete styles are ignored after shell metachars eg.
107959243Sobrien    > complete mail =u
108059243Sobrien    > mail christos < [tab]
108159243Sobrien    completes filenames.
108259243Sobrien44. $echo_style is initialized to the default style of the machine.
108359243Sobrien43. SGI 4.0 CTRL() macro is busted. So we ignore it.
108459243Sobrien42. Fixed bug with the new margin code (thanks justin)
108559243Sobrien41. Fixed mirroring of variables. Now set and setenv affect
108659243Sobrien    HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
108759243Sobrien    affects only the csh copies of the variables, and unsetenv only the
108859243Sobrien    environment variables.
108959243Sobrien40. Fixed gcc-2.0 warnings in sh.sem.c (needed for vfork() -O2 optimization)
109059243Sobrien39. 6.01.05 (2/21/92)
109159243Sobrien38. signal masking for BSD machines was still wrong in tw.init.c
109259243Sobrien37. Added $margin_bug, and now the editor outputs on the rightmost 
109359243Sobrien    column by default. This should fix the xterm cut-n-paste problem.
109459243Sobrien36. AU/X 2.0 and SGI compiles with POSIX as a default now.
109559243Sobrien35. sysv_echo is gone too. Now we have a variable called echo_style
109659243Sobrien    which can be set to "none", "bsd", "sysv", "both" that defines
109759243Sobrien    the builtin echo_style. The default is "bsd" for systems with
109859243Sobrien    SYSVREL == 0, "sysv" otherwise. This can be overriden in config.h
109959243Sobrien    by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO, 
110059243Sobrien    or NONE_ECHO.
110159243Sobrien34. asynchronous notification in run-fg-editor would try to change the 
110259243Sobrien    tty settings and print an extra prompt.
110359243Sobrien    > set notify 
110459243Sobrien    > sleep 10 &
110559243Sobrien    > vi^Z
110659243Sobrien    > ^[^Z
110759243Sobrien33. alias x /bin/true
110859243Sobrien    x<esc>?
110959243Sobrien    reported .//bin/true instead of /bin/true
111059243Sobrien32. 6.01.04 (2/12/92)
111159243Sobrien31. fixed vi_substitute_line
111259243Sobrien30. binding completion addition.
111359243Sobrien29. showdots=-A addition
111459243Sobrien28. sysv_echo addition; deleted bsd_echo which is now the default.
111559243Sobrien27. dunique could crash.
111659243Sobrien26. Don't clear lines after an asynchronous notification, because it
111759243Sobrien    might erase the message.
111859243Sobrien25. 6.01.03 (1/29/92)
111959243Sobrien24. `` were not working correctly when tcsh is started with 0,1,2 closed.
112059243Sobrien23. Correction was picking up the wrong thing in cases like .rhosts hosts
112159243Sobrien22. Correction with names with quoted spaces was broken.
112259243Sobrien21. Added sysv_echo and bsd_echo.
112359243Sobrien20. Added and documented the complete builtin.
112459243Sobrien19. Added dunique and cd -.
112559243Sobrien18. Per's fix for alarm functions. Things would break if time went backwards.
112659243Sobrien17. Realloc bug fix (copy min of old and new size)
112759243Sobrien16. Fix for csh compatible braces.
112859243Sobrien15. Brace globbing and negation globbing for Gmatch.
112959243Sobrien14. 6.01.02 (1/16/92)
113059243Sobrien13. Completion builtin, new tw* files.
113159243Sobrien12. 6.01.01 (1/6/92)
113259243Sobrien11. Changed w_ fields in tc.who.c to who_ to avoid redefinitions in
113359243Sobrien    <sys/wait.h> in some os's.
113459243Sobrien10. Setting savehist to an empty string makes savehist use the value
113559243Sobrien    in $history.
113659243Sobrien9.  echotc did not use the internal termcap descriptions.
113759243Sobrien8.  echotc did not work right for single argument termcap strings.
113859243Sobrien7.  DGUX needs SAVESIGVEC, updated type protection, and disabled CSWTCH.
113959243Sobrien6.  Changed SVID to SYSVREL, since there is no SVID == 4 (yet).
114059243Sobrien5.  Typo in tc.sig.h: UNRELSIGS was not getting defined.
114159243Sobrien4.  Globbing bug fix. tglob() should ignore globbing characters inside 
114259243Sobrien    backquotes otherwise things get expanded twice:
114359243Sobrien    % echo 'bar?' > 'foo?'
114459243Sobrien    % echo `cat foo\?`
114559243Sobrien    echo: No match.
114659243Sobrien3.  Mach setpath fix.
114759243Sobrien2.  Alliant process group fix.
114859243Sobrien1.  Xenix fixes for broken vi and help path with no suffixes.
114959243Sobrien
115059243Sobrien
115159243SobrienV6.01.00, 12/19/91 [for comp.sources.unix]
115259243Sobrien22. Restore the original prompt in automatic correction when the user
115359243Sobrien    asks to re-edit the command.
115459243Sobrien21. Better error for unreadable files in tw.parse.c
115559243Sobrien20. Sequent patches.
115659243Sobrien19. (V6.00.08 beta 12/14/91)
115759243Sobrien18. Filenames containing # were spelled/expanded incorrectly.
115859243Sobrien17. Stellar/stellix port.
115959243Sobrien16. Hpux 8.0 has SIGWINDOW but we cannot get the window size. Protect
116059243Sobrien    against window changes updating $LINES and $COLUMNS.
116159243Sobrien15. Mach setpath did not work right.
116259243Sobrien14. Mach does not need setenv in lib; in fact that does not work right.
116359243Sobrien13. shell level gets decremented when we exec.
116459243Sobrien12. restart_fg_editor picked the wrong editor if arg contained a slash.
116559243Sobrien    e.g vi ~/.cshrc
116659243Sobrien11. (V6.00.07 beta 12/08/91)
116759243Sobrien10. Allow use of vfork() on systems that do not have job control.
116859243Sobrien9.  Avoid NUMCC from being defined twice.
116959243Sobrien8.  (V6.00.06 beta 12/05/91)
117059243Sobrien7.  SunOS3's FIOCLEX dups...
117159243Sobrien6.  Yet another globbing bug fix from Michael (echo .[^.])
117259243Sobrien5.  Ultrix now wants __ before cpp symbols.
117359243Sobrien4.  Workaround sun's header files inconsistency so tcsh can be compiled
117459243Sobrien    with #undef POSIX
117559243Sobrien3.  Fixed limit stuff so that large values don't cause errors.
117659243Sobrien2.  Fixed =1 and ~user error messages (Per)
117759243Sobrien1.  (beta-5 6.00.04 == 6.00.05)
117859243Sobrien
117959243Sobrien$#*
118059243Sobrien$#* New numbering scheme (The last 2 digits are reserved for beta releases
118159243Sobrien$#* from now on. So we start at 6.00.06 which is 6.00.04 beta 6, and we are
118259243Sobrien$#* going to release 6.01.00...
118359243Sobrien$#*
118459243Sobrien
118559243SobrienV6.00.04, (never released)
118659243Sobrien34. (beta-5 11/25/91)
118759243Sobrien33. Simplify code in BindArrowKeys()
118859243Sobrien32. Get rid of the PNULL's
118959243Sobrien31. Support for shadow password in locking code. (From Kimmo)
119059243Sobrien30. Normalize-path editor function.
119159243Sobrien29. (beta-4 11/21/91)
119259243Sobrien28. minix additions
119359243Sobrien27. bindkey fixes (-c addition, casting cleanups)
119459243Sobrien26. (beta-3 11/16/91)
119559243Sobrien25. Prompt length checking. 
119659243Sobrien24. Michael's fixes for the watching code. Tcsh could core dump when using
119759243Sobrien    a corrupted utmp.
119859243Sobrien23. overwrite mode flag, and autologout locking code.
119959243Sobrien22. overwrite mode would still insert digits!
120059243Sobrien21. Get the value of _POSIX_VDISABLE from pathconf...
120159243Sobrien20. Hpux 8.0 fixes. Sigstack botches with shared libraries. Ansi mode
120259243Sobrien    static initialization of structures with prototyped function pointers
120359243Sobrien    gives spurious warnings...
120459243Sobrien19. Onintr in /etc rc files is disabled.
120559243Sobrien18. (beta-2 11/03/91)
120659243Sobrien17. Multi-line aliases with `` bug fix.
120759243Sobrien16. Sticky emacs overwrite mode.
120859243Sobrien15. Autolist option.
120959243Sobrien14. Fix for redirection with wildcard filanames.
121059243Sobrien13. No error correction for multi-line commands.
121159243Sobrien12. Esix-4 re-defines p_pid. Argh...
121259243Sobrien11. (beta-1 10/28/91)
121359243Sobrien10. Foreach loops were broken again.
121459243Sobrien9.  SUNOS localtime() bug does not only happen on the 8th byte. [Michael]
121559243Sobrien8.  sh.dir.c, memory corruption in dinit(). Thanks Michael.
121659243Sobrien7.  uts broken <sys/stat.h> work-around, and has a wait3()
121759243Sobrien6.  SGI (-t filename) extension, returns true when filename is a tty.
121859243Sobrien5.  'default:' addition in all switch() statements.
121959243Sobrien4.  oflag was not being updated correctly in Rawmode()
122059243Sobrien3.  missing 'break;' in prompt code '%y'.
122159243Sobrien2.  infinite loop in :a<mod> code.
122259243Sobrien1.  hashstat was not reporting hits+misses
122359243Sobrien
122459243Sobrien
122559243SobrienV6.00.03, 10/21/91
122659243Sobrien31. watch code now accepts shell patterns.
122759243Sobrien30. new hashing code portability fixes.
122859243Sobrien29. $foo:gs/:/ / fix and 'a' modifier addition.
122959243Sobrien28. Added $! (the pid of the last background job forked)
123059243Sobrien27. exec does not kill the shell when it fails.
123159243Sobrien26. Irix4.0 decls.
123259243Sobrien25. SVR4 uthost fixes from Kimmo Suominen
123359243Sobrien24. Imake addition from marc
123459243Sobrien23. New i-search from Per.
123559243Sobrien22. ibmesa fixes
123659243Sobrien21. convex fixes.
123759243Sobrien20. t command for vi.
123859243Sobrien19. SVR4 fixes (reverse pipeline and sigaction()) from David Dawes.
123959243Sobrien18. New hashing from Marc
124059243Sobrien17. Added : to the ~name separators so ~foo:~bar works.
124159243Sobrien16. New ed.init.c. Added ed.term.c
124259243Sobrien15. Still can't get the history exactly csh-like... !-2$ was broken...
124359243Sobrien14. vi character searches.
124459243Sobrien13. -Dvar=name command line option for the apollos.
124559243Sobrien12. Prompt format changes for date/directory.
124659243Sobrien11. Vi searches.
124759243Sobrien10. Emacs i-search. [currently not bound]
124859243Sobrien9.  Vi additions ([dc]-{w,$,f<c>},Undo)
124959243Sobrien8.  tcsh -n parses now builtin structures.
125059243Sobrien7.  seek to the end on errors in loops.
125159243Sobrien6.  echotc -s was broken
125259243Sobrien5.  Better !event parsing. !foo;!bar was broken.
125359243Sobrien4.  foreach loops and if statements in aliases.
125459243Sobrien3.  .cshdirs would corrupt the heap if some directories were not there.
125559243Sobrien2.  System V echo was broken with \
125659243Sobrien1.  Fixed echo '!-1', history would eat the quote.
125759243Sobrien
125859243SobrienV6.00.02, 08/05/91 [For comp.sources.unix]
125959243Sobrien8.  tcsh will always set $LOGNAME and $USER if not already set in the
126059243Sobrien    environment.
126159243Sobrien7.  added $histfile.
126259243Sobrien6.  echo `echo` * and  echo ~ {} were broken
126359243Sobrien5.  setty builtin addition
126459243Sobrien4.  Multiple : modifiers [experimental, disabled with -DCOMPAT]
126559243Sobrien3.  7 bit fixes, and hp9000s500.
126659243Sobrien2.  #undef DEBUG in tc.alloc.c, so we continue if we get a bad free() 
126759243Sobrien1.  getn() is now protected against NULL strings.
126859243Sobrien
126959243SobrienV6.00.01, 07/16/91
127059243Sobrien17. added beepcmd, and fixed small tenematch bugs.
127159243Sobrien16. Renamed DUP2 flag to HAVEDUP2 cause AIXPS2 defines DUP2 already.
127259243Sobrien15. More ANSI fixes, and mit additions (load-average)
127359243Sobrien14. don't clear ECHOE, background programs might need it.
127459243Sobrien13. Refresh bug fix...
127559243Sobrien12. getpwent() should not be interrupted (yellow pages), cause it might
127659243Sobrien    leave dangling pointers, that endpwent() will trash.
127759243Sobrien11. ChangeSize is now responsible to set the screen size to something
127859243Sobrien    sane, but it should not affect the environment if the information
127959243Sobrien    it received is not valid
128059243Sobrien10. Find out if we are running under emacs using $TERM. It is more 
128159243Sobrien    reliable.
128259243Sobrien9.  tcsh was broken if SHORT_STRINGS was not defined (glob() problem)
128359243Sobrien8.  If GetSize() fails it should always return reasonable screen sizes.
128459243Sobrien7.  globbing should not fail if one or more patterns match.
128559243Sobrien6.  increased the number of aliases in the loop detection code.
128659243Sobrien5.  DGUX has size_t and pid_t defined now...
128759243Sobrien4.  ESIX does not have EWOULDBLOCK or EAGAIN & POSIX... That was not handled
128859243Sobrien    correctly.
128959243Sobrien3.  rs6000 needs BSDWAIT.
129059243Sobrien2.  Hpux susp key could not be changed.
129159243Sobrien1.  Apollo fixes.
129259243Sobrien
129359243SobrienV6.00.00, 07/04/91
129459243Sobrien45. Fixed quoting of VSTART/VSTOP on termios
129559243Sobrien44. Memory leak every time you pipe in or out.
129659243Sobrien43. echo {foo bar.[ch]}. Did not check for end of word.
129759243Sobrien42. ANSI prototypes
129859243Sobrien41. dmove() would leave the source descriptor open when using dup2()
129959243Sobrien    e.g.
130059243Sobrien    while (1)
130159243Sobrien	echo foo >>! bar
130259243Sobrien    end
130359243Sobrien    runs out of file descriptors
130459243Sobrien40. recursive `` expanded via aliases would abort.
130559243Sobrien39. set home=../relative-path-name was broken.
130659243Sobrien    e.g.
130759243Sobrien    set home=../..; cd ..;
130859243Sobrien    <abort>
130959243Sobrien38. Incorrect error when changing to directory:
131059243Sobrien    e.g.
131159243Sobrien    mkdir not-in-cd-path; chmod -x not-in-cd-path; cd not-in-cd-path;
131259243Sobrien    echoed:
131359243Sobrien       not-in-cd-path: No such file or directory.
131459243Sobrien    it should have said
131559243Sobrien       not-in-cd-path: Permission denied.
131659243Sobrien37. if ( \! =~ [\!] ) echo ok, did not echo ok. Quoting inside [] pattern.
131759243Sobrien36. More than 127 jobs caused job # to go negative
131859243Sobrien35. unsetenv <pattern> ... Added support for more than one pattern.
131959243Sobrien34. More background process status report fixes.
132059243Sobrien33. Apollo builtin support.
132159243Sobrien32. Glob fix. echo '*' * was not handled properly.
132259243Sobrien31. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.
132359243Sobrien    or print ambiguous.
132459243Sobrien30. Glob fix. Quoted characters inside [] were not handled properly.
132559243Sobrien29. Removed TELL and VMUNIX defines. I think we cannot compile on V6 anyway
132659243Sobrien28. Overflow check for expansions.
132759243Sobrien27. Added matchbeep, shell pattern history searching.
132859243Sobrien26. Added code to handle /dev/std{in,out,err}
132959243Sobrien25. Fixed POSIX speed handling in raw mode.
133059243Sobrien24. Fixed a flushing bug in the filec code in sh.file.c
133159243Sobrien23. Compiled and added hp9000s700 to the list of hosts.
133259243Sobrien22. Fixed horrible bug in gmatch() 
133359243Sobrien	switch (4)
133459243Sobrien	case [a-z]:
133559243Sobrien		echo bug;
133659243Sobrien		breaksw;
133759243Sobrien	case 4:
133859243Sobrien		echo ok;
133959243Sobrien		breaksw;
134059243Sobrien	endsw
134159243Sobrien21. Fixes for _SEQUENT_ ut_host.
134259243Sobrien20. FLUSHO added
134359243Sobrien19. mkdir foo\`bar; cd foo\`bar; was broken
134459243Sobrien18. EWOULDBLOCK == EAGAIN on RENO check for that too.
134559243Sobrien17. Dword() simplified and removed the gotos.
134659243Sobrien16. Hpux now compiles with POSIX. Moved the local chars modes in ed.init.c
134759243Sobrien    after the tty modes.
134859243Sobrien15. Process group fixes for POSIX
134959243Sobrien14. We need <sys/filio.h> on the suns for FIOCLEX!!! We did not close
135059243Sobrien    our file descriptors before...
135159243Sobrien13. A/UX fixes.
135259243Sobrien12. History events that start with a number are not necessarily numeric:
135359243Sobrien    > !3d
135459243Sobrien    3d: Event not fount
135559243Sobrien11. History loop detection added.
135659243Sobrien    > alias a \!#
135759243Sobrien    > b; a
135859243Sobrien10. Alias loop detection code was ineffective on eager optimizers.
135959243Sobrien 9. All errors should now go through our table. Next step we should
136059243Sobrien    add nls error messages.
136159243Sobrien 8. Unsetenv now globs its arguments! Before it did not...
136259243Sobrien 7. Added tilde cache and -l flag.
136359243Sobrien 6. Added autocorrect
136459243Sobrien 5. Fixed for so that background jobs in scripts get process groups
136559243Sobrien 4. Fixed amazing memory leak in setenv()...
136659243Sobrien 3. Added short2qstr() so that we can form quoted strings to be used with glob()
136759243Sobrien 2. str2short and short2str allocate space dynamically.
136859243Sobrien 1. Fixed bug related to the is*() routines called with shorts.
136959243Sobrien    [only if NLS and SHORT_STRINGS are defined].
137059243Sobrien    (The _ctype_ was getting indexed with shorts...)
137159243Sobrien 0. Complete overhaul. Brought in the 4.4 csh stuff. Separated most
137259243Sobrien    tcsh and csh code except where I would have to add more global
137359243Sobrien    variables. Compiled correctly with both lint and gcc -Wall on
137459243Sobrien    a sparc running 4.1
137559243Sobrien
137659243SobrienV5.20.03, 03/20/91.	- Never released
137759243Sobrien25. Kanji, SXA additions.
137859243Sobrien24. (exec foo) should not fail if they are suspended jobs.
137959243Sobrien23. Support kernel paging stuff on aix 370.
138059243Sobrien22. Now we handle correctly the environment variables LINES, COLUMNS,
138159243Sobrien    TERMCAP for window size changes...
138259243Sobrien21. Tcsh 5.18c+ had broken NULL chars on scripts.
138359243Sobrien    > cat > foo 
138459243Sobrien    #!/usr/local/bin/tcsh -f
138559243Sobrien    echo "foo"
138659243Sobrien    echo "^V^@"
138759243Sobrien    echo "bar"
138859243Sobrien    ^D
138959243Sobrien    > chmod +x foo; foo
139059243Sobrien    foo
139159243Sobrien20. Posix has EAGAIN and not EWOULDBLOCK
139259243Sobrien19. Don't set ECHOK; makes kill ^U ugly.
139359243Sobrien18. $shell is SHELLPATH and not $SHELL any more.
139459243Sobrien17. Added -n flag to cd, pushd, popd and dirs. Documented -l and -v
139559243Sobrien    flags.
139659243Sobrien16. Documented and fixed chase_symlinks and ignore_symlinks.
139759243Sobrien15. Call endpwent() when you get interrupted...
139859243Sobrien    cd ~chri<tab>^C
139959243Sobrien    cd ~christos/<enter>
140059243Sobrien    <stuck>
140159243Sobrien14. Exec when you have suspended jobs asks for verification.
140259243Sobrien13. Variable length fixes:
140359243Sobrien    >set abcdefghijklmnopqrstuvwxyz=1
140459243Sobrien    >echo $abcdefghijklmnopqrstuvwxyz
140559243Sobrien    abcdefghijklmnopqrs: Undefined variable
140659243Sobrien    Now we have better messages too...
140759243Sobrien12. Icon fixes...
140859243Sobrien11. Quote expanded glob and history chars too.
140959243Sobrien10. If someone sets SHIN to O_NDELAY we died... Now we set it back...
141059243Sobrien 9. unset path; unsetenv PATH; ls-F; (poof) fixed...
141159243Sobrien 8. Patches for masscomp, and ${var123} lexical analysis fix...
141259243Sobrien 7. Patch for sunview bug: A partially covered suntool sends SIGWINCH every
141359243Sobrien    time the text is scrolled, causing annoying redraw effects. Now tcsh
141459243Sobrien    checks if the size really changed before doing anything.
141559243Sobrien 6. Interrupt in the middle of cwdcmd, and periodic does not remove the
141659243Sobrien    aliases.
141759243Sobrien 5. prompt2 and prompt3 fixes:
141859243Sobrien    Prompt2 now prints the status of the parser by default.
141959243Sobrien    Prompt3 can now have the standard prompt escape sequences.
142059243Sobrien 4. eval file descriptor re-direction fix.
142159243Sobrien    >set p='w | tail +3'
142259243Sobrien    >eval $p
142359243Sobrien    (originally | tail +3 was ignored)
142459243Sobrien 3. $edit != emacs anymore; it was misleading, 'set edit' enables editing
142559243Sobrien    'unset edit' disables it.
142659243Sobrien 2. PERROR define fix. 
142759243Sobrien 1. irix3.3.1 line discipline fix.
142859243Sobrien
142959243SobrienV5.20.02, 12/15/90.
143059243Sobrien32. /etc/Logout added and merged with /etc/Login flag.
143159243Sobrien31. Fixed tty chars in ed.init.c. Some of them were not handled correctly.
143259243Sobrien30. Command execution does not leak memory any more, and doing
143359243Sobrien    ~ four times does not core-dump.
143459243Sobrien29. Fixed the notorious csh 'if(' bug (part of the convex fixes)
143559243Sobrien28. Intelligent getwd() on startup, and canonicalization.
143659243Sobrien27. Intelligent directory stack. Gets updated when $HOME changes.
143759243Sobrien26. Directory stack/save-restore additions
143859243Sobrien25. Convex Fixes.
143959243Sobrien24. Fixed onlret, and echonl getting stuck on svid.
144059243Sobrien23. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
144159243Sobrien    csh, this is annoying).
144259243Sobrien22. Some users had environment EMACS set to something, and with my bad fix
144359243Sobrien    at pl 1 found that they didn't have echo... (of course, even before my
144459243Sobrien    "fix", they didn't have editing...). Anyway, refined the check to be
144559243Sobrien    for EMACS=t, which is what emacs sets when running a subshell.
144659243Sobrien21. kill -CONT %job, would not update the status of the job, but it would
144759243Sobrien    just restart it.
144859243Sobrien20. Sequent fixes.
144959243Sobrien19. AIX370 signal and TCF fixes.
145059243Sobrien18. fixed ls-F -l, SIGINT problem.
145159243Sobrien17. aix on the ps2 does not have strcoll() either.
145259243Sobrien16. Bind [A - [D and OA to OD in vi mode to the arrow key functions
145359243Sobrien    so that they work from insert mode.
145459243Sobrien15. %~ was not working correctly for /home/news and /home/newsbin...
145559243Sobrien14. Removed Rcs Log
145659243Sobrien13. ISC unix fixes.
145759243Sobrien12. sunos3.x wants <sys/dir.h> not <dirent.h>
145859243Sobrien11. Remove precmd's, cwdcmd's and periodic cmds that had errors.
145959243Sobrien10. Compile sunos4.1 using termio. 
146059243Sobrien 9. Rs6000 line discipline fixes. 
146159243Sobrien 8. T_Tabs was wrong for termio machines.
146259243Sobrien 7. Don't bind single keystroke arrow keys, when they are already bound!
146359243Sobrien 6. Test for newline and tab before deciding not to send shell scripts
146459243Sobrien    to the bourne shell.
146559243Sobrien 5. Added LITERAL prompt stuff.
146659243Sobrien 4. Fixed gethostname() in sh.rest.c to return the nodename.
146759243Sobrien 3. Do not quote spell checked stuff. This is not very intelligent but
146859243Sobrien    works better than before.
146959243Sobrien 2. Fixes for relative path components. (paths that start with a .)
147059243Sobrien 1. Fixed so that Rawmode() is not called when we are not editing
147159243Sobrien    (breaks running under emacs)
147259243Sobrien
147359243SobrienV5.20.01, 11/15/90.
147459243Sobrien12. Recognize environment variables too.
147559243Sobrien11. Always start in Rawmode()
147659243Sobrien10. don't try to execute binary files using the bourne shell.
147759243Sobrien 9. Vi change to end of line updates correctly now.
147859243Sobrien 8. Prompt in continuation lines.
147959243Sobrien 7. Prompt in if statements fix.
148059243Sobrien 6. System V ^C works right now.
148159243Sobrien 5. ^Z works correctly in bindings
148259243Sobrien 4. Better error messages for variables.
148359243Sobrien 3. dinit() now is more robust.
148459243Sobrien 2. Added aux2.0 patches.
148559243Sobrien 1. Fixed bug with arrow key bindings in ed.screen.c. All the keys
148659243Sobrien    were bound to up-history!
148759243Sobrien
148859243SobrienV5.20.00, 11/10/90.
148959243Sobrien26. Fixed system V and POSIX time reporting.
149059243Sobrien25. Fixed ed.screen.c so that it does not use malloc().
149159243Sobrien24. Fixed SIGWINCH on the iris
149259243Sobrien23. Fixed ed.screen.c, so that settc works correcly. It used to set
149359243Sobrien    the termcap with a string that was allocated from the stack!
149459243Sobrien22. Fixed listing of commands, where the last command was not checked.
149559243Sobrien21. Fixed which command. It did not work for
149659243Sobrien    \<command>, if command was aliased.
149759243Sobrien20. Eliminated CSH4.3 define. You've had enough time to upgrade from 4.2
149859243Sobrien19. Fixed GotTermCaps to be called only once.
149959243Sobrien18. Added bindkey -r
150059243Sobrien17. Attributes were not getting reset correctly.
150159243Sobrien16. history -t does not print the time-stamp.
150259243Sobrien15. AddXkey, works now for single character xkeys.
150359243Sobrien14. filetype() knows better about symlinks.
150459243Sobrien13. ls-F works with filenames that have metachars
150559243Sobrien12. Completion/spelling works with quoted things.
150659243Sobrien11. Fixed refresh bug. Repeat by:
150759243Sobrien    On an intelligent terminal that has insert and delete chars (xterm)
150859243Sobrien    > orphan
150959243Sobrien    > vi orphan.c
151059243Sobrien    > ^P^P
151159243Sobrien10. Fixed so that if we don't have a tty on stdin editing is disabled.
151259243Sobrien 9. Check for nested process forking, to avoid loops such as:
151359243Sobrien    > alias foo 'set bar=`foo`'
151459243Sobrien    > foo
151559243Sobrien 8. Fix setting of AsciiOnly (Per)
151659243Sobrien 7. tw.spell.c, defined F_OK for systems that don't have it.
151759243Sobrien 6. ourwait.h had typo in ifdef.
151859243Sobrien 5. BSD compilers need a cast to int for enums used in 
151959243Sobrien    switches (Matthew Day)
152059243Sobrien 4. Found the cause for the core-dump in long backquote 
152159243Sobrien    expansions (Mark Davies)
152259243Sobrien 3. Some externs in ed.h needed to be truly externs...
152359243Sobrien    reported by Mark Davies, bug appeared only on hp9000s800.
152459243Sobrien 2. Changed $tcsh, and $version strings.
152559243Sobrien 1. Added internal sprintf function, renamed putchar to CSHputchar,
152659243Sobrien    printf to CSHprintf, sprintf to CSHsprintf.
152759243Sobrien
152859243SobrienV5.19.02, 10/23/90.
152959243Sobrien36. Added /etc/cshrc for the SGI irises.
153059243Sobrien35. Added expand-variables function.
153159243Sobrien34. Documented $time in tcsh.man
153259243Sobrien33. Shell variables are now 'recognized' when expanding/listing things.
153359243Sobrien32. ls-F does not eat the last slash on the / directory!
153459243Sobrien31. Strings bound to keys are printed inside double quotes.
153559243Sobrien30. History now remembers the exact line, not just an unparsed version of
153659243Sobrien    the tokens.
153759243Sobrien29. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
153859243Sobrien28. Ported to IBM aix/ps2. 
153959243Sobrien27. Fixed eval so that it forks when the output is piped
154059243Sobrien    Repeat by:
154159243Sobrien    > who | grep $user
154259243Sobrien    > eval who | grep $user
154359243Sobrien26. Fixed so that 'nice <builtin changing the working directory>' does not
154459243Sobrien    nice or fork.
154559243Sobrien    Consider doing:
154659243Sobrien    nice cd /tmp && rm *.c (don't try it!!!)
154759243Sobrien    [what actually happens is that nice has to fork, then the child executes
154859243Sobrien     chdir, and the parent stays where it was]
154959243Sobrien25. Added Dan's patches (nls, builtin bindkey, fixes to the editor).
155059243Sobrien24. Added aix370, migrate, getspath, getspath, getxvers, setxvers
155159243Sobrien23. Added builtin echotc, removed sl and el.
155259243Sobrien22. Ported to 4.4 BSD. This involved changing the way lots of flags worked,
155359243Sobrien    cleanup of the SVID stuff, and addition of more compilation flags.
155459243Sobrien    Now POSIX can work whed BSD is defined...
155559243Sobrien21. Fixed so that el, sl work. Actually they are to be removed soon and
155659243Sobrien    be replaced with echotc.
155759243Sobrien20. Avoid the Quoted Space hack for alias when printing jobs!
155859243Sobrien    [aliases to the same name avoid further alias expansion, by 
155959243Sobrien     inserting a quoted space in front of the command. In SHORT_STRINGS
156059243Sobrien     QUOTE is the 15th bit so print ignores it thinking it is the
156159243Sobrien     end of the string. So we just skip the Quoted Space....]
156259243Sobrien    Repeat by:
156359243Sobrien    > set notify
156459243Sobrien    > alias ls ls -F
156559243Sobrien    > (ls) &
156659243Sobrien    Prints        Exit 0 (
156759243Sobrien    Should print: Exit 0 ( ls -F )
156859243Sobrien19. Fixed so that "", '', ``, all produce ': Command not found',
156959243Sobrien    and not the spurious messages.
157059243Sobrien    Repeat by:
157159243Sobrien    > set path = (/bin /usr/bin .... .)
157259243Sobrien    > ""
157359243Sobrien    /some/path/name/: Command not found
157459243Sobrien18. Enable the use of <ctype.h> macros if they exist and NLS is defined.
157559243Sobrien    NLS code is not ready yet.
157659243Sobrien17. Fixed rmstar and continue_jobs code, so that they are not compile
157759243Sobrien    options, but shell variables. Now you need to 'set rmstar' to get
157859243Sobrien    enable rmstar.
157959243Sobrien16. Fixed SIGWINCH, SIGWINDOW, and setting of li, co, that broke
158059243Sobrien    suntools, and others.
158159243Sobrien    Repeat by:
158259243Sobrien    Start a shelltool of size other than 80x34
158359243Sobrien    > telltc
158459243Sobrien    > stty -a
158559243Sobrien    do not report the same number of lines and columns.
158659243Sobrien15. More fixes to tw.parse.c, and tw.spell.c.
158759243Sobrien14. More fixes to sh.char.c.
158859243Sobrien13. Fixed coredump caused by ``.
158959243Sobrien12. Fixed spell-line code..
159059243Sobrien11. Trapped SIGCHLD in sh.sem.c, while forking. Still there is a small
159159243Sobrien    race, but the probability of happening is smaller!
159259243Sobrien10. Fixed sh.char.c to be ISO compliant.
159359243Sobrien 9. Added expand-glob
159459243Sobrien 8. Fixed ourwait.h for little endians.
159559243Sobrien 7. Fixed that foreach i (^D expands correctly.
159659243Sobrien 6. Fixed so that listmax is ignored in ls-F.
159759243Sobrien 5. Fixed spelling correction so that single letter words and words that
159859243Sobrien    contain globbing chars do not get spell checked.
159959243Sobrien 4. Changed NeXT HOSTTYPE to next, since all HOSTTYPE's are lower case.
160059243Sobrien 3. Fixed symmetry, and changed symmetry HOSTTYPE from sequent to symmetry.
160159243Sobrien 2. Added boldfacing, underlining chars.
160259243Sobrien 1. Added IRIX3.3.1 support.
160359243Sobrien
160459243SobrienV5.19.01, 9/26/90.
160559243Sobrien 7. Brought the README file up-to-date, and changed the bug report
160659243Sobrien    address to point to me.
160759243Sobrien 6. sh.lex.c. In addla(), overflow computation was wrong.
160859243Sobrien 5. Fixed SHELLPATH, to be set correctly when $SHELL is not set.
160959243Sobrien 4. Fixed print statement in sh.proc.c that contained \215.
161059243Sobrien 3. Fixed the Makefile and MAKEDIFFS so that a tahoe diff can be made.
161159243Sobrien 2. RS6000: hacked around execv bug, and ed.init.c warning.
161259243Sobrien 1. Editor should not be enabled when we don't have a tty.
1613