1232633Smp  6. V6.18.01 - 20120214
2232633Smp  5. fix interruptible wait again
3232633Smp  4. ignore bogus compiler overflow message
4232633Smp  3. cleanup ifdefs in utmp code, and provide default array entries
5232633Smp  2. Ignore #machine entries in host.defs
6232633Smp  1. Detect missing ) in gethost.c (Corinna Vinschen)
7232633Smp
8232633Smp104. V6.18.00 - 20120114
9232633Smp103. remove unused variables.
10232633Smp102. Make gethost use definitions for x __x__ and __x automatically.
11232633Smp101. More utmp fixes
12232633Smp100. V6.17.10 - 20120105
13232633Smp 99. Add more FreeBSD/NetBSD machines
14232633Smp 98. Add portability wrapper for gencat
15232633Smp 97. Fix warning for write in SYSMALLOC systems.
16232633Smp 96. V6.17.09 - 20120102
17232633Smp 95. revert gencat handling to pre-cygwin fixes (without the env settings)
18232633Smp 94. remove stray endutent()
19232633Smp 93. V6.17.08 - 20111230
20232633Smp 92. Remove - from gencat
21232633Smp 91. Provide support for malloc_usable_size() so that linux works again
22232633Smp     without SYSMALLOC
23232633Smp 90. Add support for FreeBSD's utmpx.
24232633Smp 89. V6.17.07 - 20111227
25232633Smp 88. Fix debian bug #645238: tcsh segfaults when prompt includes %j and
26232633Smp     there are more than 10 jobs.
27232633Smp 87. PR/155: Default $anyerror to set for backward compatibility
28232633Smp 86. PR/149: Don't print -1 in %j (Vojtech Vitek)
29232633Smp 85. handle -- on chdir commands as the end of options processing so that
30232633Smp     they can process a directory like -x without resorting to ./-x
31232633Smp     (Andrew Stevenson)
32232633Smp 84. Handle write(2) returning ENOENT from SoFS, thanks ++HAL (Robert Byrnes)
33232633Smp 83. PR/38: Null check for jobs (Kurt Miller)
34232633Smp 82. Fix spelling correction correcting ./foo -> ../foo2 (jean-luc leger)
35232633Smp 81. PR/120: string0 in filetest does not have enough space.
36232633Smp 80. V6.17.06 - 20110415
37232633Smp 79. PR/110: Add $anyerror to select behavior. Default to the new one.
38232633Smp 78. Don't try to spell commands that are correct (Rouben Rostamian)
39232633Smp     [./tcsh -f; set path=($path 2); mkdir foo2; cd foo2; touch foo;
40232633Smp      chmod +x foo; set correct=cmd; ./foo -> ../foo]
41232633Smp 77. Don't push the syntax struct on the cleanup stack, because on foo;bar
42232633Smp     if foo fails, we will free bar prematurely (Ben Miller)
43232633Smp 76. Avoid infinite loop while trying to print the pid of a dying process
44232633Smp     to a closed file (Bob Arendt)
45232633Smp 75. Handle completion of ${ variables (Anthony Mallet)
46232633Smp 74. Add --disable-nls-catalogs (Corinna Vinschen)
47232633Smp 73. convert message catalogs to UTF-8 (Werner Fink)
48232633Smp 72. check that the NLS path works before setting $NLSPATH.
49232633Smp 71. use SYSMALLOC for GLIBC (Werner Fink)
50232633Smp 70. use mallinfo for SYSMALLOC (Corinna Vinschen)
51232633Smp 69. V6.17.05 - 20110201
52232633Smp 68. Use mkstemp() if there for here docs (Werner Fink)
53232633Smp 67. Fix handling of errors and exit values in builtins (Werner Fink)
54232633Smp 66. Better pty name detection (Werner Fink)
55232633Smp 65. Enable NLS catalogs on Cygwin (Corinna Vinschen)
56232633Smp 64. NLSPATH handling fixes (Corinna Vinschen)
57232633Smp 63. Avoid infrequent exit when tcsh cd's into a non-existent directory
58232633Smp     https://bugzilla.novell.com/show_bug.cgi?id=293395 (Werner Fink)
59232633Smp 62. Don't try to spell check full path binaries that are correct because
60232633Smp     they can cause hangs when other nfs partitions are hung. (Werner Fink)
61232633Smp 61. Avoid nested interrupts when exiting causing history writing to fail
62232633Smp     https://bugzilla.novell.com/show_bug.cgi?id=331627 (Werner Fink)
63232633Smp 60. Instead of giving an error or ignoring lines with missing eol at eof,
64232633Smp     process them.
65232633Smp 59. Avoid leaking fd's in mail check (Werner Fink)
66232633Smp 58. Add cygwin_xcrypt() (Corinna Vinschen)
67232633Smp 57. Recognize i686 (Corinna Vinschen)
68232633Smp 56. Rename cygwin32 to cygwin and bring it up-to-date with modern cygwin
69232633Smp     settings (Corinna Vinschen)
70232633Smp 55. Avoid double slashes in cdpath (Corinna Vinschen)
71232633Smp 54. V6.17.04 - 20110118
72232633Smp 53. Revert PR/110, breaks the test suite.
73232633Smp 52. V6.17.03 - 20110117
74232633Smp 51. PR/102: Complain on input files with missing trailing \n
75232633Smp 50. PR/104: If atime == mtime we don't have new mail.
76232633Smp 49. PR/113: Don't allow illegal variable names to be set.
77232633Smp 48. PR/112: don't set $REMOTEHOST on the local machine.
78232633Smp 47. PR/110: exit status of the pipeline should be the status of the last
79232633Smp     command.
80232633Smp 46. Android support (Corinna Vinschen)
81232633Smp 45. Add AUTOSET_KANJI which works around the Shift-JIS encoding that
82232633Smp     translates unshifted 7 bit ASCII (Werner Fink)
83232633Smp 44. Handle mb{r,}towc() returning 0 by setting the return value to NUL
84232633Smp     (Jean-Luc Leger)
85232633Smp 43. PR/109: make wait interruptible (Vojtech Vitek)
86232633Smp 42. resource limit fixes: signed vs. unsigned, megabyte issue, doc issues
87232633Smp     (Robert Byrnes)
88232633Smp 41. remove .bat and .cmd handling for executables on cygwin (Corinna Vinschen)
89232633Smp 40. Don't echo history while history -L or history -M
90232633Smp 39. Check for EOS before ** from Greg Dionne
91232633Smp 38. Don't fork in backeval from Bryan Mason
92232633Smp 37. Better globstar support from Greg Dionne
93232633Smp 36. Error out when processing the last incomplete line instead of silently
94232633Smp     ignoring it (Anders Kaseorg)
95232633Smp 35. Fix SEGV from echo ``
96232633Smp 34. Better fixes for histchars and promptchars (nargs)
97232633Smp 33. Fix win32 issue calling fmalloc/ffree from non-thread-safe context.
98232633Smp     (Fabio Fabbri)
99232633Smp 32. V6.17.02 - 20100512
100232633Smp 31. PR/79: nargs: Better handling for promptchars.
101232633Smp 30. PR/97: Add parseoctal to retain compatibility with previous versions (Jim
102232633Smp     Zajkowski)
103232633Smp 29. PR/84: Performance fixes for large history merges (add
104232633Smp     hashtable (Ted Anderson)
105232633Smp 28. Revert previous #23; people should use $histlit if they want this
106232633Smp     feature.
107232633Smp 27. Don't kill "hup" background jobs when a child of the shell exits.
108232633Smp     From Debian.
109232633Smp 26. Ignore \r\n in the command line options for OS's that don't strip
110232633Smp     these from #!; from Debian
111232633Smp 25. Fix enhanced missing patch (Greg Dionne)
112232633Smp 24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
113232633Smp     (Corinna Vinschen)
114232633Smp 23. Turn HistLit on while recording history to avoid \!\! losing its \.
115232633Smp     From Debian
116232633Smp 22. set autoexpand; set histchars="";\n<tab> crash. From Debian
117232633Smp 21. V6.17.01 - 20100506
118232633Smp 20. unset verbose while we are reading the history file to avoid echoing
119232633Smp     to the terminal. (Jeffrey Bastian)
120232633Smp 19. globstar addition, Enhance addition, euid, euser, gid variables
121232633Smp     (Greg Dionne)
122232633Smp 18. Make 'e' in vi mode work like 'b' - use wordchars (Alistair Crooks)
123232633Smp 17. Handle UTF-16 surrogates (Corinna Vinschen)
124232633Smp 16. Make tcsh work on systems where sizeof(wchar_t) == 2 (Corinna Vinschen)
125232633Smp 15. Better support for Solaris >= 2.9 (Thomas Uhle)
126232633Smp 14. Change internal expression calculations to long long so that we can
127232633Smp     deal with > 32 bit time, inodes, uids, file sizes etc.
128232633Smp 13. Add new linux resource limits.
129232633Smp 12. Don't print 'Exit X' when printexitvalue is set in `` expressions
130232633Smp     (Jeff Bastian)
131232633Smp 11. Add more LS_COLORS vars (M.H. Anderson)
132232633Smp 10. Reduce whitespace in Makefile (Don Estabrook)
133232633Smp  9. Manual page fixes (Alan R. S. Bueno)
134232633Smp  8. Remove history in loops bug from the documentation (Holger Weiss)
135232633Smp  7. Add autorehash (Holger Weiss)
136232633Smp  6. Add history.at (Ted Anderson)
137232633Smp  5. Better NLSPATH handling (Norm Jacobs)
138232633Smp  4. Fix hostname building from utmp (Cyrus Rahman)
139232633Smp  3. Handle pending signals before flush so that the the history file does
140232633Smp     not get truncated.  (Ted Anderson)
141232633Smp  2. Fix AsciiOnly setting that broke 8 bit input. (Juergen Keil)
142232633Smp  1. remember to closedir in mailchk (from Werner Fink, reported by
143232633Smp     David Binderman)
144232633Smp
145195609Smp 21. V6.17.00 - 20090710
146195609Smp 20. Fix dataroot autoconf issue.
147195609Smp 19. Fix directory stuff for unit tests.
148195609Smp 18. Fix small bug in history in loops.
149195609Smp 17. Provide newer config.{guess,sub}
150195609Smp 16. Fix gcc 4 warnings.
151195609Smp 15. Fix memory trashing bug introduced in 10.
152195609Smp 14. V6.16.01 - 20090624
153195609Smp 13. add missing sigemptyset in goodbye()
154195609Smp 12. add rlimit swapsize from FreeBSD.
155195609Smp 11. restore behavior where a[n-] never prints an error.
156195609Smp 10. always save the whole command, not just the first 80 chars of it.
157195609Smp  9. fix short2str/short2qstr length adjustment in wide chars
158195609Smp     (Vitezslav Crhonek)
159195609Smp  8. set histfile=/tmp/history.temp; set savehist=(100 merge);
160195609Smp     alias precmd history -S. After that justpr is not restored and commands
161195609Smp     don't execute. (Andriy Gapon)
162195609Smp  7. Fix "as" $ modifier from corrupting memory.
163195609Smp     set t=demfonsftraftionf; echo $t:as/f//
164195609Smp  6. Make $% work with environment variable (Ron Johnston)
165195609Smp  5. Dragonfly script support (Matthias Schmidt, m65)
166195609Smp  4. Add autoexpand=onlyhistory (Don Estabrook, m66)
167195609Smp  3. Add history in loops (Laurence Darby, m48)
168195609Smp  2. Add missing colorls "rs" variable (Shlomi Fish, m70)
169195609Smp  1. Fix pts detection issue (Ruslan Ermilov)
170195609Smp
171195609Smp 33. V6.16.00 - 20080930
172195609Smp 32. longjmp clobbered variable fixes.
173195609Smp 31. __GNX__ addition
174195609Smp 30. Windows fork fixes
175195609Smp 28. V6.15.02 - 20080830
176195609Smp 27. Fix an eval free'ing botch (Per Hedeland)
177195609Smp 26. /bin/echo "`" coredumped because stderror() calls longjmp corrupting
178195609Smp     the stack (Mark Davies). We should vet the code for all stderror()
179195609Smp     calls that cleanup local stack variables.
180195609Smp 25. foo > ${undef} caused coredumps because of vfork() child corrupting
181195609Smp     the state of the parent stack. 
182195609Smp 24. $x[A-B] did not complain for A out of range. (Cai Xianchao)
183195609Smp 23. rename setp -> tcsh_setp to avoid conflict with mach (Javier Vasquez)
184195609Smp 22. Fix degree handling by defining __XPG4_CHAR_CLASS__ for solaris
185195609Smp     (Mike Sullivan)
186195609Smp 21. Change 'od' to 'od -c' in tests so that they work on big endian machines.
187195609Smp     (Martin Kraemer)
188195609Smp 20. Add environment variable COMMAND_LINE to be available in completions
189195609Smp     (Marcin Konarski)
190195609Smp 19. V6.15.01 - 20070928
191195609Smp 18. Evaluate expressions in the proper order (Li Zefan), controlled by
192195609Smp     compat_expr.
193195609Smp 17. Don't need to flush() if we are silent. Prevents recursive error issue.
194195609Smp     (joshua stein)
195195609Smp 16. Don't execute the jobcmd if the output is not a tty (Charles Ross)
196195609Smp 15. Quote the history in the examples (Johann 'Myrkraverk' Oskarsson)
197195609Smp 14. Mismatch clarification patch (Per Hedeland)
198195609Smp 13. Fix 'repeat n cmd &' abort() (Mike Sullivan)
199195609Smp 12. Fix octal parsing (Li Zefan)
200195609Smp 11. Fix pty detection for autologout setting (Kris Kennaway, Giorgos Keramidas)
201195609Smp 10. kill `foo` got stuck because sigchld was disabled too soon (Mark Peek)
202195609Smp  9. Avoid null pointer dereference in proc cwd (Kurt Miller)
203195609Smp  8. eval "foreach a b c" exits (Anthony Menasse)
204195609Smp  7. Quoting was broken in substitutions (Joe Wells)
205195609Smp  6. QNX patches via pkgsrc
206195609Smp  5. cd - twice from a directory that contained a glob pattern,
207195609Smp     expands the glob twice (Mark Santcroos)
208195609Smp  4. MidnightBsd support (Lucas Holt)
209195609Smp  3. Fix history substitution core-dump with no history entries
210195609Smp  2. Merge two character tables that are the same (Martin Kraemer)
211195609Smp  1. On ancient 7 bit locales, punctuation characters are used to
212195609Smp     denote special characters such as umlaut, adiaresis, etc.
213195609Smp     These characters return true for isalpha/isalnum. Ignore them
214195609Smp     because they break parsing (Martin Kraemer)
215195609Smp
216167465Smp 74. V6.15.00 - 20070303
217167465Smp 73. fix extension eating windows code (christos)
218167465Smp 72. fix loop in %R history expansion (christos)
219167465Smp 71. sched +X source file disables interrupts (Mike Sullivan)
220167465Smp 70. One off copying macro buffers (Jean-Luc Leger)
221167465Smp 69. Avoid infinite loops in :ga modifiers when the LHS is a substring of the
222167465Smp     RHS.
223167465Smp 68. Automatically disable WIDE_STRINGS with --disable-nls (Miloslav Trmac)
224167465Smp 67. V6.14.07 - 20060825
225167465Smp 66. rename set to setv to avoid clashes (christos)
226167465Smp 65. Eliminate sighold/sigrelse (christos)
227167465Smp 64. Compilation cleanups. (Martin Kraemer)
228167465Smp 63. Don't rebuild needlessly when generated files are unchanged
229167465Smp     (Martin Kraemer)
230167465Smp 62. Fix confusion between Char and eChar (Martin Kraemer)
231167465Smp 61. V6.14.06 - 20060824
232167465Smp 60. set PROGRAM_ENVIRONMENT for OSD_POSIX (Martin Kraemer)
233167465Smp 59. EBCDIC patch (Martin Kraemer)
234167465Smp 58. Remove globbing support in history rearches (Ryan Barrett)
235167465Smp 57. Highlighting patch (Ryan Barrett)
236167465Smp 56. Mark-Cursor exchange emacs editing fix (Martin Kraemer)
237167465Smp 55. V6.14.05 - 20060304
238167465Smp 54. don't limit termcap strings to 1K (Alan Ferrency)
239167465Smp 53. protect against null path.
240167465Smp 52. Be more conservative in wide_read PR#29
241167465Smp 51. remove HAVE_STRCOLL; not needed anymore (Miloslav Trmac)
242167465Smp 50. remove imake support and make nls configurable by configure
243167465Smp     (Miloslav Trmac)
244167465Smp 49. V6.14.04 - 20060214
245167465Smp 48. Fixes build failure with !SHORT_STRINGS (Miloslav Trmac)
246167465Smp 47. Fixes constness warnings with !SHORT_STRINGS: short2str is "strip()",
247167465Smp     which modifies its argument.  Rather than verify this is safe in all
248167465Smp     callers, I have added caching_strip() to mirror the behavior of other
249167465Smp     modes. (Miloslav Trmac)
250167465Smp 46. Fixes some constness warnings with SHORT_STRINGS;  this is orthogonal
251167465Smp     to both build errors with SHORT_STRINGS in 6.14.03, and
252167465Smp     short_strings.patch. (Miloslav Trmac)
253167465Smp 45. config-catalogs.patch: Autodetect catalog support (#14). (Miloslav Trmac)
254167465Smp 44. auth.patch: Handle false positives in getauthid() detection,
255167465Smp     IIRC on FreeBSD. (Miloslav Trmac)
256167465Smp 43. crypt.patch: Autodetect whether <crypt.h> is available. (Miloslav Trmac)
257167465Smp 42. sigint.patch: Block SIGINT while waiting on children.
258167465Smp     This is necessary, but I'll still have to look on the older
259167465Smp     releases to find out why it was not necessary before
260167465Smp     ("before" = 6.13 on Linux). (Miloslav Trmac)
261167465Smp 41. config-package.patch: Readd package version to configure.in,
262167465Smp     the testsuite uses it.
263167465Smp     (TODO: a better integration with package.h) (Miloslav Trmac)
264167465Smp 40. item_len.patch: Truncate item.len when truncating the string,
265167465Smp     just to be sure. (Miloslav Trmac)
266167465Smp 39. va_list.patch: Add missing va_end(). (Miloslav Trmac)
267167465Smp 38. Use va_copy in xvasprintf(); emulate va_copy as suggested in
268167465Smp     Autoconf manual if it is not available. (Miloslav Trmac)
269167465Smp 37. declarations.patch: Replace some #ifdef nests by autodetecting
270167465Smp     whether the guarded declaration is necessary.
271167465Smp     I'm only guessing this is the intent of the #ifdefs, though.
272167465Smp     Declare environ unconditionally, it is a bit hard to detect
273167465Smp     and the declaration is correct for Linux, anyway. (Miloslav Trmac)
274167465Smp 36. warning.patch: Fix a const warning.
275167465Smp 35. More color-ls variables (Jean-Luc Leger)
276167465Smp 34. V6.14.03 - 20060212
277167465Smp 33. Signal related changes (Miloslav Trmac)
278167465Smp 32. Misc cast cleanups and code clarification (Miloslav Trmac)
279167465Smp 31. Use dynamically allocated buffers everywhere (Miloslav Trmac)
280167465Smp 30. Fix reading of invalid byte sequences (Miloslav Trmac)
281167465Smp 29. read should only increment count when it succeeds (Miloslav Trmac)
282167465Smp 28. testsuiteadditions (Miloslav Trmac)
283167465Smp 27. -n fixes (Miloslav Trmac)
284167465Smp 26. signness warnings (Miloslav Trmac)
285167465Smp 25. Prevent infinite recursion in catclose (Gerhard Niklasch)
286167465Smp 24. Add Dragonfly (Joerg Sonnenberger)
287167465Smp 23. Check for wcwidth returning a negative number (TOMITA Yoshinori)
288167465Smp 22. recognize "li" and "co" in echotc (Martin Kraemer) [PR/7]
289167465Smp 21. Don't use T_Cols for wrapping purposes; use TermH consistently
290167465Smp     (Martin Kraemer) [PR/8]
291167465Smp 20. Don't display duplicate utmp records (Miloslav Trmac) [PR/17]
292167465Smp 19. Clarify hashing and -f sections of man page (Volker Quetschke) [PR/20]
293167465Smp 18. Dave Yearke: configure did not recognize solaris 10 [PR/18]
294167465Smp 17. CYGWIN: Don't lowercase commands and allow foo.exe on command line.
295167465Smp     (Corinna Vinschen) [PR/19]
296167465Smp 16. CYGWIN: cd /foo && cd .. ends up erroneously in // for systems that
297167465Smp     HAVE_SLASHSLASH [PR/21]
298167465Smp 15. %j was broken (Peter Kruse)
299167465Smp 14. Extend // handling in pathnames from being apollo specific to also
300167465Smp     cygwin (Corinna Vinschen)
301167465Smp 13. Fix uppercase/lowercase transformations (Jean-Luc Leger)
302167465Smp 12. Fix symlink expansion (revert from 6.10.00) (Jean-Luc Leger and Christos)
303167465Smp 11. Fix literal sequence in prompt (Miloslav Trmac)
304167465Smp 10. V6.14.02 - 20050412
305167465Smp  9. Prototype fixes (Miloslav Trmac and Jean-Luc Leger)
306167465Smp  8. V6.14.01 - 20050411
307167465Smp  7. Make =- refer to $owd (H.Merijn Brand)
308167465Smp  6. Use prototypes (almost) everywhere (Miloslav Trmac) (issue #5)
309167465Smp  5. Fix doc path in Cygwin installation (Corinna Vinschen)
310167465Smp  4. Fix column size calculation (Martin Kraemer)
311167465Smp  3. Implement newline-and-hold and newline-and-down-history (Per Hedeland)
312167465Smp  2. Messages fixes for the ja (Japanese) locale (NAKAMURA Takeshi) (issue #4)
313167465Smp  1. Enable charset conversion in nls (Miloslav Trmac) (issue #3)
314167465Smp
315145479Smp 76. V6.14.00 - 20050325
316145479Smp 75. Additional messages for the ja (Japanese) locale (NAKAMURA Takeshi)
317145479Smp 74. V6.13.10 - 20050321
318145479Smp 73. Implement --help (Tom Warzeka)
319145479Smp 72. Clamp solaris autologout time
320145479Smp 71. Add support for "limit heapsize" (Martin Kraemer)
321145479Smp 70. Improved autoconf for utmp/utmpx (Miloslav Trmac)
322145479Smp 69. V6.13.09 - 20050303
323145479Smp 68. Autoconf additions (Miloslav Trmac and Jean-Luc Leger)
324145479Smp 67. Fix erroneous sign extension when printing huge numbers (Martin Kraemer)
325145479Smp 66. Handle delay in termcap entries (Martin Kraemer)
326145479Smp 65. EBCDIC and BS2000 fixes (Martin Kraemer)
327145479Smp 64. Avoid the SCCS percent-S-percent sequence differently (Kimmo Suominen)
328145479Smp 63. Mark position update fixes (Martin Kraemer)
329145479Smp 62. Define BSDLIMIT and BSDTIMES for Cygwin (Corinna Vinschen)
330145479Smp 61. Fix NLSFrom prototype (Martin Kraemer)
331145479Smp 60. V6.13.08 - 20050303
332145479Smp 59. Add test for socklen_t in autoconf
333145479Smp 58. Fix problems with NLSFrom prototype
334145479Smp 57. Deal with AIX's utmpx lossage
335145479Smp 56. V6.13.07 - 20050118
336145479Smp 55. constifications, XXX: duplicate prototype on setpgrp().
337145479Smp 54. iconv fixes (Miloslav Trmac)
338145479Smp 53. literal code cleanups (Miloslav Trmac)
339145479Smp 52. move intptr_t definition to sh.h and include both stdint.h and inttypes.h
340145479Smp 51. Fix dup2() issues, and introduce FSAFE as the highest file descriptor
341145479Smp     to be left untouched. This is to avoid closing hesiod/nis etc file
342145479Smp     descriptors behind their backs. I need to really fix file descriptor
343145479Smp     handling one day.
344145479Smp 50. forward<->reverse char conversion verification (Miloslav Trmac)
345145479Smp 49. japanese locale additions (Yoshiyuki Sakakibara)
346145479Smp 48. wide character/utf 8 cleanups (Michael Schroeder)
347145479Smp 47. V6.13.06 - 20050105
348145479Smp 46. autoconf cleanup (Miloslav Trmac)
349145479Smp 45. Fix literal refresh code (Michael Schroeder)
350145479Smp 44. Fix history printing bug with WIDE_STRINGS
351145479Smp 43. V6.13.05 - 20041121
352145479Smp 42. deal with not having intptr_t
353145479Smp 41. get rid of bool.
354145479Smp 40. Protect HAVE_ICONV with NLS_CATALOGS
355145479Smp 39. Deal with wchar_t being unsigned.
356145479Smp 38. If we HAVEUTMPX redefine some utmp functions in terms of utmpx ones.
357145479Smp 37. V6.13.04 - 20041120
358145479Smp 36. Fix display problems with two-column characters when using WIDE_STRINGS.
359145479Smp     (Miloslav Trmac)
360145479Smp 35. Change charset declarations for some of the translations.
361145479Smp     (Miloslav Trmac)
362145479Smp 34. Set O_LARGEFILE properly (Miloslav Trmac)
363145479Smp 33. Use libc functions to access utmp data (Miloslav Trmac)
364145479Smp 32. t_pmatch() was not really case-insensitive when cs == 8
365145479Smp     (Miloslav Trmac)
366145479Smp 31. Fix escaping of "control" bytes 0x80..0x9F when they are actually
367145479Smp     parts of UTF-8 character representation.  (Miloslav Trmac)
368145479Smp 30. V6.13.03 - 20041120
369145479Smp 29. More close_on_exec fixes (Miloslav Trmac)
370145479Smp 28. SUSE dspmbyte fixes (via Harald)
371145479Smp 27. Newline handling in command substitution controlled by csubstnonl
372145479Smp     (Miloslav Trmac)
373145479Smp 26. Fix UNC prompt expansion (WIN32) (Yasuhiro Matsumoto)
374145479Smp 25. Fix incorrect xprintf() usage (Miloslav Trmac)
375145479Smp 24. Additional architectures support for $HOSTTYPE and $MACHTYPE
376145479Smp     (Miloslav Trmac)
377145479Smp 23. Use nl_langinfo(CODESET) to determine $dspmbyte (Miloslav Trmac)
378145479Smp 22. Complete arguments that contant a # (Steven Grady)
379145479Smp 21. Set close-on-exec in subshells
380145479Smp 20. Compilation fixes (Miloslav Trmac)
381145479Smp 19. V6.13.02 - 20040804
382145479Smp 18. de-register, de-extern, de-shadow, and const poison.
383145479Smp 17. WIDE_STRINGS support (Miloslav Trmac)
384145479Smp 16. warning cleanups (Miloslav Trmac)
385145479Smp 15. nlsclose() arg passing, exp2 is now a gcc builtin (Mark Peek)
386145479Smp 14. iconv malloc portability fix.
387145479Smp 13. make automatic dspmbyte determination case insensitive
388145479Smp 12. V6.13.01 - 20040724
389145479Smp 11. bug fix in automatic dspmbyte setting (Miloslav Trmac)
390145479Smp 10. iconv patches (Miloslav Trmac)
391145479Smp  9. cygwin signal fixes; only init 32 signals, don't set bit flag on error;
392145479Smp     breaks SIGHUP. (Corinna Vinschen)
393145479Smp  8. Make sure terminal size change takes effect immediately.
394145479Smp  7. Obey $printexitvalue for builtins.
395145479Smp  6. FreeBSD PR/66420: Allow history parsing to be special so that it
396145479Smp     can handle inline # characters (Oliver Eikemeier)
397145479Smp  5. new termname builtin from (Andrew Stevenson)
398145479Smp  4. if ($var =~ *[^0-9]*) echo not numeric, fix (Andrew Stevenson)
399145479Smp  3. completion fix to avoid dup hosts from ssh_known_hosts
400145479Smp     (Eric D. Hendrickson)
401145479Smp  2. vc++ 7.1 compilation fix (Steve Schockley)
402145479Smp  1. UTF-8 handling for both single and double width characters, but
403145479Smp     no combining character support. (Michael Schroeder)
404145479Smp
405131962Smp 36. V6.13.00 - 20040519
406131962Smp 35. V6.12.03 - 20040322
407131962Smp 34. turn on kanji and dspmbyte by default; add check for utf8 locales,
408131962Smp     and turn parsing of that automatically based on $LANG.
409131962Smp 33. Fix compilation issue under Windows/NT and charset incorrect patch
410131962Smp     (Yoshiyuki Sakakibara)
411131962Smp 32. completion additions (Tom Warzeka)
412131962Smp 31. compilation fix (Martin Kraemer)
413131962Smp 30. V6.12.02 - 20040221
414131962Smp 29. Glob completion listing addition (Tom Warzeka)
415131962Smp 28. BS2000 bs2cmd builtin. (Martin Kraemer)
416131962Smp 27. Fix interrupt resetting code when /etc startup scripts have syntax errors
417131962Smp     (Mark A. Grondona)
418131962Smp 26. Clarification of kill-ring commands (Per Hedeland)
419131962Smp 25. Debian completion additions (Martin Godisch)
420131962Smp 24. Japanese character set fixes (Juehiro-san) from debian
421131962Smp 23. NLS charset fixes; disabled since they only work with gnu gencat
422131962Smp     (Martin Godisch)
423131962Smp 22. Fix HPUX >= 11 resource (Jack Cummings)
424131962Smp 21. Handle breaksw that jumps out of loops.
425131962Smp 20. Revert #16. It causes worse problems.
426131962Smp 19. Avoid using execl() because the last NULL does not always promoted to
427131962Smp     a pointer because the function is variadic (Harti Brandt)
428131962Smp 18. revert ignoreeof to the 6.11.00 behavior and document it (Martin Godisch)
429131962Smp 17. do a case insensitive comparison for the multibyte vars (Martin Godisch)
430131962Smp 16. don't sigsuspend() for an already exited job
431131962Smp 15. glob all arguments in source (Martin Godisch)
432131962Smp 14. various debian fixes (Martin Godisch)
433131962Smp 13. setenv syntax check revert (Satoshi I. Nozawa)
434131962Smp 12. EAGAIN typo (dan harkless)
435131962Smp 11. filec compilation issue on hpux (beebe)
436131962Smp 10. win32 compilation fixes for O_LARGEFILE (amol)
437131962Smp  9. Don't go into an infinite loop when tcgetpgrp() returns an error.
438131962Smp  8. Cygwin fixes (Corinna Vinschen)
439131962Smp  7. NLS catclose() bug avoidance (KAJIMOTO Masato)
440131962Smp  6. V6.12.01 - 20030208
441131962Smp  5. Misc NT cleanup. No more GPL code (amol)
442131962Smp  4. use strtol() to detect errors in builtin kill (Peter Jeremy)
443131962Smp  3. Recognize linux systems on mips* (Maciej W. Rozycki)
444131962Smp  2. Enable complete=igncase on unix (Stephen Krauth)
445131962Smp  1. Eliminate maxitems (Todd Miller)
446131962Smp
447131962Smp 58. V6.12.00 - 20020732
448100616Smp 57. misc cleanups.
449100616Smp 56. V6.11.05 - 20020712
450100616Smp 55. We should have socklen_t in the INET6 case, but we leave int otherwise.
451100616Smp 54. Fixed for Darwin/Rhapsody (Mark Peek)
452100616Smp 53. provide new config.sub and config.guess from ftp://ftp.gnu.org/gnu/config/
453100616Smp     (Nelson Beebe)
454100616Smp 52. V6.11.04 - 20020709
455100616Smp 51. Dissallow setting of environment variables that do not contain
456100616Smp     alphanumeric names (Ton Voon)
457100616Smp 50. Don't expand path components that don't resolve to path names (Jonathan
458100616Smp     Chen)
459100616Smp 49. Make $ignoreeof agree with the man page (Matias Moreno Meringer)
460100616Smp 48. Fix argument passing in tc.prompt.c expdollar (Nelson Beebe)
461100616Smp 47. Completion fixes from FreeBSD (Mark Peek)
462100616Smp 46. FreeBSD's sbsize limit (Mark Peek)
463100616Smp 45. Fix repeat 3 repeat 2 echo foo
464100616Smp 44. Fix I/O redirection in scripts (Ian D Allen)
465100616Smp 43. Fix ` \\\n ` evaluation (Jean-Luc Leger)
466100616Smp 42. add --version (Nelson Beebe)
467100616Smp 41. portability fixes for sed (Nelson Beebe)
468100616Smp 40. undef sv_handler for AIX's benefit. (Nelson Beebe)
469100616Smp 39. Add a test for ss_family that disables IPV6 (linux/ppc, osf/1 have
470100616Smp     problems) (Nelson Beebe)
471100616Smp 38. Disable ipv6 for Apple (Nelson Beebe)
472100616Smp 37. Fix darwin configure entry (Nelson Beebe)
473100616Smp 36. V6.11.03 - 20020701
474100616Smp 35. Add Ian D. Allen's bug list.
475100616Smp 34. If we are invoked as csh, default to bsd echo (Matej Vela)
476100616Smp 33. Don't close file descriptors too early because setuid scripts fail.
477100616Smp     (Jill Pryse-Davies)
478100616Smp 32. Completion updates (Tom Warzeka)
479100616Smp 31. Fix compilation issue on SunOS4 with _POSIX_VDISABLE (Tom Warzeka)
480100616Smp 30. ukrainian update (Olexander Kunytsa)
481100616Smp 29. DSPMBYTE=utf8 patch (Jean-Luc Leger)
482100616Smp 28. fix ipv4 only compilation, remove extra sigsetmask() call (Takayuki Nakao)
483100616Smp 27. window change can cause free to be re-entered causing abort (Mark Peek)
484100616Smp 26. vp->vec vetting, suggested by Ian Dall.
485100616Smp 25. V6.11.02 - 20020516
486100616Smp 24. Fix prompt bugs in $var and %c0n (TAKAI Kousuke)
487100616Smp 23. Add Cray SV2 config (Rafal Maszkowski)
488100616Smp 22. Add pdf manual page (Warren Ferguson)
489100616Smp 21. Fix REMOTEHOST lossage in with AF_LOCAL sockets (Tom Mander)
490100616Smp 20. Fix win32 break because of TIOCSTI (Amol)
491100616Smp 19. Fix TIOCSTI for hpux 11  (Igor Schein)
492100616Smp 18. Avoid collapsing paths that refer to non-existent components
493100616Smp     (Martin Kraemer)
494100616Smp 17. Make -shell invocations always treated as a login shell.
495100616Smp 16. V6.11.01 - 20020308
496100616Smp 15. Fixes to polish nls locale (Pawe� Niewiadomski)
497100616Smp 14. russian locale fixes (Alexey Dokuchaev)
498100616Smp 13. document door support (Shaen)
499100616Smp 12. tcsh euc handling extensions (Alexey Zelkin)
500100616Smp 11. Make sure that jobcmd does not clobber the current job (Rob McMahon)
501100616Smp 10. Make sure that the output of verbose and echo do not end up in the
502100616Smp     command output (Victor I. Pasko)
503100616Smp  9. Add %j in prompt [needs more work; is not right the first time
504100616Smp     after proclist changes] (Hr. Peter Kruse)
505100616Smp  8. `` commands with embedded newlines would ignore commands following
506100616Smp     the new line (Victor I. Pasko)
507100616Smp  7. Re-initialize nls if NLSPATH is changed (Naoki Wakamatsu)
508100616Smp  6. Fix 64 bit compilation with linux and resource limits.
509100616Smp  5. Avoid double globbing when ls-F needs to fork (Joe Townsend)
510100616Smp  4. put back csh filec compatible support.
511100616Smp  3. add support for quads in xprintf in the presence of gcc.
512100616Smp  2. unlimit should set rlim.rlim_max to rlim.rlim_cur if max < cur.
513100616Smp  1. Make ~user work again when the home directory is '/'.
514100616Smp
51583098Smp 40. V6.11.00 - 20010902
51683098Smp 39. Completion fixes (Tom Warzeka)
51783098Smp 38. make c_insert not static so that it can be used from win32 (amol)
51883098Smp 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
51983098Smp 36. V6.10.02 - 20010806
520100616Smp 35. polish nls locale (Pawe� Niewiadomski))
52183098Smp 34. Fix a tcsetattr race running background jobs as the last line on an xterm
52283098Smp     window (Andrew Brown)
52383098Smp 33. jobcmd alias (Greg Parker)
52483098Smp 32. hpux11 support (Joshua Weage)
52583098Smp 31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
52683098Smp 30. Add kill -s (Mark Peek)
52783098Smp 29. Don't recognize all mips as dec (Bjorn Knutsson)
52883098Smp 28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
52983098Smp 27. Port to concurrent's powermaxos (Matt Majka)
53083098Smp 26. New builtin srcfile (Amol)
53183098Smp 25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
53283098Smp 24. %0Xc was broken in the prompt if the user's home directory was '/'.
53383098Smp     (reported by Edward Glowacki)
53483098Smp 23. V6.10.01 - 20010426
53583098Smp 22. LARGEFILE support on Linux.
53683098Smp 21. Add big5 multibyte support (Yen-Ming Lee)
53783098Smp 20. Check the return value of setpriority (Dima Dorfman)
53883098Smp 19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
53983098Smp 18. Russian translation (Ilmar S. Habibulin)
54083098Smp 17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
54183098Smp 16. Add door support in colorls (Shaen)
54283098Smp 15. Add BSD_STYLE_COLORLS for FreeBSD (Anand)
54383098Smp 14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway)
54483098Smp 13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
54583098Smp 12. Fix broken comment, and new versions of config.guess and config.sub
54683098Smp     (H.Merijn Brand)
54783098Smp 11. fix redrawing in the recognize case (Andrew Brown)
54883098Smp 10. don't call qsort with 0 items. (Luke Mewburn)
54983098Smp  9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
55083098Smp  8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
55183098Smp  7. hpux fixes (Chienting Lin)
55283098Smp  6. Implement kill ring (Per Hedeland)
55383098Smp  5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
55483098Smp  4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki)
55583098Smp  3. back out symlink=expand path check.
55683098Smp  2. Add Estonian translation (Toomas Soome)
55783098Smp  1. Accept empty $savedirs to mean infinity.
55883098Smp
55969408Sache 57. V6.10.00 - 20001119
56069408Sache 56. Completion fixes (Tom Warzeka)
56169408Sache 55. add missing linux kanji define (Tsuyoshi Kawabe)
56269408Sache 54. More WINNT_NATIVE fixes (amol)
56369408Sache 53. Fix compile error on winnt (Yoshiyuki Sakakibara)
56469408Sache 52. nonstopux configure and makefile fixes (Tom Bates)
56569408Sache 51. V6.09.04 - 20001111
56669408Sache 50. Order of initialization for multibyte display was wrong 
56769408Sache     (HyunChul Kim)
56869408Sache 49. Follow the guideline for linux for japanese locale:
56969408Sache     http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
57069408Sache     (Tomohiro KUBOTA)
57169408Sache 48. Ukrainian nls map (Olexander Kunytsa)
57269408Sache 47. exit immeditiately if we get an error while we are setting up
57369408Sache     (Michael Shalayeff)
57469408Sache 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
57569408Sache 45. change winnt to winnt_native (Randolph Fritz)
57669408Sache 44. Support home/end in the editor (Andrey A. Chernov)
57769408Sache 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
57869408Sache 42. Alpha ev6 addition (Karen R. McArthur)
57969408Sache 41. DSPMBYTE patch from (Issei Suzuki)
58069408Sache 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
58169408Sache 39. Fix resource limit rounding *again* (Johannes Gross)
58269408Sache 38. Fix $ expansion in prompt (Takashi Sumiyoshi)
58369408Sache 37. V6.09.03 - 20000715
58469408Sache 36. cygwin port fixes (Arihiro Yoshida)
58569408Sache 35. Add a new "catalog" variable that specifies which NLS catalog
58669408Sache     to be used (Issei Suzuki)
58769408Sache 34. cleanup and addition of page up/down (amol)
58869408Sache 33. fix vfork compile problem.
58969408Sache 32. use inet_addr instead of inet_aton for portability.
59069408Sache 31. V6.09.02 - 20000704
59169408Sache 30. lots more completions (George Cox)
59269408Sache 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
59369408Sache     avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
59469408Sache 28. _MINIX_VMD port (Martijn van Buul)
59569408Sache 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
59669408Sache 26. aix-4 does not need gethostname (Darren Reed)
59769408Sache 25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
59869408Sache 24. Fix prompt formatting (Andrey A. Chernov)
59969408Sache 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
60069408Sache 22. Handle long and expanded history lines better (Boleslaw Ciesielski)
60169408Sache 21. With symlinks=expand expand valid paths only (Martin Kraemer)
60269408Sache 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
60369408Sache 19. NT-specific executable detection moved to NT code (amol)
60469408Sache 18. New "complete module" (Dan Nicolaescu)
60569408Sache 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)
60669408Sache 16. Don't display "unset watch" message when not appropriate (kim)
60769408Sache 15. V6.09.01 - 20000114
60869408Sache 14. Circumvent IRIX4D ESTALE bug by exiting.
60969408Sache 13. IRIS4D de-linting.
61069408Sache 12. Finnish nls catalogs (Jukka A. Ukkonen)
61169408Sache 11. Even more multibyte fixes (Taga Nayuta)
61269408Sache 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
61369408Sache  9. Manual page typos (R. Bernstein)
61469408Sache  8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
61569408Sache  7. Color-ls fixes (Luis Francisco Gonzalez)
61669408Sache  6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
61759415Sobrien     the value returned from times(2) which is the ticks since system
61859415Sobrien     startup (Frank van der Linden)
61969408Sache  5. Time percentage wrap fix (Simon Burge)
62069408Sache  4. EUCKR support (HyunChul Kim)
62169408Sache  3. Grammar and typo fixes for tcsh.man (Steve Kelem)
62269408Sache  2. More multibyte fixes (Rodney Ruddock)
62369408Sache  1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
62469408Sache
62559243Sobrien 65. V6.09.00 - 19990816
62659243Sobrien 64. Add csh emacs mode (Dan Harkless)
62759243Sobrien 63. Make sure the the glob buffer matches the word buffer size (Brian Biswas)
62859243Sobrien 62. Fix periodic to work without tperiod set (Kenny McCormack)
62959243Sobrien 61. V6.08.07 - 19990813
63059243Sobrien 60. Fix e_dabbrev_expand (Bjorn Knutsson)
63159243Sobrien 59. Make \builtin work again (by calling the command not the builtin)
63259243Sobrien 58. Add NLS_BUGS for OS's that keep file descriptors open for NLS (Ian Dowse)
63359243Sobrien 57. Make NONLSREBIND work after tcsh starts up.
63459243Sobrien 56. Fix AIX stupid exit bug. (Dan Harkless)
63559243Sobrien 55. More irix fixes (Kaveh)
63659243Sobrien 54. V6.08.06 - 19990701
63759243Sobrien 53. module command completion (Dan Nicolaescu)
63859243Sobrien 52. Man command completion enhancement (Tom)
63959243Sobrien 51. Fixes for irix configuration (Kaveh)
64059243Sobrien 50. Support \a and \e in echo command. From (Keith Thompson)
64159243Sobrien 49. Alpha configure nit from Kaveh
64259243Sobrien 48. V6.08.05 - 19990511
64359243Sobrien 47. In some system, when a builtin fails immediately after we start
64459243Sobrien     tcsh and before we print any messages, NLS messages fail (some
64559243Sobrien     descriptor might be closed) [FreeBSD, HP/UX?]. So we force reading
64659243Sobrien     the NLS catalogs in errinit() (Yoshiyuki Sakakibara)
64759243Sobrien 46. typos in ja/set1 and ja/set29 (Yoshiyuki Sakakibara)
64859243Sobrien 45. "dspmbyte autoset trap" support to HP-UX 10.20. (Yoshiyuki Sakakibara)
64959243Sobrien 44. misnumbered NLS message in tw.help.c (Yoshiyuki Sakakibara)
65059243Sobrien 43. colorcat variable for NLS color messages (Yoshiyuki Sakakibara)
65159243Sobrien 42. autoconf fixes from Kaveh (and if it broke, me)
65259243Sobrien 41. SGI irix fixes from Glenn Coombs.
65359243Sobrien 40. Don't spin writing the history file when quota is exceeded (Rob McMahon)
65459243Sobrien 39. V6.08.04 - 19990419
65559243Sobrien 38. complete additions (John Gotts)
65659243Sobrien 37. Port to amiga with geek gadgets (Arto Huusko)
65759243Sobrien 36. Ignore case in setenv for windows (amol)
65859243Sobrien 35. Bug fixes for NT unc stuff (amol)
65959243Sobrien 34. Hash spell check (amol)
66059243Sobrien 33. V6.08.03 - 19990211
66159243Sobrien 32. Helpcommand documentation (Vladimir Alexiev)
66259243Sobrien 31. small Y2K fix [%y in prompt would be formatted as 10 not 00 at year 2000],
66359243Sobrien     and new Itoa() code (Chris Torek)
66459243Sobrien 30. OpenBSD m68k patches (Paul DuBois)
66559243Sobrien 29. Avoid redefinition of getpeername on Solaris-2.7
66659243Sobrien 28. fix problems with savedups=erase, savehist=merge (Randy Gobbel)
66759243Sobrien 27. Don't set $shell to csh, if we were invoked as tcsh (Tomas Persson)
66859243Sobrien 26. added $_
66959243Sobrien 25. added postcmd
67059243Sobrien 24. V6.08.02 - 19981124
67159243Sobrien 23. document continue and continue_args
67259243Sobrien 22. wrong test in slowexec made NT optimization a noop (Amol)
67359243Sobrien 21. Rhapsody fixes + separate CFLAGS/CPPFLAGS (Wilfredo Sanchez)
67459243Sobrien 20. literals in both prompt at rprompt did not work properly (Taga Nayuta)
67559243Sobrien 19. multibyte deletion fixes (Yoshiyuki.Sakakibara)
67659243Sobrien 18. clean up key binding stuff for NT by moving the nt dependent code to
67759243Sobrien     the NT source (amol)
67859243Sobrien 17. dspmbyte fixes for AIX, typos in man page and nls (Yoshiyuki Sakakibara)
67959243Sobrien 16. Convex fixes (Ron Echeverri)
68059243Sobrien 15. V6.08.01 - 19981025
68159243Sobrien 14. SX4 port; this adds many casts for machines where ptrdiff_t is 64 bits.
68259243Sobrien     (Andreas Schott)
68359243Sobrien 13. U/Win port; does not work properly with U/Win 1.6, wait for the next
68459243Sobrien     version (Chris Jones)
68559243Sobrien 12. Sgi does not need gethostname prototype (John Bogan)
68659243Sobrien 11. Logic in sh.dir.c was wrong for NT (Amol)
68759243Sobrien 10. HP_CXD_SPP stat64 fixes (Scott Garee)
68859243Sobrien  9. Documentation spelling fixes (Keith Thompson)
68959243Sobrien  8. Documentation fix for savedirs (Amol)
69059243Sobrien  7. Siemens OSD_POSIX fixes (Martin Kraemer)
69159243Sobrien  6. include <errno.h> for all the BSD's (Trevor Johnson)
69259243Sobrien  5. Multibyte display fixes for gnu ls (Taga Nayuta)
69359243Sobrien  4. Configure/Makefile hesiod and bindir fixes (Dan Winship)
69459243Sobrien  3. Use winnt not win32 in tc.os.h (Amol)
69559243Sobrien  2. Cygwin32 port (Raj Menon)
69659243Sobrien  1. Ported Fixes (Tom)
69759243Sobrien
69859243Sobrien 95. V6.08.00 - 19981002
69959243Sobrien 94. where builtin nt fix (Amol)
70059243Sobrien 93. V6.07.13 - 19980926
70159243Sobrien 96. NT multibyte fixes (Amol)
70259243Sobrien 95. NeXT needs getcwd.
70359243Sobrien 94. fix new bug introduced by strncpy'fication in sh.dir.c (Taga Nayuta)
70459243Sobrien 93. V6.07.12 - 19980918
70559243Sobrien 92. add cray in configure script (Tom)
70659243Sobrien 91. nls fixes
70759243Sobrien 90. Avoid buffer overflows in directory code (kim)
70859243Sobrien 89. Add multibyte character display support (Yoshiyuki Sakakibara)
70959243Sobrien 88. Make tcsh use getcwd instead of getwd and supply a getcwd.
71059243Sobrien 87. Fix remotehost again (kim)
71159243Sobrien 86. V6.07.11 - 19980913
71259243Sobrien 85. Leave remotehost ip addresses alone (don't try to resolve them) (Kim)
71359243Sobrien 84. Read vs. force_read fixes (Amol)
71459243Sobrien 83. Make colorls if color is set before the first LS_COLORS setenv
71559243Sobrien     (Taga Nayuta)
71659243Sobrien 82. Use _PATH_DEFPATH on BSD4_4 systems. (Jim Bernard)
71759243Sobrien 81. Cursor bounds checks (Michael Schroeder)
71859243Sobrien 80. Syntax error nits (Michael Schroeder)
71959243Sobrien 79. configure fixes (Michael Schroeder)
72059243Sobrien 78. V6.07.10 - 19980904
72159243Sobrien 77. Off by one error in NO_ERRORS...
72259243Sobrien 76. Japanese NLS messages (Yoshiyuki Sakakibara)
72359243Sobrien 75. Add ENXIO and EBADF in the test for write failures for Irix Zombies
72459243Sobrien     (Ralf W. Grosse-Kunstleve)
72559243Sobrien 74. Missed a test for NOSTRCOLL in glob.c (Michael Liepelt)
72659243Sobrien 73. Another ABSOLUTEP change (Amol)
72759243Sobrien 72. Italian NLS messages (Massimo Bertozzi)
72859243Sobrien 71. WIN32 fixes for ntslowexec and color_ls literal printing in prompt (Amol)
72959243Sobrien 70. a few missed WIN32 merges (Amol)
73059243Sobrien 69. defined YPBUGS for sgi (Kaveh)
73159243Sobrien 68. V6.07.09 - 19980707
73259243Sobrien 67. Separate the nt builtins (Amol)
73359243Sobrien 66. completion fixes (Tom)
73459243Sobrien 65. color ls fixes (Taga Nayuta)
73559243Sobrien 64. V6.07.08 - 19980629
73659243Sobrien 63. add config.h.in (Kaveh)
73759243Sobrien 62. win32 updates (Amol)
73859243Sobrien 61. warning and portability cleanups on the new changes (Kaveh)
73959243Sobrien 60. V6.07.07 - 19980628
74059243Sobrien 59. Fast execute by-pass for win32 (Amol Deshpande)
74159243Sobrien 58. Clean up const usage a bit, and fix gcc 2.8.1 warnings.
74259243Sobrien 57. Use @bindir@ for DESTBIN in Makefile.in (Edgar Hoch)
74359243Sobrien 56. Avoid overflow in time builtin computation (Nobue Adachi)
74459243Sobrien 55. Color ls additions (Taga Nayuta)
74559243Sobrien 54. unsigned char vs. char warning fixes (Kaveh)
74659243Sobrien 53. Solaris 64 bit fixes (fix directory offset bug) (Thomas-Martin Kruel)
74759243Sobrien 52. More win32 patches (Amol)
74859243Sobrien 51. autoconf lossage from (Kaveh)
74959243Sobrien 50. V6.07.06 - 04/08/98
75059243Sobrien 49. Collation fix for globbing (Andrey A. Chernov)
75159243Sobrien 48. We might have NLS_CATALOGS and not LC_MESSAGES (Andrey A. Chernov)
75259243Sobrien 47. 4.4BSD header fixes (Andrey A. Chernov)
75359243Sobrien 46. Signed char prompt fixes (Andrey A. Chernov)
75459243Sobrien 45. Pattern match fix for directory searches (Mike Patnode)
75559243Sobrien 44. Pentium DGUX fixes (Miko Nahum)
75659243Sobrien 43. Spanish nls message catalogs (Luis Francisco Gonzalez)
75759243Sobrien 42. Fix trailing whitespace parsing in HASHBANG code (Martin Kraemer)
75859243Sobrien 41. Remove stray debuggin message from unmatched substitutions.
75959243Sobrien     (from Amol Deshpande)
76059243Sobrien 40. Fix reversed arguments in Usagae message. (from Amol Deshpande)
76159243Sobrien 39. Fix bug introduced at tcsh-7.06.03 [expdollar] that affected %.n prompt
76259243Sobrien     format.
76359243Sobrien 38. Fix typos introduced in last batch of changes.
76459243Sobrien 37. Fix interrupted script using onintr, exiting parent shell problem.
76559243Sobrien 36. Cleanup prototypes.
76659243Sobrien 35. V6.07.05 - 10/28/97
76759243Sobrien 34. Integrate Amol Deshpande's WINNT fixes to the tcsh source. Note that
76859243Sobrien     this is not complete yet; we are missing the NT glue code and the message
76959243Sobrien     catalogs.
77059243Sobrien 33. Fix ^T at the first character in the line  (Chuck Silvers)
77159243Sobrien 32. Eliminate xsprintf and xvsprintf
77259243Sobrien 31. Qmail patch from (Matthew Zahorik)
77359243Sobrien 30. Added missing linux signals (Vadim Vygonets)
77459243Sobrien 29. fixed problem where  complete complete  'p/*/t:*.txt/' would not honor
77559243Sobrien     the pattern.
77659243Sobrien 28. Port to an EBCDIC machine: BS2000 by Siemens Nixdorf that has an
77759243Sobrien     IBM/390 compatible processor (Martin.Kraemer)
77859243Sobrien 27. Detect when we have errors writing to stdout (Vadim Vygonets)
77959243Sobrien 26. Ignore quotes in the comparisons for builtins, so that \builtin works
78059243Sobrien     (Amol Deshpande).
78159243Sobrien 25. HPUX, portability fixes; make sure that we have the right config file
78259243Sobrien     (Jonathan Kamens)
78359243Sobrien 24. Don't do lookups for x displays and figure out ttys properly 
78459243Sobrien     (Leonard N. Zubkoff)
78559243Sobrien 23. make print_by_columns print in a single column when the output is not a tty
78659243Sobrien 22. use rlim_t for Solaris2 (Casper Dik)
78759243Sobrien 21. V6.07.04 - 05/04/97
78859243Sobrien 20. set -f -l patch (Michael Veksler)
78959243Sobrien 19. SGI patches (Tomasz J. Cholewo). Also fix completion code to take into
79059243Sobrien     account aliases that start with a period.
79159243Sobrien 18. SCO patches (Boyd Lynn Gerber)
79259243Sobrien 17. Fujitsu patches (Toshiaki Nomura)
79359243Sobrien 16. autoconf patches (Kaveh Ghazi)
79459243Sobrien 15. BSDI patches (Paul Vixie)
79559243Sobrien 14. %Q formatting character addition.
79659243Sobrien 13. Fix set=#123; echo $i:s/#// (Quoting problem)
79759243Sobrien 12. V6.07.03 - 02/23/97
79859243Sobrien 11. Understand %$variable in the prompt.
79959243Sobrien 10. Quote directory names properly in .cshdirs
80059243Sobrien  9. USE_ACCESS and autoconfig patches from (Larry Schwimmer)
80159243Sobrien  8. Pyramid att config file (Andrew Lister)
80259243Sobrien  7. $rprompt code (Luke Mewburn)
80359243Sobrien  6. Kanji patches (Huw Rogers)
80459243Sobrien  5. Cray T3E port (Jorn Amundsen)
80559243Sobrien  4. Avoid html redirects in tcsh.man2html (from Kimmo)
80659243Sobrien  3. HP/UX 10.0 fix for filesize resource limit; don't scale by 512 anymore.
80759243Sobrien  2. Workaround for TIOCSTAT for NetBSD from lukem@netbsd.org
80859243Sobrien  1. Return exit status from 0..255 not -128...127, as POSIX mandates.
80959243Sobrien
81059243SobrienV6.07.02, 10/27/96
81159243Sobrien 58. More configure fixes from Kaveh.
81259243Sobrien 57. Fix histdup=erase again: Don't renumber events, or access uninitialized
81359243Sobrien     storage.
81459243Sobrien 56. 6.07.01 - 10/19/96
81559243Sobrien 55. Fix histdup=erase, where after some repetitions, we would get negative
81659243Sobrien     history events (kim@gw.com)
81759243Sobrien 54. NLS fixes and typo in sh.err.c (Martin.Kraemer@deejai.mch.sni.de)
81859243Sobrien 53. Output history in raw format in the history file (mveksler@VNET.IBM.COM)
81959243Sobrien 52. Fix possible core dump when !:<tab> in autoexpand mode (rbrown@ERA.COM)
82059243Sobrien 51. 6.07.00 - 10/11/96
82159243Sobrien 50. Avoid stdio.h inclusion problem in SCO (gethost.c).
82259243Sobrien 49. A bit of housekeeping in host.defs
82359243Sobrien 48. 6.06.04 - 10/05/96
82459243Sobrien 47. Fix tellmewhat() code to return true if found.
82559243Sobrien 46. Change register foo to register int foo to avoid compiler warnings.
82659243Sobrien 45. Fix problem with sticky non editing mode from Casper Dik.
82759243Sobrien 44. history lex fix from Martin Kraemer; history events that ended with 0
82859243Sobrien     were not properly parsed.
82959243Sobrien 43. SNI fixes from Martin Kraemer.
83059243Sobrien 42. SGI fixes from Ralf W. Grosse-Kunstleve.
83159243Sobrien 41. BSDI2.1 fixes from Paul Vixie.
83259243Sobrien 40. 6.06.03 - 09/24/96
83359243Sobrien 39. undef TIOCGLTC for HP/UX 10.0 from Michael Shroeder
83459243Sobrien 38. Sinix fixes
83559243Sobrien 37. 6.06.02 - 06/22/96
83659243Sobrien 36. Added implicitcd
83759243Sobrien 35. Added configure.in and Makefile.in from Kaveh.
83859243Sobrien 34. unset path, unsetenv PATH, ./foo did not work.
83959243Sobrien 33. Add VAR_NOGLOB, and use it to avoid globbing directory names when
84059243Sobrien     cd'ing into them.
84159243Sobrien 32. Fix bug introduced in the new tty parsing code.
84259243Sobrien 31. Avoid pushing string back to the parsing string in ${ errors.
84359243Sobrien 30. Patches for the manual page from Dave.
84459243Sobrien 29. 6.06.01 - 05/24/96
84559243Sobrien 28. Use sysconf to get NCARGS if available Robert Daniel Kennedy
84659243Sobrien     <kennedy@b0ru01.fnal.gov>
84759243Sobrien 27. Grab the program name and use that instead of tcsh in error messages.
84859243Sobrien 26. Fix histdup, so that it does not leave gaps in the event sequence.
84959243Sobrien 25. HP/UX v10.0 fixes: Don't use bsdtty.h and avoid clobbering memory
85059243Sobrien     since SIGRT??? is defined as -1.
85159243Sobrien 24. Avoid coredumps when $TERMCAP exceeds 1024 characters
85259243Sobrien     Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
85359243Sobrien 23. Fix memory clobbering when SHORT_STRINGS is not defined. 
85459243Sobrien     Todd J Derr <infidel+@pitt.edu>
85559243Sobrien 22. Only restart stopped editors. Robert Webb <robertw@wormald.com.au>
85659243Sobrien 21. Recognize pts sysv ptys when checking to set autologout Bob Myers
85759243Sobrien     <bob@intelenet.net> 
85859243Sobrien 20. Magic space incomplete modified core dump fix. Chris Metcalf
85959243Sobrien     <metcalf@catfish.lcs.mit.edu>, Bradley White <bww@fore.com>
86059243Sobrien 19. Linux nls fixes Rik Faith <faith@cs.unc.edu>
86159243Sobrien 18. SGI RS8000, Ported notes. Ralf W. Grosse-Kunstleve
86259243Sobrien     <rwgk@laplace.csb.yale.edu>
86359243Sobrien 17. Greek nls messages. Aggelos P. Varvitsiotis <avarvit@cc.ece.ntua.gr>
86459243Sobrien 16. Imakefile linux and libcrypt fixes. Jonathan Kamens  <jik@cam.ov.com>
86559243Sobrien 15. FreeBSD fixes Jukka Ukkonen <jau@jau.csc.fi>
86659243Sobrien 14. Expand the environment space for path Steve Kelem <steve.kelem@xilinx.com>
86759243Sobrien 13. Don't overwrite the environment randomly Steve Kelem
86859243Sobrien     <steve.kelem@xilinx.com>
86959243Sobrien 12. Don't turn the editor on when we have dumb or unknown terminals. This
87059243Sobrien     breaks emacs when compiled with terminfo Jonathan Kamens  <jik@cam.ov.com>
87159243Sobrien 11. Fix F- parsing in tc.bind.c <bob@intelnet.net> (Bob Meyers)
87259243Sobrien 10. Added -T option in history to force timestamp printing. -h alone does
87359243Sobrien     not print timestamps anymore for compatibility with csh.
87459243Sobrien  9. Typo in tc.bind.c [with -DOBSOLETE] (misplaced parenthesis)
87559243Sobrien  8. Recognize convex models properly.
87659243Sobrien  7. suppress the DING! option using the noding variable.
87759243Sobrien  6. negative nice values did not work.
87859243Sobrien  5. Harris CX/UX 7.x support.
87959243Sobrien  4. ERR_DMMODE was used on the crays but not defined. I changed the error
88059243Sobrien     messages in tc.os.c to use ERR_STRING instead, and fixed a missing error
88159243Sobrien     message in the catalogs. Someone will need to retranslate #30 and #31
88259243Sobrien     in set23.
88359243Sobrien  3. Bug setting listflags... Workaround: set listflags=(A /bin/ls)
88459243Sobrien  2. Typo in Imakefile (# comment instead of c comment)
88559243Sobrien  1. Typo in ma.setp.c (missing parenthesis)
88659243Sobrien
88759243Sobrien
88859243SobrienV6.06.00, 05/13/95
88959243Sobrien 88. Cleanup off-by-one error ed.defns.c.
89059243Sobrien 87. 6.05.09 - 05/06/95
89159243Sobrien 86. Small memory leak in dosetenv()
89259243Sobrien 85. Make sure that the number of editing functions defined is correct
89359243Sobrien     and abort otherwise.
89459243Sobrien 84. Completion Fixes from Tom
89559243Sobrien 83. Don't add yp stuff in the tilde cache [names that start with + or -]
89659243Sobrien 82. Don't let children catclose() in xexit(), because the parent will lose
89759243Sobrien     access to the nls catalogs. From Michael.
89859243Sobrien 81. 6.05.08 - 04/29/95
89959243Sobrien 80. Update to the newest csh sh.file.c
90059243Sobrien 79. More completions from Tom.
90159243Sobrien 78. Fix the Imakefile to use XCOMM
90259243Sobrien 77. Update for AIX 3.2.
90359243Sobrien 76. French catalog from J.M.Vansteene@frcl.bull.fr (fwd Michael Schmidt)
90459243Sobrien 75. Nls fixes and small typos from Michael
90559243Sobrien 74. PDP11 BSD type fixes.
90659243Sobrien 73. More manual page fixes.
90759243Sobrien 72. 6.05.07 - 04/19/95
90859243Sobrien 71. More NLS catalog fixes.
90959243Sobrien 70. Bruce's jumbo patch.
91059243Sobrien 69. 6.05.06 - 03/15/95
91159243Sobrien 68. make clean does not clobber config.h if Makefile.std is used.
91259243Sobrien     make veryclean does.
91359243Sobrien 67. New config define NISPLUS. Reportedly fixes vanishing output of ~expansion
91459243Sobrien     on solaris 2.4.
91559243Sobrien 66. showdots has been removed; use listflags instead. [handles -x too]
91659243Sobrien 65. more nls catalog fixes.
91759243Sobrien 64. set histchars=,. did not have any effect in .cshrc
91859243Sobrien 63. fix "-c command" new core dump.
91959243Sobrien 62. more completions from Tom
92059243Sobrien 61. call catclose() before exiting, so that svr4 cleans up the symlinks before
92159243Sobrien     exiting.
92259243Sobrien 60. Per's fix for insert-last-word
92359243Sobrien 59. Per's emacs abbreviation mode.
92459243Sobrien 58. Makefile fixes for catalog stuff.
92559243Sobrien 57. fixed again complete-word-raw and list-word-raw
92659243Sobrien 56. 6.05.05 - 03/11/95
92759243Sobrien 55. Made %?str work again
92859243Sobrien 54. IRIX sigalarm problem should be fixed
92959243Sobrien 53. complete-word-raw and list-word-raw should work
93059243Sobrien 52. nls catalogs complete reworking.
93159243Sobrien 51. sh.init.c: Signal complete rewrite.
93259243Sobrien 50. Signal fixes from Bruce.
93359243Sobrien 49. Added promptchars, like histchars; affect %# in the prompt. The first
93459243Sobrien     char is for the user and the second is for root.
93559243Sobrien 48. 6.05.04 - 03/03/95
93659243Sobrien 47. Add NODOT config, $command [that holds the command passed with -c]
93759243Sobrien     $GROUP and $group
93859243Sobrien 46. AFS fixes from Larry Schwimmer <rosebud@cyclone.Stanford.EDU>
93959243Sobrien 45. Real NLS catalogs from Michael Schmidt <michael@muc.de>
94059243Sobrien 44. patch to allow ^? binding.
94159243Sobrien 43. completion patch from Paul DuBois.
94259243Sobrien 42. Don't spell check in here docs.
94359243Sobrien 41. Incorrect normalization of usec in sh.time.c
94459243Sobrien 40. directory printing and option parsing fixes [from Paul DuBois]
94559243Sobrien 39. realloc_searchlen should be static to avoid conflicts with OS's that
94659243Sobrien     use the same malloc package.
94759243Sobrien 38. LOGINFIRST now applies to /etc/csh.login
94859243Sobrien 37. Fixes in bind compatibility code to bindkey.
94959243Sobrien 36. 6.05.03 - 01/17/95
95059243Sobrien 35. Don't print the whole watchlist on startup. One can use explicitly
95159243Sobrien     the log builtin for that.
95259243Sobrien 34. Don't display the $watch value in the log command. 
95359243Sobrien 33. Don't delete the unmatched portion if we try to complete a spelling error.
95459243Sobrien 32. Solaris 2.4 workaround for isprint('\t') lossage (From Casper)
95559243Sobrien 31. Fixed csh bug: [Reported by Jaap]
95659243Sobrien	set test="one\
95759243Sobrien	two\
95859243Sobrien	three"
95959243Sobrien	echo "$test:q"
96059243Sobrien 30. Fixed the lossage in setting the looking mode in tw.parse.c before
96159243Sobrien     calling t_search; $x/$y will not append the right suffix.
96259243Sobrien 29. Another attempt at the gethost timeout code.
96359243Sobrien 28. Cray dmmode and filetests -m -k [need documentation!]
96459243Sobrien 27. More manual patches.
96559243Sobrien 26. Don't glob the path; security problem and core-dump. [from beto]
96659243Sobrien 25. Avoid waiting for jobs that failed to restart, thus hanging the shell.
96759243Sobrien     eg, run job in background, attach to debugger; kill it inside the
96859243Sobrien     debugger. Get out of the debugger and you are stuck if you fg that job.
96959243Sobrien 24. 6.05.02 - 09/04/94
97059243Sobrien 23. remhost code could pass the wrong length to getpeername()
97159243Sobrien 22. too eager sed'ing broke convex getwarpbyvalue() to getwarpbyvarval()
97259243Sobrien 21. Fixed new bindings bug.
97359243Sobrien 20. Fixed bug in newgrp code; execv was called incorrectly.
97459243Sobrien 19. Take into account programmable completion hints when spell checking.
97559243Sobrien 18. Unconditionally change stty modes in Rawmode()
97659243Sobrien 17. Change date in $version to be ISO 8601 per Keith's suggestion
97759243Sobrien 16. Fixed portability problems in the new counted-strings codes (From Kaveh)
97859243Sobrien 15. Fixed binding problem with the new counted-strings code [all key bindings
97959243Sobrien     ended up in the extended map]
98059243Sobrien 14. 6.05.01 - 07/08/94
98159243Sobrien 13. Changed key bindings to use counted strings instead of Null terminated
98259243Sobrien     strings, so that binding ^@ works.
98359243Sobrien 12. Fix parsing bug, where words that contained keywords caused incorrect
98459243Sobrien     word breaks:
98559243Sobrien	switch (iftagd)
98659243Sobrien	case iftagd:
98759243Sobrien	    echo It works
98859243Sobrien	    breaksw
98959243Sobrien	default:
99059243Sobrien	    echo It is broken.
99159243Sobrien	endsw
99259243Sobrien 11. Fix sh.c for systems with no job control. [the new hup builtin sends
99359243Sobrien     SIGCONT].
99459243Sobrien 10. Don't add the suffix character when all completions fail, from michael
99559243Sobrien  9. Added histdup=erase, that deletes the oldest duplicate instead of
99659243Sobrien     the newest.
99759243Sobrien  8. Don't call .logout recursively if we receive more than one hup,
99859243Sobrien     and don't process hangups when we execute the .logout.
99959243Sobrien  7. $logout was set to a static string.
100059243Sobrien  6. Non printable binding listing was broken.
100159243Sobrien  5. Recursive sourced scripts would get mangled up because of input buffer
100259243Sobrien     confusion (thanks michael)
100359243Sobrien  4. M-space should not be counted as a space. Leads to infinite loop in
100459243Sobrien     word splitting.
100559243Sobrien  3. Pyramid fixes.
100659243Sobrien  2. Fixed '\' in sysv echo (from Mika)
100759243Sobrien  1. Missed fix_yp_bugs() when setting REMOTEHOST (From Casper)
100859243Sobrien
100959243Sobrien
101059243SobrienV6.05.00, 06/19/94
101159243Sobrien113. 6.04.17 06/18/94
101259243Sobrien112. Realloc debug fix from John.
101359243Sobrien111. Completion fixes from Bruce.
101459243Sobrien110. Added -b option to bind.
101559243Sobrien109. Added tcsh.man2html from Dave. Looks great!
101659243Sobrien108. 6.04.16 06/06/94
101759243Sobrien107. Allow multi word glob in "`foo`" expressions.
101859243Sobrien     > if ("`ls`" == "a b c") then
101959243Sobrien106. Michaels lex() buffer patch version 2.
102059243Sobrien     the previous version core-dumped with
102159243Sobrien     > sleep | echo
102259243Sobrien105. Fix seg fault in find_cmd, when path is unset.
102359243Sobrien104. 6.04.15 05/28/94
102459243Sobrien103. the previous =~ fix, was a bit broken.
102559243Sobrien102. 6.04.14 05/25/94
102659243Sobrien101. expression parser fix for !~ and =~.
102759243Sobrien     if (foo =~ *) echo ok
102859243Sobrien     the * was taken for a multiply and parsed as 0 * 0 returning 0.
102959243Sobrien     and asked to match "foo" with "0"
103059243Sobrien100. Michael's lex() buffer patch.
103159243Sobrien 99. Bruce's Jumbo cleanup
103259243Sobrien 98. fixed Imakefile for X11R6
103359243Sobrien 97. fixed argument parsing in source command.
103459243Sobrien 96. added $sched to format scheduled events.
103559243Sobrien 95. 6.04.13 05/07/94
103659243Sobrien 94. added expand-command
103759243Sobrien 93. Alpha OSF-2.0 fixes
103859243Sobrien 92. 6.04.12 04/28/94
103959243Sobrien 91. Ignoreeof patch from Bruce.
104059243Sobrien 90. Dan's completion fix.
104159243Sobrien 89. 6.04.11 04/12/94
104259243Sobrien 88. Don't source .logout when killed with -HUP unless we are a login shell.
104359243Sobrien     [ actually $loginsh controls the behavior now ]
104459243Sobrien 87. ISC-4.0 posix exec() bug workaround
104559243Sobrien     (from Jonathan Broome <jon@wilbur.uucp>)
104659243Sobrien 86. Dan's patch for complete=enhance
104759243Sobrien 85. Kaveh's patches for memset, host.defs, _{U,G}ID_T
104859243Sobrien 84. 6.04.10 03/29/94
104959243Sobrien 83. Pathname completion bug fixes...
105059243Sobrien 82. Completion pathname(p) changes: Completion 'C' -> 'X'.
105159243Sobrien     Replaced 'p' with 'F' and added D,T,C.
105259243Sobrien 81. Next NLS fixes
105359243Sobrien     (From Paul Nevai <nevai@ops.mps.ohio-state.edu>)
105459243Sobrien 80. make spelling correction obey the current histchars setting.
105559243Sobrien 79. Fix rounding in limits so that 0 is a true 0. 
105659243Sobrien     (From Ken Lalonde <ken@cs.berkeley.edu>)
105759243Sobrien 78. 6.04.09 03/12/94
105859243Sobrien 77. Alarm race with remotehost.
105959243Sobrien 76. If you have in your .cshrc 
106059243Sobrien	set savehist=(100 merge)
106159243Sobrien	and execute
106259243Sobrien	#!./tcsh
106359243Sobrien	exec ps
106459243Sobrien     you get no output; [fixed]
106559243Sobrien 75. setenv SHLVL -1; tcsh = Segmentation fault [fixed]
106659243Sobrien 74. 6.04.08 02/10/94
106759243Sobrien 73. new machtype, ostype, vendor
106859243Sobrien 72. execute .logout on hangup.
106959243Sobrien 71. more man page fixes.
107059243Sobrien 70. 6.04.07 02/04/94
107159243Sobrien 69. Dynamic hash changes, globbing for which command from Michael.
107259243Sobrien 68. INBUFSIZE fixes for history.
107359243Sobrien 67. printenv returns 1 when a variable is not found, like the non builtin one
107459243Sobrien 66. Add quotes to the mismatch array so that:
107559243Sobrien     > touch foo
107659243Sobrien     > mail "oo bar"
107759243Sobrien     does not get corrected. The right fix would be to do correct parsing
107859243Sobrien     and quote the space...
107959243Sobrien 65. NULL terminate mismatch[] array in ed.inputl.c, since it is used in
108059243Sobrien     Strchr().
108159243Sobrien 64. renamed stat to filetest
108259243Sobrien 63. Afs and Hesiod patches.
108359243Sobrien 62. More manual page patches.
108459243Sobrien 61. 6.04.06 12/19/93
108559243Sobrien 60. Alarm for resolver timeouts (untested)
108659243Sobrien 59. Fixes for Henry Spenser's regex in the Makefiles
108759243Sobrien 58. Modifiers now work with $< and $< does not do :q by default.
108859243Sobrien     [incompatibility with csh] and $< can be interrupted.
108959243Sobrien 57. Added $histdup.
109059243Sobrien 56. source /etc/.login for Solaris 2.x
109159243Sobrien 55. don't remove trailing spaces in history searches.
109259243Sobrien 54. dirs -L and dirs -S spurious warning elimination.
109359243Sobrien 53. man page fixes from David.
109459243Sobrien 52. Kimmo's patch [makefile, gcc warning, netdb.h include]
109559243Sobrien 51. 6.04.05 12/12/93
109659243Sobrien 50. rewrote srcunit() to use st_save and st_restore. The code was
109759243Sobrien     too messy to be useful before.
109859243Sobrien 49. recdirs and rechist patches again!
109959243Sobrien 48. Harris hck port, and ISC imake update
110059243Sobrien 47. Eliminate the x windows :display.screen before looking for the 
110159243Sobrien     hostname in REMOTEHOST
110259243Sobrien 46. Patch for CDF filetype() recognition (hpux)
110359243Sobrien 45. 6.04.04 11/12/93
110459243Sobrien 44. Made =x obey nonomatch.
110559243Sobrien 43. Fixed rechist and recdirs not to depend on savehist and savedirs
110659243Sobrien 42. Removed aliases, bind, linedit builtins [ifdef'ed out as OBSOLETE]
110759243Sobrien 41. change REMHOST to REMOTEHOST for compatibility with SGI.
110859243Sobrien 40. $owd was not working correctly.
110959243Sobrien 39. Debugging printf elimination (from Kimmo)
111059243Sobrien 38. Typos in the new hup code in sh.c (from Matt)
111159243Sobrien 37. Imakefile fix for sequent (from Jaap)
111259243Sobrien 36. 6.04.03, 10/30/93
111359243Sobrien 35. New manual page in place.
111459243Sobrien 34. Fixed Makefile sed RE to work with gnu sed.
111559243Sobrien 33. Added hup builtin.
111659243Sobrien 32. Added $REMHOST in config_f.h
111759243Sobrien 31. Fixed random parsing bug in sh.exp.c in isa(). It checked cp[1]
111859243Sobrien     without checking cp[0] first... (should propagate to 4.4BSD)
111959243Sobrien 30. More sh.exp.c fixes from Bruce
112059243Sobrien 29. Always exit when the user types exit. 
112159243Sobrien     cat | tcsh -f -s
112259243Sobrien     exit
112359243Sobrien     ls
112459243Sobrien 28. savedirs fix and readlink() null termination fix from Peter.
112559243Sobrien 27. Added -p flag (force dirs printing in all directory functions and $owd
112659243Sobrien     variable
112759243Sobrien 26. Let $dirstack work by default without needing to be set.
112859243Sobrien 25. Fixed history -h to work with other history flags.
112959243Sobrien 24. Renamed ed-functions more consistently (dcs)
113059243Sobrien 23. Added missing filetests (dcs)
113159243Sobrien 22. Added NEWGRP define in config_f.h (dcs)
113259243Sobrien 21. More fixes for non blocking io recovery from Bruce
113359243Sobrien 20. 6.04.02, 10/08/93
113459243Sobrien 19. changed default prompt to %#
113559243Sobrien 18. New group 'g' completion.
113659243Sobrien 17. removed IIASA defs.
113759243Sobrien 16. fix for history -SL and dirs -SL to work when savedirs and savehist are
113859243Sobrien     not set.
113959243Sobrien 15. fix magic-space to understand :p
114059243Sobrien 14. make :u,:l work for history.
114159243Sobrien 13. Fixes for non-blocking i/o recovery. trap all non blocking styles under
114259243Sobrien     sunos.
114359243Sobrien 12. 6.04.01, 08/10/93
114459243Sobrien 11. Vi mode word moves [they work like vi and don't obey wordchars anymore].
114559243Sobrien 10. New file operators and stat builtin
114659243Sobrien  9. David's FIONREAD patch for SVR4
114759243Sobrien  8. Bruce's ignoreeof=n patch
114859243Sobrien  7. Dan's complete/correct enhancement
114959243Sobrien  6. Abort corrections patch.
115059243Sobrien  5. Print_by_columns, now does not use the rightmost column.
115159243Sobrien  4. Renamed config/config.$i to $i to avoid once and for all filename length
115259243Sobrien     problems.
115359243Sobrien  3. bbn butterfly config
115459243Sobrien  2. Beto's proc fixes
115559243Sobrien  1. Bruce's bug fix for ed.chared.c, signals
115659243Sobrien
115759243Sobrien
115859243SobrienV6.04.00, 07/03/93
115959243Sobrien 92. Alpha prototypes, for gcc -Wall clean compile.
116059243Sobrien 91. Fixed alpha hashing. Did not work for directories > 31, Thanks to
116159243Sobrien     Dan Mosedale <mosedale@genome.Stanford.EDU> for all the help!
116259243Sobrien 90. Added USE(a) for unused parameters, to avoid compiler warnings.
116359243Sobrien 89. 6.03.10, 06/25/93
116459243Sobrien 88. Makefile and lint patches from Bruce.
116559243Sobrien 87. Posixsig patch from Peter for svr4
116659243Sobrien 86. 6.03.09, 06/11/93
116759243Sobrien 85. signal handling broke with the last job control patch...
116859243Sobrien     > (does-not-compute;)
116959243Sobrien     would hang.
117059243Sobrien 84. don't quit after the first modifier fails:
117159243Sobrien     > set i=aabbcc
117259243Sobrien     > echo $i:s/a/A/:s/b/B/
117359243Sobrien     AaBbcc
117459243Sobrien     > echo $i:s/x/A/:s/b/B/
117559243Sobrien     aabbcc
117659243Sobrien 83. Imakefile fixes for sequents from Jaap.
117759243Sobrien 82. Move past the bottom of input when we hit ^C, so that multi-line
117859243Sobrien     input commands don't get trashed.
117959243Sobrien 81. Look only at the first word in ${EDITOR,VISUAL} to determine the
118059243Sobrien     editor name.
118159243Sobrien 80. Last patch broke listmax.
118259243Sobrien 79. Remove extra sandbagging in exitstat(). Not needed anymore as value()
118359243Sobrien     will never return NULL.
118459243Sobrien 78. Save $status before calling aliasrun() otherwise:
118559243Sobrien     > alias precmd 'cd .'
118659243Sobrien     > true
118759243Sobrien     > echo $status
118859243Sobrien     0
118959243Sobrien     > false
119059243Sobrien     > echo $status
119159243Sobrien     0
119259243Sobrien 77. 6.03.08, 06/07/93
119359243Sobrien 76. missing prototypes/unused variables under SYSV4.
119459243Sobrien 75. savedirs should glob the filename argument.
119559243Sobrien 74. 6.03.07, 06/05/93
119659243Sobrien 73. Changed _Q, _Q1 macros in sh.lex.c, sh.dol.c, sh.char.? to _QF and _QB
119759243Sobrien     because today 4.4BSD <ctype.h> defined _Q to be ``Phonetics''
119859243Sobrien 72. listmaxrows variable.
119959243Sobrien 71. set -r would not make existing variables readonly.
120059243Sobrien 70. print usernames with ~user where possible in dirs and job cwd's
120159243Sobrien 69. Mika's fixes (missing args in sh.c set(), linux Makefile, SIGCHLD)
120259243Sobrien 68. FIONREAD argument is int everywhere except on SunOS where it is long.
120359243Sobrien     Tcsh used to think that it was long, and so it broke on the alpha where
120459243Sobrien     sizeof(int) != sizeof(long)
120559243Sobrien 67. 6.03.06 05/16/93
120659243Sobrien 66. Pipeline fixes. This should get rid of the dreaded Stopped tty output
120759243Sobrien     message.
120859243Sobrien 65. Michael's fix for history buffer cleanup:
120959243Sobrien     > alias foo 'echo \!:1:h'
121059243Sobrien     > foo a/b
121159243Sobrien     a
121259243Sobrien     > ^P [nothing happens]
121359243Sobrien 64. Unsigned long rlimit type for 64 bit machines (alpha)
121459243Sobrien 63. Fixed Imakefile for alpha
121559243Sobrien 62. tilde expansion now obeys $nonomatch
121659243Sobrien 61. readonly veriables. 'set -r x=3' will set x to a very sticky 3...
121759243Sobrien 60. Fixed bug in the new tab'ed completion that interfered with old listing.
121859243Sobrien 59. Fixed entry -> item in tw.parse.c
121959243Sobrien 58. Added -f option to unlimit
122059243Sobrien 57. Define __STDC__ in Imakefile for Irix
122159243Sobrien 56. Static redeclarations in tw.parse.c
122259243Sobrien 55. 6.03.05 04/26/93
122359243Sobrien 54. Don't echo history expansion in loops:
122459243Sobrien     > alias junk 'foreach i (\!:2*) \
122559243Sobrien     foreach? echo \!:1 $i; \
122659243Sobrien     foreach? end'
122759243Sobrien     > junk a b c d
122859243Sobrien     echo a $i ;
122959243Sobrien     a b
123059243Sobrien     echo a $i ;
123159243Sobrien     a c
123259243Sobrien     echo a $i ;
123359243Sobrien     a d
123459243Sobrien 53. Added complete-word-fwd and complete-word-back that scroll through
123559243Sobrien     the list of possible completions... Neat addition from 
123659243Sobrien     jfink@csugrad.cs.vt.edu (Jeff "$DOTDIR" Fink)
123759243Sobrien 52. Workaround hpux9.01 broken optimizer in sh.glob.c where 'ls *' breaks.
123859243Sobrien 51. Michael's editor fix.  With "magic margins" and 80 char width, try:
123959243Sobrien	> set prompt=
124059243Sobrien	<ESC>20a<CTRL>a<ESC>76b<CTRL>ac
124159243Sobrien 50. Reverted fix that does not glob the expanded back-quote text again.
124259243Sobrien 49. > cd /., echo $cwd
124359243Sobrien     /.
124459243Sobrien     Eliminate the . in this case...
124559243Sobrien 48. Matt's optimization in glob.c [retracted]
124659243Sobrien 47. Fixed bug with -S
124759243Sobrien 46. Renamed Makefile Makefile.std, and fixed the readme file
124859243Sobrien 45. 6.03.04 04/07/93
124959243Sobrien 44. Changed -s == !-z and -S == socket
125059243Sobrien 43. Fixed typo in sh.c, in phup [shpgrp != pr->pgrp]
125159243Sobrien 42. Multi-line aliases are not entered into the history when executed.
125259243Sobrien 41. Changed f_seek to a union to avoid gcc warnings on 4.4BSD
125359243Sobrien 40. Fixed 'unset home; dirs' bug
125459243Sobrien 39. fixed $HOME->$home memory problem.
125559243Sobrien 38. $?0 returns false now on interactive shells for csh compatibility.
125659243Sobrien 37. Default watch inteval was 10 hours not 10 minutes as advertized in the
125759243Sobrien     manual!
125859243Sobrien 36. Fixed clobbered veriable warning from gcc-1.39 in tw.parse.c
125959243Sobrien 35. Fixed typo with INVPTR in sh.lex.c
126059243Sobrien 34. 6.03.03 03/04/93
126159243Sobrien 33. Eliminate 'Reset tty pgrp error message'. It is normal for the
126259243Sobrien     walking process group stuff. Check about the killpg() above?
126359243Sobrien 32. More portability for 64 bit machines.
126459243Sobrien 31. Improved completion error messages.
126559243Sobrien 30. Fix bug with double globbing expansion on mirrored variables:
126659243Sobrien	> setenv TERM '?vt100'
126759243Sobrien 29. Avoid hanging when writing to pipes etc. (From Paul Close)
126859243Sobrien 28. Typo in the $HOME->$home mirroring.
126959243Sobrien 27. %p %P 'p'recise time formats that include seconds for prompt strings.
127059243Sobrien 26. Signal list fixes from Paul Close. nsig is now a variable.
127159243Sobrien 25. 6.03.02 02/12/93
127259243Sobrien 24. NEC SX3 "entry" is a reserved word!, changed entry to item...
127359243Sobrien     [this is as bad as cray typedefining "word" to int. Next thing I know,
127459243Sobrien      I'll have to prefix all the variables with tcsh_!]
127559243Sobrien 23. xxx
127659243Sobrien 22. Protected all include files to avoid warnings from lcc.
127759243Sobrien 21. Finally resolved the job control problems with linux and ISC (from Beto)
127859243Sobrien 20. More HUP,XFSZ,XCPU fixes. (with Beto)
127959243Sobrien 19. Dcanon would not canonicalize correctly in case where dnormalize()
128059243Sobrien     failed to find a directory, but the directory existed when not 
128159243Sobrien     crossing the symbolic link.
128259243Sobrien 18. sh.init.c fixes; give 65 signals for all POSIX machines.
128359243Sobrien 17. AMS mail fixes and cmu wm handling.
128459243Sobrien 16. Setenv would not ignore trim quoted names...
128559243Sobrien     > alias foo 'setenv "\!:1" bar'
128659243Sobrien     > setenv FOO 123
128759243Sobrien     > foo FOO
128859243Sobrien     > printenv
128959243Sobrien     ...
129059243Sobrien     FOO=123
129159243Sobrien     FOO=bar
129259243Sobrien     ...
129359243Sobrien 15. 6.03.01 08/01/93
129459243Sobrien 14. #undef SHORT_STRINGS gcc warning fixes...
129559243Sobrien 13. csh bug fix in foreach [quoteing problem]
129659243Sobrien     > foreach i ("*")
129759243Sobrien     > echo $i:q
129859243Sobrien     > end
129959243Sobrien     Should print *
130059243Sobrien 12. ls-F obeys showdots...
130159243Sobrien 11. After scheduled commands get executed, the editor could stay disabled
130259243Sobrien     until the first enter.
130359243Sobrien 10. sigset() bug in ed.init.c; ^C could get disabled sometimes.
130459243Sobrien  9. Don't glob in dowhich(); otherwise \pat does not work if pat is aliased.
130559243Sobrien  8. When completion patterns are used $ and ~ expansion did not work right.
130659243Sobrien  7. Printenv builtin and long backquote expansion fix from Harald.
130759243Sobrien  6. $:-1, $:-0 enhancement from Paul and Michael.
130859243Sobrien  5. Lynx/OS patches
130959243Sobrien  4. Apollo bugs [Setenv -> tsetenv, typedef in pid_t]
131059243Sobrien  3. ^@ did not work correctly in bindkey.
131159243Sobrien  2. Fix vms/posix ifdefs in tc.alloc.c
131259243Sobrien  1. Elide gcc-2.3.1 warnings
131359243Sobrien
131459243Sobrien
131559243SobrienV6.03.00, 11/20/92
131659243Sobrien102. Solaris2 patches, renamed sunosX to sosX to fit in 14 character filenames.
131759243Sobrien101. 6.02.12 11/12/92
131859243Sobrien100. Decreased BUFSIZE to 1K...
131959243Sobrien99. Don't use sbrk() in tc.alloc.c on VMS
132059243Sobrien98. EINTR error handling from Michael
132159243Sobrien97. Overwrite mode takes effect immediately, not delayed by a command.
132259243Sobrien96. Emx fixes.
132359243Sobrien95. SIGHUP gain...
132459243Sobrien94. Coherent times()/ <sys/file.h> fixes.
132559243Sobrien93. 6.02.11 10/27/92
132659243Sobrien92. Mach setpath fixes.
132759243Sobrien91. Which now globs its arguments
132859243Sobrien90. Again POSIX SIGHUP fixes... Maybe we got it right this time...
132959243Sobrien89. Increased BUFSIZE to 4K. Smaller machines may want to decrease this.
133059243Sobrien    [ Now one can edit up to 4K of buffer! ]. From Harald.
133159243Sobrien88. : is now a true builtin that does nothing, instead of being treated like
133259243Sobrien    the last character of a label. This is so it can take args. From Harald.
133359243Sobrien87. More fixes for hpux limits from Harald.
133459243Sobrien86. Login shell if ppid == 1 and argc == 1 for VMS.
133559243Sobrien85. Typo in sh.exec.c from Harry.
133659243Sobrien84. Per's editor fixes.
133759243Sobrien83. 6.02.10 10/17/92
133859243Sobrien82. Don't free STRNULL in freelex(). Update linked list in copylex() to
133959243Sobrien    do the same insert as in lex().
134059243Sobrien81. Fixed spurious tilde printing in %c prompt.
134159243Sobrien80. Fixed dumb wild free in AddXKey... 
134259243Sobrien    (thanks Harald for the complex bindings! :-)
134359243Sobrien    > bindkey "\e10z" expand-line # Any editor command will do
134459243Sobrien    > bindkey -[cs] "\e10z" "foo" # Any string or command will do
134559243Sobrien    Free(%x) ....
134659243Sobrien79. coherent additions.
134759243Sobrien78. fixes for hpux8 resource limits [Thanks Harald]
134859243Sobrien77. 6.02.09 10/10/92
134959243Sobrien76. More vms cleanups.
135059243Sobrien75. Removed #include CONFIGH from sh.h. There was no way to make it work 
135159243Sobrien    under VMS/POSIX
135259243Sobrien74. Added t completion (Gray Watson)
135359243Sobrien73. Memory leaks in sh.dir.c and sh.glob.c [thanks purify :-)]
135459243Sobrien72. IRIX 5.0 patches (from Paul Close)
135559243Sobrien71. BSD resource limits for hpux8.0 (From Andreas Stolcke)
135659243Sobrien70. NGROUPS_MAX fixes (from Matt Day)
135759243Sobrien69. 6.02.08 10/04/92
135859243Sobrien68. VMS port additions.
135959243Sobrien67. Added $%var, which == strlen(var)
136059243Sobrien66. Added ^X^I and ^X^D to override programmable listing+completion
136159243Sobrien65. Added case insensitive globbing for OS/2
136259243Sobrien64. FIOCLEX and FIONCLEX are only used if we don't have FD_CLOEXEC.
136359243Sobrien63. Added emx termio support, and emx pathsep support; emx compiles and runs:
136459243Sobrien    needs job-debugging and finishing touches.
136559243Sobrien62. Horrible bug with the lex linked list; from Loic Grenie, grenie@ens.fr
136659243Sobrien    > echo a !#
136759243Sobrien    echoed 'echo a echo a echo'!
136859243Sobrien61. Shell -w,-x were incompatible with the same for test [POSIX] (beto)
136959243Sobrien60. builtin newgrp did not accept the - argument.
137059243Sobrien59. FIOCLEX for the masses (POSIX FD_CLOEXEC addition)
137159243Sobrien58. Old style csh completion bug fix [not used] (beto)
137259243Sobrien57. A background process waiting for input from tty
137359243Sobrien    blocks when being foregrounded doesn't read its input and
137459243Sobrien    doesn't get <cntl-c> and <cntl-z> signals.
137559243Sobrien    It can only be killed from another session. (beto)
137659243Sobrien    > cat > foo
137759243Sobrien    #!/bin/csh -f
137859243Sobrien    echo ">>>>>>"
137959243Sobrien    set x = $<
138059243Sobrien    echo $x
138159243Sobrien    ^D
138259243Sobrien    > chmod +x foo
138359243Sobrien    > foo &
138459243Sobrien    > fg
138559243Sobrien    ^Z,^C # Nothing happens
138659243Sobrien56. history > 1000 fix (beto)
138759243Sobrien55. 6.02.07 9/18/92
138859243Sobrien54. Added e_stuff_char() to put back a character in cooked mode in
138959243Sobrien    the input stream... Useful for status (^T)
139059243Sobrien53. $? == $status and $# == $#argv like in the bourne shell.
139159243Sobrien52. Added $dirstack. Problems: off by one since =0 == $cwd, but 
139259243Sobrien    $dirstack[1] == $cwd... Suggestions welcome.
139359243Sobrien51. Leading spaces would confuse the run-help function.
139459243Sobrien50. Don't expand imported environment variables:
139559243Sobrien    > setenv HOME \*
139659243Sobrien    > tcsh
139759243Sobrien    > echo "$home"
139859243Sobrien    > echo "$HOME"
139959243Sobrien49. %C0n displays the number of directories omitted as /usr/local/bin /<2>bin/
140059243Sobrien48. Added POSIXSIGS as a configuration option.
140159243Sobrien47. Per's fixes for history format and arrow key binding.
140259243Sobrien46. Expand-variables expands array variables too
140359243Sobrien45. 6.02.06 8/14/92 
140459243Sobrien44. Separated limit stuff from BSDTIMES and added BSDLIMIT
140559243Sobrien43. History searching inconsistent with HistLit:
140659243Sobrien    > echo foo
140759243Sobrien    foo
140859243Sobrien    > ^foo^bar
140959243Sobrien    bar
141059243Sobrien    > ec[M-p]
141159243Sobrien    echo foo
141259243Sobrien42. 6.02.05 8/8/92 
141359243Sobrien41. sourcing a script that contains 'onintr -; onintr' would disable 
141459243Sobrien    interrupts on the command line
141559243Sobrien40. cd ../... with symlinks=ignore would work !@#!@
141659243Sobrien39. No more BACKPIPE for POSIX machines...
141759243Sobrien38. SUNOS NLS bug workarounds...
141859243Sobrien37. New HASHBANG define for #! emulation... even 386BSD does not have it
141959243Sobrien    yet...
142059243Sobrien36. Added new -b -c file operators from SGI csh.
142159243Sobrien35. 6.02.04 7/23/92 
142259243Sobrien34. Walking process group fixes.
142359243Sobrien33. $0 contains now argv[0] when we are not executing a shell script.
142459243Sobrien32. New Getwd() was broken.
142559243Sobrien31. 6.02.03 7/17/92
142659243Sobrien30. We kill our last foreground process group on HUP, for POSIX systems.
142759243Sobrien29. Walking process group fix.
142859243Sobrien28. $shlvl gets reset to 1 for login shells.
142959243Sobrien27. Macros can now involve multiple commands, i.e.
143059243Sobrien    bindkey -s "^[OP" "ls\n^P"
143159243Sobrien26. 6.02.02 7/6/92
143259243Sobrien25. nostat accepts now a list shell patterns.
143359243Sobrien24. Avoid print_exit_value in if ( { foo } )
143459243Sobrien23. Symbolic key names for bindkey [arrow keys].
143559243Sobrien22. Smarter getwd() that avoids some of the NFS hangs...
143659243Sobrien21. Use memmove() where possible.
143759243Sobrien20. 6.02.01 6/16/92
143859243Sobrien19. Fix automatic correction to work with the new completion.
143959243Sobrien18. Globbing bug with brace expansion, when arguments need to be realloced...
144059243Sobrien    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}
144159243Sobrien17. shift and left operators update variables correcly ('shift path' did not 
144259243Sobrien    work)
144359243Sobrien16. apollo fixes for cd.
144459243Sobrien15. STRNULL <-> NULL bug fixes.
144559243Sobrien14. %S in xprintf for short strings.
144659243Sobrien13. history -LSc, dirs -LSc additions, builtins builtin [oxymoron]
144759243Sobrien12. history formatting string, who formatting string, prompt formatting
144859243Sobrien    all use tprintf() now.
144959243Sobrien11. $history accepts a second formatting argument..
145059243Sobrien10. History timestamps preserved in .history
145159243Sobrien9.  Backquotes were broken: echo hi | cat > `echo foo`
145259243Sobrien8.  SGI -t operator problem.
145359243Sobrien7.  Dnix fixes.
145459243Sobrien6.  Fix history file writing bug when autologout.
145559243Sobrien5.  Change from TCSETA to TCSETAW, since we affect the output.
145659243Sobrien4.  Per's fixes for display margin bugs.
145759243Sobrien3.  Linux fixes.
145859243Sobrien2.  Collapse adjacent stars in glob.c to avoid exponential behavior.
145959243Sobrien1.  Fixed parseescape to put ^ literally if not followed by alpha.
146059243Sobrien
146159243Sobrien
146259243SobrienV6.02.00, 5/15/92
146359243Sobrien94. Default echo_style was not being set correctly.
146459243Sobrien93. $< did not work correctly with NLS chars.
146559243Sobrien92. 6.01.15 (5/11/92)
146659243Sobrien91. Minor cleanups in refresh code.
146759243Sobrien90. 6.01.14 (5/8/92)
146859243Sobrien89. Print \n in the right margin always to be consistent.
146959243Sobrien88. Linux patches.
147059243Sobrien87. 6.01.13 (5/2/92) 
147159243Sobrien86. Fixes in listing and completion of non-unique commands.
147259243Sobrien85. Fix =stack entries > 9... from Bill Petro
147359243Sobrien84. Fix for last character at margin. [on terminals that have am & xm move
147459243Sobrien    the cursor manually to the next line]
147559243Sobrien83. Fix for complete completions 
147659243Sobrien82. small typo in tc.alloc.c from Mark Moraes.
147759243Sobrien81. small typo in tw.parse.c from Richard.
147859243Sobrien80. Man page fixes from Per.
147959243Sobrien79. 6.01.12 (4/24/92) [release version for 6.02]
148059243Sobrien78. Autosuffix was not getting reset all the time.
148159243Sobrien77. Don't limit completion patterns to 1K.
148259243Sobrien76. Naming changes in ed.screen.c from Justin.
148359243Sobrien75. 6.01.11 (4/10/92)
148459243Sobrien74. Fixed magic-space ! expand bug:
148559243Sobrien    > echo a b123 45.{6,7}
148659243Sobrien    > echo !:2!:3[magic-space]
148759243Sobrien73. Work-around for apollo optimizer in tc.bind.c
148859243Sobrien72. Problem with setjmp in tw.parse.c
148959243Sobrien71. symlinks=expand from Yumin.
149059243Sobrien70. tenematch() fixes from Michael;
149159243Sobrien69. 6.01.10 (4/3/92)
149259243Sobrien68. Fixed Gnmatch.
149359243Sobrien67. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
149459243Sobrien66. Backquote from completion was broken for machines with no dup2()
149559243Sobrien65. No $printexitvalue for `` jobs.
149659243Sobrien64. Added ultrix stuff for PW_AUTH [from Mike Potter mpotter@lampf.lanl.gov]
149759243Sobrien63. Fixed bug in Gnmatch(), added 'N' command 'x' completion.
149859243Sobrien62. Fixed fg_proc_entry() so autologout gets disabled when a process
149959243Sobrien    is foregrounded.
150059243Sobrien61. 6.01.09 (3/26/92)
150159243Sobrien60. source builtin takes arguments now that are passed in the script e.g.:
150259243Sobrien    > ./tcsh -i a b c
150359243Sobrien    > cat test
150459243Sobrien    echo $argv
150559243Sobrien    > echo $argv
150659243Sobrien    a b c
150759243Sobrien    > source test 1 2 3
150859243Sobrien    1 2 3
150959243Sobrien    > echo $argv
151059243Sobrien    a b c
151159243Sobrien59. Eliminate $margin_bug, add more intelligent margin code [from Justin]
151259243Sobrien58. expand_symlinks variable Urgh...
151359243Sobrien57. SGI CONTROL() fixes...
151459243Sobrien56. new dnormalize(), expand_symlinks flag.
151559243Sobrien55. interrupting completion restores the current line. [from Marc]
151659243Sobrien54. 6.01.08 (3/20/92)
151759243Sobrien53. inputmode affects the first line too.
151859243Sobrien52. Searches in vi do not destroy the current line.
151959243Sobrien51. -drwX test enhancement.
152059243Sobrien50. Generalized completion syntax and added more completion builtins.
152159243Sobrien49. Don't print '\n' on the right margin if we can avoid it.
152259243Sobrien48. 6.01.07 (3/9/92)
152359243Sobrien47. New completion style. [[<pattern>[ ]],=<completion action>]
152459243Sobrien46. 6.01.06 (3/7/92)
152559243Sobrien45. complete styles are ignored after shell metachars eg.
152659243Sobrien    > complete mail =u
152759243Sobrien    > mail christos < [tab]
152859243Sobrien    completes filenames.
152959243Sobrien44. $echo_style is initialized to the default style of the machine.
153059243Sobrien43. SGI 4.0 CTRL() macro is busted. So we ignore it.
153159243Sobrien42. Fixed bug with the new margin code (thanks justin)
153259243Sobrien41. Fixed mirroring of variables. Now set and setenv affect
153359243Sobrien    HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
153459243Sobrien    affects only the csh copies of the variables, and unsetenv only the
153559243Sobrien    environment variables.
153659243Sobrien40. Fixed gcc-2.0 warnings in sh.sem.c (needed for vfork() -O2 optimization)
153759243Sobrien39. 6.01.05 (2/21/92)
153859243Sobrien38. signal masking for BSD machines was still wrong in tw.init.c
153959243Sobrien37. Added $margin_bug, and now the editor outputs on the rightmost 
154059243Sobrien    column by default. This should fix the xterm cut-n-paste problem.
154159243Sobrien36. AU/X 2.0 and SGI compiles with POSIX as a default now.
154259243Sobrien35. sysv_echo is gone too. Now we have a variable called echo_style
154359243Sobrien    which can be set to "none", "bsd", "sysv", "both" that defines
154459243Sobrien    the builtin echo_style. The default is "bsd" for systems with
154559243Sobrien    SYSVREL == 0, "sysv" otherwise. This can be overriden in config.h
154659243Sobrien    by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO, 
154759243Sobrien    or NONE_ECHO.
154859243Sobrien34. asynchronous notification in run-fg-editor would try to change the 
154959243Sobrien    tty settings and print an extra prompt.
155059243Sobrien    > set notify 
155159243Sobrien    > sleep 10 &
155259243Sobrien    > vi^Z
155359243Sobrien    > ^[^Z
155459243Sobrien33. alias x /bin/true
155559243Sobrien    x<esc>?
155659243Sobrien    reported .//bin/true instead of /bin/true
155759243Sobrien32. 6.01.04 (2/12/92)
155859243Sobrien31. fixed vi_substitute_line
155959243Sobrien30. binding completion addition.
156059243Sobrien29. showdots=-A addition
156159243Sobrien28. sysv_echo addition; deleted bsd_echo which is now the default.
156259243Sobrien27. dunique could crash.
156359243Sobrien26. Don't clear lines after an asynchronous notification, because it
156459243Sobrien    might erase the message.
156559243Sobrien25. 6.01.03 (1/29/92)
156659243Sobrien24. `` were not working correctly when tcsh is started with 0,1,2 closed.
156759243Sobrien23. Correction was picking up the wrong thing in cases like .rhosts hosts
156859243Sobrien22. Correction with names with quoted spaces was broken.
156959243Sobrien21. Added sysv_echo and bsd_echo.
157059243Sobrien20. Added and documented the complete builtin.
157159243Sobrien19. Added dunique and cd -.
157259243Sobrien18. Per's fix for alarm functions. Things would break if time went backwards.
157359243Sobrien17. Realloc bug fix (copy min of old and new size)
157459243Sobrien16. Fix for csh compatible braces.
157559243Sobrien15. Brace globbing and negation globbing for Gmatch.
157659243Sobrien14. 6.01.02 (1/16/92)
157759243Sobrien13. Completion builtin, new tw* files.
157859243Sobrien12. 6.01.01 (1/6/92)
157959243Sobrien11. Changed w_ fields in tc.who.c to who_ to avoid redefinitions in
158059243Sobrien    <sys/wait.h> in some os's.
158159243Sobrien10. Setting savehist to an empty string makes savehist use the value
158259243Sobrien    in $history.
158359243Sobrien9.  echotc did not use the internal termcap descriptions.
158459243Sobrien8.  echotc did not work right for single argument termcap strings.
158559243Sobrien7.  DGUX needs SAVESIGVEC, updated type protection, and disabled CSWTCH.
158659243Sobrien6.  Changed SVID to SYSVREL, since there is no SVID == 4 (yet).
158759243Sobrien5.  Typo in tc.sig.h: UNRELSIGS was not getting defined.
158859243Sobrien4.  Globbing bug fix. tglob() should ignore globbing characters inside 
158959243Sobrien    backquotes otherwise things get expanded twice:
159059243Sobrien    % echo 'bar?' > 'foo?'
159159243Sobrien    % echo `cat foo\?`
159259243Sobrien    echo: No match.
159359243Sobrien3.  Mach setpath fix.
159459243Sobrien2.  Alliant process group fix.
159559243Sobrien1.  Xenix fixes for broken vi and help path with no suffixes.
159659243Sobrien
159759243Sobrien
159859243SobrienV6.01.00, 12/19/91 [for comp.sources.unix]
159959243Sobrien22. Restore the original prompt in automatic correction when the user
160059243Sobrien    asks to re-edit the command.
160159243Sobrien21. Better error for unreadable files in tw.parse.c
160259243Sobrien20. Sequent patches.
160359243Sobrien19. (V6.00.08 beta 12/14/91)
160459243Sobrien18. Filenames containing # were spelled/expanded incorrectly.
160559243Sobrien17. Stellar/stellix port.
160659243Sobrien16. Hpux 8.0 has SIGWINDOW but we cannot get the window size. Protect
160759243Sobrien    against window changes updating $LINES and $COLUMNS.
160859243Sobrien15. Mach setpath did not work right.
160959243Sobrien14. Mach does not need setenv in lib; in fact that does not work right.
161059243Sobrien13. shell level gets decremented when we exec.
161159243Sobrien12. restart_fg_editor picked the wrong editor if arg contained a slash.
161259243Sobrien    e.g vi ~/.cshrc
161359243Sobrien11. (V6.00.07 beta 12/08/91)
161459243Sobrien10. Allow use of vfork() on systems that do not have job control.
161559243Sobrien9.  Avoid NUMCC from being defined twice.
161659243Sobrien8.  (V6.00.06 beta 12/05/91)
161759243Sobrien7.  SunOS3's FIOCLEX dups...
161859243Sobrien6.  Yet another globbing bug fix from Michael (echo .[^.])
161959243Sobrien5.  Ultrix now wants __ before cpp symbols.
162059243Sobrien4.  Workaround sun's header files inconsistency so tcsh can be compiled
162159243Sobrien    with #undef POSIX
162259243Sobrien3.  Fixed limit stuff so that large values don't cause errors.
162359243Sobrien2.  Fixed =1 and ~user error messages (Per)
162459243Sobrien1.  (beta-5 6.00.04 == 6.00.05)
162559243Sobrien
162659243Sobrien$#*
162759243Sobrien$#* New numbering scheme (The last 2 digits are reserved for beta releases
162859243Sobrien$#* from now on. So we start at 6.00.06 which is 6.00.04 beta 6, and we are
162959243Sobrien$#* going to release 6.01.00...
163059243Sobrien$#*
163159243Sobrien
163259243SobrienV6.00.04, (never released)
163359243Sobrien34. (beta-5 11/25/91)
163459243Sobrien33. Simplify code in BindArrowKeys()
163559243Sobrien32. Get rid of the PNULL's
163659243Sobrien31. Support for shadow password in locking code. (From Kimmo)
163759243Sobrien30. Normalize-path editor function.
163859243Sobrien29. (beta-4 11/21/91)
163959243Sobrien28. minix additions
164059243Sobrien27. bindkey fixes (-c addition, casting cleanups)
164159243Sobrien26. (beta-3 11/16/91)
164259243Sobrien25. Prompt length checking. 
164359243Sobrien24. Michael's fixes for the watching code. Tcsh could core dump when using
164459243Sobrien    a corrupted utmp.
164559243Sobrien23. overwrite mode flag, and autologout locking code.
164659243Sobrien22. overwrite mode would still insert digits!
164759243Sobrien21. Get the value of _POSIX_VDISABLE from pathconf...
164859243Sobrien20. Hpux 8.0 fixes. Sigstack botches with shared libraries. Ansi mode
164959243Sobrien    static initialization of structures with prototyped function pointers
165059243Sobrien    gives spurious warnings...
165159243Sobrien19. Onintr in /etc rc files is disabled.
165259243Sobrien18. (beta-2 11/03/91)
165359243Sobrien17. Multi-line aliases with `` bug fix.
165459243Sobrien16. Sticky emacs overwrite mode.
165559243Sobrien15. Autolist option.
165659243Sobrien14. Fix for redirection with wildcard filanames.
165759243Sobrien13. No error correction for multi-line commands.
165859243Sobrien12. Esix-4 re-defines p_pid. Argh...
165959243Sobrien11. (beta-1 10/28/91)
166059243Sobrien10. Foreach loops were broken again.
166159243Sobrien9.  SUNOS localtime() bug does not only happen on the 8th byte. [Michael]
166259243Sobrien8.  sh.dir.c, memory corruption in dinit(). Thanks Michael.
166359243Sobrien7.  uts broken <sys/stat.h> work-around, and has a wait3()
166459243Sobrien6.  SGI (-t filename) extension, returns true when filename is a tty.
166559243Sobrien5.  'default:' addition in all switch() statements.
166659243Sobrien4.  oflag was not being updated correctly in Rawmode()
166759243Sobrien3.  missing 'break;' in prompt code '%y'.
166859243Sobrien2.  infinite loop in :a<mod> code.
166959243Sobrien1.  hashstat was not reporting hits+misses
167059243Sobrien
167159243Sobrien
167259243SobrienV6.00.03, 10/21/91
167359243Sobrien31. watch code now accepts shell patterns.
167459243Sobrien30. new hashing code portability fixes.
167559243Sobrien29. $foo:gs/:/ / fix and 'a' modifier addition.
167659243Sobrien28. Added $! (the pid of the last background job forked)
167759243Sobrien27. exec does not kill the shell when it fails.
167859243Sobrien26. Irix4.0 decls.
167959243Sobrien25. SVR4 uthost fixes from Kimmo Suominen
168059243Sobrien24. Imake addition from marc
168159243Sobrien23. New i-search from Per.
168259243Sobrien22. ibmesa fixes
168359243Sobrien21. convex fixes.
168459243Sobrien20. t command for vi.
168559243Sobrien19. SVR4 fixes (reverse pipeline and sigaction()) from David Dawes.
168659243Sobrien18. New hashing from Marc
168759243Sobrien17. Added : to the ~name separators so ~foo:~bar works.
168859243Sobrien16. New ed.init.c. Added ed.term.c
168959243Sobrien15. Still can't get the history exactly csh-like... !-2$ was broken...
169059243Sobrien14. vi character searches.
169159243Sobrien13. -Dvar=name command line option for the apollos.
169259243Sobrien12. Prompt format changes for date/directory.
169359243Sobrien11. Vi searches.
169459243Sobrien10. Emacs i-search. [currently not bound]
169559243Sobrien9.  Vi additions ([dc]-{w,$,f<c>},Undo)
169659243Sobrien8.  tcsh -n parses now builtin structures.
169759243Sobrien7.  seek to the end on errors in loops.
169859243Sobrien6.  echotc -s was broken
169959243Sobrien5.  Better !event parsing. !foo;!bar was broken.
170059243Sobrien4.  foreach loops and if statements in aliases.
170159243Sobrien3.  .cshdirs would corrupt the heap if some directories were not there.
170259243Sobrien2.  System V echo was broken with \
170359243Sobrien1.  Fixed echo '!-1', history would eat the quote.
170459243Sobrien
170559243SobrienV6.00.02, 08/05/91 [For comp.sources.unix]
170659243Sobrien8.  tcsh will always set $LOGNAME and $USER if not already set in the
170759243Sobrien    environment.
170859243Sobrien7.  added $histfile.
170959243Sobrien6.  echo `echo` * and  echo ~ {} were broken
171059243Sobrien5.  setty builtin addition
171159243Sobrien4.  Multiple : modifiers [experimental, disabled with -DCOMPAT]
171259243Sobrien3.  7 bit fixes, and hp9000s500.
171359243Sobrien2.  #undef DEBUG in tc.alloc.c, so we continue if we get a bad free() 
171459243Sobrien1.  getn() is now protected against NULL strings.
171559243Sobrien
171659243SobrienV6.00.01, 07/16/91
171759243Sobrien17. added beepcmd, and fixed small tenematch bugs.
171859243Sobrien16. Renamed DUP2 flag to HAVEDUP2 cause AIXPS2 defines DUP2 already.
171959243Sobrien15. More ANSI fixes, and mit additions (load-average)
172059243Sobrien14. don't clear ECHOE, background programs might need it.
172159243Sobrien13. Refresh bug fix...
172259243Sobrien12. getpwent() should not be interrupted (yellow pages), cause it might
172359243Sobrien    leave dangling pointers, that endpwent() will trash.
172459243Sobrien11. ChangeSize is now responsible to set the screen size to something
172559243Sobrien    sane, but it should not affect the environment if the information
172659243Sobrien    it received is not valid
172759243Sobrien10. Find out if we are running under emacs using $TERM. It is more 
172859243Sobrien    reliable.
172959243Sobrien9.  tcsh was broken if SHORT_STRINGS was not defined (glob() problem)
173059243Sobrien8.  If GetSize() fails it should always return reasonable screen sizes.
173159243Sobrien7.  globbing should not fail if one or more patterns match.
173259243Sobrien6.  increased the number of aliases in the loop detection code.
173359243Sobrien5.  DGUX has size_t and pid_t defined now...
173459243Sobrien4.  ESIX does not have EWOULDBLOCK or EAGAIN & POSIX... That was not handled
173559243Sobrien    correctly.
173659243Sobrien3.  rs6000 needs BSDWAIT.
173759243Sobrien2.  Hpux susp key could not be changed.
173859243Sobrien1.  Apollo fixes.
173959243Sobrien
174059243SobrienV6.00.00, 07/04/91
174159243Sobrien45. Fixed quoting of VSTART/VSTOP on termios
174259243Sobrien44. Memory leak every time you pipe in or out.
174359243Sobrien43. echo {foo bar.[ch]}. Did not check for end of word.
174459243Sobrien42. ANSI prototypes
174559243Sobrien41. dmove() would leave the source descriptor open when using dup2()
174659243Sobrien    e.g.
174759243Sobrien    while (1)
174859243Sobrien	echo foo >>! bar
174959243Sobrien    end
175059243Sobrien    runs out of file descriptors
175159243Sobrien40. recursive `` expanded via aliases would abort.
175259243Sobrien39. set home=../relative-path-name was broken.
175359243Sobrien    e.g.
175459243Sobrien    set home=../..; cd ..;
175559243Sobrien    <abort>
175659243Sobrien38. Incorrect error when changing to directory:
175759243Sobrien    e.g.
175859243Sobrien    mkdir not-in-cd-path; chmod -x not-in-cd-path; cd not-in-cd-path;
175959243Sobrien    echoed:
176059243Sobrien       not-in-cd-path: No such file or directory.
176159243Sobrien    it should have said
176259243Sobrien       not-in-cd-path: Permission denied.
176359243Sobrien37. if ( \! =~ [\!] ) echo ok, did not echo ok. Quoting inside [] pattern.
176459243Sobrien36. More than 127 jobs caused job # to go negative
176559243Sobrien35. unsetenv <pattern> ... Added support for more than one pattern.
176659243Sobrien34. More background process status report fixes.
176759243Sobrien33. Apollo builtin support.
176859243Sobrien32. Glob fix. echo '*' * was not handled properly.
176959243Sobrien31. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.
177059243Sobrien    or print ambiguous.
177159243Sobrien30. Glob fix. Quoted characters inside [] were not handled properly.
177259243Sobrien29. Removed TELL and VMUNIX defines. I think we cannot compile on V6 anyway
177359243Sobrien28. Overflow check for expansions.
177459243Sobrien27. Added matchbeep, shell pattern history searching.
177559243Sobrien26. Added code to handle /dev/std{in,out,err}
177659243Sobrien25. Fixed POSIX speed handling in raw mode.
177759243Sobrien24. Fixed a flushing bug in the filec code in sh.file.c
177859243Sobrien23. Compiled and added hp9000s700 to the list of hosts.
177959243Sobrien22. Fixed horrible bug in gmatch() 
178059243Sobrien	switch (4)
178159243Sobrien	case [a-z]:
178259243Sobrien		echo bug;
178359243Sobrien		breaksw;
178459243Sobrien	case 4:
178559243Sobrien		echo ok;
178659243Sobrien		breaksw;
178759243Sobrien	endsw
178859243Sobrien21. Fixes for _SEQUENT_ ut_host.
178959243Sobrien20. FLUSHO added
179059243Sobrien19. mkdir foo\`bar; cd foo\`bar; was broken
179159243Sobrien18. EWOULDBLOCK == EAGAIN on RENO check for that too.
179259243Sobrien17. Dword() simplified and removed the gotos.
179359243Sobrien16. Hpux now compiles with POSIX. Moved the local chars modes in ed.init.c
179459243Sobrien    after the tty modes.
179559243Sobrien15. Process group fixes for POSIX
179659243Sobrien14. We need <sys/filio.h> on the suns for FIOCLEX!!! We did not close
179759243Sobrien    our file descriptors before...
179859243Sobrien13. A/UX fixes.
179959243Sobrien12. History events that start with a number are not necessarily numeric:
180059243Sobrien    > !3d
180159243Sobrien    3d: Event not fount
180259243Sobrien11. History loop detection added.
180359243Sobrien    > alias a \!#
180459243Sobrien    > b; a
180559243Sobrien10. Alias loop detection code was ineffective on eager optimizers.
180659243Sobrien 9. All errors should now go through our table. Next step we should
180759243Sobrien    add nls error messages.
180859243Sobrien 8. Unsetenv now globs its arguments! Before it did not...
180959243Sobrien 7. Added tilde cache and -l flag.
181059243Sobrien 6. Added autocorrect
181159243Sobrien 5. Fixed for so that background jobs in scripts get process groups
181259243Sobrien 4. Fixed amazing memory leak in setenv()...
181359243Sobrien 3. Added short2qstr() so that we can form quoted strings to be used with glob()
181459243Sobrien 2. str2short and short2str allocate space dynamically.
181559243Sobrien 1. Fixed bug related to the is*() routines called with shorts.
181659243Sobrien    [only if NLS and SHORT_STRINGS are defined].
181759243Sobrien    (The _ctype_ was getting indexed with shorts...)
181859243Sobrien 0. Complete overhaul. Brought in the 4.4 csh stuff. Separated most
181959243Sobrien    tcsh and csh code except where I would have to add more global
182059243Sobrien    variables. Compiled correctly with both lint and gcc -Wall on
182159243Sobrien    a sparc running 4.1
182259243Sobrien
182359243SobrienV5.20.03, 03/20/91.	- Never released
182459243Sobrien25. Kanji, SXA additions.
182559243Sobrien24. (exec foo) should not fail if they are suspended jobs.
182659243Sobrien23. Support kernel paging stuff on aix 370.
182759243Sobrien22. Now we handle correctly the environment variables LINES, COLUMNS,
182859243Sobrien    TERMCAP for window size changes...
182959243Sobrien21. Tcsh 5.18c+ had broken NULL chars on scripts.
183059243Sobrien    > cat > foo 
183159243Sobrien    #!/usr/local/bin/tcsh -f
183259243Sobrien    echo "foo"
183359243Sobrien    echo "^V^@"
183459243Sobrien    echo "bar"
183559243Sobrien    ^D
183659243Sobrien    > chmod +x foo; foo
183759243Sobrien    foo
183859243Sobrien20. Posix has EAGAIN and not EWOULDBLOCK
183959243Sobrien19. Don't set ECHOK; makes kill ^U ugly.
184059243Sobrien18. $shell is SHELLPATH and not $SHELL any more.
184159243Sobrien17. Added -n flag to cd, pushd, popd and dirs. Documented -l and -v
184259243Sobrien    flags.
184359243Sobrien16. Documented and fixed chase_symlinks and ignore_symlinks.
184459243Sobrien15. Call endpwent() when you get interrupted...
184559243Sobrien    cd ~chri<tab>^C
184659243Sobrien    cd ~christos/<enter>
184759243Sobrien    <stuck>
184859243Sobrien14. Exec when you have suspended jobs asks for verification.
184959243Sobrien13. Variable length fixes:
185059243Sobrien    >set abcdefghijklmnopqrstuvwxyz=1
185159243Sobrien    >echo $abcdefghijklmnopqrstuvwxyz
185259243Sobrien    abcdefghijklmnopqrs: Undefined variable
185359243Sobrien    Now we have better messages too...
185459243Sobrien12. Icon fixes...
185559243Sobrien11. Quote expanded glob and history chars too.
185659243Sobrien10. If someone sets SHIN to O_NDELAY we died... Now we set it back...
185759243Sobrien 9. unset path; unsetenv PATH; ls-F; (poof) fixed...
185859243Sobrien 8. Patches for masscomp, and ${var123} lexical analysis fix...
185959243Sobrien 7. Patch for sunview bug: A partially covered suntool sends SIGWINCH every
186059243Sobrien    time the text is scrolled, causing annoying redraw effects. Now tcsh
186159243Sobrien    checks if the size really changed before doing anything.
186259243Sobrien 6. Interrupt in the middle of cwdcmd, and periodic does not remove the
186359243Sobrien    aliases.
186459243Sobrien 5. prompt2 and prompt3 fixes:
186559243Sobrien    Prompt2 now prints the status of the parser by default.
186659243Sobrien    Prompt3 can now have the standard prompt escape sequences.
186759243Sobrien 4. eval file descriptor re-direction fix.
186859243Sobrien    >set p='w | tail +3'
186959243Sobrien    >eval $p
187059243Sobrien    (originally | tail +3 was ignored)
187159243Sobrien 3. $edit != emacs anymore; it was misleading, 'set edit' enables editing
187259243Sobrien    'unset edit' disables it.
187359243Sobrien 2. PERROR define fix. 
187459243Sobrien 1. irix3.3.1 line discipline fix.
187559243Sobrien
187659243SobrienV5.20.02, 12/15/90.
187759243Sobrien32. /etc/Logout added and merged with /etc/Login flag.
187859243Sobrien31. Fixed tty chars in ed.init.c. Some of them were not handled correctly.
187959243Sobrien30. Command execution does not leak memory any more, and doing
188059243Sobrien    ~ four times does not core-dump.
188159243Sobrien29. Fixed the notorious csh 'if(' bug (part of the convex fixes)
188259243Sobrien28. Intelligent getwd() on startup, and canonicalization.
188359243Sobrien27. Intelligent directory stack. Gets updated when $HOME changes.
188459243Sobrien26. Directory stack/save-restore additions
188559243Sobrien25. Convex Fixes.
188659243Sobrien24. Fixed onlret, and echonl getting stuck on svid.
188759243Sobrien23. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
188859243Sobrien    csh, this is annoying).
188959243Sobrien22. Some users had environment EMACS set to something, and with my bad fix
189059243Sobrien    at pl 1 found that they didn't have echo... (of course, even before my
189159243Sobrien    "fix", they didn't have editing...). Anyway, refined the check to be
189259243Sobrien    for EMACS=t, which is what emacs sets when running a subshell.
189359243Sobrien21. kill -CONT %job, would not update the status of the job, but it would
189459243Sobrien    just restart it.
189559243Sobrien20. Sequent fixes.
189659243Sobrien19. AIX370 signal and TCF fixes.
189759243Sobrien18. fixed ls-F -l, SIGINT problem.
189859243Sobrien17. aix on the ps2 does not have strcoll() either.
189959243Sobrien16. Bind [A - [D and OA to OD in vi mode to the arrow key functions
190059243Sobrien    so that they work from insert mode.
190159243Sobrien15. %~ was not working correctly for /home/news and /home/newsbin...
190259243Sobrien14. Removed Rcs Log
190359243Sobrien13. ISC unix fixes.
190459243Sobrien12. sunos3.x wants <sys/dir.h> not <dirent.h>
190559243Sobrien11. Remove precmd's, cwdcmd's and periodic cmds that had errors.
190659243Sobrien10. Compile sunos4.1 using termio. 
190759243Sobrien 9. Rs6000 line discipline fixes. 
190859243Sobrien 8. T_Tabs was wrong for termio machines.
190959243Sobrien 7. Don't bind single keystroke arrow keys, when they are already bound!
191059243Sobrien 6. Test for newline and tab before deciding not to send shell scripts
191159243Sobrien    to the bourne shell.
191259243Sobrien 5. Added LITERAL prompt stuff.
191359243Sobrien 4. Fixed gethostname() in sh.rest.c to return the nodename.
191459243Sobrien 3. Do not quote spell checked stuff. This is not very intelligent but
191559243Sobrien    works better than before.
191659243Sobrien 2. Fixes for relative path components. (paths that start with a .)
191759243Sobrien 1. Fixed so that Rawmode() is not called when we are not editing
191859243Sobrien    (breaks running under emacs)
191959243Sobrien
192059243SobrienV5.20.01, 11/15/90.
192159243Sobrien12. Recognize environment variables too.
192259243Sobrien11. Always start in Rawmode()
192359243Sobrien10. don't try to execute binary files using the bourne shell.
192459243Sobrien 9. Vi change to end of line updates correctly now.
192559243Sobrien 8. Prompt in continuation lines.
192659243Sobrien 7. Prompt in if statements fix.
192759243Sobrien 6. System V ^C works right now.
192859243Sobrien 5. ^Z works correctly in bindings
192959243Sobrien 4. Better error messages for variables.
193059243Sobrien 3. dinit() now is more robust.
193159243Sobrien 2. Added aux2.0 patches.
193259243Sobrien 1. Fixed bug with arrow key bindings in ed.screen.c. All the keys
193359243Sobrien    were bound to up-history!
193459243Sobrien
193559243SobrienV5.20.00, 11/10/90.
193659243Sobrien26. Fixed system V and POSIX time reporting.
193759243Sobrien25. Fixed ed.screen.c so that it does not use malloc().
193859243Sobrien24. Fixed SIGWINCH on the iris
193959243Sobrien23. Fixed ed.screen.c, so that settc works correcly. It used to set
194059243Sobrien    the termcap with a string that was allocated from the stack!
194159243Sobrien22. Fixed listing of commands, where the last command was not checked.
194259243Sobrien21. Fixed which command. It did not work for
194359243Sobrien    \<command>, if command was aliased.
194459243Sobrien20. Eliminated CSH4.3 define. You've had enough time to upgrade from 4.2
194559243Sobrien19. Fixed GotTermCaps to be called only once.
194659243Sobrien18. Added bindkey -r
194759243Sobrien17. Attributes were not getting reset correctly.
194859243Sobrien16. history -t does not print the time-stamp.
194959243Sobrien15. AddXkey, works now for single character xkeys.
195059243Sobrien14. filetype() knows better about symlinks.
195159243Sobrien13. ls-F works with filenames that have metachars
195259243Sobrien12. Completion/spelling works with quoted things.
195359243Sobrien11. Fixed refresh bug. Repeat by:
195459243Sobrien    On an intelligent terminal that has insert and delete chars (xterm)
195559243Sobrien    > orphan
195659243Sobrien    > vi orphan.c
195759243Sobrien    > ^P^P
195859243Sobrien10. Fixed so that if we don't have a tty on stdin editing is disabled.
195959243Sobrien 9. Check for nested process forking, to avoid loops such as:
196059243Sobrien    > alias foo 'set bar=`foo`'
196159243Sobrien    > foo
196259243Sobrien 8. Fix setting of AsciiOnly (Per)
196359243Sobrien 7. tw.spell.c, defined F_OK for systems that don't have it.
196459243Sobrien 6. ourwait.h had typo in ifdef.
196559243Sobrien 5. BSD compilers need a cast to int for enums used in 
196659243Sobrien    switches (Matthew Day)
196759243Sobrien 4. Found the cause for the core-dump in long backquote 
196859243Sobrien    expansions (Mark Davies)
196959243Sobrien 3. Some externs in ed.h needed to be truly externs...
197059243Sobrien    reported by Mark Davies, bug appeared only on hp9000s800.
197159243Sobrien 2. Changed $tcsh, and $version strings.
197259243Sobrien 1. Added internal sprintf function, renamed putchar to CSHputchar,
197359243Sobrien    printf to CSHprintf, sprintf to CSHsprintf.
197459243Sobrien
197559243SobrienV5.19.02, 10/23/90.
197659243Sobrien36. Added /etc/cshrc for the SGI irises.
197759243Sobrien35. Added expand-variables function.
197859243Sobrien34. Documented $time in tcsh.man
197959243Sobrien33. Shell variables are now 'recognized' when expanding/listing things.
198059243Sobrien32. ls-F does not eat the last slash on the / directory!
198159243Sobrien31. Strings bound to keys are printed inside double quotes.
198259243Sobrien30. History now remembers the exact line, not just an unparsed version of
198359243Sobrien    the tokens.
198459243Sobrien29. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
198559243Sobrien28. Ported to IBM aix/ps2. 
198659243Sobrien27. Fixed eval so that it forks when the output is piped
198759243Sobrien    Repeat by:
198859243Sobrien    > who | grep $user
198959243Sobrien    > eval who | grep $user
199059243Sobrien26. Fixed so that 'nice <builtin changing the working directory>' does not
199159243Sobrien    nice or fork.
199259243Sobrien    Consider doing:
199359243Sobrien    nice cd /tmp && rm *.c (don't try it!!!)
199459243Sobrien    [what actually happens is that nice has to fork, then the child executes
199559243Sobrien     chdir, and the parent stays where it was]
199659243Sobrien25. Added Dan's patches (nls, builtin bindkey, fixes to the editor).
199759243Sobrien24. Added aix370, migrate, getspath, getspath, getxvers, setxvers
199859243Sobrien23. Added builtin echotc, removed sl and el.
199959243Sobrien22. Ported to 4.4 BSD. This involved changing the way lots of flags worked,
200059243Sobrien    cleanup of the SVID stuff, and addition of more compilation flags.
200159243Sobrien    Now POSIX can work whed BSD is defined...
200259243Sobrien21. Fixed so that el, sl work. Actually they are to be removed soon and
200359243Sobrien    be replaced with echotc.
200459243Sobrien20. Avoid the Quoted Space hack for alias when printing jobs!
200559243Sobrien    [aliases to the same name avoid further alias expansion, by 
200659243Sobrien     inserting a quoted space in front of the command. In SHORT_STRINGS
200759243Sobrien     QUOTE is the 15th bit so print ignores it thinking it is the
200859243Sobrien     end of the string. So we just skip the Quoted Space....]
200959243Sobrien    Repeat by:
201059243Sobrien    > set notify
201159243Sobrien    > alias ls ls -F
201259243Sobrien    > (ls) &
201359243Sobrien    Prints        Exit 0 (
201459243Sobrien    Should print: Exit 0 ( ls -F )
201559243Sobrien19. Fixed so that "", '', ``, all produce ': Command not found',
201659243Sobrien    and not the spurious messages.
201759243Sobrien    Repeat by:
201859243Sobrien    > set path = (/bin /usr/bin .... .)
201959243Sobrien    > ""
202059243Sobrien    /some/path/name/: Command not found
202159243Sobrien18. Enable the use of <ctype.h> macros if they exist and NLS is defined.
202259243Sobrien    NLS code is not ready yet.
202359243Sobrien17. Fixed rmstar and continue_jobs code, so that they are not compile
202459243Sobrien    options, but shell variables. Now you need to 'set rmstar' to get
202559243Sobrien    enable rmstar.
202659243Sobrien16. Fixed SIGWINCH, SIGWINDOW, and setting of li, co, that broke
202759243Sobrien    suntools, and others.
202859243Sobrien    Repeat by:
202959243Sobrien    Start a shelltool of size other than 80x34
203059243Sobrien    > telltc
203159243Sobrien    > stty -a
203259243Sobrien    do not report the same number of lines and columns.
203359243Sobrien15. More fixes to tw.parse.c, and tw.spell.c.
203459243Sobrien14. More fixes to sh.char.c.
203559243Sobrien13. Fixed coredump caused by ``.
203659243Sobrien12. Fixed spell-line code..
203759243Sobrien11. Trapped SIGCHLD in sh.sem.c, while forking. Still there is a small
203859243Sobrien    race, but the probability of happening is smaller!
203959243Sobrien10. Fixed sh.char.c to be ISO compliant.
204059243Sobrien 9. Added expand-glob
204159243Sobrien 8. Fixed ourwait.h for little endians.
204259243Sobrien 7. Fixed that foreach i (^D expands correctly.
204359243Sobrien 6. Fixed so that listmax is ignored in ls-F.
204459243Sobrien 5. Fixed spelling correction so that single letter words and words that
204559243Sobrien    contain globbing chars do not get spell checked.
204659243Sobrien 4. Changed NeXT HOSTTYPE to next, since all HOSTTYPE's are lower case.
204759243Sobrien 3. Fixed symmetry, and changed symmetry HOSTTYPE from sequent to symmetry.
204859243Sobrien 2. Added boldfacing, underlining chars.
204959243Sobrien 1. Added IRIX3.3.1 support.
205059243Sobrien
205159243SobrienV5.19.01, 9/26/90.
205259243Sobrien 7. Brought the README file up-to-date, and changed the bug report
205359243Sobrien    address to point to me.
205459243Sobrien 6. sh.lex.c. In addla(), overflow computation was wrong.
205559243Sobrien 5. Fixed SHELLPATH, to be set correctly when $SHELL is not set.
205659243Sobrien 4. Fixed print statement in sh.proc.c that contained \215.
205759243Sobrien 3. Fixed the Makefile and MAKEDIFFS so that a tahoe diff can be made.
205859243Sobrien 2. RS6000: hacked around execv bug, and ed.init.c warning.
205959243Sobrien 1. Editor should not be enabled when we don't have a tty.
2060