xref: /freebsd/contrib/tcsh/Fixes (revision 2357939bc239bd5334a169b62313806178dd8f30)
1 57. misc cleanups.
2 56. V6.11.05 - 20020712
3 55. We should have socklen_t in the INET6 case, but we leave int otherwise.
4 54. Fixed for Darwin/Rhapsody (Mark Peek)
5 53. provide new config.sub and config.guess from ftp://ftp.gnu.org/gnu/config/
6     (Nelson Beebe)
7 52. V6.11.04 - 20020709
8 51. Dissallow setting of environment variables that do not contain
9     alphanumeric names (Ton Voon)
10 50. Don't expand path components that don't resolve to path names (Jonathan
11     Chen)
12 49. Make $ignoreeof agree with the man page (Matias Moreno Meringer)
13 48. Fix argument passing in tc.prompt.c expdollar (Nelson Beebe)
14 47. Completion fixes from FreeBSD (Mark Peek)
15 46. FreeBSD's sbsize limit (Mark Peek)
16 45. Fix repeat 3 repeat 2 echo foo
17 44. Fix I/O redirection in scripts (Ian D Allen)
18 43. Fix ` \\\n ` evaluation (Jean-Luc Leger)
19 42. add --version (Nelson Beebe)
20 41. portability fixes for sed (Nelson Beebe)
21 40. undef sv_handler for AIX's benefit. (Nelson Beebe)
22 39. Add a test for ss_family that disables IPV6 (linux/ppc, osf/1 have
23     problems) (Nelson Beebe)
24 38. Disable ipv6 for Apple (Nelson Beebe)
25 37. Fix darwin configure entry (Nelson Beebe)
26 36. V6.11.03 - 20020701
27 35. Add Ian D. Allen's bug list.
28 34. If we are invoked as csh, default to bsd echo (Matej Vela)
29 33. Don't close file descriptors too early because setuid scripts fail.
30     (Jill Pryse-Davies)
31 32. Completion updates (Tom Warzeka)
32 31. Fix compilation issue on SunOS4 with _POSIX_VDISABLE (Tom Warzeka)
33 30. ukrainian update (Olexander Kunytsa)
34 29. DSPMBYTE=utf8 patch (Jean-Luc Leger)
35 28. fix ipv4 only compilation, remove extra sigsetmask() call (Takayuki Nakao)
36 27. window change can cause free to be re-entered causing abort (Mark Peek)
37 26. vp->vec vetting, suggested by Ian Dall.
38 25. V6.11.02 - 20020516
39 24. Fix prompt bugs in $var and %c0n (TAKAI Kousuke)
40 23. Add Cray SV2 config (Rafal Maszkowski)
41 22. Add pdf manual page (Warren Ferguson)
42 21. Fix REMOTEHOST lossage in with AF_LOCAL sockets (Tom Mander)
43 20. Fix win32 break because of TIOCSTI (Amol)
44 19. Fix TIOCSTI for hpux 11  (Igor Schein)
45 18. Avoid collapsing paths that refer to non-existent components
46     (Martin Kraemer)
47 17. Make -shell invocations always treated as a login shell.
48 16. V6.11.01 - 20020308
49 15. Fixes to polish nls locale (Pawe� Niewiadomski)
50 14. russian locale fixes (Alexey Dokuchaev)
51 13. document door support (Shaen)
52 12. tcsh euc handling extensions (Alexey Zelkin)
53 11. Make sure that jobcmd does not clobber the current job (Rob McMahon)
54 10. Make sure that the output of verbose and echo do not end up in the
55     command output (Victor I. Pasko)
56  9. Add %j in prompt [needs more work; is not right the first time
57     after proclist changes] (Hr. Peter Kruse)
58  8. `` commands with embedded newlines would ignore commands following
59     the new line (Victor I. Pasko)
60  7. Re-initialize nls if NLSPATH is changed (Naoki Wakamatsu)
61  6. Fix 64 bit compilation with linux and resource limits.
62  5. Avoid double globbing when ls-F needs to fork (Joe Townsend)
63  4. put back csh filec compatible support.
64  3. add support for quads in xprintf in the presence of gcc.
65  2. unlimit should set rlim.rlim_max to rlim.rlim_cur if max < cur.
66  1. Make ~user work again when the home directory is '/'.
67
68 40. V6.11.00 - 20010902
69 39. Completion fixes (Tom Warzeka)
70 38. make c_insert not static so that it can be used from win32 (amol)
71 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
72 36. V6.10.02 - 20010806
73 35. polish nls locale (Pawe� Niewiadomski))
74 34. Fix a tcsetattr race running background jobs as the last line on an xterm
75     window (Andrew Brown)
76 33. jobcmd alias (Greg Parker)
77 32. hpux11 support (Joshua Weage)
78 31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
79 30. Add kill -s (Mark Peek)
80 29. Don't recognize all mips as dec (Bjorn Knutsson)
81 28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
82 27. Port to concurrent's powermaxos (Matt Majka)
83 26. New builtin srcfile (Amol)
84 25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
85 24. %0Xc was broken in the prompt if the user's home directory was '/'.
86     (reported by Edward Glowacki)
87 23. V6.10.01 - 20010426
88 22. LARGEFILE support on Linux.
89 21. Add big5 multibyte support (Yen-Ming Lee)
90 20. Check the return value of setpriority (Dima Dorfman)
91 19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
92 18. Russian translation (Ilmar S. Habibulin)
93 17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
94 16. Add door support in colorls (Shaen)
95 15. Add BSD_STYLE_COLORLS for FreeBSD (Anand)
96 14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway)
97 13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
98 12. Fix broken comment, and new versions of config.guess and config.sub
99     (H.Merijn Brand)
100 11. fix redrawing in the recognize case (Andrew Brown)
101 10. don't call qsort with 0 items. (Luke Mewburn)
102  9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
103  8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
104  7. hpux fixes (Chienting Lin)
105  6. Implement kill ring (Per Hedeland)
106  5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
107  4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki)
108  3. back out symlink=expand path check.
109  2. Add Estonian translation (Toomas Soome)
110  1. Accept empty $savedirs to mean infinity.
111
112 57. V6.10.00 - 20001119
113 56. Completion fixes (Tom Warzeka)
114 55. add missing linux kanji define (Tsuyoshi Kawabe)
115 54. More WINNT_NATIVE fixes (amol)
116 53. Fix compile error on winnt (Yoshiyuki Sakakibara)
117 52. nonstopux configure and makefile fixes (Tom Bates)
118 51. V6.09.04 - 20001111
119 50. Order of initialization for multibyte display was wrong
120     (HyunChul Kim)
121 49. Follow the guideline for linux for japanese locale:
122     http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
123     (Tomohiro KUBOTA)
124 48. Ukrainian nls map (Olexander Kunytsa)
125 47. exit immeditiately if we get an error while we are setting up
126     (Michael Shalayeff)
127 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
128 45. change winnt to winnt_native (Randolph Fritz)
129 44. Support home/end in the editor (Andrey A. Chernov)
130 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
131 42. Alpha ev6 addition (Karen R. McArthur)
132 41. DSPMBYTE patch from (Issei Suzuki)
133 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
134 39. Fix resource limit rounding *again* (Johannes Gross)
135 38. Fix $ expansion in prompt (Takashi Sumiyoshi)
136 37. V6.09.03 - 20000715
137 36. cygwin port fixes (Arihiro Yoshida)
138 35. Add a new "catalog" variable that specifies which NLS catalog
139     to be used (Issei Suzuki)
140 34. cleanup and addition of page up/down (amol)
141 33. fix vfork compile problem.
142 32. use inet_addr instead of inet_aton for portability.
143 31. V6.09.02 - 20000704
144 30. lots more completions (George Cox)
145 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
146     avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
147 28. _MINIX_VMD port (Martijn van Buul)
148 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
149 26. aix-4 does not need gethostname (Darren Reed)
150 25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
151 24. Fix prompt formatting (Andrey A. Chernov)
152 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
153 22. Handle long and expanded history lines better (Boleslaw Ciesielski)
154 21. With symlinks=expand expand valid paths only (Martin Kraemer)
155 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
156 19. NT-specific executable detection moved to NT code (amol)
157 18. New "complete module" (Dan Nicolaescu)
158 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)
159 16. Don't display "unset watch" message when not appropriate (kim)
160 15. V6.09.01 - 20000114
161 14. Circumvent IRIX4D ESTALE bug by exiting.
162 13. IRIS4D de-linting.
163 12. Finnish nls catalogs (Jukka A. Ukkonen)
164 11. Even more multibyte fixes (Taga Nayuta)
165 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
166  9. Manual page typos (R. Bernstein)
167  8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
168  7. Color-ls fixes (Luis Francisco Gonzalez)
169  6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
170     the value returned from times(2) which is the ticks since system
171     startup (Frank van der Linden)
172  5. Time percentage wrap fix (Simon Burge)
173  4. EUCKR support (HyunChul Kim)
174  3. Grammar and typo fixes for tcsh.man (Steve Kelem)
175  2. More multibyte fixes (Rodney Ruddock)
176  1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
177
178 65. V6.09.00 - 19990816
179 64. Add csh emacs mode (Dan Harkless)
180 63. Make sure the the glob buffer matches the word buffer size (Brian Biswas)
181 62. Fix periodic to work without tperiod set (Kenny McCormack)
182 61. V6.08.07 - 19990813
183 60. Fix e_dabbrev_expand (Bjorn Knutsson)
184 59. Make \builtin work again (by calling the command not the builtin)
185 58. Add NLS_BUGS for OS's that keep file descriptors open for NLS (Ian Dowse)
186 57. Make NONLSREBIND work after tcsh starts up.
187 56. Fix AIX stupid exit bug. (Dan Harkless)
188 55. More irix fixes (Kaveh)
189 54. V6.08.06 - 19990701
190 53. module command completion (Dan Nicolaescu)
191 52. Man command completion enhancement (Tom)
192 51. Fixes for irix configuration (Kaveh)
193 50. Support \a and \e in echo command. From (Keith Thompson)
194 49. Alpha configure nit from Kaveh
195 48. V6.08.05 - 19990511
196 47. In some system, when a builtin fails immediately after we start
197     tcsh and before we print any messages, NLS messages fail (some
198     descriptor might be closed) [FreeBSD, HP/UX?]. So we force reading
199     the NLS catalogs in errinit() (Yoshiyuki Sakakibara)
200 46. typos in ja/set1 and ja/set29 (Yoshiyuki Sakakibara)
201 45. "dspmbyte autoset trap" support to HP-UX 10.20. (Yoshiyuki Sakakibara)
202 44. misnumbered NLS message in tw.help.c (Yoshiyuki Sakakibara)
203 43. colorcat variable for NLS color messages (Yoshiyuki Sakakibara)
204 42. autoconf fixes from Kaveh (and if it broke, me)
205 41. SGI irix fixes from Glenn Coombs.
206 40. Don't spin writing the history file when quota is exceeded (Rob McMahon)
207 39. V6.08.04 - 19990419
208 38. complete additions (John Gotts)
209 37. Port to amiga with geek gadgets (Arto Huusko)
210 36. Ignore case in setenv for windows (amol)
211 35. Bug fixes for NT unc stuff (amol)
212 34. Hash spell check (amol)
213 33. V6.08.03 - 19990211
214 32. Helpcommand documentation (Vladimir Alexiev)
215 31. small Y2K fix [%y in prompt would be formatted as 10 not 00 at year 2000],
216     and new Itoa() code (Chris Torek)
217 30. OpenBSD m68k patches (Paul DuBois)
218 29. Avoid redefinition of getpeername on Solaris-2.7
219 28. fix problems with savedups=erase, savehist=merge (Randy Gobbel)
220 27. Don't set $shell to csh, if we were invoked as tcsh (Tomas Persson)
221 26. added $_
222 25. added postcmd
223 24. V6.08.02 - 19981124
224 23. document continue and continue_args
225 22. wrong test in slowexec made NT optimization a noop (Amol)
226 21. Rhapsody fixes + separate CFLAGS/CPPFLAGS (Wilfredo Sanchez)
227 20. literals in both prompt at rprompt did not work properly (Taga Nayuta)
228 19. multibyte deletion fixes (Yoshiyuki.Sakakibara)
229 18. clean up key binding stuff for NT by moving the nt dependent code to
230     the NT source (amol)
231 17. dspmbyte fixes for AIX, typos in man page and nls (Yoshiyuki Sakakibara)
232 16. Convex fixes (Ron Echeverri)
233 15. V6.08.01 - 19981025
234 14. SX4 port; this adds many casts for machines where ptrdiff_t is 64 bits.
235     (Andreas Schott)
236 13. U/Win port; does not work properly with U/Win 1.6, wait for the next
237     version (Chris Jones)
238 12. Sgi does not need gethostname prototype (John Bogan)
239 11. Logic in sh.dir.c was wrong for NT (Amol)
240 10. HP_CXD_SPP stat64 fixes (Scott Garee)
241  9. Documentation spelling fixes (Keith Thompson)
242  8. Documentation fix for savedirs (Amol)
243  7. Siemens OSD_POSIX fixes (Martin Kraemer)
244  6. include <errno.h> for all the BSD's (Trevor Johnson)
245  5. Multibyte display fixes for gnu ls (Taga Nayuta)
246  4. Configure/Makefile hesiod and bindir fixes (Dan Winship)
247  3. Use winnt not win32 in tc.os.h (Amol)
248  2. Cygwin32 port (Raj Menon)
249  1. Ported Fixes (Tom)
250
251 95. V6.08.00 - 19981002
252 94. where builtin nt fix (Amol)
253 93. V6.07.13 - 19980926
254 96. NT multibyte fixes (Amol)
255 95. NeXT needs getcwd.
256 94. fix new bug introduced by strncpy'fication in sh.dir.c (Taga Nayuta)
257 93. V6.07.12 - 19980918
258 92. add cray in configure script (Tom)
259 91. nls fixes
260 90. Avoid buffer overflows in directory code (kim)
261 89. Add multibyte character display support (Yoshiyuki Sakakibara)
262 88. Make tcsh use getcwd instead of getwd and supply a getcwd.
263 87. Fix remotehost again (kim)
264 86. V6.07.11 - 19980913
265 85. Leave remotehost ip addresses alone (don't try to resolve them) (Kim)
266 84. Read vs. force_read fixes (Amol)
267 83. Make colorls if color is set before the first LS_COLORS setenv
268     (Taga Nayuta)
269 82. Use _PATH_DEFPATH on BSD4_4 systems. (Jim Bernard)
270 81. Cursor bounds checks (Michael Schroeder)
271 80. Syntax error nits (Michael Schroeder)
272 79. configure fixes (Michael Schroeder)
273 78. V6.07.10 - 19980904
274 77. Off by one error in NO_ERRORS...
275 76. Japanese NLS messages (Yoshiyuki Sakakibara)
276 75. Add ENXIO and EBADF in the test for write failures for Irix Zombies
277     (Ralf W. Grosse-Kunstleve)
278 74. Missed a test for NOSTRCOLL in glob.c (Michael Liepelt)
279 73. Another ABSOLUTEP change (Amol)
280 72. Italian NLS messages (Massimo Bertozzi)
281 71. WIN32 fixes for ntslowexec and color_ls literal printing in prompt (Amol)
282 70. a few missed WIN32 merges (Amol)
283 69. defined YPBUGS for sgi (Kaveh)
284 68. V6.07.09 - 19980707
285 67. Separate the nt builtins (Amol)
286 66. completion fixes (Tom)
287 65. color ls fixes (Taga Nayuta)
288 64. V6.07.08 - 19980629
289 63. add config.h.in (Kaveh)
290 62. win32 updates (Amol)
291 61. warning and portability cleanups on the new changes (Kaveh)
292 60. V6.07.07 - 19980628
293 59. Fast execute by-pass for win32 (Amol Deshpande)
294 58. Clean up const usage a bit, and fix gcc 2.8.1 warnings.
295 57. Use @bindir@ for DESTBIN in Makefile.in (Edgar Hoch)
296 56. Avoid overflow in time builtin computation (Nobue Adachi)
297 55. Color ls additions (Taga Nayuta)
298 54. unsigned char vs. char warning fixes (Kaveh)
299 53. Solaris 64 bit fixes (fix directory offset bug) (Thomas-Martin Kruel)
300 52. More win32 patches (Amol)
301 51. autoconf lossage from (Kaveh)
302 50. V6.07.06 - 04/08/98
303 49. Collation fix for globbing (Andrey A. Chernov)
304 48. We might have NLS_CATALOGS and not LC_MESSAGES (Andrey A. Chernov)
305 47. 4.4BSD header fixes (Andrey A. Chernov)
306 46. Signed char prompt fixes (Andrey A. Chernov)
307 45. Pattern match fix for directory searches (Mike Patnode)
308 44. Pentium DGUX fixes (Miko Nahum)
309 43. Spanish nls message catalogs (Luis Francisco Gonzalez)
310 42. Fix trailing whitespace parsing in HASHBANG code (Martin Kraemer)
311 41. Remove stray debuggin message from unmatched substitutions.
312     (from Amol Deshpande)
313 40. Fix reversed arguments in Usagae message. (from Amol Deshpande)
314 39. Fix bug introduced at tcsh-7.06.03 [expdollar] that affected %.n prompt
315     format.
316 38. Fix typos introduced in last batch of changes.
317 37. Fix interrupted script using onintr, exiting parent shell problem.
318 36. Cleanup prototypes.
319 35. V6.07.05 - 10/28/97
320 34. Integrate Amol Deshpande's WINNT fixes to the tcsh source. Note that
321     this is not complete yet; we are missing the NT glue code and the message
322     catalogs.
323 33. Fix ^T at the first character in the line  (Chuck Silvers)
324 32. Eliminate xsprintf and xvsprintf
325 31. Qmail patch from (Matthew Zahorik)
326 30. Added missing linux signals (Vadim Vygonets)
327 29. fixed problem where  complete complete  'p/*/t:*.txt/' would not honor
328     the pattern.
329 28. Port to an EBCDIC machine: BS2000 by Siemens Nixdorf that has an
330     IBM/390 compatible processor (Martin.Kraemer)
331 27. Detect when we have errors writing to stdout (Vadim Vygonets)
332 26. Ignore quotes in the comparisons for builtins, so that \builtin works
333     (Amol Deshpande).
334 25. HPUX, portability fixes; make sure that we have the right config file
335     (Jonathan Kamens)
336 24. Don't do lookups for x displays and figure out ttys properly
337     (Leonard N. Zubkoff)
338 23. make print_by_columns print in a single column when the output is not a tty
339 22. use rlim_t for Solaris2 (Casper Dik)
340 21. V6.07.04 - 05/04/97
341 20. set -f -l patch (Michael Veksler)
342 19. SGI patches (Tomasz J. Cholewo). Also fix completion code to take into
343     account aliases that start with a period.
344 18. SCO patches (Boyd Lynn Gerber)
345 17. Fujitsu patches (Toshiaki Nomura)
346 16. autoconf patches (Kaveh Ghazi)
347 15. BSDI patches (Paul Vixie)
348 14. %Q formatting character addition.
349 13. Fix set=#123; echo $i:s/#// (Quoting problem)
350 12. V6.07.03 - 02/23/97
351 11. Understand %$variable in the prompt.
352 10. Quote directory names properly in .cshdirs
353  9. USE_ACCESS and autoconfig patches from (Larry Schwimmer)
354  8. Pyramid att config file (Andrew Lister)
355  7. $rprompt code (Luke Mewburn)
356  6. Kanji patches (Huw Rogers)
357  5. Cray T3E port (Jorn Amundsen)
358  4. Avoid html redirects in tcsh.man2html (from Kimmo)
359  3. HP/UX 10.0 fix for filesize resource limit; don't scale by 512 anymore.
360  2. Workaround for TIOCSTAT for NetBSD from lukem@netbsd.org
361  1. Return exit status from 0..255 not -128...127, as POSIX mandates.
362
363V6.07.02, 10/27/96
364 58. More configure fixes from Kaveh.
365 57. Fix histdup=erase again: Don't renumber events, or access uninitialized
366     storage.
367 56. 6.07.01 - 10/19/96
368 55. Fix histdup=erase, where after some repetitions, we would get negative
369     history events (kim@gw.com)
370 54. NLS fixes and typo in sh.err.c (Martin.Kraemer@deejai.mch.sni.de)
371 53. Output history in raw format in the history file (mveksler@VNET.IBM.COM)
372 52. Fix possible core dump when !:<tab> in autoexpand mode (rbrown@ERA.COM)
373 51. 6.07.00 - 10/11/96
374 50. Avoid stdio.h inclusion problem in SCO (gethost.c).
375 49. A bit of housekeeping in host.defs
376 48. 6.06.04 - 10/05/96
377 47. Fix tellmewhat() code to return true if found.
378 46. Change register foo to register int foo to avoid compiler warnings.
379 45. Fix problem with sticky non editing mode from Casper Dik.
380 44. history lex fix from Martin Kraemer; history events that ended with 0
381     were not properly parsed.
382 43. SNI fixes from Martin Kraemer.
383 42. SGI fixes from Ralf W. Grosse-Kunstleve.
384 41. BSDI2.1 fixes from Paul Vixie.
385 40. 6.06.03 - 09/24/96
386 39. undef TIOCGLTC for HP/UX 10.0 from Michael Shroeder
387 38. Sinix fixes
388 37. 6.06.02 - 06/22/96
389 36. Added implicitcd
390 35. Added configure.in and Makefile.in from Kaveh.
391 34. unset path, unsetenv PATH, ./foo did not work.
392 33. Add VAR_NOGLOB, and use it to avoid globbing directory names when
393     cd'ing into them.
394 32. Fix bug introduced in the new tty parsing code.
395 31. Avoid pushing string back to the parsing string in ${ errors.
396 30. Patches for the manual page from Dave.
397 29. 6.06.01 - 05/24/96
398 28. Use sysconf to get NCARGS if available Robert Daniel Kennedy
399     <kennedy@b0ru01.fnal.gov>
400 27. Grab the program name and use that instead of tcsh in error messages.
401 26. Fix histdup, so that it does not leave gaps in the event sequence.
402 25. HP/UX v10.0 fixes: Don't use bsdtty.h and avoid clobbering memory
403     since SIGRT??? is defined as -1.
404 24. Avoid coredumps when $TERMCAP exceeds 1024 characters
405     Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
406 23. Fix memory clobbering when SHORT_STRINGS is not defined.
407     Todd J Derr <infidel+@pitt.edu>
408 22. Only restart stopped editors. Robert Webb <robertw@wormald.com.au>
409 21. Recognize pts sysv ptys when checking to set autologout Bob Myers
410     <bob@intelenet.net>
411 20. Magic space incomplete modified core dump fix. Chris Metcalf
412     <metcalf@catfish.lcs.mit.edu>, Bradley White <bww@fore.com>
413 19. Linux nls fixes Rik Faith <faith@cs.unc.edu>
414 18. SGI RS8000, Ported notes. Ralf W. Grosse-Kunstleve
415     <rwgk@laplace.csb.yale.edu>
416 17. Greek nls messages. Aggelos P. Varvitsiotis <avarvit@cc.ece.ntua.gr>
417 16. Imakefile linux and libcrypt fixes. Jonathan Kamens  <jik@cam.ov.com>
418 15. FreeBSD fixes Jukka Ukkonen <jau@jau.csc.fi>
419 14. Expand the environment space for path Steve Kelem <steve.kelem@xilinx.com>
420 13. Don't overwrite the environment randomly Steve Kelem
421     <steve.kelem@xilinx.com>
422 12. Don't turn the editor on when we have dumb or unknown terminals. This
423     breaks emacs when compiled with terminfo Jonathan Kamens  <jik@cam.ov.com>
424 11. Fix F- parsing in tc.bind.c <bob@intelnet.net> (Bob Meyers)
425 10. Added -T option in history to force timestamp printing. -h alone does
426     not print timestamps anymore for compatibility with csh.
427  9. Typo in tc.bind.c [with -DOBSOLETE] (misplaced parenthesis)
428  8. Recognize convex models properly.
429  7. suppress the DING! option using the noding variable.
430  6. negative nice values did not work.
431  5. Harris CX/UX 7.x support.
432  4. ERR_DMMODE was used on the crays but not defined. I changed the error
433     messages in tc.os.c to use ERR_STRING instead, and fixed a missing error
434     message in the catalogs. Someone will need to retranslate #30 and #31
435     in set23.
436  3. Bug setting listflags... Workaround: set listflags=(A /bin/ls)
437  2. Typo in Imakefile (# comment instead of c comment)
438  1. Typo in ma.setp.c (missing parenthesis)
439
440
441V6.06.00, 05/13/95
442 88. Cleanup off-by-one error ed.defns.c.
443 87. 6.05.09 - 05/06/95
444 86. Small memory leak in dosetenv()
445 85. Make sure that the number of editing functions defined is correct
446     and abort otherwise.
447 84. Completion Fixes from Tom
448 83. Don't add yp stuff in the tilde cache [names that start with + or -]
449 82. Don't let children catclose() in xexit(), because the parent will lose
450     access to the nls catalogs. From Michael.
451 81. 6.05.08 - 04/29/95
452 80. Update to the newest csh sh.file.c
453 79. More completions from Tom.
454 78. Fix the Imakefile to use XCOMM
455 77. Update for AIX 3.2.
456 76. French catalog from J.M.Vansteene@frcl.bull.fr (fwd Michael Schmidt)
457 75. Nls fixes and small typos from Michael
458 74. PDP11 BSD type fixes.
459 73. More manual page fixes.
460 72. 6.05.07 - 04/19/95
461 71. More NLS catalog fixes.
462 70. Bruce's jumbo patch.
463 69. 6.05.06 - 03/15/95
464 68. make clean does not clobber config.h if Makefile.std is used.
465     make veryclean does.
466 67. New config define NISPLUS. Reportedly fixes vanishing output of ~expansion
467     on solaris 2.4.
468 66. showdots has been removed; use listflags instead. [handles -x too]
469 65. more nls catalog fixes.
470 64. set histchars=,. did not have any effect in .cshrc
471 63. fix "-c command" new core dump.
472 62. more completions from Tom
473 61. call catclose() before exiting, so that svr4 cleans up the symlinks before
474     exiting.
475 60. Per's fix for insert-last-word
476 59. Per's emacs abbreviation mode.
477 58. Makefile fixes for catalog stuff.
478 57. fixed again complete-word-raw and list-word-raw
479 56. 6.05.05 - 03/11/95
480 55. Made %?str work again
481 54. IRIX sigalarm problem should be fixed
482 53. complete-word-raw and list-word-raw should work
483 52. nls catalogs complete reworking.
484 51. sh.init.c: Signal complete rewrite.
485 50. Signal fixes from Bruce.
486 49. Added promptchars, like histchars; affect %# in the prompt. The first
487     char is for the user and the second is for root.
488 48. 6.05.04 - 03/03/95
489 47. Add NODOT config, $command [that holds the command passed with -c]
490     $GROUP and $group
491 46. AFS fixes from Larry Schwimmer <rosebud@cyclone.Stanford.EDU>
492 45. Real NLS catalogs from Michael Schmidt <michael@muc.de>
493 44. patch to allow ^? binding.
494 43. completion patch from Paul DuBois.
495 42. Don't spell check in here docs.
496 41. Incorrect normalization of usec in sh.time.c
497 40. directory printing and option parsing fixes [from Paul DuBois]
498 39. realloc_searchlen should be static to avoid conflicts with OS's that
499     use the same malloc package.
500 38. LOGINFIRST now applies to /etc/csh.login
501 37. Fixes in bind compatibility code to bindkey.
502 36. 6.05.03 - 01/17/95
503 35. Don't print the whole watchlist on startup. One can use explicitly
504     the log builtin for that.
505 34. Don't display the $watch value in the log command.
506 33. Don't delete the unmatched portion if we try to complete a spelling error.
507 32. Solaris 2.4 workaround for isprint('\t') lossage (From Casper)
508 31. Fixed csh bug: [Reported by Jaap]
509	set test="one\
510	two\
511	three"
512	echo "$test:q"
513 30. Fixed the lossage in setting the looking mode in tw.parse.c before
514     calling t_search; $x/$y will not append the right suffix.
515 29. Another attempt at the gethost timeout code.
516 28. Cray dmmode and filetests -m -k [need documentation!]
517 27. More manual patches.
518 26. Don't glob the path; security problem and core-dump. [from beto]
519 25. Avoid waiting for jobs that failed to restart, thus hanging the shell.
520     eg, run job in background, attach to debugger; kill it inside the
521     debugger. Get out of the debugger and you are stuck if you fg that job.
522 24. 6.05.02 - 09/04/94
523 23. remhost code could pass the wrong length to getpeername()
524 22. too eager sed'ing broke convex getwarpbyvalue() to getwarpbyvarval()
525 21. Fixed new bindings bug.
526 20. Fixed bug in newgrp code; execv was called incorrectly.
527 19. Take into account programmable completion hints when spell checking.
528 18. Unconditionally change stty modes in Rawmode()
529 17. Change date in $version to be ISO 8601 per Keith's suggestion
530 16. Fixed portability problems in the new counted-strings codes (From Kaveh)
531 15. Fixed binding problem with the new counted-strings code [all key bindings
532     ended up in the extended map]
533 14. 6.05.01 - 07/08/94
534 13. Changed key bindings to use counted strings instead of Null terminated
535     strings, so that binding ^@ works.
536 12. Fix parsing bug, where words that contained keywords caused incorrect
537     word breaks:
538	switch (iftagd)
539	case iftagd:
540	    echo It works
541	    breaksw
542	default:
543	    echo It is broken.
544	endsw
545 11. Fix sh.c for systems with no job control. [the new hup builtin sends
546     SIGCONT].
547 10. Don't add the suffix character when all completions fail, from michael
548  9. Added histdup=erase, that deletes the oldest duplicate instead of
549     the newest.
550  8. Don't call .logout recursively if we receive more than one hup,
551     and don't process hangups when we execute the .logout.
552  7. $logout was set to a static string.
553  6. Non printable binding listing was broken.
554  5. Recursive sourced scripts would get mangled up because of input buffer
555     confusion (thanks michael)
556  4. M-space should not be counted as a space. Leads to infinite loop in
557     word splitting.
558  3. Pyramid fixes.
559  2. Fixed '\' in sysv echo (from Mika)
560  1. Missed fix_yp_bugs() when setting REMOTEHOST (From Casper)
561
562
563V6.05.00, 06/19/94
564113. 6.04.17 06/18/94
565112. Realloc debug fix from John.
566111. Completion fixes from Bruce.
567110. Added -b option to bind.
568109. Added tcsh.man2html from Dave. Looks great!
569108. 6.04.16 06/06/94
570107. Allow multi word glob in "`foo`" expressions.
571     > if ("`ls`" == "a b c") then
572106. Michaels lex() buffer patch version 2.
573     the previous version core-dumped with
574     > sleep | echo
575105. Fix seg fault in find_cmd, when path is unset.
576104. 6.04.15 05/28/94
577103. the previous =~ fix, was a bit broken.
578102. 6.04.14 05/25/94
579101. expression parser fix for !~ and =~.
580     if (foo =~ *) echo ok
581     the * was taken for a multiply and parsed as 0 * 0 returning 0.
582     and asked to match "foo" with "0"
583100. Michael's lex() buffer patch.
584 99. Bruce's Jumbo cleanup
585 98. fixed Imakefile for X11R6
586 97. fixed argument parsing in source command.
587 96. added $sched to format scheduled events.
588 95. 6.04.13 05/07/94
589 94. added expand-command
590 93. Alpha OSF-2.0 fixes
591 92. 6.04.12 04/28/94
592 91. Ignoreeof patch from Bruce.
593 90. Dan's completion fix.
594 89. 6.04.11 04/12/94
595 88. Don't source .logout when killed with -HUP unless we are a login shell.
596     [ actually $loginsh controls the behavior now ]
597 87. ISC-4.0 posix exec() bug workaround
598     (from Jonathan Broome <jon@wilbur.uucp>)
599 86. Dan's patch for complete=enhance
600 85. Kaveh's patches for memset, host.defs, _{U,G}ID_T
601 84. 6.04.10 03/29/94
602 83. Pathname completion bug fixes...
603 82. Completion pathname(p) changes: Completion 'C' -> 'X'.
604     Replaced 'p' with 'F' and added D,T,C.
605 81. Next NLS fixes
606     (From Paul Nevai <nevai@ops.mps.ohio-state.edu>)
607 80. make spelling correction obey the current histchars setting.
608 79. Fix rounding in limits so that 0 is a true 0.
609     (From Ken Lalonde <ken@cs.berkeley.edu>)
610 78. 6.04.09 03/12/94
611 77. Alarm race with remotehost.
612 76. If you have in your .cshrc
613	set savehist=(100 merge)
614	and execute
615	#!./tcsh
616	exec ps
617     you get no output; [fixed]
618 75. setenv SHLVL -1; tcsh = Segmentation fault [fixed]
619 74. 6.04.08 02/10/94
620 73. new machtype, ostype, vendor
621 72. execute .logout on hangup.
622 71. more man page fixes.
623 70. 6.04.07 02/04/94
624 69. Dynamic hash changes, globbing for which command from Michael.
625 68. INBUFSIZE fixes for history.
626 67. printenv returns 1 when a variable is not found, like the non builtin one
627 66. Add quotes to the mismatch array so that:
628     > touch foo
629     > mail "oo bar"
630     does not get corrected. The right fix would be to do correct parsing
631     and quote the space...
632 65. NULL terminate mismatch[] array in ed.inputl.c, since it is used in
633     Strchr().
634 64. renamed stat to filetest
635 63. Afs and Hesiod patches.
636 62. More manual page patches.
637 61. 6.04.06 12/19/93
638 60. Alarm for resolver timeouts (untested)
639 59. Fixes for Henry Spenser's regex in the Makefiles
640 58. Modifiers now work with $< and $< does not do :q by default.
641     [incompatibility with csh] and $< can be interrupted.
642 57. Added $histdup.
643 56. source /etc/.login for Solaris 2.x
644 55. don't remove trailing spaces in history searches.
645 54. dirs -L and dirs -S spurious warning elimination.
646 53. man page fixes from David.
647 52. Kimmo's patch [makefile, gcc warning, netdb.h include]
648 51. 6.04.05 12/12/93
649 50. rewrote srcunit() to use st_save and st_restore. The code was
650     too messy to be useful before.
651 49. recdirs and rechist patches again!
652 48. Harris hck port, and ISC imake update
653 47. Eliminate the x windows :display.screen before looking for the
654     hostname in REMOTEHOST
655 46. Patch for CDF filetype() recognition (hpux)
656 45. 6.04.04 11/12/93
657 44. Made =x obey nonomatch.
658 43. Fixed rechist and recdirs not to depend on savehist and savedirs
659 42. Removed aliases, bind, linedit builtins [ifdef'ed out as OBSOLETE]
660 41. change REMHOST to REMOTEHOST for compatibility with SGI.
661 40. $owd was not working correctly.
662 39. Debugging printf elimination (from Kimmo)
663 38. Typos in the new hup code in sh.c (from Matt)
664 37. Imakefile fix for sequent (from Jaap)
665 36. 6.04.03, 10/30/93
666 35. New manual page in place.
667 34. Fixed Makefile sed RE to work with gnu sed.
668 33. Added hup builtin.
669 32. Added $REMHOST in config_f.h
670 31. Fixed random parsing bug in sh.exp.c in isa(). It checked cp[1]
671     without checking cp[0] first... (should propagate to 4.4BSD)
672 30. More sh.exp.c fixes from Bruce
673 29. Always exit when the user types exit.
674     cat | tcsh -f -s
675     exit
676     ls
677 28. savedirs fix and readlink() null termination fix from Peter.
678 27. Added -p flag (force dirs printing in all directory functions and $owd
679     variable
680 26. Let $dirstack work by default without needing to be set.
681 25. Fixed history -h to work with other history flags.
682 24. Renamed ed-functions more consistently (dcs)
683 23. Added missing filetests (dcs)
684 22. Added NEWGRP define in config_f.h (dcs)
685 21. More fixes for non blocking io recovery from Bruce
686 20. 6.04.02, 10/08/93
687 19. changed default prompt to %#
688 18. New group 'g' completion.
689 17. removed IIASA defs.
690 16. fix for history -SL and dirs -SL to work when savedirs and savehist are
691     not set.
692 15. fix magic-space to understand :p
693 14. make :u,:l work for history.
694 13. Fixes for non-blocking i/o recovery. trap all non blocking styles under
695     sunos.
696 12. 6.04.01, 08/10/93
697 11. Vi mode word moves [they work like vi and don't obey wordchars anymore].
698 10. New file operators and stat builtin
699  9. David's FIONREAD patch for SVR4
700  8. Bruce's ignoreeof=n patch
701  7. Dan's complete/correct enhancement
702  6. Abort corrections patch.
703  5. Print_by_columns, now does not use the rightmost column.
704  4. Renamed config/config.$i to $i to avoid once and for all filename length
705     problems.
706  3. bbn butterfly config
707  2. Beto's proc fixes
708  1. Bruce's bug fix for ed.chared.c, signals
709
710
711V6.04.00, 07/03/93
712 92. Alpha prototypes, for gcc -Wall clean compile.
713 91. Fixed alpha hashing. Did not work for directories > 31, Thanks to
714     Dan Mosedale <mosedale@genome.Stanford.EDU> for all the help!
715 90. Added USE(a) for unused parameters, to avoid compiler warnings.
716 89. 6.03.10, 06/25/93
717 88. Makefile and lint patches from Bruce.
718 87. Posixsig patch from Peter for svr4
719 86. 6.03.09, 06/11/93
720 85. signal handling broke with the last job control patch...
721     > (does-not-compute;)
722     would hang.
723 84. don't quit after the first modifier fails:
724     > set i=aabbcc
725     > echo $i:s/a/A/:s/b/B/
726     AaBbcc
727     > echo $i:s/x/A/:s/b/B/
728     aabbcc
729 83. Imakefile fixes for sequents from Jaap.
730 82. Move past the bottom of input when we hit ^C, so that multi-line
731     input commands don't get trashed.
732 81. Look only at the first word in ${EDITOR,VISUAL} to determine the
733     editor name.
734 80. Last patch broke listmax.
735 79. Remove extra sandbagging in exitstat(). Not needed anymore as value()
736     will never return NULL.
737 78. Save $status before calling aliasrun() otherwise:
738     > alias precmd 'cd .'
739     > true
740     > echo $status
741     0
742     > false
743     > echo $status
744     0
745 77. 6.03.08, 06/07/93
746 76. missing prototypes/unused variables under SYSV4.
747 75. savedirs should glob the filename argument.
748 74. 6.03.07, 06/05/93
749 73. Changed _Q, _Q1 macros in sh.lex.c, sh.dol.c, sh.char.? to _QF and _QB
750     because today 4.4BSD <ctype.h> defined _Q to be ``Phonetics''
751 72. listmaxrows variable.
752 71. set -r would not make existing variables readonly.
753 70. print usernames with ~user where possible in dirs and job cwd's
754 69. Mika's fixes (missing args in sh.c set(), linux Makefile, SIGCHLD)
755 68. FIONREAD argument is int everywhere except on SunOS where it is long.
756     Tcsh used to think that it was long, and so it broke on the alpha where
757     sizeof(int) != sizeof(long)
758 67. 6.03.06 05/16/93
759 66. Pipeline fixes. This should get rid of the dreaded Stopped tty output
760     message.
761 65. Michael's fix for history buffer cleanup:
762     > alias foo 'echo \!:1:h'
763     > foo a/b
764     a
765     > ^P [nothing happens]
766 64. Unsigned long rlimit type for 64 bit machines (alpha)
767 63. Fixed Imakefile for alpha
768 62. tilde expansion now obeys $nonomatch
769 61. readonly veriables. 'set -r x=3' will set x to a very sticky 3...
770 60. Fixed bug in the new tab'ed completion that interfered with old listing.
771 59. Fixed entry -> item in tw.parse.c
772 58. Added -f option to unlimit
773 57. Define __STDC__ in Imakefile for Irix
774 56. Static redeclarations in tw.parse.c
775 55. 6.03.05 04/26/93
776 54. Don't echo history expansion in loops:
777     > alias junk 'foreach i (\!:2*) \
778     foreach? echo \!:1 $i; \
779     foreach? end'
780     > junk a b c d
781     echo a $i ;
782     a b
783     echo a $i ;
784     a c
785     echo a $i ;
786     a d
787 53. Added complete-word-fwd and complete-word-back that scroll through
788     the list of possible completions... Neat addition from
789     jfink@csugrad.cs.vt.edu (Jeff "$DOTDIR" Fink)
790 52. Workaround hpux9.01 broken optimizer in sh.glob.c where 'ls *' breaks.
791 51. Michael's editor fix.  With "magic margins" and 80 char width, try:
792	> set prompt=
793	<ESC>20a<CTRL>a<ESC>76b<CTRL>ac
794 50. Reverted fix that does not glob the expanded back-quote text again.
795 49. > cd /., echo $cwd
796     /.
797     Eliminate the . in this case...
798 48. Matt's optimization in glob.c [retracted]
799 47. Fixed bug with -S
800 46. Renamed Makefile Makefile.std, and fixed the readme file
801 45. 6.03.04 04/07/93
802 44. Changed -s == !-z and -S == socket
803 43. Fixed typo in sh.c, in phup [shpgrp != pr->pgrp]
804 42. Multi-line aliases are not entered into the history when executed.
805 41. Changed f_seek to a union to avoid gcc warnings on 4.4BSD
806 40. Fixed 'unset home; dirs' bug
807 39. fixed $HOME->$home memory problem.
808 38. $?0 returns false now on interactive shells for csh compatibility.
809 37. Default watch inteval was 10 hours not 10 minutes as advertized in the
810     manual!
811 36. Fixed clobbered veriable warning from gcc-1.39 in tw.parse.c
812 35. Fixed typo with INVPTR in sh.lex.c
813 34. 6.03.03 03/04/93
814 33. Eliminate 'Reset tty pgrp error message'. It is normal for the
815     walking process group stuff. Check about the killpg() above?
816 32. More portability for 64 bit machines.
817 31. Improved completion error messages.
818 30. Fix bug with double globbing expansion on mirrored variables:
819	> setenv TERM '?vt100'
820 29. Avoid hanging when writing to pipes etc. (From Paul Close)
821 28. Typo in the $HOME->$home mirroring.
822 27. %p %P 'p'recise time formats that include seconds for prompt strings.
823 26. Signal list fixes from Paul Close. nsig is now a variable.
824 25. 6.03.02 02/12/93
825 24. NEC SX3 "entry" is a reserved word!, changed entry to item...
826     [this is as bad as cray typedefining "word" to int. Next thing I know,
827      I'll have to prefix all the variables with tcsh_!]
828 23. xxx
829 22. Protected all include files to avoid warnings from lcc.
830 21. Finally resolved the job control problems with linux and ISC (from Beto)
831 20. More HUP,XFSZ,XCPU fixes. (with Beto)
832 19. Dcanon would not canonicalize correctly in case where dnormalize()
833     failed to find a directory, but the directory existed when not
834     crossing the symbolic link.
835 18. sh.init.c fixes; give 65 signals for all POSIX machines.
836 17. AMS mail fixes and cmu wm handling.
837 16. Setenv would not ignore trim quoted names...
838     > alias foo 'setenv "\!:1" bar'
839     > setenv FOO 123
840     > foo FOO
841     > printenv
842     ...
843     FOO=123
844     FOO=bar
845     ...
846 15. 6.03.01 08/01/93
847 14. #undef SHORT_STRINGS gcc warning fixes...
848 13. csh bug fix in foreach [quoteing problem]
849     > foreach i ("*")
850     > echo $i:q
851     > end
852     Should print *
853 12. ls-F obeys showdots...
854 11. After scheduled commands get executed, the editor could stay disabled
855     until the first enter.
856 10. sigset() bug in ed.init.c; ^C could get disabled sometimes.
857  9. Don't glob in dowhich(); otherwise \pat does not work if pat is aliased.
858  8. When completion patterns are used $ and ~ expansion did not work right.
859  7. Printenv builtin and long backquote expansion fix from Harald.
860  6. $:-1, $:-0 enhancement from Paul and Michael.
861  5. Lynx/OS patches
862  4. Apollo bugs [Setenv -> tsetenv, typedef in pid_t]
863  3. ^@ did not work correctly in bindkey.
864  2. Fix vms/posix ifdefs in tc.alloc.c
865  1. Elide gcc-2.3.1 warnings
866
867
868V6.03.00, 11/20/92
869102. Solaris2 patches, renamed sunosX to sosX to fit in 14 character filenames.
870101. 6.02.12 11/12/92
871100. Decreased BUFSIZE to 1K...
87299. Don't use sbrk() in tc.alloc.c on VMS
87398. EINTR error handling from Michael
87497. Overwrite mode takes effect immediately, not delayed by a command.
87596. Emx fixes.
87695. SIGHUP gain...
87794. Coherent times()/ <sys/file.h> fixes.
87893. 6.02.11 10/27/92
87992. Mach setpath fixes.
88091. Which now globs its arguments
88190. Again POSIX SIGHUP fixes... Maybe we got it right this time...
88289. Increased BUFSIZE to 4K. Smaller machines may want to decrease this.
883    [ Now one can edit up to 4K of buffer! ]. From Harald.
88488. : is now a true builtin that does nothing, instead of being treated like
885    the last character of a label. This is so it can take args. From Harald.
88687. More fixes for hpux limits from Harald.
88786. Login shell if ppid == 1 and argc == 1 for VMS.
88885. Typo in sh.exec.c from Harry.
88984. Per's editor fixes.
89083. 6.02.10 10/17/92
89182. Don't free STRNULL in freelex(). Update linked list in copylex() to
892    do the same insert as in lex().
89381. Fixed spurious tilde printing in %c prompt.
89480. Fixed dumb wild free in AddXKey...
895    (thanks Harald for the complex bindings! :-)
896    > bindkey "\e10z" expand-line # Any editor command will do
897    > bindkey -[cs] "\e10z" "foo" # Any string or command will do
898    Free(%x) ....
89979. coherent additions.
90078. fixes for hpux8 resource limits [Thanks Harald]
90177. 6.02.09 10/10/92
90276. More vms cleanups.
90375. Removed #include CONFIGH from sh.h. There was no way to make it work
904    under VMS/POSIX
90574. Added t completion (Gray Watson)
90673. Memory leaks in sh.dir.c and sh.glob.c [thanks purify :-)]
90772. IRIX 5.0 patches (from Paul Close)
90871. BSD resource limits for hpux8.0 (From Andreas Stolcke)
90970. NGROUPS_MAX fixes (from Matt Day)
91069. 6.02.08 10/04/92
91168. VMS port additions.
91267. Added $%var, which == strlen(var)
91366. Added ^X^I and ^X^D to override programmable listing+completion
91465. Added case insensitive globbing for OS/2
91564. FIOCLEX and FIONCLEX are only used if we don't have FD_CLOEXEC.
91663. Added emx termio support, and emx pathsep support; emx compiles and runs:
917    needs job-debugging and finishing touches.
91862. Horrible bug with the lex linked list; from Loic Grenie, grenie@ens.fr
919    > echo a !#
920    echoed 'echo a echo a echo'!
92161. Shell -w,-x were incompatible with the same for test [POSIX] (beto)
92260. builtin newgrp did not accept the - argument.
92359. FIOCLEX for the masses (POSIX FD_CLOEXEC addition)
92458. Old style csh completion bug fix [not used] (beto)
92557. A background process waiting for input from tty
926    blocks when being foregrounded doesn't read its input and
927    doesn't get <cntl-c> and <cntl-z> signals.
928    It can only be killed from another session. (beto)
929    > cat > foo
930    #!/bin/csh -f
931    echo ">>>>>>"
932    set x = $<
933    echo $x
934    ^D
935    > chmod +x foo
936    > foo &
937    > fg
938    ^Z,^C # Nothing happens
93956. history > 1000 fix (beto)
94055. 6.02.07 9/18/92
94154. Added e_stuff_char() to put back a character in cooked mode in
942    the input stream... Useful for status (^T)
94353. $? == $status and $# == $#argv like in the bourne shell.
94452. Added $dirstack. Problems: off by one since =0 == $cwd, but
945    $dirstack[1] == $cwd... Suggestions welcome.
94651. Leading spaces would confuse the run-help function.
94750. Don't expand imported environment variables:
948    > setenv HOME \*
949    > tcsh
950    > echo "$home"
951    > echo "$HOME"
95249. %C0n displays the number of directories omitted as /usr/local/bin /<2>bin/
95348. Added POSIXSIGS as a configuration option.
95447. Per's fixes for history format and arrow key binding.
95546. Expand-variables expands array variables too
95645. 6.02.06 8/14/92
95744. Separated limit stuff from BSDTIMES and added BSDLIMIT
95843. History searching inconsistent with HistLit:
959    > echo foo
960    foo
961    > ^foo^bar
962    bar
963    > ec[M-p]
964    echo foo
96542. 6.02.05 8/8/92
96641. sourcing a script that contains 'onintr -; onintr' would disable
967    interrupts on the command line
96840. cd ../... with symlinks=ignore would work !@#!@
96939. No more BACKPIPE for POSIX machines...
97038. SUNOS NLS bug workarounds...
97137. New HASHBANG define for #! emulation... even 386BSD does not have it
972    yet...
97336. Added new -b -c file operators from SGI csh.
97435. 6.02.04 7/23/92
97534. Walking process group fixes.
97633. $0 contains now argv[0] when we are not executing a shell script.
97732. New Getwd() was broken.
97831. 6.02.03 7/17/92
97930. We kill our last foreground process group on HUP, for POSIX systems.
98029. Walking process group fix.
98128. $shlvl gets reset to 1 for login shells.
98227. Macros can now involve multiple commands, i.e.
983    bindkey -s "^[OP" "ls\n^P"
98426. 6.02.02 7/6/92
98525. nostat accepts now a list shell patterns.
98624. Avoid print_exit_value in if ( { foo } )
98723. Symbolic key names for bindkey [arrow keys].
98822. Smarter getwd() that avoids some of the NFS hangs...
98921. Use memmove() where possible.
99020. 6.02.01 6/16/92
99119. Fix automatic correction to work with the new completion.
99218. Globbing bug with brace expansion, when arguments need to be realloced...
993    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}
99417. shift and left operators update variables correcly ('shift path' did not
995    work)
99616. apollo fixes for cd.
99715. STRNULL <-> NULL bug fixes.
99814. %S in xprintf for short strings.
99913. history -LSc, dirs -LSc additions, builtins builtin [oxymoron]
100012. history formatting string, who formatting string, prompt formatting
1001    all use tprintf() now.
100211. $history accepts a second formatting argument..
100310. History timestamps preserved in .history
10049.  Backquotes were broken: echo hi | cat > `echo foo`
10058.  SGI -t operator problem.
10067.  Dnix fixes.
10076.  Fix history file writing bug when autologout.
10085.  Change from TCSETA to TCSETAW, since we affect the output.
10094.  Per's fixes for display margin bugs.
10103.  Linux fixes.
10112.  Collapse adjacent stars in glob.c to avoid exponential behavior.
10121.  Fixed parseescape to put ^ literally if not followed by alpha.
1013
1014
1015V6.02.00, 5/15/92
101694. Default echo_style was not being set correctly.
101793. $< did not work correctly with NLS chars.
101892. 6.01.15 (5/11/92)
101991. Minor cleanups in refresh code.
102090. 6.01.14 (5/8/92)
102189. Print \n in the right margin always to be consistent.
102288. Linux patches.
102387. 6.01.13 (5/2/92)
102486. Fixes in listing and completion of non-unique commands.
102585. Fix =stack entries > 9... from Bill Petro
102684. Fix for last character at margin. [on terminals that have am & xm move
1027    the cursor manually to the next line]
102883. Fix for complete completions
102982. small typo in tc.alloc.c from Mark Moraes.
103081. small typo in tw.parse.c from Richard.
103180. Man page fixes from Per.
103279. 6.01.12 (4/24/92) [release version for 6.02]
103378. Autosuffix was not getting reset all the time.
103477. Don't limit completion patterns to 1K.
103576. Naming changes in ed.screen.c from Justin.
103675. 6.01.11 (4/10/92)
103774. Fixed magic-space ! expand bug:
1038    > echo a b123 45.{6,7}
1039    > echo !:2!:3[magic-space]
104073. Work-around for apollo optimizer in tc.bind.c
104172. Problem with setjmp in tw.parse.c
104271. symlinks=expand from Yumin.
104370. tenematch() fixes from Michael;
104469. 6.01.10 (4/3/92)
104568. Fixed Gnmatch.
104667. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
104766. Backquote from completion was broken for machines with no dup2()
104865. No $printexitvalue for `` jobs.
104964. Added ultrix stuff for PW_AUTH [from Mike Potter mpotter@lampf.lanl.gov]
105063. Fixed bug in Gnmatch(), added 'N' command 'x' completion.
105162. Fixed fg_proc_entry() so autologout gets disabled when a process
1052    is foregrounded.
105361. 6.01.09 (3/26/92)
105460. source builtin takes arguments now that are passed in the script e.g.:
1055    > ./tcsh -i a b c
1056    > cat test
1057    echo $argv
1058    > echo $argv
1059    a b c
1060    > source test 1 2 3
1061    1 2 3
1062    > echo $argv
1063    a b c
106459. Eliminate $margin_bug, add more intelligent margin code [from Justin]
106558. expand_symlinks variable Urgh...
106657. SGI CONTROL() fixes...
106756. new dnormalize(), expand_symlinks flag.
106855. interrupting completion restores the current line. [from Marc]
106954. 6.01.08 (3/20/92)
107053. inputmode affects the first line too.
107152. Searches in vi do not destroy the current line.
107251. -drwX test enhancement.
107350. Generalized completion syntax and added more completion builtins.
107449. Don't print '\n' on the right margin if we can avoid it.
107548. 6.01.07 (3/9/92)
107647. New completion style. [[<pattern>[ ]],=<completion action>]
107746. 6.01.06 (3/7/92)
107845. complete styles are ignored after shell metachars eg.
1079    > complete mail =u
1080    > mail christos < [tab]
1081    completes filenames.
108244. $echo_style is initialized to the default style of the machine.
108343. SGI 4.0 CTRL() macro is busted. So we ignore it.
108442. Fixed bug with the new margin code (thanks justin)
108541. Fixed mirroring of variables. Now set and setenv affect
1086    HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
1087    affects only the csh copies of the variables, and unsetenv only the
1088    environment variables.
108940. Fixed gcc-2.0 warnings in sh.sem.c (needed for vfork() -O2 optimization)
109039. 6.01.05 (2/21/92)
109138. signal masking for BSD machines was still wrong in tw.init.c
109237. Added $margin_bug, and now the editor outputs on the rightmost
1093    column by default. This should fix the xterm cut-n-paste problem.
109436. AU/X 2.0 and SGI compiles with POSIX as a default now.
109535. sysv_echo is gone too. Now we have a variable called echo_style
1096    which can be set to "none", "bsd", "sysv", "both" that defines
1097    the builtin echo_style. The default is "bsd" for systems with
1098    SYSVREL == 0, "sysv" otherwise. This can be overriden in config.h
1099    by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO,
1100    or NONE_ECHO.
110134. asynchronous notification in run-fg-editor would try to change the
1102    tty settings and print an extra prompt.
1103    > set notify
1104    > sleep 10 &
1105    > vi^Z
1106    > ^[^Z
110733. alias x /bin/true
1108    x<esc>?
1109    reported .//bin/true instead of /bin/true
111032. 6.01.04 (2/12/92)
111131. fixed vi_substitute_line
111230. binding completion addition.
111329. showdots=-A addition
111428. sysv_echo addition; deleted bsd_echo which is now the default.
111527. dunique could crash.
111626. Don't clear lines after an asynchronous notification, because it
1117    might erase the message.
111825. 6.01.03 (1/29/92)
111924. `` were not working correctly when tcsh is started with 0,1,2 closed.
112023. Correction was picking up the wrong thing in cases like .rhosts hosts
112122. Correction with names with quoted spaces was broken.
112221. Added sysv_echo and bsd_echo.
112320. Added and documented the complete builtin.
112419. Added dunique and cd -.
112518. Per's fix for alarm functions. Things would break if time went backwards.
112617. Realloc bug fix (copy min of old and new size)
112716. Fix for csh compatible braces.
112815. Brace globbing and negation globbing for Gmatch.
112914. 6.01.02 (1/16/92)
113013. Completion builtin, new tw* files.
113112. 6.01.01 (1/6/92)
113211. Changed w_ fields in tc.who.c to who_ to avoid redefinitions in
1133    <sys/wait.h> in some os's.
113410. Setting savehist to an empty string makes savehist use the value
1135    in $history.
11369.  echotc did not use the internal termcap descriptions.
11378.  echotc did not work right for single argument termcap strings.
11387.  DGUX needs SAVESIGVEC, updated type protection, and disabled CSWTCH.
11396.  Changed SVID to SYSVREL, since there is no SVID == 4 (yet).
11405.  Typo in tc.sig.h: UNRELSIGS was not getting defined.
11414.  Globbing bug fix. tglob() should ignore globbing characters inside
1142    backquotes otherwise things get expanded twice:
1143    % echo 'bar?' > 'foo?'
1144    % echo `cat foo\?`
1145    echo: No match.
11463.  Mach setpath fix.
11472.  Alliant process group fix.
11481.  Xenix fixes for broken vi and help path with no suffixes.
1149
1150
1151V6.01.00, 12/19/91 [for comp.sources.unix]
115222. Restore the original prompt in automatic correction when the user
1153    asks to re-edit the command.
115421. Better error for unreadable files in tw.parse.c
115520. Sequent patches.
115619. (V6.00.08 beta 12/14/91)
115718. Filenames containing # were spelled/expanded incorrectly.
115817. Stellar/stellix port.
115916. Hpux 8.0 has SIGWINDOW but we cannot get the window size. Protect
1160    against window changes updating $LINES and $COLUMNS.
116115. Mach setpath did not work right.
116214. Mach does not need setenv in lib; in fact that does not work right.
116313. shell level gets decremented when we exec.
116412. restart_fg_editor picked the wrong editor if arg contained a slash.
1165    e.g vi ~/.cshrc
116611. (V6.00.07 beta 12/08/91)
116710. Allow use of vfork() on systems that do not have job control.
11689.  Avoid NUMCC from being defined twice.
11698.  (V6.00.06 beta 12/05/91)
11707.  SunOS3's FIOCLEX dups...
11716.  Yet another globbing bug fix from Michael (echo .[^.])
11725.  Ultrix now wants __ before cpp symbols.
11734.  Workaround sun's header files inconsistency so tcsh can be compiled
1174    with #undef POSIX
11753.  Fixed limit stuff so that large values don't cause errors.
11762.  Fixed =1 and ~user error messages (Per)
11771.  (beta-5 6.00.04 == 6.00.05)
1178
1179$#*
1180$#* New numbering scheme (The last 2 digits are reserved for beta releases
1181$#* from now on. So we start at 6.00.06 which is 6.00.04 beta 6, and we are
1182$#* going to release 6.01.00...
1183$#*
1184
1185V6.00.04, (never released)
118634. (beta-5 11/25/91)
118733. Simplify code in BindArrowKeys()
118832. Get rid of the PNULL's
118931. Support for shadow password in locking code. (From Kimmo)
119030. Normalize-path editor function.
119129. (beta-4 11/21/91)
119228. minix additions
119327. bindkey fixes (-c addition, casting cleanups)
119426. (beta-3 11/16/91)
119525. Prompt length checking.
119624. Michael's fixes for the watching code. Tcsh could core dump when using
1197    a corrupted utmp.
119823. overwrite mode flag, and autologout locking code.
119922. overwrite mode would still insert digits!
120021. Get the value of _POSIX_VDISABLE from pathconf...
120120. Hpux 8.0 fixes. Sigstack botches with shared libraries. Ansi mode
1202    static initialization of structures with prototyped function pointers
1203    gives spurious warnings...
120419. Onintr in /etc rc files is disabled.
120518. (beta-2 11/03/91)
120617. Multi-line aliases with `` bug fix.
120716. Sticky emacs overwrite mode.
120815. Autolist option.
120914. Fix for redirection with wildcard filanames.
121013. No error correction for multi-line commands.
121112. Esix-4 re-defines p_pid. Argh...
121211. (beta-1 10/28/91)
121310. Foreach loops were broken again.
12149.  SUNOS localtime() bug does not only happen on the 8th byte. [Michael]
12158.  sh.dir.c, memory corruption in dinit(). Thanks Michael.
12167.  uts broken <sys/stat.h> work-around, and has a wait3()
12176.  SGI (-t filename) extension, returns true when filename is a tty.
12185.  'default:' addition in all switch() statements.
12194.  oflag was not being updated correctly in Rawmode()
12203.  missing 'break;' in prompt code '%y'.
12212.  infinite loop in :a<mod> code.
12221.  hashstat was not reporting hits+misses
1223
1224
1225V6.00.03, 10/21/91
122631. watch code now accepts shell patterns.
122730. new hashing code portability fixes.
122829. $foo:gs/:/ / fix and 'a' modifier addition.
122928. Added $! (the pid of the last background job forked)
123027. exec does not kill the shell when it fails.
123126. Irix4.0 decls.
123225. SVR4 uthost fixes from Kimmo Suominen
123324. Imake addition from marc
123423. New i-search from Per.
123522. ibmesa fixes
123621. convex fixes.
123720. t command for vi.
123819. SVR4 fixes (reverse pipeline and sigaction()) from David Dawes.
123918. New hashing from Marc
124017. Added : to the ~name separators so ~foo:~bar works.
124116. New ed.init.c. Added ed.term.c
124215. Still can't get the history exactly csh-like... !-2$ was broken...
124314. vi character searches.
124413. -Dvar=name command line option for the apollos.
124512. Prompt format changes for date/directory.
124611. Vi searches.
124710. Emacs i-search. [currently not bound]
12489.  Vi additions ([dc]-{w,$,f<c>},Undo)
12498.  tcsh -n parses now builtin structures.
12507.  seek to the end on errors in loops.
12516.  echotc -s was broken
12525.  Better !event parsing. !foo;!bar was broken.
12534.  foreach loops and if statements in aliases.
12543.  .cshdirs would corrupt the heap if some directories were not there.
12552.  System V echo was broken with \
12561.  Fixed echo '!-1', history would eat the quote.
1257
1258V6.00.02, 08/05/91 [For comp.sources.unix]
12598.  tcsh will always set $LOGNAME and $USER if not already set in the
1260    environment.
12617.  added $histfile.
12626.  echo `echo` * and  echo ~ {} were broken
12635.  setty builtin addition
12644.  Multiple : modifiers [experimental, disabled with -DCOMPAT]
12653.  7 bit fixes, and hp9000s500.
12662.  #undef DEBUG in tc.alloc.c, so we continue if we get a bad free()
12671.  getn() is now protected against NULL strings.
1268
1269V6.00.01, 07/16/91
127017. added beepcmd, and fixed small tenematch bugs.
127116. Renamed DUP2 flag to HAVEDUP2 cause AIXPS2 defines DUP2 already.
127215. More ANSI fixes, and mit additions (load-average)
127314. don't clear ECHOE, background programs might need it.
127413. Refresh bug fix...
127512. getpwent() should not be interrupted (yellow pages), cause it might
1276    leave dangling pointers, that endpwent() will trash.
127711. ChangeSize is now responsible to set the screen size to something
1278    sane, but it should not affect the environment if the information
1279    it received is not valid
128010. Find out if we are running under emacs using $TERM. It is more
1281    reliable.
12829.  tcsh was broken if SHORT_STRINGS was not defined (glob() problem)
12838.  If GetSize() fails it should always return reasonable screen sizes.
12847.  globbing should not fail if one or more patterns match.
12856.  increased the number of aliases in the loop detection code.
12865.  DGUX has size_t and pid_t defined now...
12874.  ESIX does not have EWOULDBLOCK or EAGAIN & POSIX... That was not handled
1288    correctly.
12893.  rs6000 needs BSDWAIT.
12902.  Hpux susp key could not be changed.
12911.  Apollo fixes.
1292
1293V6.00.00, 07/04/91
129445. Fixed quoting of VSTART/VSTOP on termios
129544. Memory leak every time you pipe in or out.
129643. echo {foo bar.[ch]}. Did not check for end of word.
129742. ANSI prototypes
129841. dmove() would leave the source descriptor open when using dup2()
1299    e.g.
1300    while (1)
1301	echo foo >>! bar
1302    end
1303    runs out of file descriptors
130440. recursive `` expanded via aliases would abort.
130539. set home=../relative-path-name was broken.
1306    e.g.
1307    set home=../..; cd ..;
1308    <abort>
130938. Incorrect error when changing to directory:
1310    e.g.
1311    mkdir not-in-cd-path; chmod -x not-in-cd-path; cd not-in-cd-path;
1312    echoed:
1313       not-in-cd-path: No such file or directory.
1314    it should have said
1315       not-in-cd-path: Permission denied.
131637. if ( \! =~ [\!] ) echo ok, did not echo ok. Quoting inside [] pattern.
131736. More than 127 jobs caused job # to go negative
131835. unsetenv <pattern> ... Added support for more than one pattern.
131934. More background process status report fixes.
132033. Apollo builtin support.
132132. Glob fix. echo '*' * was not handled properly.
132231. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.
1323    or print ambiguous.
132430. Glob fix. Quoted characters inside [] were not handled properly.
132529. Removed TELL and VMUNIX defines. I think we cannot compile on V6 anyway
132628. Overflow check for expansions.
132727. Added matchbeep, shell pattern history searching.
132826. Added code to handle /dev/std{in,out,err}
132925. Fixed POSIX speed handling in raw mode.
133024. Fixed a flushing bug in the filec code in sh.file.c
133123. Compiled and added hp9000s700 to the list of hosts.
133222. Fixed horrible bug in gmatch()
1333	switch (4)
1334	case [a-z]:
1335		echo bug;
1336		breaksw;
1337	case 4:
1338		echo ok;
1339		breaksw;
1340	endsw
134121. Fixes for _SEQUENT_ ut_host.
134220. FLUSHO added
134319. mkdir foo\`bar; cd foo\`bar; was broken
134418. EWOULDBLOCK == EAGAIN on RENO check for that too.
134517. Dword() simplified and removed the gotos.
134616. Hpux now compiles with POSIX. Moved the local chars modes in ed.init.c
1347    after the tty modes.
134815. Process group fixes for POSIX
134914. We need <sys/filio.h> on the suns for FIOCLEX!!! We did not close
1350    our file descriptors before...
135113. A/UX fixes.
135212. History events that start with a number are not necessarily numeric:
1353    > !3d
1354    3d: Event not fount
135511. History loop detection added.
1356    > alias a \!#
1357    > b; a
135810. Alias loop detection code was ineffective on eager optimizers.
1359 9. All errors should now go through our table. Next step we should
1360    add nls error messages.
1361 8. Unsetenv now globs its arguments! Before it did not...
1362 7. Added tilde cache and -l flag.
1363 6. Added autocorrect
1364 5. Fixed for so that background jobs in scripts get process groups
1365 4. Fixed amazing memory leak in setenv()...
1366 3. Added short2qstr() so that we can form quoted strings to be used with glob()
1367 2. str2short and short2str allocate space dynamically.
1368 1. Fixed bug related to the is*() routines called with shorts.
1369    [only if NLS and SHORT_STRINGS are defined].
1370    (The _ctype_ was getting indexed with shorts...)
1371 0. Complete overhaul. Brought in the 4.4 csh stuff. Separated most
1372    tcsh and csh code except where I would have to add more global
1373    variables. Compiled correctly with both lint and gcc -Wall on
1374    a sparc running 4.1
1375
1376V5.20.03, 03/20/91.	- Never released
137725. Kanji, SXA additions.
137824. (exec foo) should not fail if they are suspended jobs.
137923. Support kernel paging stuff on aix 370.
138022. Now we handle correctly the environment variables LINES, COLUMNS,
1381    TERMCAP for window size changes...
138221. Tcsh 5.18c+ had broken NULL chars on scripts.
1383    > cat > foo
1384    #!/usr/local/bin/tcsh -f
1385    echo "foo"
1386    echo "^V^@"
1387    echo "bar"
1388    ^D
1389    > chmod +x foo; foo
1390    foo
139120. Posix has EAGAIN and not EWOULDBLOCK
139219. Don't set ECHOK; makes kill ^U ugly.
139318. $shell is SHELLPATH and not $SHELL any more.
139417. Added -n flag to cd, pushd, popd and dirs. Documented -l and -v
1395    flags.
139616. Documented and fixed chase_symlinks and ignore_symlinks.
139715. Call endpwent() when you get interrupted...
1398    cd ~chri<tab>^C
1399    cd ~christos/<enter>
1400    <stuck>
140114. Exec when you have suspended jobs asks for verification.
140213. Variable length fixes:
1403    >set abcdefghijklmnopqrstuvwxyz=1
1404    >echo $abcdefghijklmnopqrstuvwxyz
1405    abcdefghijklmnopqrs: Undefined variable
1406    Now we have better messages too...
140712. Icon fixes...
140811. Quote expanded glob and history chars too.
140910. If someone sets SHIN to O_NDELAY we died... Now we set it back...
1410 9. unset path; unsetenv PATH; ls-F; (poof) fixed...
1411 8. Patches for masscomp, and ${var123} lexical analysis fix...
1412 7. Patch for sunview bug: A partially covered suntool sends SIGWINCH every
1413    time the text is scrolled, causing annoying redraw effects. Now tcsh
1414    checks if the size really changed before doing anything.
1415 6. Interrupt in the middle of cwdcmd, and periodic does not remove the
1416    aliases.
1417 5. prompt2 and prompt3 fixes:
1418    Prompt2 now prints the status of the parser by default.
1419    Prompt3 can now have the standard prompt escape sequences.
1420 4. eval file descriptor re-direction fix.
1421    >set p='w | tail +3'
1422    >eval $p
1423    (originally | tail +3 was ignored)
1424 3. $edit != emacs anymore; it was misleading, 'set edit' enables editing
1425    'unset edit' disables it.
1426 2. PERROR define fix.
1427 1. irix3.3.1 line discipline fix.
1428
1429V5.20.02, 12/15/90.
143032. /etc/Logout added and merged with /etc/Login flag.
143131. Fixed tty chars in ed.init.c. Some of them were not handled correctly.
143230. Command execution does not leak memory any more, and doing
1433    ~ four times does not core-dump.
143429. Fixed the notorious csh 'if(' bug (part of the convex fixes)
143528. Intelligent getwd() on startup, and canonicalization.
143627. Intelligent directory stack. Gets updated when $HOME changes.
143726. Directory stack/save-restore additions
143825. Convex Fixes.
143924. Fixed onlret, and echonl getting stuck on svid.
144023. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
1441    csh, this is annoying).
144222. Some users had environment EMACS set to something, and with my bad fix
1443    at pl 1 found that they didn't have echo... (of course, even before my
1444    "fix", they didn't have editing...). Anyway, refined the check to be
1445    for EMACS=t, which is what emacs sets when running a subshell.
144621. kill -CONT %job, would not update the status of the job, but it would
1447    just restart it.
144820. Sequent fixes.
144919. AIX370 signal and TCF fixes.
145018. fixed ls-F -l, SIGINT problem.
145117. aix on the ps2 does not have strcoll() either.
145216. Bind [A - [D and OA to OD in vi mode to the arrow key functions
1453    so that they work from insert mode.
145415. %~ was not working correctly for /home/news and /home/newsbin...
145514. Removed Rcs Log
145613. ISC unix fixes.
145712. sunos3.x wants <sys/dir.h> not <dirent.h>
145811. Remove precmd's, cwdcmd's and periodic cmds that had errors.
145910. Compile sunos4.1 using termio.
1460 9. Rs6000 line discipline fixes.
1461 8. T_Tabs was wrong for termio machines.
1462 7. Don't bind single keystroke arrow keys, when they are already bound!
1463 6. Test for newline and tab before deciding not to send shell scripts
1464    to the bourne shell.
1465 5. Added LITERAL prompt stuff.
1466 4. Fixed gethostname() in sh.rest.c to return the nodename.
1467 3. Do not quote spell checked stuff. This is not very intelligent but
1468    works better than before.
1469 2. Fixes for relative path components. (paths that start with a .)
1470 1. Fixed so that Rawmode() is not called when we are not editing
1471    (breaks running under emacs)
1472
1473V5.20.01, 11/15/90.
147412. Recognize environment variables too.
147511. Always start in Rawmode()
147610. don't try to execute binary files using the bourne shell.
1477 9. Vi change to end of line updates correctly now.
1478 8. Prompt in continuation lines.
1479 7. Prompt in if statements fix.
1480 6. System V ^C works right now.
1481 5. ^Z works correctly in bindings
1482 4. Better error messages for variables.
1483 3. dinit() now is more robust.
1484 2. Added aux2.0 patches.
1485 1. Fixed bug with arrow key bindings in ed.screen.c. All the keys
1486    were bound to up-history!
1487
1488V5.20.00, 11/10/90.
148926. Fixed system V and POSIX time reporting.
149025. Fixed ed.screen.c so that it does not use malloc().
149124. Fixed SIGWINCH on the iris
149223. Fixed ed.screen.c, so that settc works correcly. It used to set
1493    the termcap with a string that was allocated from the stack!
149422. Fixed listing of commands, where the last command was not checked.
149521. Fixed which command. It did not work for
1496    \<command>, if command was aliased.
149720. Eliminated CSH4.3 define. You've had enough time to upgrade from 4.2
149819. Fixed GotTermCaps to be called only once.
149918. Added bindkey -r
150017. Attributes were not getting reset correctly.
150116. history -t does not print the time-stamp.
150215. AddXkey, works now for single character xkeys.
150314. filetype() knows better about symlinks.
150413. ls-F works with filenames that have metachars
150512. Completion/spelling works with quoted things.
150611. Fixed refresh bug. Repeat by:
1507    On an intelligent terminal that has insert and delete chars (xterm)
1508    > orphan
1509    > vi orphan.c
1510    > ^P^P
151110. Fixed so that if we don't have a tty on stdin editing is disabled.
1512 9. Check for nested process forking, to avoid loops such as:
1513    > alias foo 'set bar=`foo`'
1514    > foo
1515 8. Fix setting of AsciiOnly (Per)
1516 7. tw.spell.c, defined F_OK for systems that don't have it.
1517 6. ourwait.h had typo in ifdef.
1518 5. BSD compilers need a cast to int for enums used in
1519    switches (Matthew Day)
1520 4. Found the cause for the core-dump in long backquote
1521    expansions (Mark Davies)
1522 3. Some externs in ed.h needed to be truly externs...
1523    reported by Mark Davies, bug appeared only on hp9000s800.
1524 2. Changed $tcsh, and $version strings.
1525 1. Added internal sprintf function, renamed putchar to CSHputchar,
1526    printf to CSHprintf, sprintf to CSHsprintf.
1527
1528V5.19.02, 10/23/90.
152936. Added /etc/cshrc for the SGI irises.
153035. Added expand-variables function.
153134. Documented $time in tcsh.man
153233. Shell variables are now 'recognized' when expanding/listing things.
153332. ls-F does not eat the last slash on the / directory!
153431. Strings bound to keys are printed inside double quotes.
153530. History now remembers the exact line, not just an unparsed version of
1536    the tokens.
153729. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
153828. Ported to IBM aix/ps2.
153927. Fixed eval so that it forks when the output is piped
1540    Repeat by:
1541    > who | grep $user
1542    > eval who | grep $user
154326. Fixed so that 'nice <builtin changing the working directory>' does not
1544    nice or fork.
1545    Consider doing:
1546    nice cd /tmp && rm *.c (don't try it!!!)
1547    [what actually happens is that nice has to fork, then the child executes
1548     chdir, and the parent stays where it was]
154925. Added Dan's patches (nls, builtin bindkey, fixes to the editor).
155024. Added aix370, migrate, getspath, getspath, getxvers, setxvers
155123. Added builtin echotc, removed sl and el.
155222. Ported to 4.4 BSD. This involved changing the way lots of flags worked,
1553    cleanup of the SVID stuff, and addition of more compilation flags.
1554    Now POSIX can work whed BSD is defined...
155521. Fixed so that el, sl work. Actually they are to be removed soon and
1556    be replaced with echotc.
155720. Avoid the Quoted Space hack for alias when printing jobs!
1558    [aliases to the same name avoid further alias expansion, by
1559     inserting a quoted space in front of the command. In SHORT_STRINGS
1560     QUOTE is the 15th bit so print ignores it thinking it is the
1561     end of the string. So we just skip the Quoted Space....]
1562    Repeat by:
1563    > set notify
1564    > alias ls ls -F
1565    > (ls) &
1566    Prints        Exit 0 (
1567    Should print: Exit 0 ( ls -F )
156819. Fixed so that "", '', ``, all produce ': Command not found',
1569    and not the spurious messages.
1570    Repeat by:
1571    > set path = (/bin /usr/bin .... .)
1572    > ""
1573    /some/path/name/: Command not found
157418. Enable the use of <ctype.h> macros if they exist and NLS is defined.
1575    NLS code is not ready yet.
157617. Fixed rmstar and continue_jobs code, so that they are not compile
1577    options, but shell variables. Now you need to 'set rmstar' to get
1578    enable rmstar.
157916. Fixed SIGWINCH, SIGWINDOW, and setting of li, co, that broke
1580    suntools, and others.
1581    Repeat by:
1582    Start a shelltool of size other than 80x34
1583    > telltc
1584    > stty -a
1585    do not report the same number of lines and columns.
158615. More fixes to tw.parse.c, and tw.spell.c.
158714. More fixes to sh.char.c.
158813. Fixed coredump caused by ``.
158912. Fixed spell-line code..
159011. Trapped SIGCHLD in sh.sem.c, while forking. Still there is a small
1591    race, but the probability of happening is smaller!
159210. Fixed sh.char.c to be ISO compliant.
1593 9. Added expand-glob
1594 8. Fixed ourwait.h for little endians.
1595 7. Fixed that foreach i (^D expands correctly.
1596 6. Fixed so that listmax is ignored in ls-F.
1597 5. Fixed spelling correction so that single letter words and words that
1598    contain globbing chars do not get spell checked.
1599 4. Changed NeXT HOSTTYPE to next, since all HOSTTYPE's are lower case.
1600 3. Fixed symmetry, and changed symmetry HOSTTYPE from sequent to symmetry.
1601 2. Added boldfacing, underlining chars.
1602 1. Added IRIX3.3.1 support.
1603
1604V5.19.01, 9/26/90.
1605 7. Brought the README file up-to-date, and changed the bug report
1606    address to point to me.
1607 6. sh.lex.c. In addla(), overflow computation was wrong.
1608 5. Fixed SHELLPATH, to be set correctly when $SHELL is not set.
1609 4. Fixed print statement in sh.proc.c that contained \215.
1610 3. Fixed the Makefile and MAKEDIFFS so that a tahoe diff can be made.
1611 2. RS6000: hacked around execv bug, and ed.init.c warning.
1612 1. Editor should not be enabled when we don't have a tty.
1613