]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/tcsh/Fixes
MFC r315948:
[FreeBSD/stable/10.git] / contrib / tcsh / Fixes
1  22. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
2  20. V6.20.00 - 20161124
3  19. Don't resize the screen if it did not change size.
4  18. V6.19.01 - 20161025
5  17. restore file description when cleaning up after eval:
6         repeat 99 time
7  16. PR/572: Fix $SHLVL issue when exec'ing subshells.
8  15. PR/403: Fix backquote expansion for multi-byte character sets.
9  14. Fix drawing issu with multi-line prompt (Kensuke Iwahashi/David Kaspar)
10  13. always send prusage to stdout.
11  12. PR/526: Fix double \\ printing from previous fix in history expansion.
12  11. Android updates from Corinna Vinschen
13  10. PR/526: Quote backslashes properly so they can be preserved in ``
14      expansions
15   9. Fix memory leak for paraml
16   8. Add notempty and ask values for the noclobber setting (Martin Tournoij)
17   7. more correct $wordchars for vimode (Luke Mewburn)
18   6. expose VImode in $vimode (Luke Mewburn)
19   5. display what the compiled in editor is in bindkey -d (Luke Mewburn)
20   4. run-fg-editor improvements and documentation (Luke Mewburn)
21   3. Fix parsing of 'if (cond)then' (Fridolin Pokorny)
22   2. PR/437: Fix handling of invalid unicode characters.
23   1. PR/451: Fix error messages containing %c to be always '%c'
24
25  41. V6.19.00 - 20150521
26  40. V6.18.05 - 20150510
27  39. fix reseting when interrupted inside an eval "eval sleep 10^C"
28      (paulo.cesar.pereira.de.andrade)
29  38. rename handle_intr -> handle_interrupt as originally intended.
30  37. fix input tests that need stdin on a tty
31  36. V6.18.04 - 20150504
32  35. revert fix echo "\1", it is incorrect.
33  34. revert fix to PR/437, breaks short strings.
34  33. V6.18.03 - 20150503
35  32. PR/437: Nakajima Akira: Fix segmentation fault reading input files
36  31. PR/291: Print job status messages to stderr.
37  30. Fridolin Pokorny NUL in `` does not mean EOF.
38  29. Pavel Raiskup fix hang with:
39         while (1)
40            ( date & ; wait )
41         end
42  28. Add cdtohome special variable (Martin Tournoij)
43  27. Fix root prompt char for windows (Corinna Vinschen)
44  26. For "next" completion matches only consider exact matches of the previous
45      word (Jamie Landeg-Jones)
46  25. Fix echo "\1" for echo_style=both where the first character was
47      not processed properly (Gary Duzan)
48  24. V6.18.02 - 20140618
49  23. fix ls-F /non printing exit value twice.
50  22. rename configure.in to configure.ac, add aclocal.m4 to CVS
51  21. set foo="aabaabaa"; echo $foo:as/a// should produce bb
52  20. Add locked merge history support (Marcin Konarski)
53  19. Support more resource limits from various BSD's
54  18. Cache history count to speed up thing
55  17. PR/240: minix support 
56  16. revert fix for 15. Causes extra quoting, for example (foo is a program
57      that prints its arguments):
58         $ ./foo 'abc' *
59         '\a\b\c'
60  15. fix globbing for ``, stripping backslashes. Example:
61         cat << _EOF > huh
62         echo 'hello\;world'
63         _EOF
64         echo `./huh 0`
65         echo `./huh $?`
66  14. fix for `` that causes hang. Example:
67         cat << _EOF > huh
68         #!/bin/sh
69         echo "[$@]"
70         echo "I am running"
71         echo "I am running ($$)" >> huh.out
72         _EOF
73         cat << _EOF > huh.tcsh
74         #!/bin/tcsh -f
75
76         ./huh \
77             `#comment blah blah blah` \
78             parameter a \
79             `#comment blah blah blah` \
80             parameter b \
81             `#comment blah blah blah` \
82             parameter c
83         echo ok
84         _EOF
85  13. remove AsciiOnly fix now that the real issue has been fixed (Roman Kollar)
86  12. define utmp file for aix (Laurence Darby)
87  11. fix if history in loops
88  10. make ls-F print to stderr and set the exit code
89   9. make rmstar interruptible on linux
90   8. Get rid of pret_t and make the printf functions return the number of
91      characters printed as the system ones do.
92   7. Parse a FreeBSD compat $LSCOLORS. What to do when both LSCOLORS and
93      LS_COLORS are set. I am not documenting this until we decide.
94   6. V6.18.01 - 20120214
95   5. fix interruptible wait again
96   4. ignore bogus compiler overflow message
97   3. cleanup ifdefs in utmp code, and provide default array entries
98   2. Ignore #machine entries in host.defs
99   1. Detect missing ) in gethost.c (Corinna Vinschen)
100
101 104. V6.18.00 - 20120114
102 103. remove unused variables.
103 102. Make gethost use definitions for x __x__ and __x automatically.
104 101. More utmp fixes
105 100. V6.17.10 - 20120105
106  99. Add more FreeBSD/NetBSD machines
107  98. Add portability wrapper for gencat
108  97. Fix warning for write in SYSMALLOC systems.
109  96. V6.17.09 - 20120102
110  95. revert gencat handling to pre-cygwin fixes (without the env settings)
111  94. remove stray endutent()
112  93. V6.17.08 - 20111230
113  92. Remove - from gencat
114  91. Provide support for malloc_usable_size() so that linux works again
115      without SYSMALLOC
116  90. Add support for FreeBSD's utmpx.
117  89. V6.17.07 - 20111227
118  88. Fix debian bug #645238: tcsh segfaults when prompt includes %j and
119      there are more than 10 jobs.
120  87. PR/155: Default $anyerror to set for backward compatibility
121  86. PR/149: Don't print -1 in %j (Vojtech Vitek)
122  85. handle -- on chdir commands as the end of options processing so that
123      they can process a directory like -x without resorting to ./-x
124      (Andrew Stevenson)
125  84. Handle write(2) returning ENOENT from SoFS, thanks ++HAL (Robert Byrnes)
126  83. PR/38: Null check for jobs (Kurt Miller)
127  82. Fix spelling correction correcting ./foo -> ../foo2 (jean-luc leger)
128  81. PR/120: string0 in filetest does not have enough space.
129  80. V6.17.06 - 20110415
130  79. PR/110: Add $anyerror to select behavior. Default to the new one.
131  78. Don't try to spell commands that are correct (Rouben Rostamian)
132      [./tcsh -f; set path=($path 2); mkdir foo2; cd foo2; touch foo;
133       chmod +x foo; set correct=cmd; ./foo -> ../foo]
134  77. Don't push the syntax struct on the cleanup stack, because on foo;bar
135      if foo fails, we will free bar prematurely (Ben Miller)
136  76. Avoid infinite loop while trying to print the pid of a dying process
137      to a closed file (Bob Arendt)
138  75. Handle completion of ${ variables (Anthony Mallet)
139  74. Add --disable-nls-catalogs (Corinna Vinschen)
140  73. convert message catalogs to UTF-8 (Werner Fink)
141  72. check that the NLS path works before setting $NLSPATH.
142  71. use SYSMALLOC for GLIBC (Werner Fink)
143  70. use mallinfo for SYSMALLOC (Corinna Vinschen)
144  69. V6.17.05 - 20110201
145  68. Use mkstemp() if there for here docs (Werner Fink)
146  67. Fix handling of errors and exit values in builtins (Werner Fink)
147  66. Better pty name detection (Werner Fink)
148  65. Enable NLS catalogs on Cygwin (Corinna Vinschen)
149  64. NLSPATH handling fixes (Corinna Vinschen)
150  63. Avoid infrequent exit when tcsh cd's into a non-existent directory
151      https://bugzilla.novell.com/show_bug.cgi?id=293395 (Werner Fink)
152  62. Don't try to spell check full path binaries that are correct because
153      they can cause hangs when other nfs partitions are hung. (Werner Fink)
154  61. Avoid nested interrupts when exiting causing history writing to fail
155      https://bugzilla.novell.com/show_bug.cgi?id=331627 (Werner Fink)
156  60. Instead of giving an error or ignoring lines with missing eol at eof,
157      process them.
158  59. Avoid leaking fd's in mail check (Werner Fink)
159  58. Add cygwin_xcrypt() (Corinna Vinschen)
160  57. Recognize i686 (Corinna Vinschen)
161  56. Rename cygwin32 to cygwin and bring it up-to-date with modern cygwin
162      settings (Corinna Vinschen)
163  55. Avoid double slashes in cdpath (Corinna Vinschen)
164  54. V6.17.04 - 20110118
165  53. Revert PR/110, breaks the test suite.
166  52. V6.17.03 - 20110117
167  51. PR/102: Complain on input files with missing trailing \n
168  50. PR/104: If atime == mtime we don't have new mail.
169  49. PR/113: Don't allow illegal variable names to be set.
170  48. PR/112: don't set $REMOTEHOST on the local machine.
171  47. PR/110: exit status of the pipeline should be the status of the last
172      command.
173  46. Android support (Corinna Vinschen)
174  45. Add AUTOSET_KANJI which works around the Shift-JIS encoding that
175      translates unshifted 7 bit ASCII (Werner Fink)
176  44. Handle mb{r,}towc() returning 0 by setting the return value to NUL
177      (Jean-Luc Leger)
178  43. PR/109: make wait interruptible (Vojtech Vitek)
179  42. resource limit fixes: signed vs. unsigned, megabyte issue, doc issues
180      (Robert Byrnes)
181  41. remove .bat and .cmd handling for executables on cygwin (Corinna Vinschen)
182  40. Don't echo history while history -L or history -M
183  39. Check for EOS before ** from Greg Dionne
184  38. Don't fork in backeval from Bryan Mason
185  37. Better globstar support from Greg Dionne
186  36. Error out when processing the last incomplete line instead of silently
187      ignoring it (Anders Kaseorg)
188  35. Fix SEGV from echo ``
189  34. Better fixes for histchars and promptchars (nargs)
190  33. Fix win32 issue calling fmalloc/ffree from non-thread-safe context.
191      (Fabio Fabbri)
192  32. V6.17.02 - 20100512
193  31. PR/79: nargs: Better handling for promptchars.
194  30. PR/97: Add parseoctal to retain compatibility with previous versions (Jim
195      Zajkowski)
196  29. PR/84: Performance fixes for large history merges (add
197      hashtable (Ted Anderson)
198  28. Revert previous #23; people should use $histlit if they want this
199      feature.
200  27. Don't kill "hup" background jobs when a child of the shell exits.
201      From Debian.
202  26. Ignore \r\n in the command line options for OS's that don't strip
203      these from #!; from Debian
204  25. Fix enhanced missing patch (Greg Dionne)
205  24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
206      (Corinna Vinschen)
207  23. Turn HistLit on while recording history to avoid \!\! losing its \.
208      From Debian
209  22. set autoexpand; set histchars="";\n<tab> crash. From Debian
210  21. V6.17.01 - 20100506
211  20. unset verbose while we are reading the history file to avoid echoing
212      to the terminal. (Jeffrey Bastian)
213  19. globstar addition, Enhance addition, euid, euser, gid variables
214      (Greg Dionne)
215  18. Make 'e' in vi mode work like 'b' - use wordchars (Alistair Crooks)
216  17. Handle UTF-16 surrogates (Corinna Vinschen)
217  16. Make tcsh work on systems where sizeof(wchar_t) == 2 (Corinna Vinschen)
218  15. Better support for Solaris >= 2.9 (Thomas Uhle)
219  14. Change internal expression calculations to long long so that we can
220      deal with > 32 bit time, inodes, uids, file sizes etc.
221  13. Add new linux resource limits.
222  12. Don't print 'Exit X' when printexitvalue is set in `` expressions
223      (Jeff Bastian)
224  11. Add more LS_COLORS vars (M.H. Anderson)
225  10. Reduce whitespace in Makefile (Don Estabrook)
226   9. Manual page fixes (Alan R. S. Bueno)
227   8. Remove history in loops bug from the documentation (Holger Weiss)
228   7. Add autorehash (Holger Weiss)
229   6. Add history.at (Ted Anderson)
230   5. Better NLSPATH handling (Norm Jacobs)
231   4. Fix hostname building from utmp (Cyrus Rahman)
232   3. Handle pending signals before flush so that the the history file does
233      not get truncated.  (Ted Anderson)
234   2. Fix AsciiOnly setting that broke 8 bit input. (Juergen Keil)
235   1. remember to closedir in mailchk (from Werner Fink, reported by
236      David Binderman)
237
238  21. V6.17.00 - 20090710
239  20. Fix dataroot autoconf issue.
240  19. Fix directory stuff for unit tests.
241  18. Fix small bug in history in loops.
242  17. Provide newer config.{guess,sub}
243  16. Fix gcc 4 warnings.
244  15. Fix memory trashing bug introduced in 10.
245  14. V6.16.01 - 20090624
246  13. add missing sigemptyset in goodbye()
247  12. add rlimit swapsize from FreeBSD.
248  11. restore behavior where a[n-] never prints an error.
249  10. always save the whole command, not just the first 80 chars of it.
250   9. fix short2str/short2qstr length adjustment in wide chars
251      (Vitezslav Crhonek)
252   8. set histfile=/tmp/history.temp; set savehist=(100 merge);
253      alias precmd history -S. After that justpr is not restored and commands
254      don't execute. (Andriy Gapon)
255   7. Fix "as" $ modifier from corrupting memory.
256      set t=demfonsftraftionf; echo $t:as/f//
257   6. Make $% work with environment variable (Ron Johnston)
258   5. Dragonfly script support (Matthias Schmidt, m65)
259   4. Add autoexpand=onlyhistory (Don Estabrook, m66)
260   3. Add history in loops (Laurence Darby, m48)
261   2. Add missing colorls "rs" variable (Shlomi Fish, m70)
262   1. Fix pts detection issue (Ruslan Ermilov)
263
264  33. V6.16.00 - 20080930
265  32. longjmp clobbered variable fixes.
266  31. __GNX__ addition
267  30. Windows fork fixes
268  28. V6.15.02 - 20080830
269  27. Fix an eval free'ing botch (Per Hedeland)
270  26. /bin/echo "`" coredumped because stderror() calls longjmp corrupting
271      the stack (Mark Davies). We should vet the code for all stderror()
272      calls that cleanup local stack variables.
273  25. foo > ${undef} caused coredumps because of vfork() child corrupting
274      the state of the parent stack. 
275  24. $x[A-B] did not complain for A out of range. (Cai Xianchao)
276  23. rename setp -> tcsh_setp to avoid conflict with mach (Javier Vasquez)
277  22. Fix degree handling by defining __XPG4_CHAR_CLASS__ for solaris
278      (Mike Sullivan)
279  21. Change 'od' to 'od -c' in tests so that they work on big endian machines.
280      (Martin Kraemer)
281  20. Add environment variable COMMAND_LINE to be available in completions
282      (Marcin Konarski)
283  19. V6.15.01 - 20070928
284  18. Evaluate expressions in the proper order (Li Zefan), controlled by
285      compat_expr.
286  17. Don't need to flush() if we are silent. Prevents recursive error issue.
287      (joshua stein)
288  16. Don't execute the jobcmd if the output is not a tty (Charles Ross)
289  15. Quote the history in the examples (Johann 'Myrkraverk' Oskarsson)
290  14. Mismatch clarification patch (Per Hedeland)
291  13. Fix 'repeat n cmd &' abort() (Mike Sullivan)
292  12. Fix octal parsing (Li Zefan)
293  11. Fix pty detection for autologout setting (Kris Kennaway, Giorgos Keramidas)
294  10. kill `foo` got stuck because sigchld was disabled too soon (Mark Peek)
295   9. Avoid null pointer dereference in proc cwd (Kurt Miller)
296   8. eval "foreach a b c" exits (Anthony Menasse)
297   7. Quoting was broken in substitutions (Joe Wells)
298   6. QNX patches via pkgsrc
299   5. cd - twice from a directory that contained a glob pattern,
300      expands the glob twice (Mark Santcroos)
301   4. MidnightBsd support (Lucas Holt)
302   3. Fix history substitution core-dump with no history entries
303   2. Merge two character tables that are the same (Martin Kraemer)
304   1. On ancient 7 bit locales, punctuation characters are used to
305      denote special characters such as umlaut, adiaresis, etc.
306      These characters return true for isalpha/isalnum. Ignore them
307      because they break parsing (Martin Kraemer)
308
309  74. V6.15.00 - 20070303
310  73. fix extension eating windows code (christos)
311  72. fix loop in %R history expansion (christos)
312  71. sched +X source file disables interrupts (Mike Sullivan)
313  70. One off copying macro buffers (Jean-Luc Leger)
314  69. Avoid infinite loops in :ga modifiers when the LHS is a substring of the
315      RHS.
316  68. Automatically disable WIDE_STRINGS with --disable-nls (Miloslav Trmac)
317  67. V6.14.07 - 20060825
318  66. rename set to setv to avoid clashes (christos)
319  65. Eliminate sighold/sigrelse (christos)
320  64. Compilation cleanups. (Martin Kraemer)
321  63. Don't rebuild needlessly when generated files are unchanged
322      (Martin Kraemer)
323  62. Fix confusion between Char and eChar (Martin Kraemer)
324  61. V6.14.06 - 20060824
325  60. set PROGRAM_ENVIRONMENT for OSD_POSIX (Martin Kraemer)
326  59. EBCDIC patch (Martin Kraemer)
327  58. Remove globbing support in history rearches (Ryan Barrett)
328  57. Highlighting patch (Ryan Barrett)
329  56. Mark-Cursor exchange emacs editing fix (Martin Kraemer)
330  55. V6.14.05 - 20060304
331  54. don't limit termcap strings to 1K (Alan Ferrency)
332  53. protect against null path.
333  52. Be more conservative in wide_read PR#29
334  51. remove HAVE_STRCOLL; not needed anymore (Miloslav Trmac)
335  50. remove imake support and make nls configurable by configure
336      (Miloslav Trmac)
337  49. V6.14.04 - 20060214
338  48. Fixes build failure with !SHORT_STRINGS (Miloslav Trmac)
339  47. Fixes constness warnings with !SHORT_STRINGS: short2str is "strip()",
340      which modifies its argument.  Rather than verify this is safe in all
341      callers, I have added caching_strip() to mirror the behavior of other
342      modes. (Miloslav Trmac)
343  46. Fixes some constness warnings with SHORT_STRINGS;  this is orthogonal
344      to both build errors with SHORT_STRINGS in 6.14.03, and
345      short_strings.patch. (Miloslav Trmac)
346  45. config-catalogs.patch: Autodetect catalog support (#14). (Miloslav Trmac)
347  44. auth.patch: Handle false positives in getauthid() detection,
348      IIRC on FreeBSD. (Miloslav Trmac)
349  43. crypt.patch: Autodetect whether <crypt.h> is available. (Miloslav Trmac)
350  42. sigint.patch: Block SIGINT while waiting on children.
351      This is necessary, but I'll still have to look on the older
352      releases to find out why it was not necessary before
353      ("before" = 6.13 on Linux). (Miloslav Trmac)
354  41. config-package.patch: Readd package version to configure.in,
355      the testsuite uses it.
356      (TODO: a better integration with package.h) (Miloslav Trmac)
357  40. item_len.patch: Truncate item.len when truncating the string,
358      just to be sure. (Miloslav Trmac)
359  39. va_list.patch: Add missing va_end(). (Miloslav Trmac)
360  38. Use va_copy in xvasprintf(); emulate va_copy as suggested in
361      Autoconf manual if it is not available. (Miloslav Trmac)
362  37. declarations.patch: Replace some #ifdef nests by autodetecting
363      whether the guarded declaration is necessary.
364      I'm only guessing this is the intent of the #ifdefs, though.
365      Declare environ unconditionally, it is a bit hard to detect
366      and the declaration is correct for Linux, anyway. (Miloslav Trmac)
367  36. warning.patch: Fix a const warning.
368  35. More color-ls variables (Jean-Luc Leger)
369  34. V6.14.03 - 20060212
370  33. Signal related changes (Miloslav Trmac)
371  32. Misc cast cleanups and code clarification (Miloslav Trmac)
372  31. Use dynamically allocated buffers everywhere (Miloslav Trmac)
373  30. Fix reading of invalid byte sequences (Miloslav Trmac)
374  29. read should only increment count when it succeeds (Miloslav Trmac)
375  28. testsuiteadditions (Miloslav Trmac)
376  27. -n fixes (Miloslav Trmac)
377  26. signness warnings (Miloslav Trmac)
378  25. Prevent infinite recursion in catclose (Gerhard Niklasch)
379  24. Add Dragonfly (Joerg Sonnenberger)
380  23. Check for wcwidth returning a negative number (TOMITA Yoshinori)
381  22. recognize "li" and "co" in echotc (Martin Kraemer) [PR/7]
382  21. Don't use T_Cols for wrapping purposes; use TermH consistently
383      (Martin Kraemer) [PR/8]
384  20. Don't display duplicate utmp records (Miloslav Trmac) [PR/17]
385  19. Clarify hashing and -f sections of man page (Volker Quetschke) [PR/20]
386  18. Dave Yearke: configure did not recognize solaris 10 [PR/18]
387  17. CYGWIN: Don't lowercase commands and allow foo.exe on command line.
388      (Corinna Vinschen) [PR/19]
389  16. CYGWIN: cd /foo && cd .. ends up erroneously in // for systems that
390      HAVE_SLASHSLASH [PR/21]
391  15. %j was broken (Peter Kruse)
392  14. Extend // handling in pathnames from being apollo specific to also
393      cygwin (Corinna Vinschen)
394  13. Fix uppercase/lowercase transformations (Jean-Luc Leger)
395  12. Fix symlink expansion (revert from 6.10.00) (Jean-Luc Leger and Christos)
396  11. Fix literal sequence in prompt (Miloslav Trmac)
397  10. V6.14.02 - 20050412
398   9. Prototype fixes (Miloslav Trmac and Jean-Luc Leger)
399   8. V6.14.01 - 20050411
400   7. Make =- refer to $owd (H.Merijn Brand)
401   6. Use prototypes (almost) everywhere (Miloslav Trmac) (issue #5)
402   5. Fix doc path in Cygwin installation (Corinna Vinschen)
403   4. Fix column size calculation (Martin Kraemer)
404   3. Implement newline-and-hold and newline-and-down-history (Per Hedeland)
405   2. Messages fixes for the ja (Japanese) locale (NAKAMURA Takeshi) (issue #4)
406   1. Enable charset conversion in nls (Miloslav Trmac) (issue #3)
407
408  76. V6.14.00 - 20050325
409  75. Additional messages for the ja (Japanese) locale (NAKAMURA Takeshi)
410  74. V6.13.10 - 20050321
411  73. Implement --help (Tom Warzeka)
412  72. Clamp solaris autologout time
413  71. Add support for "limit heapsize" (Martin Kraemer)
414  70. Improved autoconf for utmp/utmpx (Miloslav Trmac)
415  69. V6.13.09 - 20050303
416  68. Autoconf additions (Miloslav Trmac and Jean-Luc Leger)
417  67. Fix erroneous sign extension when printing huge numbers (Martin Kraemer)
418  66. Handle delay in termcap entries (Martin Kraemer)
419  65. EBCDIC and BS2000 fixes (Martin Kraemer)
420  64. Avoid the SCCS percent-S-percent sequence differently (Kimmo Suominen)
421  63. Mark position update fixes (Martin Kraemer)
422  62. Define BSDLIMIT and BSDTIMES for Cygwin (Corinna Vinschen)
423  61. Fix NLSFrom prototype (Martin Kraemer)
424  60. V6.13.08 - 20050303
425  59. Add test for socklen_t in autoconf
426  58. Fix problems with NLSFrom prototype
427  57. Deal with AIX's utmpx lossage
428  56. V6.13.07 - 20050118
429  55. constifications, XXX: duplicate prototype on setpgrp().
430  54. iconv fixes (Miloslav Trmac)
431  53. literal code cleanups (Miloslav Trmac)
432  52. move intptr_t definition to sh.h and include both stdint.h and inttypes.h
433  51. Fix dup2() issues, and introduce FSAFE as the highest file descriptor
434      to be left untouched. This is to avoid closing hesiod/nis etc file
435      descriptors behind their backs. I need to really fix file descriptor
436      handling one day.
437  50. forward<->reverse char conversion verification (Miloslav Trmac)
438  49. japanese locale additions (Yoshiyuki Sakakibara)
439  48. wide character/utf 8 cleanups (Michael Schroeder)
440  47. V6.13.06 - 20050105
441  46. autoconf cleanup (Miloslav Trmac)
442  45. Fix literal refresh code (Michael Schroeder)
443  44. Fix history printing bug with WIDE_STRINGS
444  43. V6.13.05 - 20041121
445  42. deal with not having intptr_t
446  41. get rid of bool.
447  40. Protect HAVE_ICONV with NLS_CATALOGS
448  39. Deal with wchar_t being unsigned.
449  38. If we HAVEUTMPX redefine some utmp functions in terms of utmpx ones.
450  37. V6.13.04 - 20041120
451  36. Fix display problems with two-column characters when using WIDE_STRINGS.
452      (Miloslav Trmac)
453  35. Change charset declarations for some of the translations.
454      (Miloslav Trmac)
455  34. Set O_LARGEFILE properly (Miloslav Trmac)
456  33. Use libc functions to access utmp data (Miloslav Trmac)
457  32. t_pmatch() was not really case-insensitive when cs == 8
458      (Miloslav Trmac)
459  31. Fix escaping of "control" bytes 0x80..0x9F when they are actually
460      parts of UTF-8 character representation.  (Miloslav Trmac)
461  30. V6.13.03 - 20041120
462  29. More close_on_exec fixes (Miloslav Trmac)
463  28. SUSE dspmbyte fixes (via Harald)
464  27. Newline handling in command substitution controlled by csubstnonl
465      (Miloslav Trmac)
466  26. Fix UNC prompt expansion (WIN32) (Yasuhiro Matsumoto)
467  25. Fix incorrect xprintf() usage (Miloslav Trmac)
468  24. Additional architectures support for $HOSTTYPE and $MACHTYPE
469      (Miloslav Trmac)
470  23. Use nl_langinfo(CODESET) to determine $dspmbyte (Miloslav Trmac)
471  22. Complete arguments that contant a # (Steven Grady)
472  21. Set close-on-exec in subshells
473  20. Compilation fixes (Miloslav Trmac)
474  19. V6.13.02 - 20040804
475  18. de-register, de-extern, de-shadow, and const poison.
476  17. WIDE_STRINGS support (Miloslav Trmac)
477  16. warning cleanups (Miloslav Trmac)
478  15. nlsclose() arg passing, exp2 is now a gcc builtin (Mark Peek)
479  14. iconv malloc portability fix.
480  13. make automatic dspmbyte determination case insensitive
481  12. V6.13.01 - 20040724
482  11. bug fix in automatic dspmbyte setting (Miloslav Trmac)
483  10. iconv patches (Miloslav Trmac)
484   9. cygwin signal fixes; only init 32 signals, don't set bit flag on error;
485      breaks SIGHUP. (Corinna Vinschen)
486   8. Make sure terminal size change takes effect immediately.
487   7. Obey $printexitvalue for builtins.
488   6. FreeBSD PR/66420: Allow history parsing to be special so that it
489      can handle inline # characters (Oliver Eikemeier)
490   5. new termname builtin from (Andrew Stevenson)
491   4. if ($var =~ *[^0-9]*) echo not numeric, fix (Andrew Stevenson)
492   3. completion fix to avoid dup hosts from ssh_known_hosts
493      (Eric D. Hendrickson)
494   2. vc++ 7.1 compilation fix (Steve Schockley)
495   1. UTF-8 handling for both single and double width characters, but
496      no combining character support. (Michael Schroeder)
497
498  36. V6.13.00 - 20040519
499  35. V6.12.03 - 20040322
500  34. turn on kanji and dspmbyte by default; add check for utf8 locales,
501      and turn parsing of that automatically based on $LANG.
502  33. Fix compilation issue under Windows/NT and charset incorrect patch
503      (Yoshiyuki Sakakibara)
504  32. completion additions (Tom Warzeka)
505  31. compilation fix (Martin Kraemer)
506  30. V6.12.02 - 20040221
507  29. Glob completion listing addition (Tom Warzeka)
508  28. BS2000 bs2cmd builtin. (Martin Kraemer)
509  27. Fix interrupt resetting code when /etc startup scripts have syntax errors
510      (Mark A. Grondona)
511  26. Clarification of kill-ring commands (Per Hedeland)
512  25. Debian completion additions (Martin Godisch)
513  24. Japanese character set fixes (Juehiro-san) from debian
514  23. NLS charset fixes; disabled since they only work with gnu gencat
515      (Martin Godisch)
516  22. Fix HPUX >= 11 resource (Jack Cummings)
517  21. Handle breaksw that jumps out of loops.
518  20. Revert #16. It causes worse problems.
519  19. Avoid using execl() because the last NULL does not always promoted to
520      a pointer because the function is variadic (Harti Brandt)
521  18. revert ignoreeof to the 6.11.00 behavior and document it (Martin Godisch)
522  17. do a case insensitive comparison for the multibyte vars (Martin Godisch)
523  16. don't sigsuspend() for an already exited job
524  15. glob all arguments in source (Martin Godisch)
525  14. various debian fixes (Martin Godisch)
526  13. setenv syntax check revert (Satoshi I. Nozawa)
527  12. EAGAIN typo (dan harkless)
528  11. filec compilation issue on hpux (beebe)
529  10. win32 compilation fixes for O_LARGEFILE (amol)
530   9. Don't go into an infinite loop when tcgetpgrp() returns an error.
531   8. Cygwin fixes (Corinna Vinschen)
532   7. NLS catclose() bug avoidance (KAJIMOTO Masato)
533   6. V6.12.01 - 20030208
534   5. Misc NT cleanup. No more GPL code (amol)
535   4. use strtol() to detect errors in builtin kill (Peter Jeremy)
536   3. Recognize linux systems on mips* (Maciej W. Rozycki)
537   2. Enable complete=igncase on unix (Stephen Krauth)
538   1. Eliminate maxitems (Todd Miller)
539
540  58. V6.12.00 - 20020732
541  57. misc cleanups.
542  56. V6.11.05 - 20020712
543  55. We should have socklen_t in the INET6 case, but we leave int otherwise.
544  54. Fixed for Darwin/Rhapsody (Mark Peek)
545  53. provide new config.sub and config.guess from ftp://ftp.gnu.org/gnu/config/
546      (Nelson Beebe)
547  52. V6.11.04 - 20020709
548  51. Dissallow setting of environment variables that do not contain
549      alphanumeric names (Ton Voon)
550  50. Don't expand path components that don't resolve to path names (Jonathan
551      Chen)
552  49. Make $ignoreeof agree with the man page (Matias Moreno Meringer)
553  48. Fix argument passing in tc.prompt.c expdollar (Nelson Beebe)
554  47. Completion fixes from FreeBSD (Mark Peek)
555  46. FreeBSD's sbsize limit (Mark Peek)
556  45. Fix repeat 3 repeat 2 echo foo
557  44. Fix I/O redirection in scripts (Ian D Allen)
558  43. Fix ` \\\n ` evaluation (Jean-Luc Leger)
559  42. add --version (Nelson Beebe)
560  41. portability fixes for sed (Nelson Beebe)
561  40. undef sv_handler for AIX's benefit. (Nelson Beebe)
562  39. Add a test for ss_family that disables IPV6 (linux/ppc, osf/1 have
563      problems) (Nelson Beebe)
564  38. Disable ipv6 for Apple (Nelson Beebe)
565  37. Fix darwin configure entry (Nelson Beebe)
566  36. V6.11.03 - 20020701
567  35. Add Ian D. Allen's bug list.
568  34. If we are invoked as csh, default to bsd echo (Matej Vela)
569  33. Don't close file descriptors too early because setuid scripts fail.
570      (Jill Pryse-Davies)
571  32. Completion updates (Tom Warzeka)
572  31. Fix compilation issue on SunOS4 with _POSIX_VDISABLE (Tom Warzeka)
573  30. ukrainian update (Olexander Kunytsa)
574  29. DSPMBYTE=utf8 patch (Jean-Luc Leger)
575  28. fix ipv4 only compilation, remove extra sigsetmask() call (Takayuki Nakao)
576  27. window change can cause free to be re-entered causing abort (Mark Peek)
577  26. vp->vec vetting, suggested by Ian Dall.
578  25. V6.11.02 - 20020516
579  24. Fix prompt bugs in $var and %c0n (TAKAI Kousuke)
580  23. Add Cray SV2 config (Rafal Maszkowski)
581  22. Add pdf manual page (Warren Ferguson)
582  21. Fix REMOTEHOST lossage in with AF_LOCAL sockets (Tom Mander)
583  20. Fix win32 break because of TIOCSTI (Amol)
584  19. Fix TIOCSTI for hpux 11  (Igor Schein)
585  18. Avoid collapsing paths that refer to non-existent components
586      (Martin Kraemer)
587  17. Make -shell invocations always treated as a login shell.
588  16. V6.11.01 - 20020308
589  15. Fixes to polish nls locale (Pawe³ Niewiadomski)
590  14. russian locale fixes (Alexey Dokuchaev)
591  13. document door support (Shaen)
592  12. tcsh euc handling extensions (Alexey Zelkin)
593  11. Make sure that jobcmd does not clobber the current job (Rob McMahon)
594  10. Make sure that the output of verbose and echo do not end up in the
595      command output (Victor I. Pasko)
596   9. Add %j in prompt [needs more work; is not right the first time
597      after proclist changes] (Hr. Peter Kruse)
598   8. `` commands with embedded newlines would ignore commands following
599      the new line (Victor I. Pasko)
600   7. Re-initialize nls if NLSPATH is changed (Naoki Wakamatsu)
601   6. Fix 64 bit compilation with linux and resource limits.
602   5. Avoid double globbing when ls-F needs to fork (Joe Townsend)
603   4. put back csh filec compatible support.
604   3. add support for quads in xprintf in the presence of gcc.
605   2. unlimit should set rlim.rlim_max to rlim.rlim_cur if max < cur.
606   1. Make ~user work again when the home directory is '/'.
607
608  40. V6.11.00 - 20010902
609  39. Completion fixes (Tom Warzeka)
610  38. make c_insert not static so that it can be used from win32 (amol)
611  37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
612  36. V6.10.02 - 20010806
613  35. polish nls locale (Pawe³ Niewiadomski))
614  34. Fix a tcsetattr race running background jobs as the last line on an xterm
615      window (Andrew Brown)
616  33. jobcmd alias (Greg Parker)
617  32. hpux11 support (Joshua Weage)
618  31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
619  30. Add kill -s (Mark Peek)
620  29. Don't recognize all mips as dec (Bjorn Knutsson)
621  28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
622  27. Port to concurrent's powermaxos (Matt Majka)
623  26. New builtin srcfile (Amol)
624  25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
625  24. %0Xc was broken in the prompt if the user's home directory was '/'.
626      (reported by Edward Glowacki)
627  23. V6.10.01 - 20010426
628  22. LARGEFILE support on Linux.
629  21. Add big5 multibyte support (Yen-Ming Lee)
630  20. Check the return value of setpriority (Dima Dorfman)
631  19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
632  18. Russian translation (Ilmar S. Habibulin)
633  17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
634  16. Add door support in colorls (Shaen)
635  15. Add BSD_STYLE_COLORLS for FreeBSD (Anand)
636  14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway)
637  13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
638  12. Fix broken comment, and new versions of config.guess and config.sub
639      (H.Merijn Brand)
640  11. fix redrawing in the recognize case (Andrew Brown)
641  10. don't call qsort with 0 items. (Luke Mewburn)
642   9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
643   8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
644   7. hpux fixes (Chienting Lin)
645   6. Implement kill ring (Per Hedeland)
646   5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
647   4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki)
648   3. back out symlink=expand path check.
649   2. Add Estonian translation (Toomas Soome)
650   1. Accept empty $savedirs to mean infinity.
651
652  57. V6.10.00 - 20001119
653  56. Completion fixes (Tom Warzeka)
654  55. add missing linux kanji define (Tsuyoshi Kawabe)
655  54. More WINNT_NATIVE fixes (amol)
656  53. Fix compile error on winnt (Yoshiyuki Sakakibara)
657  52. nonstopux configure and makefile fixes (Tom Bates)
658  51. V6.09.04 - 20001111
659  50. Order of initialization for multibyte display was wrong 
660      (HyunChul Kim)
661  49. Follow the guideline for linux for japanese locale:
662      http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
663      (Tomohiro KUBOTA)
664  48. Ukrainian nls map (Olexander Kunytsa)
665  47. exit immeditiately if we get an error while we are setting up
666      (Michael Shalayeff)
667  46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
668  45. change winnt to winnt_native (Randolph Fritz)
669  44. Support home/end in the editor (Andrey A. Chernov)
670  43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
671  42. Alpha ev6 addition (Karen R. McArthur)
672  41. DSPMBYTE patch from (Issei Suzuki)
673  40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
674  39. Fix resource limit rounding *again* (Johannes Gross)
675  38. Fix $ expansion in prompt (Takashi Sumiyoshi)
676  37. V6.09.03 - 20000715
677  36. cygwin port fixes (Arihiro Yoshida)
678  35. Add a new "catalog" variable that specifies which NLS catalog
679      to be used (Issei Suzuki)
680  34. cleanup and addition of page up/down (amol)
681  33. fix vfork compile problem.
682  32. use inet_addr instead of inet_aton for portability.
683  31. V6.09.02 - 20000704
684  30. lots more completions (George Cox)
685  29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
686      avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
687  28. _MINIX_VMD port (Martijn van Buul)
688  27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
689  26. aix-4 does not need gethostname (Darren Reed)
690  25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
691  24. Fix prompt formatting (Andrey A. Chernov)
692  23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
693  22. Handle long and expanded history lines better (Boleslaw Ciesielski)
694  21. With symlinks=expand expand valid paths only (Martin Kraemer)
695  20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
696  19. NT-specific executable detection moved to NT code (amol)
697  18. New "complete module" (Dan Nicolaescu)
698  17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)
699  16. Don't display "unset watch" message when not appropriate (kim)
700  15. V6.09.01 - 20000114
701  14. Circumvent IRIX4D ESTALE bug by exiting.
702  13. IRIS4D de-linting.
703  12. Finnish nls catalogs (Jukka A. Ukkonen)
704  11. Even more multibyte fixes (Taga Nayuta)
705  10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
706   9. Manual page typos (R. Bernstein)
707   8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
708   7. Color-ls fixes (Luis Francisco Gonzalez)
709   6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
710      the value returned from times(2) which is the ticks since system
711      startup (Frank van der Linden)
712   5. Time percentage wrap fix (Simon Burge)
713   4. EUCKR support (HyunChul Kim)
714   3. Grammar and typo fixes for tcsh.man (Steve Kelem)
715   2. More multibyte fixes (Rodney Ruddock)
716   1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
717
718  65. V6.09.00 - 19990816
719  64. Add csh emacs mode (Dan Harkless)
720  63. Make sure the the glob buffer matches the word buffer size (Brian Biswas)
721  62. Fix periodic to work without tperiod set (Kenny McCormack)
722  61. V6.08.07 - 19990813
723  60. Fix e_dabbrev_expand (Bjorn Knutsson)
724  59. Make \builtin work again (by calling the command not the builtin)
725  58. Add NLS_BUGS for OS's that keep file descriptors open for NLS (Ian Dowse)
726  57. Make NONLSREBIND work after tcsh starts up.
727  56. Fix AIX stupid exit bug. (Dan Harkless)
728  55. More irix fixes (Kaveh)
729  54. V6.08.06 - 19990701
730  53. module command completion (Dan Nicolaescu)
731  52. Man command completion enhancement (Tom)
732  51. Fixes for irix configuration (Kaveh)
733  50. Support \a and \e in echo command. From (Keith Thompson)
734  49. Alpha configure nit from Kaveh
735  48. V6.08.05 - 19990511
736  47. In some system, when a builtin fails immediately after we start
737      tcsh and before we print any messages, NLS messages fail (some
738      descriptor might be closed) [FreeBSD, HP/UX?]. So we force reading
739      the NLS catalogs in errinit() (Yoshiyuki Sakakibara)
740  46. typos in ja/set1 and ja/set29 (Yoshiyuki Sakakibara)
741  45. "dspmbyte autoset trap" support to HP-UX 10.20. (Yoshiyuki Sakakibara)
742  44. misnumbered NLS message in tw.help.c (Yoshiyuki Sakakibara)
743  43. colorcat variable for NLS color messages (Yoshiyuki Sakakibara)
744  42. autoconf fixes from Kaveh (and if it broke, me)
745  41. SGI irix fixes from Glenn Coombs.
746  40. Don't spin writing the history file when quota is exceeded (Rob McMahon)
747  39. V6.08.04 - 19990419
748  38. complete additions (John Gotts)
749  37. Port to amiga with geek gadgets (Arto Huusko)
750  36. Ignore case in setenv for windows (amol)
751  35. Bug fixes for NT unc stuff (amol)
752  34. Hash spell check (amol)
753  33. V6.08.03 - 19990211
754  32. Helpcommand documentation (Vladimir Alexiev)
755  31. small Y2K fix [%y in prompt would be formatted as 10 not 00 at year 2000],
756      and new Itoa() code (Chris Torek)
757  30. OpenBSD m68k patches (Paul DuBois)
758  29. Avoid redefinition of getpeername on Solaris-2.7
759  28. fix problems with savedups=erase, savehist=merge (Randy Gobbel)
760  27. Don't set $shell to csh, if we were invoked as tcsh (Tomas Persson)
761  26. added $_
762  25. added postcmd
763  24. V6.08.02 - 19981124
764  23. document continue and continue_args
765  22. wrong test in slowexec made NT optimization a noop (Amol)
766  21. Rhapsody fixes + separate CFLAGS/CPPFLAGS (Wilfredo Sanchez)
767  20. literals in both prompt at rprompt did not work properly (Taga Nayuta)
768  19. multibyte deletion fixes (Yoshiyuki.Sakakibara)
769  18. clean up key binding stuff for NT by moving the nt dependent code to
770      the NT source (amol)
771  17. dspmbyte fixes for AIX, typos in man page and nls (Yoshiyuki Sakakibara)
772  16. Convex fixes (Ron Echeverri)
773  15. V6.08.01 - 19981025
774  14. SX4 port; this adds many casts for machines where ptrdiff_t is 64 bits.
775      (Andreas Schott)
776  13. U/Win port; does not work properly with U/Win 1.6, wait for the next
777      version (Chris Jones)
778  12. Sgi does not need gethostname prototype (John Bogan)
779  11. Logic in sh.dir.c was wrong for NT (Amol)
780  10. HP_CXD_SPP stat64 fixes (Scott Garee)
781   9. Documentation spelling fixes (Keith Thompson)
782   8. Documentation fix for savedirs (Amol)
783   7. Siemens OSD_POSIX fixes (Martin Kraemer)
784   6. include <errno.h> for all the BSD's (Trevor Johnson)
785   5. Multibyte display fixes for gnu ls (Taga Nayuta)
786   4. Configure/Makefile hesiod and bindir fixes (Dan Winship)
787   3. Use winnt not win32 in tc.os.h (Amol)
788   2. Cygwin32 port (Raj Menon)
789   1. Ported Fixes (Tom)
790
791  95. V6.08.00 - 19981002
792  94. where builtin nt fix (Amol)
793  93. V6.07.13 - 19980926
794  96. NT multibyte fixes (Amol)
795  95. NeXT needs getcwd.
796  94. fix new bug introduced by strncpy'fication in sh.dir.c (Taga Nayuta)
797  93. V6.07.12 - 19980918
798  92. add cray in configure script (Tom)
799  91. nls fixes
800  90. Avoid buffer overflows in directory code (kim)
801  89. Add multibyte character display support (Yoshiyuki Sakakibara)
802  88. Make tcsh use getcwd instead of getwd and supply a getcwd.
803  87. Fix remotehost again (kim)
804  86. V6.07.11 - 19980913
805  85. Leave remotehost ip addresses alone (don't try to resolve them) (Kim)
806  84. Read vs. force_read fixes (Amol)
807  83. Make colorls if color is set before the first LS_COLORS setenv
808      (Taga Nayuta)
809  82. Use _PATH_DEFPATH on BSD4_4 systems. (Jim Bernard)
810  81. Cursor bounds checks (Michael Schroeder)
811  80. Syntax error nits (Michael Schroeder)
812  79. configure fixes (Michael Schroeder)
813  78. V6.07.10 - 19980904
814  77. Off by one error in NO_ERRORS...
815  76. Japanese NLS messages (Yoshiyuki Sakakibara)
816  75. Add ENXIO and EBADF in the test for write failures for Irix Zombies
817      (Ralf W. Grosse-Kunstleve)
818  74. Missed a test for NOSTRCOLL in glob.c (Michael Liepelt)
819  73. Another ABSOLUTEP change (Amol)
820  72. Italian NLS messages (Massimo Bertozzi)
821  71. WIN32 fixes for ntslowexec and color_ls literal printing in prompt (Amol)
822  70. a few missed WIN32 merges (Amol)
823  69. defined YPBUGS for sgi (Kaveh)
824  68. V6.07.09 - 19980707
825  67. Separate the nt builtins (Amol)
826  66. completion fixes (Tom)
827  65. color ls fixes (Taga Nayuta)
828  64. V6.07.08 - 19980629
829  63. add config.h.in (Kaveh)
830  62. win32 updates (Amol)
831  61. warning and portability cleanups on the new changes (Kaveh)
832  60. V6.07.07 - 19980628
833  59. Fast execute by-pass for win32 (Amol Deshpande)
834  58. Clean up const usage a bit, and fix gcc 2.8.1 warnings.
835  57. Use @bindir@ for DESTBIN in Makefile.in (Edgar Hoch)
836  56. Avoid overflow in time builtin computation (Nobue Adachi)
837  55. Color ls additions (Taga Nayuta)
838  54. unsigned char vs. char warning fixes (Kaveh)
839  53. Solaris 64 bit fixes (fix directory offset bug) (Thomas-Martin Kruel)
840  52. More win32 patches (Amol)
841  51. autoconf lossage from (Kaveh)
842  50. V6.07.06 - 04/08/98
843  49. Collation fix for globbing (Andrey A. Chernov)
844  48. We might have NLS_CATALOGS and not LC_MESSAGES (Andrey A. Chernov)
845  47. 4.4BSD header fixes (Andrey A. Chernov)
846  46. Signed char prompt fixes (Andrey A. Chernov)
847  45. Pattern match fix for directory searches (Mike Patnode)
848  44. Pentium DGUX fixes (Miko Nahum)
849  43. Spanish nls message catalogs (Luis Francisco Gonzalez)
850  42. Fix trailing whitespace parsing in HASHBANG code (Martin Kraemer)
851  41. Remove stray debuggin message from unmatched substitutions.
852      (from Amol Deshpande)
853  40. Fix reversed arguments in Usagae message. (from Amol Deshpande)
854  39. Fix bug introduced at tcsh-7.06.03 [expdollar] that affected %.n prompt
855      format.
856  38. Fix typos introduced in last batch of changes.
857  37. Fix interrupted script using onintr, exiting parent shell problem.
858  36. Cleanup prototypes.
859  35. V6.07.05 - 10/28/97
860  34. Integrate Amol Deshpande's WINNT fixes to the tcsh source. Note that
861      this is not complete yet; we are missing the NT glue code and the message
862      catalogs.
863  33. Fix ^T at the first character in the line  (Chuck Silvers)
864  32. Eliminate xsprintf and xvsprintf
865  31. Qmail patch from (Matthew Zahorik)
866  30. Added missing linux signals (Vadim Vygonets)
867  29. fixed problem where  complete complete  'p/*/t:*.txt/' would not honor
868      the pattern.
869  28. Port to an EBCDIC machine: BS2000 by Siemens Nixdorf that has an
870      IBM/390 compatible processor (Martin.Kraemer)
871  27. Detect when we have errors writing to stdout (Vadim Vygonets)
872  26. Ignore quotes in the comparisons for builtins, so that \builtin works
873      (Amol Deshpande).
874  25. HPUX, portability fixes; make sure that we have the right config file
875      (Jonathan Kamens)
876  24. Don't do lookups for x displays and figure out ttys properly 
877      (Leonard N. Zubkoff)
878  23. make print_by_columns print in a single column when the output is not a tty
879  22. use rlim_t for Solaris2 (Casper Dik)
880  21. V6.07.04 - 05/04/97
881  20. set -f -l patch (Michael Veksler)
882  19. SGI patches (Tomasz J. Cholewo). Also fix completion code to take into
883      account aliases that start with a period.
884  18. SCO patches (Boyd Lynn Gerber)
885  17. Fujitsu patches (Toshiaki Nomura)
886  16. autoconf patches (Kaveh Ghazi)
887  15. BSDI patches (Paul Vixie)
888  14. %Q formatting character addition.
889  13. Fix set=#123; echo $i:s/#// (Quoting problem)
890  12. V6.07.03 - 02/23/97
891  11. Understand %$variable in the prompt.
892  10. Quote directory names properly in .cshdirs
893   9. USE_ACCESS and autoconfig patches from (Larry Schwimmer)
894   8. Pyramid att config file (Andrew Lister)
895   7. $rprompt code (Luke Mewburn)
896   6. Kanji patches (Huw Rogers)
897   5. Cray T3E port (Jorn Amundsen)
898   4. Avoid html redirects in tcsh.man2html (from Kimmo)
899   3. HP/UX 10.0 fix for filesize resource limit; don't scale by 512 anymore.
900   2. Workaround for TIOCSTAT for NetBSD from lukem@netbsd.org
901   1. Return exit status from 0..255 not -128...127, as POSIX mandates.
902
903 V6.07.02, 10/27/96
904  58. More configure fixes from Kaveh.
905  57. Fix histdup=erase again: Don't renumber events, or access uninitialized
906      storage.
907  56. 6.07.01 - 10/19/96
908  55. Fix histdup=erase, where after some repetitions, we would get negative
909      history events (kim@gw.com)
910  54. NLS fixes and typo in sh.err.c (Martin.Kraemer@deejai.mch.sni.de)
911  53. Output history in raw format in the history file (mveksler@VNET.IBM.COM)
912  52. Fix possible core dump when !:<tab> in autoexpand mode (rbrown@ERA.COM)
913  51. 6.07.00 - 10/11/96
914  50. Avoid stdio.h inclusion problem in SCO (gethost.c).
915  49. A bit of housekeeping in host.defs
916  48. 6.06.04 - 10/05/96
917  47. Fix tellmewhat() code to return true if found.
918  46. Change register foo to register int foo to avoid compiler warnings.
919  45. Fix problem with sticky non editing mode from Casper Dik.
920  44. history lex fix from Martin Kraemer; history events that ended with 0
921      were not properly parsed.
922  43. SNI fixes from Martin Kraemer.
923  42. SGI fixes from Ralf W. Grosse-Kunstleve.
924  41. BSDI2.1 fixes from Paul Vixie.
925  40. 6.06.03 - 09/24/96
926  39. undef TIOCGLTC for HP/UX 10.0 from Michael Shroeder
927  38. Sinix fixes
928  37. 6.06.02 - 06/22/96
929  36. Added implicitcd
930  35. Added configure.in and Makefile.in from Kaveh.
931  34. unset path, unsetenv PATH, ./foo did not work.
932  33. Add VAR_NOGLOB, and use it to avoid globbing directory names when
933      cd'ing into them.
934  32. Fix bug introduced in the new tty parsing code.
935  31. Avoid pushing string back to the parsing string in ${ errors.
936  30. Patches for the manual page from Dave.
937  29. 6.06.01 - 05/24/96
938  28. Use sysconf to get NCARGS if available Robert Daniel Kennedy
939      <kennedy@b0ru01.fnal.gov>
940  27. Grab the program name and use that instead of tcsh in error messages.
941  26. Fix histdup, so that it does not leave gaps in the event sequence.
942  25. HP/UX v10.0 fixes: Don't use bsdtty.h and avoid clobbering memory
943      since SIGRT??? is defined as -1.
944  24. Avoid coredumps when $TERMCAP exceeds 1024 characters
945      Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
946  23. Fix memory clobbering when SHORT_STRINGS is not defined. 
947      Todd J Derr <infidel+@pitt.edu>
948  22. Only restart stopped editors. Robert Webb <robertw@wormald.com.au>
949  21. Recognize pts sysv ptys when checking to set autologout Bob Myers
950      <bob@intelenet.net> 
951  20. Magic space incomplete modified core dump fix. Chris Metcalf
952      <metcalf@catfish.lcs.mit.edu>, Bradley White <bww@fore.com>
953  19. Linux nls fixes Rik Faith <faith@cs.unc.edu>
954  18. SGI RS8000, Ported notes. Ralf W. Grosse-Kunstleve
955      <rwgk@laplace.csb.yale.edu>
956  17. Greek nls messages. Aggelos P. Varvitsiotis <avarvit@cc.ece.ntua.gr>
957  16. Imakefile linux and libcrypt fixes. Jonathan Kamens  <jik@cam.ov.com>
958  15. FreeBSD fixes Jukka Ukkonen <jau@jau.csc.fi>
959  14. Expand the environment space for path Steve Kelem <steve.kelem@xilinx.com>
960  13. Don't overwrite the environment randomly Steve Kelem
961      <steve.kelem@xilinx.com>
962  12. Don't turn the editor on when we have dumb or unknown terminals. This
963      breaks emacs when compiled with terminfo Jonathan Kamens  <jik@cam.ov.com>
964  11. Fix F- parsing in tc.bind.c <bob@intelnet.net> (Bob Meyers)
965  10. Added -T option in history to force timestamp printing. -h alone does
966      not print timestamps anymore for compatibility with csh.
967   9. Typo in tc.bind.c [with -DOBSOLETE] (misplaced parenthesis)
968   8. Recognize convex models properly.
969   7. suppress the DING! option using the noding variable.
970   6. negative nice values did not work.
971   5. Harris CX/UX 7.x support.
972   4. ERR_DMMODE was used on the crays but not defined. I changed the error
973      messages in tc.os.c to use ERR_STRING instead, and fixed a missing error
974      message in the catalogs. Someone will need to retranslate #30 and #31
975      in set23.
976   3. Bug setting listflags... Workaround: set listflags=(A /bin/ls)
977   2. Typo in Imakefile (# comment instead of c comment)
978   1. Typo in ma.setp.c (missing parenthesis)
979
980
981 V6.06.00, 05/13/95
982  88. Cleanup off-by-one error ed.defns.c.
983  87. 6.05.09 - 05/06/95
984  86. Small memory leak in dosetenv()
985  85. Make sure that the number of editing functions defined is correct
986      and abort otherwise.
987  84. Completion Fixes from Tom
988  83. Don't add yp stuff in the tilde cache [names that start with + or -]
989  82. Don't let children catclose() in xexit(), because the parent will lose
990      access to the nls catalogs. From Michael.
991  81. 6.05.08 - 04/29/95
992  80. Update to the newest csh sh.file.c
993  79. More completions from Tom.
994  78. Fix the Imakefile to use XCOMM
995  77. Update for AIX 3.2.
996  76. French catalog from J.M.Vansteene@frcl.bull.fr (fwd Michael Schmidt)
997  75. Nls fixes and small typos from Michael
998  74. PDP11 BSD type fixes.
999  73. More manual page fixes.
1000  72. 6.05.07 - 04/19/95
1001  71. More NLS catalog fixes.
1002  70. Bruce's jumbo patch.
1003  69. 6.05.06 - 03/15/95
1004  68. make clean does not clobber config.h if Makefile.std is used.
1005      make veryclean does.
1006  67. New config define NISPLUS. Reportedly fixes vanishing output of ~expansion
1007      on solaris 2.4.
1008  66. showdots has been removed; use listflags instead. [handles -x too]
1009  65. more nls catalog fixes.
1010  64. set histchars=,. did not have any effect in .cshrc
1011  63. fix "-c command" new core dump.
1012  62. more completions from Tom
1013  61. call catclose() before exiting, so that svr4 cleans up the symlinks before
1014      exiting.
1015  60. Per's fix for insert-last-word
1016  59. Per's emacs abbreviation mode.
1017  58. Makefile fixes for catalog stuff.
1018  57. fixed again complete-word-raw and list-word-raw
1019  56. 6.05.05 - 03/11/95
1020  55. Made %?str work again
1021  54. IRIX sigalarm problem should be fixed
1022  53. complete-word-raw and list-word-raw should work
1023  52. nls catalogs complete reworking.
1024  51. sh.init.c: Signal complete rewrite.
1025  50. Signal fixes from Bruce.
1026  49. Added promptchars, like histchars; affect %# in the prompt. The first
1027      char is for the user and the second is for root.
1028  48. 6.05.04 - 03/03/95
1029  47. Add NODOT config, $command [that holds the command passed with -c]
1030      $GROUP and $group
1031  46. AFS fixes from Larry Schwimmer <rosebud@cyclone.Stanford.EDU>
1032  45. Real NLS catalogs from Michael Schmidt <michael@muc.de>
1033  44. patch to allow ^? binding.
1034  43. completion patch from Paul DuBois.
1035  42. Don't spell check in here docs.
1036  41. Incorrect normalization of usec in sh.time.c
1037  40. directory printing and option parsing fixes [from Paul DuBois]
1038  39. realloc_searchlen should be static to avoid conflicts with OS's that
1039      use the same malloc package.
1040  38. LOGINFIRST now applies to /etc/csh.login
1041  37. Fixes in bind compatibility code to bindkey.
1042  36. 6.05.03 - 01/17/95
1043  35. Don't print the whole watchlist on startup. One can use explicitly
1044      the log builtin for that.
1045  34. Don't display the $watch value in the log command. 
1046  33. Don't delete the unmatched portion if we try to complete a spelling error.
1047  32. Solaris 2.4 workaround for isprint('\t') lossage (From Casper)
1048  31. Fixed csh bug: [Reported by Jaap]
1049         set test="one\
1050         two\
1051         three"
1052         echo "$test:q"
1053  30. Fixed the lossage in setting the looking mode in tw.parse.c before
1054      calling t_search; $x/$y will not append the right suffix.
1055  29. Another attempt at the gethost timeout code.
1056  28. Cray dmmode and filetests -m -k [need documentation!]
1057  27. More manual patches.
1058  26. Don't glob the path; security problem and core-dump. [from beto]
1059  25. Avoid waiting for jobs that failed to restart, thus hanging the shell.
1060      eg, run job in background, attach to debugger; kill it inside the
1061      debugger. Get out of the debugger and you are stuck if you fg that job.
1062  24. 6.05.02 - 09/04/94
1063  23. remhost code could pass the wrong length to getpeername()
1064  22. too eager sed'ing broke convex getwarpbyvalue() to getwarpbyvarval()
1065  21. Fixed new bindings bug.
1066  20. Fixed bug in newgrp code; execv was called incorrectly.
1067  19. Take into account programmable completion hints when spell checking.
1068  18. Unconditionally change stty modes in Rawmode()
1069  17. Change date in $version to be ISO 8601 per Keith's suggestion
1070  16. Fixed portability problems in the new counted-strings codes (From Kaveh)
1071  15. Fixed binding problem with the new counted-strings code [all key bindings
1072      ended up in the extended map]
1073  14. 6.05.01 - 07/08/94
1074  13. Changed key bindings to use counted strings instead of Null terminated
1075      strings, so that binding ^@ works.
1076  12. Fix parsing bug, where words that contained keywords caused incorrect
1077      word breaks:
1078         switch (iftagd)
1079         case iftagd:
1080             echo It works
1081             breaksw
1082         default:
1083             echo It is broken.
1084         endsw
1085  11. Fix sh.c for systems with no job control. [the new hup builtin sends
1086      SIGCONT].
1087  10. Don't add the suffix character when all completions fail, from michael
1088   9. Added histdup=erase, that deletes the oldest duplicate instead of
1089      the newest.
1090   8. Don't call .logout recursively if we receive more than one hup,
1091      and don't process hangups when we execute the .logout.
1092   7. $logout was set to a static string.
1093   6. Non printable binding listing was broken.
1094   5. Recursive sourced scripts would get mangled up because of input buffer
1095      confusion (thanks michael)
1096   4. M-space should not be counted as a space. Leads to infinite loop in
1097      word splitting.
1098   3. Pyramid fixes.
1099   2. Fixed '\' in sysv echo (from Mika)
1100   1. Missed fix_yp_bugs() when setting REMOTEHOST (From Casper)
1101
1102
1103 V6.05.00, 06/19/94
1104 113. 6.04.17 06/18/94
1105 112. Realloc debug fix from John.
1106 111. Completion fixes from Bruce.
1107 110. Added -b option to bind.
1108 109. Added tcsh.man2html from Dave. Looks great!
1109 108. 6.04.16 06/06/94
1110 107. Allow multi word glob in "`foo`" expressions.
1111      > if ("`ls`" == "a b c") then
1112 106. Michaels lex() buffer patch version 2.
1113      the previous version core-dumped with
1114      > sleep | echo
1115 105. Fix seg fault in find_cmd, when path is unset.
1116 104. 6.04.15 05/28/94
1117 103. the previous =~ fix, was a bit broken.
1118 102. 6.04.14 05/25/94
1119 101. expression parser fix for !~ and =~.
1120      if (foo =~ *) echo ok
1121      the * was taken for a multiply and parsed as 0 * 0 returning 0.
1122      and asked to match "foo" with "0"
1123 100. Michael's lex() buffer patch.
1124  99. Bruce's Jumbo cleanup
1125  98. fixed Imakefile for X11R6
1126  97. fixed argument parsing in source command.
1127  96. added $sched to format scheduled events.
1128  95. 6.04.13 05/07/94
1129  94. added expand-command
1130  93. Alpha OSF-2.0 fixes
1131  92. 6.04.12 04/28/94
1132  91. Ignoreeof patch from Bruce.
1133  90. Dan's completion fix.
1134  89. 6.04.11 04/12/94
1135  88. Don't source .logout when killed with -HUP unless we are a login shell.
1136      [ actually $loginsh controls the behavior now ]
1137  87. ISC-4.0 posix exec() bug workaround
1138      (from Jonathan Broome <jon@wilbur.uucp>)
1139  86. Dan's patch for complete=enhance
1140  85. Kaveh's patches for memset, host.defs, _{U,G}ID_T
1141  84. 6.04.10 03/29/94
1142  83. Pathname completion bug fixes...
1143  82. Completion pathname(p) changes: Completion 'C' -> 'X'.
1144      Replaced 'p' with 'F' and added D,T,C.
1145  81. Next NLS fixes
1146      (From Paul Nevai <nevai@ops.mps.ohio-state.edu>)
1147  80. make spelling correction obey the current histchars setting.
1148  79. Fix rounding in limits so that 0 is a true 0. 
1149      (From Ken Lalonde <ken@cs.berkeley.edu>)
1150  78. 6.04.09 03/12/94
1151  77. Alarm race with remotehost.
1152  76. If you have in your .cshrc 
1153         set savehist=(100 merge)
1154         and execute
1155         #!./tcsh
1156         exec ps
1157      you get no output; [fixed]
1158  75. setenv SHLVL -1; tcsh = Segmentation fault [fixed]
1159  74. 6.04.08 02/10/94
1160  73. new machtype, ostype, vendor
1161  72. execute .logout on hangup.
1162  71. more man page fixes.
1163  70. 6.04.07 02/04/94
1164  69. Dynamic hash changes, globbing for which command from Michael.
1165  68. INBUFSIZE fixes for history.
1166  67. printenv returns 1 when a variable is not found, like the non builtin one
1167  66. Add quotes to the mismatch array so that:
1168      > touch foo
1169      > mail "oo bar"
1170      does not get corrected. The right fix would be to do correct parsing
1171      and quote the space...
1172  65. NULL terminate mismatch[] array in ed.inputl.c, since it is used in
1173      Strchr().
1174  64. renamed stat to filetest
1175  63. Afs and Hesiod patches.
1176  62. More manual page patches.
1177  61. 6.04.06 12/19/93
1178  60. Alarm for resolver timeouts (untested)
1179  59. Fixes for Henry Spenser's regex in the Makefiles
1180  58. Modifiers now work with $< and $< does not do :q by default.
1181      [incompatibility with csh] and $< can be interrupted.
1182  57. Added $histdup.
1183  56. source /etc/.login for Solaris 2.x
1184  55. don't remove trailing spaces in history searches.
1185  54. dirs -L and dirs -S spurious warning elimination.
1186  53. man page fixes from David.
1187  52. Kimmo's patch [makefile, gcc warning, netdb.h include]
1188  51. 6.04.05 12/12/93
1189  50. rewrote srcunit() to use st_save and st_restore. The code was
1190      too messy to be useful before.
1191  49. recdirs and rechist patches again!
1192  48. Harris hck port, and ISC imake update
1193  47. Eliminate the x windows :display.screen before looking for the 
1194      hostname in REMOTEHOST
1195  46. Patch for CDF filetype() recognition (hpux)
1196  45. 6.04.04 11/12/93
1197  44. Made =x obey nonomatch.
1198  43. Fixed rechist and recdirs not to depend on savehist and savedirs
1199  42. Removed aliases, bind, linedit builtins [ifdef'ed out as OBSOLETE]
1200  41. change REMHOST to REMOTEHOST for compatibility with SGI.
1201  40. $owd was not working correctly.
1202  39. Debugging printf elimination (from Kimmo)
1203  38. Typos in the new hup code in sh.c (from Matt)
1204  37. Imakefile fix for sequent (from Jaap)
1205  36. 6.04.03, 10/30/93
1206  35. New manual page in place.
1207  34. Fixed Makefile sed RE to work with gnu sed.
1208  33. Added hup builtin.
1209  32. Added $REMHOST in config_f.h
1210  31. Fixed random parsing bug in sh.exp.c in isa(). It checked cp[1]
1211      without checking cp[0] first... (should propagate to 4.4BSD)
1212  30. More sh.exp.c fixes from Bruce
1213  29. Always exit when the user types exit. 
1214      cat | tcsh -f -s
1215      exit
1216      ls
1217  28. savedirs fix and readlink() null termination fix from Peter.
1218  27. Added -p flag (force dirs printing in all directory functions and $owd
1219      variable
1220  26. Let $dirstack work by default without needing to be set.
1221  25. Fixed history -h to work with other history flags.
1222  24. Renamed ed-functions more consistently (dcs)
1223  23. Added missing filetests (dcs)
1224  22. Added NEWGRP define in config_f.h (dcs)
1225  21. More fixes for non blocking io recovery from Bruce
1226  20. 6.04.02, 10/08/93
1227  19. changed default prompt to %#
1228  18. New group 'g' completion.
1229  17. removed IIASA defs.
1230  16. fix for history -SL and dirs -SL to work when savedirs and savehist are
1231      not set.
1232  15. fix magic-space to understand :p
1233  14. make :u,:l work for history.
1234  13. Fixes for non-blocking i/o recovery. trap all non blocking styles under
1235      sunos.
1236  12. 6.04.01, 08/10/93
1237  11. Vi mode word moves [they work like vi and don't obey wordchars anymore].
1238  10. New file operators and stat builtin
1239   9. David's FIONREAD patch for SVR4
1240   8. Bruce's ignoreeof=n patch
1241   7. Dan's complete/correct enhancement
1242   6. Abort corrections patch.
1243   5. Print_by_columns, now does not use the rightmost column.
1244   4. Renamed config/config.$i to $i to avoid once and for all filename length
1245      problems.
1246   3. bbn butterfly config
1247   2. Beto's proc fixes
1248   1. Bruce's bug fix for ed.chared.c, signals
1249
1250
1251 V6.04.00, 07/03/93
1252  92. Alpha prototypes, for gcc -Wall clean compile.
1253  91. Fixed alpha hashing. Did not work for directories > 31, Thanks to
1254      Dan Mosedale <mosedale@genome.Stanford.EDU> for all the help!
1255  90. Added USE(a) for unused parameters, to avoid compiler warnings.
1256  89. 6.03.10, 06/25/93
1257  88. Makefile and lint patches from Bruce.
1258  87. Posixsig patch from Peter for svr4
1259  86. 6.03.09, 06/11/93
1260  85. signal handling broke with the last job control patch...
1261      > (does-not-compute;)
1262      would hang.
1263  84. don't quit after the first modifier fails:
1264      > set i=aabbcc
1265      > echo $i:s/a/A/:s/b/B/
1266      AaBbcc
1267      > echo $i:s/x/A/:s/b/B/
1268      aabbcc
1269  83. Imakefile fixes for sequents from Jaap.
1270  82. Move past the bottom of input when we hit ^C, so that multi-line
1271      input commands don't get trashed.
1272  81. Look only at the first word in ${EDITOR,VISUAL} to determine the
1273      editor name.
1274  80. Last patch broke listmax.
1275  79. Remove extra sandbagging in exitstat(). Not needed anymore as value()
1276      will never return NULL.
1277  78. Save $status before calling aliasrun() otherwise:
1278      > alias precmd 'cd .'
1279      > true
1280      > echo $status
1281      0
1282      > false
1283      > echo $status
1284      0
1285  77. 6.03.08, 06/07/93
1286  76. missing prototypes/unused variables under SYSV4.
1287  75. savedirs should glob the filename argument.
1288  74. 6.03.07, 06/05/93
1289  73. Changed _Q, _Q1 macros in sh.lex.c, sh.dol.c, sh.char.? to _QF and _QB
1290      because today 4.4BSD <ctype.h> defined _Q to be ``Phonetics''
1291  72. listmaxrows variable.
1292  71. set -r would not make existing variables readonly.
1293  70. print usernames with ~user where possible in dirs and job cwd's
1294  69. Mika's fixes (missing args in sh.c set(), linux Makefile, SIGCHLD)
1295  68. FIONREAD argument is int everywhere except on SunOS where it is long.
1296      Tcsh used to think that it was long, and so it broke on the alpha where
1297      sizeof(int) != sizeof(long)
1298  67. 6.03.06 05/16/93
1299  66. Pipeline fixes. This should get rid of the dreaded Stopped tty output
1300      message.
1301  65. Michael's fix for history buffer cleanup:
1302      > alias foo 'echo \!:1:h'
1303      > foo a/b
1304      a
1305      > ^P [nothing happens]
1306  64. Unsigned long rlimit type for 64 bit machines (alpha)
1307  63. Fixed Imakefile for alpha
1308  62. tilde expansion now obeys $nonomatch
1309  61. readonly veriables. 'set -r x=3' will set x to a very sticky 3...
1310  60. Fixed bug in the new tab'ed completion that interfered with old listing.
1311  59. Fixed entry -> item in tw.parse.c
1312  58. Added -f option to unlimit
1313  57. Define __STDC__ in Imakefile for Irix
1314  56. Static redeclarations in tw.parse.c
1315  55. 6.03.05 04/26/93
1316  54. Don't echo history expansion in loops:
1317      > alias junk 'foreach i (\!:2*) \
1318      foreach? echo \!:1 $i; \
1319      foreach? end'
1320      > junk a b c d
1321      echo a $i ;
1322      a b
1323      echo a $i ;
1324      a c
1325      echo a $i ;
1326      a d
1327  53. Added complete-word-fwd and complete-word-back that scroll through
1328      the list of possible completions... Neat addition from 
1329      jfink@csugrad.cs.vt.edu (Jeff "$DOTDIR" Fink)
1330  52. Workaround hpux9.01 broken optimizer in sh.glob.c where 'ls *' breaks.
1331  51. Michael's editor fix.  With "magic margins" and 80 char width, try:
1332         > set prompt=
1333         <ESC>20a<CTRL>a<ESC>76b<CTRL>ac
1334  50. Reverted fix that does not glob the expanded back-quote text again.
1335  49. > cd /., echo $cwd
1336      /.
1337      Eliminate the . in this case...
1338  48. Matt's optimization in glob.c [retracted]
1339  47. Fixed bug with -S
1340  46. Renamed Makefile Makefile.std, and fixed the readme file
1341  45. 6.03.04 04/07/93
1342  44. Changed -s == !-z and -S == socket
1343  43. Fixed typo in sh.c, in phup [shpgrp != pr->pgrp]
1344  42. Multi-line aliases are not entered into the history when executed.
1345  41. Changed f_seek to a union to avoid gcc warnings on 4.4BSD
1346  40. Fixed 'unset home; dirs' bug
1347  39. fixed $HOME->$home memory problem.
1348  38. $?0 returns false now on interactive shells for csh compatibility.
1349  37. Default watch inteval was 10 hours not 10 minutes as advertized in the
1350      manual!
1351  36. Fixed clobbered veriable warning from gcc-1.39 in tw.parse.c
1352  35. Fixed typo with INVPTR in sh.lex.c
1353  34. 6.03.03 03/04/93
1354  33. Eliminate 'Reset tty pgrp error message'. It is normal for the
1355      walking process group stuff. Check about the killpg() above?
1356  32. More portability for 64 bit machines.
1357  31. Improved completion error messages.
1358  30. Fix bug with double globbing expansion on mirrored variables:
1359         > setenv TERM '?vt100'
1360  29. Avoid hanging when writing to pipes etc. (From Paul Close)
1361  28. Typo in the $HOME->$home mirroring.
1362  27. %p %P 'p'recise time formats that include seconds for prompt strings.
1363  26. Signal list fixes from Paul Close. nsig is now a variable.
1364  25. 6.03.02 02/12/93
1365  24. NEC SX3 "entry" is a reserved word!, changed entry to item...
1366      [this is as bad as cray typedefining "word" to int. Next thing I know,
1367       I'll have to prefix all the variables with tcsh_!]
1368  23. xxx
1369  22. Protected all include files to avoid warnings from lcc.
1370  21. Finally resolved the job control problems with linux and ISC (from Beto)
1371  20. More HUP,XFSZ,XCPU fixes. (with Beto)
1372  19. Dcanon would not canonicalize correctly in case where dnormalize()
1373      failed to find a directory, but the directory existed when not 
1374      crossing the symbolic link.
1375  18. sh.init.c fixes; give 65 signals for all POSIX machines.
1376  17. AMS mail fixes and cmu wm handling.
1377  16. Setenv would not ignore trim quoted names...
1378      > alias foo 'setenv "\!:1" bar'
1379      > setenv FOO 123
1380      > foo FOO
1381      > printenv
1382      ...
1383      FOO=123
1384      FOO=bar
1385      ...
1386  15. 6.03.01 08/01/93
1387  14. #undef SHORT_STRINGS gcc warning fixes...
1388  13. csh bug fix in foreach [quoteing problem]
1389      > foreach i ("*")
1390      > echo $i:q
1391      > end
1392      Should print *
1393  12. ls-F obeys showdots...
1394  11. After scheduled commands get executed, the editor could stay disabled
1395      until the first enter.
1396  10. sigset() bug in ed.init.c; ^C could get disabled sometimes.
1397   9. Don't glob in dowhich(); otherwise \pat does not work if pat is aliased.
1398   8. When completion patterns are used $ and ~ expansion did not work right.
1399   7. Printenv builtin and long backquote expansion fix from Harald.
1400   6. $:-1, $:-0 enhancement from Paul and Michael.
1401   5. Lynx/OS patches
1402   4. Apollo bugs [Setenv -> tsetenv, typedef in pid_t]
1403   3. ^@ did not work correctly in bindkey.
1404   2. Fix vms/posix ifdefs in tc.alloc.c
1405   1. Elide gcc-2.3.1 warnings
1406
1407
1408 V6.03.00, 11/20/92
1409 102. Solaris2 patches, renamed sunosX to sosX to fit in 14 character filenames.
1410 101. 6.02.12 11/12/92
1411 100. Decreased BUFSIZE to 1K...
1412 99. Don't use sbrk() in tc.alloc.c on VMS
1413 98. EINTR error handling from Michael
1414 97. Overwrite mode takes effect immediately, not delayed by a command.
1415 96. Emx fixes.
1416 95. SIGHUP gain...
1417 94. Coherent times()/ <sys/file.h> fixes.
1418 93. 6.02.11 10/27/92
1419 92. Mach setpath fixes.
1420 91. Which now globs its arguments
1421 90. Again POSIX SIGHUP fixes... Maybe we got it right this time...
1422 89. Increased BUFSIZE to 4K. Smaller machines may want to decrease this.
1423     [ Now one can edit up to 4K of buffer! ]. From Harald.
1424 88. : is now a true builtin that does nothing, instead of being treated like
1425     the last character of a label. This is so it can take args. From Harald.
1426 87. More fixes for hpux limits from Harald.
1427 86. Login shell if ppid == 1 and argc == 1 for VMS.
1428 85. Typo in sh.exec.c from Harry.
1429 84. Per's editor fixes.
1430 83. 6.02.10 10/17/92
1431 82. Don't free STRNULL in freelex(). Update linked list in copylex() to
1432     do the same insert as in lex().
1433 81. Fixed spurious tilde printing in %c prompt.
1434 80. Fixed dumb wild free in AddXKey... 
1435     (thanks Harald for the complex bindings! :-)
1436     > bindkey "\e10z" expand-line # Any editor command will do
1437     > bindkey -[cs] "\e10z" "foo" # Any string or command will do
1438     Free(%x) ....
1439 79. coherent additions.
1440 78. fixes for hpux8 resource limits [Thanks Harald]
1441 77. 6.02.09 10/10/92
1442 76. More vms cleanups.
1443 75. Removed #include CONFIGH from sh.h. There was no way to make it work 
1444     under VMS/POSIX
1445 74. Added t completion (Gray Watson)
1446 73. Memory leaks in sh.dir.c and sh.glob.c [thanks purify :-)]
1447 72. IRIX 5.0 patches (from Paul Close)
1448 71. BSD resource limits for hpux8.0 (From Andreas Stolcke)
1449 70. NGROUPS_MAX fixes (from Matt Day)
1450 69. 6.02.08 10/04/92
1451 68. VMS port additions.
1452 67. Added $%var, which == strlen(var)
1453 66. Added ^X^I and ^X^D to override programmable listing+completion
1454 65. Added case insensitive globbing for OS/2
1455 64. FIOCLEX and FIONCLEX are only used if we don't have FD_CLOEXEC.
1456 63. Added emx termio support, and emx pathsep support; emx compiles and runs:
1457     needs job-debugging and finishing touches.
1458 62. Horrible bug with the lex linked list; from Loic Grenie, grenie@ens.fr
1459     > echo a !#
1460     echoed 'echo a echo a echo'!
1461 61. Shell -w,-x were incompatible with the same for test [POSIX] (beto)
1462 60. builtin newgrp did not accept the - argument.
1463 59. FIOCLEX for the masses (POSIX FD_CLOEXEC addition)
1464 58. Old style csh completion bug fix [not used] (beto)
1465 57. A background process waiting for input from tty
1466     blocks when being foregrounded doesn't read its input and
1467     doesn't get <cntl-c> and <cntl-z> signals.
1468     It can only be killed from another session. (beto)
1469     > cat > foo
1470     #!/bin/csh -f
1471     echo ">>>>>>"
1472     set x = $<
1473     echo $x
1474     ^D
1475     > chmod +x foo
1476     > foo &
1477     > fg
1478     ^Z,^C # Nothing happens
1479 56. history > 1000 fix (beto)
1480 55. 6.02.07 9/18/92
1481 54. Added e_stuff_char() to put back a character in cooked mode in
1482     the input stream... Useful for status (^T)
1483 53. $? == $status and $# == $#argv like in the bourne shell.
1484 52. Added $dirstack. Problems: off by one since =0 == $cwd, but 
1485     $dirstack[1] == $cwd... Suggestions welcome.
1486 51. Leading spaces would confuse the run-help function.
1487 50. Don't expand imported environment variables:
1488     > setenv HOME \*
1489     > tcsh
1490     > echo "$home"
1491     > echo "$HOME"
1492 49. %C0n displays the number of directories omitted as /usr/local/bin /<2>bin/
1493 48. Added POSIXSIGS as a configuration option.
1494 47. Per's fixes for history format and arrow key binding.
1495 46. Expand-variables expands array variables too
1496 45. 6.02.06 8/14/92 
1497 44. Separated limit stuff from BSDTIMES and added BSDLIMIT
1498 43. History searching inconsistent with HistLit:
1499     > echo foo
1500     foo
1501     > ^foo^bar
1502     bar
1503     > ec[M-p]
1504     echo foo
1505 42. 6.02.05 8/8/92 
1506 41. sourcing a script that contains 'onintr -; onintr' would disable 
1507     interrupts on the command line
1508 40. cd ../... with symlinks=ignore would work !@#!@
1509 39. No more BACKPIPE for POSIX machines...
1510 38. SUNOS NLS bug workarounds...
1511 37. New HASHBANG define for #! emulation... even 386BSD does not have it
1512     yet...
1513 36. Added new -b -c file operators from SGI csh.
1514 35. 6.02.04 7/23/92 
1515 34. Walking process group fixes.
1516 33. $0 contains now argv[0] when we are not executing a shell script.
1517 32. New Getwd() was broken.
1518 31. 6.02.03 7/17/92
1519 30. We kill our last foreground process group on HUP, for POSIX systems.
1520 29. Walking process group fix.
1521 28. $shlvl gets reset to 1 for login shells.
1522 27. Macros can now involve multiple commands, i.e.
1523     bindkey -s "^[OP" "ls\n^P"
1524 26. 6.02.02 7/6/92
1525 25. nostat accepts now a list shell patterns.
1526 24. Avoid print_exit_value in if ( { foo } )
1527 23. Symbolic key names for bindkey [arrow keys].
1528 22. Smarter getwd() that avoids some of the NFS hangs...
1529 21. Use memmove() where possible.
1530 20. 6.02.01 6/16/92
1531 19. Fix automatic correction to work with the new completion.
1532 18. Globbing bug with brace expansion, when arguments need to be realloced...
1533     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}
1534 17. shift and left operators update variables correcly ('shift path' did not 
1535     work)
1536 16. apollo fixes for cd.
1537 15. STRNULL <-> NULL bug fixes.
1538 14. %S in xprintf for short strings.
1539 13. history -LSc, dirs -LSc additions, builtins builtin [oxymoron]
1540 12. history formatting string, who formatting string, prompt formatting
1541     all use tprintf() now.
1542 11. $history accepts a second formatting argument..
1543 10. History timestamps preserved in .history
1544 9.  Backquotes were broken: echo hi | cat > `echo foo`
1545 8.  SGI -t operator problem.
1546 7.  Dnix fixes.
1547 6.  Fix history file writing bug when autologout.
1548 5.  Change from TCSETA to TCSETAW, since we affect the output.
1549 4.  Per's fixes for display margin bugs.
1550 3.  Linux fixes.
1551 2.  Collapse adjacent stars in glob.c to avoid exponential behavior.
1552 1.  Fixed parseescape to put ^ literally if not followed by alpha.
1553
1554
1555 V6.02.00, 5/15/92
1556 94. Default echo_style was not being set correctly.
1557 93. $< did not work correctly with NLS chars.
1558 92. 6.01.15 (5/11/92)
1559 91. Minor cleanups in refresh code.
1560 90. 6.01.14 (5/8/92)
1561 89. Print \n in the right margin always to be consistent.
1562 88. Linux patches.
1563 87. 6.01.13 (5/2/92) 
1564 86. Fixes in listing and completion of non-unique commands.
1565 85. Fix =stack entries > 9... from Bill Petro
1566 84. Fix for last character at margin. [on terminals that have am & xm move
1567     the cursor manually to the next line]
1568 83. Fix for complete completions 
1569 82. small typo in tc.alloc.c from Mark Moraes.
1570 81. small typo in tw.parse.c from Richard.
1571 80. Man page fixes from Per.
1572 79. 6.01.12 (4/24/92) [release version for 6.02]
1573 78. Autosuffix was not getting reset all the time.
1574 77. Don't limit completion patterns to 1K.
1575 76. Naming changes in ed.screen.c from Justin.
1576 75. 6.01.11 (4/10/92)
1577 74. Fixed magic-space ! expand bug:
1578     > echo a b123 45.{6,7}
1579     > echo !:2!:3[magic-space]
1580 73. Work-around for apollo optimizer in tc.bind.c
1581 72. Problem with setjmp in tw.parse.c
1582 71. symlinks=expand from Yumin.
1583 70. tenematch() fixes from Michael;
1584 69. 6.01.10 (4/3/92)
1585 68. Fixed Gnmatch.
1586 67. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
1587 66. Backquote from completion was broken for machines with no dup2()
1588 65. No $printexitvalue for `` jobs.
1589 64. Added ultrix stuff for PW_AUTH [from Mike Potter mpotter@lampf.lanl.gov]
1590 63. Fixed bug in Gnmatch(), added 'N' command 'x' completion.
1591 62. Fixed fg_proc_entry() so autologout gets disabled when a process
1592     is foregrounded.
1593 61. 6.01.09 (3/26/92)
1594 60. source builtin takes arguments now that are passed in the script e.g.:
1595     > ./tcsh -i a b c
1596     > cat test
1597     echo $argv
1598     > echo $argv
1599     a b c
1600     > source test 1 2 3
1601     1 2 3
1602     > echo $argv
1603     a b c
1604 59. Eliminate $margin_bug, add more intelligent margin code [from Justin]
1605 58. expand_symlinks variable Urgh...
1606 57. SGI CONTROL() fixes...
1607 56. new dnormalize(), expand_symlinks flag.
1608 55. interrupting completion restores the current line. [from Marc]
1609 54. 6.01.08 (3/20/92)
1610 53. inputmode affects the first line too.
1611 52. Searches in vi do not destroy the current line.
1612 51. -drwX test enhancement.
1613 50. Generalized completion syntax and added more completion builtins.
1614 49. Don't print '\n' on the right margin if we can avoid it.
1615 48. 6.01.07 (3/9/92)
1616 47. New completion style. [[<pattern>[ ]],=<completion action>]
1617 46. 6.01.06 (3/7/92)
1618 45. complete styles are ignored after shell metachars eg.
1619     > complete mail =u
1620     > mail christos < [tab]
1621     completes filenames.
1622 44. $echo_style is initialized to the default style of the machine.
1623 43. SGI 4.0 CTRL() macro is busted. So we ignore it.
1624 42. Fixed bug with the new margin code (thanks justin)
1625 41. Fixed mirroring of variables. Now set and setenv affect
1626     HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
1627     affects only the csh copies of the variables, and unsetenv only the
1628     environment variables.
1629 40. Fixed gcc-2.0 warnings in sh.sem.c (needed for vfork() -O2 optimization)
1630 39. 6.01.05 (2/21/92)
1631 38. signal masking for BSD machines was still wrong in tw.init.c
1632 37. Added $margin_bug, and now the editor outputs on the rightmost 
1633     column by default. This should fix the xterm cut-n-paste problem.
1634 36. AU/X 2.0 and SGI compiles with POSIX as a default now.
1635 35. sysv_echo is gone too. Now we have a variable called echo_style
1636     which can be set to "none", "bsd", "sysv", "both" that defines
1637     the builtin echo_style. The default is "bsd" for systems with
1638     SYSVREL == 0, "sysv" otherwise. This can be overriden in config.h
1639     by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO, 
1640     or NONE_ECHO.
1641 34. asynchronous notification in run-fg-editor would try to change the 
1642     tty settings and print an extra prompt.
1643     > set notify 
1644     > sleep 10 &
1645     > vi^Z
1646     > ^[^Z
1647 33. alias x /bin/true
1648     x<esc>?
1649     reported .//bin/true instead of /bin/true
1650 32. 6.01.04 (2/12/92)
1651 31. fixed vi_substitute_line
1652 30. binding completion addition.
1653 29. showdots=-A addition
1654 28. sysv_echo addition; deleted bsd_echo which is now the default.
1655 27. dunique could crash.
1656 26. Don't clear lines after an asynchronous notification, because it
1657     might erase the message.
1658 25. 6.01.03 (1/29/92)
1659 24. `` were not working correctly when tcsh is started with 0,1,2 closed.
1660 23. Correction was picking up the wrong thing in cases like .rhosts hosts
1661 22. Correction with names with quoted spaces was broken.
1662 21. Added sysv_echo and bsd_echo.
1663 20. Added and documented the complete builtin.
1664 19. Added dunique and cd -.
1665 18. Per's fix for alarm functions. Things would break if time went backwards.
1666 17. Realloc bug fix (copy min of old and new size)
1667 16. Fix for csh compatible braces.
1668 15. Brace globbing and negation globbing for Gmatch.
1669 14. 6.01.02 (1/16/92)
1670 13. Completion builtin, new tw* files.
1671 12. 6.01.01 (1/6/92)
1672 11. Changed w_ fields in tc.who.c to who_ to avoid redefinitions in
1673     <sys/wait.h> in some os's.
1674 10. Setting savehist to an empty string makes savehist use the value
1675     in $history.
1676 9.  echotc did not use the internal termcap descriptions.
1677 8.  echotc did not work right for single argument termcap strings.
1678 7.  DGUX needs SAVESIGVEC, updated type protection, and disabled CSWTCH.
1679 6.  Changed SVID to SYSVREL, since there is no SVID == 4 (yet).
1680 5.  Typo in tc.sig.h: UNRELSIGS was not getting defined.
1681 4.  Globbing bug fix. tglob() should ignore globbing characters inside 
1682     backquotes otherwise things get expanded twice:
1683     % echo 'bar?' > 'foo?'
1684     % echo `cat foo\?`
1685     echo: No match.
1686 3.  Mach setpath fix.
1687 2.  Alliant process group fix.
1688 1.  Xenix fixes for broken vi and help path with no suffixes.
1689
1690
1691 V6.01.00, 12/19/91 [for comp.sources.unix]
1692 22. Restore the original prompt in automatic correction when the user
1693     asks to re-edit the command.
1694 21. Better error for unreadable files in tw.parse.c
1695 20. Sequent patches.
1696 19. (V6.00.08 beta 12/14/91)
1697 18. Filenames containing # were spelled/expanded incorrectly.
1698 17. Stellar/stellix port.
1699 16. Hpux 8.0 has SIGWINDOW but we cannot get the window size. Protect
1700     against window changes updating $LINES and $COLUMNS.
1701 15. Mach setpath did not work right.
1702 14. Mach does not need setenv in lib; in fact that does not work right.
1703 13. shell level gets decremented when we exec.
1704 12. restart_fg_editor picked the wrong editor if arg contained a slash.
1705     e.g vi ~/.cshrc
1706 11. (V6.00.07 beta 12/08/91)
1707 10. Allow use of vfork() on systems that do not have job control.
1708 9.  Avoid NUMCC from being defined twice.
1709 8.  (V6.00.06 beta 12/05/91)
1710 7.  SunOS3's FIOCLEX dups...
1711 6.  Yet another globbing bug fix from Michael (echo .[^.])
1712 5.  Ultrix now wants __ before cpp symbols.
1713 4.  Workaround sun's header files inconsistency so tcsh can be compiled
1714     with #undef POSIX
1715 3.  Fixed limit stuff so that large values don't cause errors.
1716 2.  Fixed =1 and ~user error messages (Per)
1717 1.  (beta-5 6.00.04 == 6.00.05)
1718
1719 $#*
1720 $#* New numbering scheme (The last 2 digits are reserved for beta releases
1721 $#* from now on. So we start at 6.00.06 which is 6.00.04 beta 6, and we are
1722 $#* going to release 6.01.00...
1723 $#*
1724
1725 V6.00.04, (never released)
1726 34. (beta-5 11/25/91)
1727 33. Simplify code in BindArrowKeys()
1728 32. Get rid of the PNULL's
1729 31. Support for shadow password in locking code. (From Kimmo)
1730 30. Normalize-path editor function.
1731 29. (beta-4 11/21/91)
1732 28. minix additions
1733 27. bindkey fixes (-c addition, casting cleanups)
1734 26. (beta-3 11/16/91)
1735 25. Prompt length checking. 
1736 24. Michael's fixes for the watching code. Tcsh could core dump when using
1737     a corrupted utmp.
1738 23. overwrite mode flag, and autologout locking code.
1739 22. overwrite mode would still insert digits!
1740 21. Get the value of _POSIX_VDISABLE from pathconf...
1741 20. Hpux 8.0 fixes. Sigstack botches with shared libraries. Ansi mode
1742     static initialization of structures with prototyped function pointers
1743     gives spurious warnings...
1744 19. Onintr in /etc rc files is disabled.
1745 18. (beta-2 11/03/91)
1746 17. Multi-line aliases with `` bug fix.
1747 16. Sticky emacs overwrite mode.
1748 15. Autolist option.
1749 14. Fix for redirection with wildcard filanames.
1750 13. No error correction for multi-line commands.
1751 12. Esix-4 re-defines p_pid. Argh...
1752 11. (beta-1 10/28/91)
1753 10. Foreach loops were broken again.
1754 9.  SUNOS localtime() bug does not only happen on the 8th byte. [Michael]
1755 8.  sh.dir.c, memory corruption in dinit(). Thanks Michael.
1756 7.  uts broken <sys/stat.h> work-around, and has a wait3()
1757 6.  SGI (-t filename) extension, returns true when filename is a tty.
1758 5.  'default:' addition in all switch() statements.
1759 4.  oflag was not being updated correctly in Rawmode()
1760 3.  missing 'break;' in prompt code '%y'.
1761 2.  infinite loop in :a<mod> code.
1762 1.  hashstat was not reporting hits+misses
1763
1764
1765 V6.00.03, 10/21/91
1766 31. watch code now accepts shell patterns.
1767 30. new hashing code portability fixes.
1768 29. $foo:gs/:/ / fix and 'a' modifier addition.
1769 28. Added $! (the pid of the last background job forked)
1770 27. exec does not kill the shell when it fails.
1771 26. Irix4.0 decls.
1772 25. SVR4 uthost fixes from Kimmo Suominen
1773 24. Imake addition from marc
1774 23. New i-search from Per.
1775 22. ibmesa fixes
1776 21. convex fixes.
1777 20. t command for vi.
1778 19. SVR4 fixes (reverse pipeline and sigaction()) from David Dawes.
1779 18. New hashing from Marc
1780 17. Added : to the ~name separators so ~foo:~bar works.
1781 16. New ed.init.c. Added ed.term.c
1782 15. Still can't get the history exactly csh-like... !-2$ was broken...
1783 14. vi character searches.
1784 13. -Dvar=name command line option for the apollos.
1785 12. Prompt format changes for date/directory.
1786 11. Vi searches.
1787 10. Emacs i-search. [currently not bound]
1788 9.  Vi additions ([dc]-{w,$,f<c>},Undo)
1789 8.  tcsh -n parses now builtin structures.
1790 7.  seek to the end on errors in loops.
1791 6.  echotc -s was broken
1792 5.  Better !event parsing. !foo;!bar was broken.
1793 4.  foreach loops and if statements in aliases.
1794 3.  .cshdirs would corrupt the heap if some directories were not there.
1795 2.  System V echo was broken with \
1796 1.  Fixed echo '!-1', history would eat the quote.
1797
1798 V6.00.02, 08/05/91 [For comp.sources.unix]
1799 8.  tcsh will always set $LOGNAME and $USER if not already set in the
1800     environment.
1801 7.  added $histfile.
1802 6.  echo `echo` * and  echo ~ {} were broken
1803 5.  setty builtin addition
1804 4.  Multiple : modifiers [experimental, disabled with -DCOMPAT]
1805 3.  7 bit fixes, and hp9000s500.
1806 2.  #undef DEBUG in tc.alloc.c, so we continue if we get a bad free() 
1807 1.  getn() is now protected against NULL strings.
1808
1809 V6.00.01, 07/16/91
1810 17. added beepcmd, and fixed small tenematch bugs.
1811 16. Renamed DUP2 flag to HAVEDUP2 cause AIXPS2 defines DUP2 already.
1812 15. More ANSI fixes, and mit additions (load-average)
1813 14. don't clear ECHOE, background programs might need it.
1814 13. Refresh bug fix...
1815 12. getpwent() should not be interrupted (yellow pages), cause it might
1816     leave dangling pointers, that endpwent() will trash.
1817 11. ChangeSize is now responsible to set the screen size to something
1818     sane, but it should not affect the environment if the information
1819     it received is not valid
1820 10. Find out if we are running under emacs using $TERM. It is more 
1821     reliable.
1822 9.  tcsh was broken if SHORT_STRINGS was not defined (glob() problem)
1823 8.  If GetSize() fails it should always return reasonable screen sizes.
1824 7.  globbing should not fail if one or more patterns match.
1825 6.  increased the number of aliases in the loop detection code.
1826 5.  DGUX has size_t and pid_t defined now...
1827 4.  ESIX does not have EWOULDBLOCK or EAGAIN & POSIX... That was not handled
1828     correctly.
1829 3.  rs6000 needs BSDWAIT.
1830 2.  Hpux susp key could not be changed.
1831 1.  Apollo fixes.
1832
1833 V6.00.00, 07/04/91
1834 45. Fixed quoting of VSTART/VSTOP on termios
1835 44. Memory leak every time you pipe in or out.
1836 43. echo {foo bar.[ch]}. Did not check for end of word.
1837 42. ANSI prototypes
1838 41. dmove() would leave the source descriptor open when using dup2()
1839     e.g.
1840     while (1)
1841         echo foo >>! bar
1842     end
1843     runs out of file descriptors
1844 40. recursive `` expanded via aliases would abort.
1845 39. set home=../relative-path-name was broken.
1846     e.g.
1847     set home=../..; cd ..;
1848     <abort>
1849 38. Incorrect error when changing to directory:
1850     e.g.
1851     mkdir not-in-cd-path; chmod -x not-in-cd-path; cd not-in-cd-path;
1852     echoed:
1853        not-in-cd-path: No such file or directory.
1854     it should have said
1855        not-in-cd-path: Permission denied.
1856 37. if ( \! =~ [\!] ) echo ok, did not echo ok. Quoting inside [] pattern.
1857 36. More than 127 jobs caused job # to go negative
1858 35. unsetenv <pattern> ... Added support for more than one pattern.
1859 34. More background process status report fixes.
1860 33. Apollo builtin support.
1861 32. Glob fix. echo '*' * was not handled properly.
1862 31. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.
1863     or print ambiguous.
1864 30. Glob fix. Quoted characters inside [] were not handled properly.
1865 29. Removed TELL and VMUNIX defines. I think we cannot compile on V6 anyway
1866 28. Overflow check for expansions.
1867 27. Added matchbeep, shell pattern history searching.
1868 26. Added code to handle /dev/std{in,out,err}
1869 25. Fixed POSIX speed handling in raw mode.
1870 24. Fixed a flushing bug in the filec code in sh.file.c
1871 23. Compiled and added hp9000s700 to the list of hosts.
1872 22. Fixed horrible bug in gmatch() 
1873         switch (4)
1874         case [a-z]:
1875                 echo bug;
1876                 breaksw;
1877         case 4:
1878                 echo ok;
1879                 breaksw;
1880         endsw
1881 21. Fixes for _SEQUENT_ ut_host.
1882 20. FLUSHO added
1883 19. mkdir foo\`bar; cd foo\`bar; was broken
1884 18. EWOULDBLOCK == EAGAIN on RENO check for that too.
1885 17. Dword() simplified and removed the gotos.
1886 16. Hpux now compiles with POSIX. Moved the local chars modes in ed.init.c
1887     after the tty modes.
1888 15. Process group fixes for POSIX
1889 14. We need <sys/filio.h> on the suns for FIOCLEX!!! We did not close
1890     our file descriptors before...
1891 13. A/UX fixes.
1892 12. History events that start with a number are not necessarily numeric:
1893     > !3d
1894     3d: Event not fount
1895 11. History loop detection added.
1896     > alias a \!#
1897     > b; a
1898 10. Alias loop detection code was ineffective on eager optimizers.
1899  9. All errors should now go through our table. Next step we should
1900     add nls error messages.
1901  8. Unsetenv now globs its arguments! Before it did not...
1902  7. Added tilde cache and -l flag.
1903  6. Added autocorrect
1904  5. Fixed for so that background jobs in scripts get process groups
1905  4. Fixed amazing memory leak in setenv()...
1906  3. Added short2qstr() so that we can form quoted strings to be used with glob()
1907  2. str2short and short2str allocate space dynamically.
1908  1. Fixed bug related to the is*() routines called with shorts.
1909     [only if NLS and SHORT_STRINGS are defined].
1910     (The _ctype_ was getting indexed with shorts...)
1911  0. Complete overhaul. Brought in the 4.4 csh stuff. Separated most
1912     tcsh and csh code except where I would have to add more global
1913     variables. Compiled correctly with both lint and gcc -Wall on
1914     a sparc running 4.1
1915
1916 V5.20.03, 03/20/91.     - Never released
1917 25. Kanji, SXA additions.
1918 24. (exec foo) should not fail if they are suspended jobs.
1919 23. Support kernel paging stuff on aix 370.
1920 22. Now we handle correctly the environment variables LINES, COLUMNS,
1921     TERMCAP for window size changes...
1922 21. Tcsh 5.18c+ had broken NULL chars on scripts.
1923     > cat > foo 
1924     #!/usr/local/bin/tcsh -f
1925     echo "foo"
1926     echo "^V^@"
1927     echo "bar"
1928     ^D
1929     > chmod +x foo; foo
1930     foo
1931 20. Posix has EAGAIN and not EWOULDBLOCK
1932 19. Don't set ECHOK; makes kill ^U ugly.
1933 18. $shell is SHELLPATH and not $SHELL any more.
1934 17. Added -n flag to cd, pushd, popd and dirs. Documented -l and -v
1935     flags.
1936 16. Documented and fixed chase_symlinks and ignore_symlinks.
1937 15. Call endpwent() when you get interrupted...
1938     cd ~chri<tab>^C
1939     cd ~christos/<enter>
1940     <stuck>
1941 14. Exec when you have suspended jobs asks for verification.
1942 13. Variable length fixes:
1943     >set abcdefghijklmnopqrstuvwxyz=1
1944     >echo $abcdefghijklmnopqrstuvwxyz
1945     abcdefghijklmnopqrs: Undefined variable
1946     Now we have better messages too...
1947 12. Icon fixes...
1948 11. Quote expanded glob and history chars too.
1949 10. If someone sets SHIN to O_NDELAY we died... Now we set it back...
1950  9. unset path; unsetenv PATH; ls-F; (poof) fixed...
1951  8. Patches for masscomp, and ${var123} lexical analysis fix...
1952  7. Patch for sunview bug: A partially covered suntool sends SIGWINCH every
1953     time the text is scrolled, causing annoying redraw effects. Now tcsh
1954     checks if the size really changed before doing anything.
1955  6. Interrupt in the middle of cwdcmd, and periodic does not remove the
1956     aliases.
1957  5. prompt2 and prompt3 fixes:
1958     Prompt2 now prints the status of the parser by default.
1959     Prompt3 can now have the standard prompt escape sequences.
1960  4. eval file descriptor re-direction fix.
1961     >set p='w | tail +3'
1962     >eval $p
1963     (originally | tail +3 was ignored)
1964  3. $edit != emacs anymore; it was misleading, 'set edit' enables editing
1965     'unset edit' disables it.
1966  2. PERROR define fix. 
1967  1. irix3.3.1 line discipline fix.
1968
1969 V5.20.02, 12/15/90.
1970 32. /etc/Logout added and merged with /etc/Login flag.
1971 31. Fixed tty chars in ed.init.c. Some of them were not handled correctly.
1972 30. Command execution does not leak memory any more, and doing
1973     ~ four times does not core-dump.
1974 29. Fixed the notorious csh 'if(' bug (part of the convex fixes)
1975 28. Intelligent getwd() on startup, and canonicalization.
1976 27. Intelligent directory stack. Gets updated when $HOME changes.
1977 26. Directory stack/save-restore additions
1978 25. Convex Fixes.
1979 24. Fixed onlret, and echonl getting stuck on svid.
1980 23. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
1981     csh, this is annoying).
1982 22. Some users had environment EMACS set to something, and with my bad fix
1983     at pl 1 found that they didn't have echo... (of course, even before my
1984     "fix", they didn't have editing...). Anyway, refined the check to be
1985     for EMACS=t, which is what emacs sets when running a subshell.
1986 21. kill -CONT %job, would not update the status of the job, but it would
1987     just restart it.
1988 20. Sequent fixes.
1989 19. AIX370 signal and TCF fixes.
1990 18. fixed ls-F -l, SIGINT problem.
1991 17. aix on the ps2 does not have strcoll() either.
1992 16. Bind [A - [D and OA to OD in vi mode to the arrow key functions
1993     so that they work from insert mode.
1994 15. %~ was not working correctly for /home/news and /home/newsbin...
1995 14. Removed Rcs Log
1996 13. ISC unix fixes.
1997 12. sunos3.x wants <sys/dir.h> not <dirent.h>
1998 11. Remove precmd's, cwdcmd's and periodic cmds that had errors.
1999 10. Compile sunos4.1 using termio. 
2000  9. Rs6000 line discipline fixes. 
2001  8. T_Tabs was wrong for termio machines.
2002  7. Don't bind single keystroke arrow keys, when they are already bound!
2003  6. Test for newline and tab before deciding not to send shell scripts
2004     to the bourne shell.
2005  5. Added LITERAL prompt stuff.
2006  4. Fixed gethostname() in sh.rest.c to return the nodename.
2007  3. Do not quote spell checked stuff. This is not very intelligent but
2008     works better than before.
2009  2. Fixes for relative path components. (paths that start with a .)
2010  1. Fixed so that Rawmode() is not called when we are not editing
2011     (breaks running under emacs)
2012
2013 V5.20.01, 11/15/90.
2014 12. Recognize environment variables too.
2015 11. Always start in Rawmode()
2016 10. don't try to execute binary files using the bourne shell.
2017  9. Vi change to end of line updates correctly now.
2018  8. Prompt in continuation lines.
2019  7. Prompt in if statements fix.
2020  6. System V ^C works right now.
2021  5. ^Z works correctly in bindings
2022  4. Better error messages for variables.
2023  3. dinit() now is more robust.
2024  2. Added aux2.0 patches.
2025  1. Fixed bug with arrow key bindings in ed.screen.c. All the keys
2026     were bound to up-history!
2027
2028 V5.20.00, 11/10/90.
2029 26. Fixed system V and POSIX time reporting.
2030 25. Fixed ed.screen.c so that it does not use malloc().
2031 24. Fixed SIGWINCH on the iris
2032 23. Fixed ed.screen.c, so that settc works correcly. It used to set
2033     the termcap with a string that was allocated from the stack!
2034 22. Fixed listing of commands, where the last command was not checked.
2035 21. Fixed which command. It did not work for
2036     \<command>, if command was aliased.
2037 20. Eliminated CSH4.3 define. You've had enough time to upgrade from 4.2
2038 19. Fixed GotTermCaps to be called only once.
2039 18. Added bindkey -r
2040 17. Attributes were not getting reset correctly.
2041 16. history -t does not print the time-stamp.
2042 15. AddXkey, works now for single character xkeys.
2043 14. filetype() knows better about symlinks.
2044 13. ls-F works with filenames that have metachars
2045 12. Completion/spelling works with quoted things.
2046 11. Fixed refresh bug. Repeat by:
2047     On an intelligent terminal that has insert and delete chars (xterm)
2048     > orphan
2049     > vi orphan.c
2050     > ^P^P
2051 10. Fixed so that if we don't have a tty on stdin editing is disabled.
2052  9. Check for nested process forking, to avoid loops such as:
2053     > alias foo 'set bar=`foo`'
2054     > foo
2055  8. Fix setting of AsciiOnly (Per)
2056  7. tw.spell.c, defined F_OK for systems that don't have it.
2057  6. ourwait.h had typo in ifdef.
2058  5. BSD compilers need a cast to int for enums used in 
2059     switches (Matthew Day)
2060  4. Found the cause for the core-dump in long backquote 
2061     expansions (Mark Davies)
2062  3. Some externs in ed.h needed to be truly externs...
2063     reported by Mark Davies, bug appeared only on hp9000s800.
2064  2. Changed $tcsh, and $version strings.
2065  1. Added internal sprintf function, renamed putchar to CSHputchar,
2066     printf to CSHprintf, sprintf to CSHsprintf.
2067
2068 V5.19.02, 10/23/90.
2069 36. Added /etc/cshrc for the SGI irises.
2070 35. Added expand-variables function.
2071 34. Documented $time in tcsh.man
2072 33. Shell variables are now 'recognized' when expanding/listing things.
2073 32. ls-F does not eat the last slash on the / directory!
2074 31. Strings bound to keys are printed inside double quotes.
2075 30. History now remembers the exact line, not just an unparsed version of
2076     the tokens.
2077 29. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
2078 28. Ported to IBM aix/ps2. 
2079 27. Fixed eval so that it forks when the output is piped
2080     Repeat by:
2081     > who | grep $user
2082     > eval who | grep $user
2083 26. Fixed so that 'nice <builtin changing the working directory>' does not
2084     nice or fork.
2085     Consider doing:
2086     nice cd /tmp && rm *.c (don't try it!!!)
2087     [what actually happens is that nice has to fork, then the child executes
2088      chdir, and the parent stays where it was]
2089 25. Added Dan's patches (nls, builtin bindkey, fixes to the editor).
2090 24. Added aix370, migrate, getspath, getspath, getxvers, setxvers
2091 23. Added builtin echotc, removed sl and el.
2092 22. Ported to 4.4 BSD. This involved changing the way lots of flags worked,
2093     cleanup of the SVID stuff, and addition of more compilation flags.
2094     Now POSIX can work whed BSD is defined...
2095 21. Fixed so that el, sl work. Actually they are to be removed soon and
2096     be replaced with echotc.
2097 20. Avoid the Quoted Space hack for alias when printing jobs!
2098     [aliases to the same name avoid further alias expansion, by 
2099      inserting a quoted space in front of the command. In SHORT_STRINGS
2100      QUOTE is the 15th bit so print ignores it thinking it is the
2101      end of the string. So we just skip the Quoted Space....]
2102     Repeat by:
2103     > set notify
2104     > alias ls ls -F
2105     > (ls) &
2106     Prints        Exit 0 (
2107     Should print: Exit 0 ( ls -F )
2108 19. Fixed so that "", '', ``, all produce ': Command not found',
2109     and not the spurious messages.
2110     Repeat by:
2111     > set path = (/bin /usr/bin .... .)
2112     > ""
2113     /some/path/name/: Command not found
2114 18. Enable the use of <ctype.h> macros if they exist and NLS is defined.
2115     NLS code is not ready yet.
2116 17. Fixed rmstar and continue_jobs code, so that they are not compile
2117     options, but shell variables. Now you need to 'set rmstar' to get
2118     enable rmstar.
2119 16. Fixed SIGWINCH, SIGWINDOW, and setting of li, co, that broke
2120     suntools, and others.
2121     Repeat by:
2122     Start a shelltool of size other than 80x34
2123     > telltc
2124     > stty -a
2125     do not report the same number of lines and columns.
2126 15. More fixes to tw.parse.c, and tw.spell.c.
2127 14. More fixes to sh.char.c.
2128 13. Fixed coredump caused by ``.
2129 12. Fixed spell-line code..
2130 11. Trapped SIGCHLD in sh.sem.c, while forking. Still there is a small
2131     race, but the probability of happening is smaller!
2132 10. Fixed sh.char.c to be ISO compliant.
2133  9. Added expand-glob
2134  8. Fixed ourwait.h for little endians.
2135  7. Fixed that foreach i (^D expands correctly.
2136  6. Fixed so that listmax is ignored in ls-F.
2137  5. Fixed spelling correction so that single letter words and words that
2138     contain globbing chars do not get spell checked.
2139  4. Changed NeXT HOSTTYPE to next, since all HOSTTYPE's are lower case.
2140  3. Fixed symmetry, and changed symmetry HOSTTYPE from sequent to symmetry.
2141  2. Added boldfacing, underlining chars.
2142  1. Added IRIX3.3.1 support.
2143
2144 V5.19.01, 9/26/90.
2145  7. Brought the README file up-to-date, and changed the bug report
2146     address to point to me.
2147  6. sh.lex.c. In addla(), overflow computation was wrong.
2148  5. Fixed SHELLPATH, to be set correctly when $SHELL is not set.
2149  4. Fixed print statement in sh.proc.c that contained \215.
2150  3. Fixed the Makefile and MAKEDIFFS so that a tahoe diff can be made.
2151  2. RS6000: hacked around execv bug, and ed.init.c warning.
2152  1. Editor should not be enabled when we don't have a tty.