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