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