Lines Matching +full:- +full:- +full:fix +full:- +full:missing

1  15. V6.22.04 - 20210426
2 14. Don't crash with 'bindkey "^0" clear-screen' (Karl Jeacle)
3 13. Fix $x:q:h and $x:q:t return the whole string for strings not containing /
4 12. V6.22.03 - 20201118
5 11. Fix $x:q:h and $x:q:t to not crash (alzwded) with strings containing /
11 6. alzwded@github, fix infinite loop with :gas variable modifier
14 4. V6.22.02 - 20191204
15 3. Fix version in configure.ac
16 2. V6.22.01 - 20191201
23 6. V6.22.00 - 20191128
24 5. PR/113: Sobomax: avoid infinite loops for -c commands when stdout is
30 1. PR/81: Fix range matching issue where we were comparing with the
31 range character instead of the start of range. [l-z]* would match foo
33 12. V6.21.00 - 20190508
44 3. Fix out of bounds read (Brooks Davis)
45 2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
48 20. V6.20.00 - 20161124
50 18. V6.19.01 - 20161025
53 16. PR/572: Fix $SHLVL issue when exec'ing subshells.
54 15. PR/403: Fix backquote expansion for multi-byte character sets.
55 14. Fix drawing issu with multi-line prompt (Kensuke Iwahashi/David Kaspar)
57 12. PR/526: Fix double \\ printing from previous fix in history expansion.
61 9. Fix memory leak for paraml
65 5. display what the compiled in editor is in bindkey -d (Luke Mewburn)
66 4. run-fg-editor improvements and documentation (Luke Mewburn)
67 3. Fix parsing of 'if (cond)then' (Fridolin Pokorny)
68 2. PR/437: Fix handling of invalid unicode characters.
69 1. PR/451: Fix error messages containing %c to be always '%c'
71 41. V6.19.00 - 20150521
72 40. V6.18.05 - 20150510
73 39. fix reseting when interrupted inside an eval "eval sleep 10^C"
75 38. rename handle_intr -> handle_interrupt as originally intended.
76 37. fix input tests that need stdin on a tty
77 36. V6.18.04 - 20150504
78 35. revert fix echo "\1", it is incorrect.
79 34. revert fix to PR/437, breaks short strings.
80 33. V6.18.03 - 20150503
81 32. PR/437: Nakajima Akira: Fix segmentation fault reading input files
84 29. Pavel Raiskup fix hang with:
89 27. Fix root prompt char for windows (Corinna Vinschen)
91 word (Jamie Landeg-Jones)
92 25. Fix echo "\1" for echo_style=both where the first character was
94 24. V6.18.02 - 20140618
95 23. fix ls-F /non printing exit value twice.
102 16. revert fix for 15. Causes extra quoting, for example (foo is a program
106 15. fix globbing for ``, stripping backslashes. Example:
112 14. fix for `` that causes hang. Example:
120 #!/bin/tcsh -f
131 13. remove AsciiOnly fix now that the real issue has been fixed (Roman Kollar)
133 11. fix if history in loops
134 10. make ls-F print to stderr and set the exit code
140 6. V6.18.01 - 20120214
141 5. fix interruptible wait again
145 1. Detect missing ) in gethost.c (Corinna Vinschen)
147 104. V6.18.00 - 20120114
151 100. V6.17.10 - 20120105
154 97. Fix warning for write in SYSMALLOC systems.
155 96. V6.17.09 - 20120102
156 95. revert gencat handling to pre-cygwin fixes (without the env settings)
158 93. V6.17.08 - 20111230
159 92. Remove - from gencat
163 89. V6.17.07 - 20111227
164 88. Fix debian bug #645238: tcsh segfaults when prompt includes %j and
167 86. PR/149: Don't print -1 in %j (Vojtech Vitek)
168 85. handle -- on chdir commands as the end of options processing so that
169 they can process a directory like -x without resorting to ./-x
173 82. Fix spelling correction correcting ./foo -> ../foo2 (jean-luc leger)
175 80. V6.17.06 - 20110415
178 [./tcsh -f; set path=($path 2); mkdir foo2; cd foo2; touch foo;
179 chmod +x foo; set correct=cmd; ./foo -> ../foo]
185 74. Add --disable-nls-catalogs (Corinna Vinschen)
186 73. convert message catalogs to UTF-8 (Werner Fink)
190 69. V6.17.05 - 20110201
192 67. Fix handling of errors and exit values in builtins (Werner Fink)
196 63. Avoid infrequent exit when tcsh cd's into a non-existent directory
202 60. Instead of giving an error or ignoring lines with missing eol at eof,
207 56. Rename cygwin32 to cygwin and bring it up-to-date with modern cygwin
210 54. V6.17.04 - 20110118
212 52. V6.17.03 - 20110117
213 51. PR/102: Complain on input files with missing trailing \n
220 45. Add AUTOSET_KANJI which works around the Shift-JIS encoding that
223 (Jean-Luc Leger)
228 40. Don't echo history while history -L or history -M
234 35. Fix SEGV from echo ``
236 33. Fix win32 issue calling fmalloc/ffree from non-thread-safe context.
238 32. V6.17.02 - 20100512
250 25. Fix enhanced missing patch (Greg Dionne)
251 24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
256 21. V6.17.01 - 20100506
261 18. Make 'e' in vi mode work like 'b' - use wordchars (Alistair Crooks)
262 17. Handle UTF-16 surrogates (Corinna Vinschen)
277 4. Fix hostname building from utmp (Cyrus Rahman)
280 2. Fix AsciiOnly setting that broke 8 bit input. (Juergen Keil)
284 21. V6.17.00 - 20090710
285 20. Fix dataroot autoconf issue.
286 19. Fix directory stuff for unit tests.
287 18. Fix small bug in history in loops.
289 16. Fix gcc 4 warnings.
290 15. Fix memory trashing bug introduced in 10.
291 14. V6.16.01 - 20090624
292 13. add missing sigemptyset in goodbye()
294 11. restore behavior where a[n-] never prints an error.
296 9. fix short2str/short2qstr length adjustment in wide chars
299 alias precmd history -S. After that justpr is not restored and commands
301 7. Fix "as" $ modifier from corrupting memory.
307 2. Add missing colorls "rs" variable (Shlomi Fish, m70)
308 1. Fix pts detection issue (Ruslan Ermilov)
310 33. V6.16.00 - 20080930
314 28. V6.15.02 - 20080830
315 27. Fix an eval free'ing botch (Per Hedeland)
321 24. $x[A-B] did not complain for A out of range. (Cai Xianchao)
322 23. rename setp -> tcsh_setp to avoid conflict with mach (Javier Vasquez)
323 22. Fix degree handling by defining __XPG4_CHAR_CLASS__ for solaris
325 21. Change 'od' to 'od -c' in tests so that they work on big endian machines.
329 19. V6.15.01 - 20070928
337 13. Fix 'repeat n cmd &' abort() (Mike Sullivan)
338 12. Fix octal parsing (Li Zefan)
339 11. Fix pty detection for autologout setting (Kris Kennaway, Giorgos Keramidas)
345 5. cd - twice from a directory that contained a glob pattern,
348 3. Fix history substitution core-dump with no history entries
355 74. V6.15.00 - 20070303
356 73. fix extension eating windows code (christos)
357 72. fix loop in %R history expansion (christos)
359 70. One off copying macro buffers (Jean-Luc Leger)
362 68. Automatically disable WIDE_STRINGS with --disable-nls (Miloslav Trmac)
363 67. V6.14.07 - 20060825
369 62. Fix confusion between Char and eChar (Martin Kraemer)
370 61. V6.14.06 - 20060824
375 56. Mark-Cursor exchange emacs editing fix (Martin Kraemer)
376 55. V6.14.05 - 20060304
383 49. V6.14.04 - 20060214
392 45. config-catalogs.patch: Autodetect catalog support (#14). (Miloslav Trmac)
400 41. config-package.patch: Readd package version to configure.in,
405 39. va_list.patch: Add missing va_end(). (Miloslav Trmac)
413 36. warning.patch: Fix a const warning.
414 35. More color-ls variables (Jean-Luc Leger)
415 34. V6.14.03 - 20060212
419 30. Fix reading of invalid byte sequences (Miloslav Trmac)
422 27. -n fixes (Miloslav Trmac)
431 19. Clarify hashing and -f sections of man page (Volker Quetschke) [PR/20]
440 13. Fix uppercase/lowercase transformations (Jean-Luc Leger)
441 12. Fix symlink expansion (revert from 6.10.00) (Jean-Luc Leger and Christos)
442 11. Fix literal sequence in prompt (Miloslav Trmac)
443 10. V6.14.02 - 20050412
444 9. Prototype fixes (Miloslav Trmac and Jean-Luc Leger)
445 8. V6.14.01 - 20050411
446 7. Make =- refer to $owd (H.Merijn Brand)
448 5. Fix doc path in Cygwin installation (Corinna Vinschen)
449 4. Fix column size calculation (Martin Kraemer)
450 3. Implement newline-and-hold and newline-and-down-history (Per Hedeland)
454 76. V6.14.00 - 20050325
456 74. V6.13.10 - 20050321
457 73. Implement --help (Tom Warzeka)
461 69. V6.13.09 - 20050303
462 68. Autoconf additions (Miloslav Trmac and Jean-Luc Leger)
463 67. Fix erroneous sign extension when printing huge numbers (Martin Kraemer)
466 64. Avoid the SCCS percent-S-percent sequence differently (Kimmo Suominen)
469 61. Fix NLSFrom prototype (Martin Kraemer)
470 60. V6.13.08 - 20050303
472 58. Fix problems with NLSFrom prototype
474 56. V6.13.07 - 20050118
479 51. Fix dup2() issues, and introduce FSAFE as the highest file descriptor
481 descriptors behind their backs. I need to really fix file descriptor
483 50. forward<->reverse char conversion verification (Miloslav Trmac)
486 47. V6.13.06 - 20050105
488 45. Fix literal refresh code (Michael Schroeder)
489 44. Fix history printing bug with WIDE_STRINGS
490 43. V6.13.05 - 20041121
496 37. V6.13.04 - 20041120
497 36. Fix display problems with two-column characters when using WIDE_STRINGS.
503 32. t_pmatch() was not really case-insensitive when cs == 8
505 31. Fix escaping of "control" bytes 0x80..0x9F when they are actually
506 parts of UTF-8 character representation. (Miloslav Trmac)
507 30. V6.13.03 - 20041120
512 26. Fix UNC prompt expansion (WIN32) (Yasuhiro Matsumoto)
513 25. Fix incorrect xprintf() usage (Miloslav Trmac)
518 21. Set close-on-exec in subshells
520 19. V6.13.02 - 20040804
521 18. de-register, de-extern, de-shadow, and const poison.
525 14. iconv malloc portability fix.
527 12. V6.13.01 - 20040724
528 11. bug fix in automatic dspmbyte setting (Miloslav Trmac)
537 4. if ($var =~ *[^0-9]*) echo not numeric, fix (Andrew Stevenson)
538 3. completion fix to avoid dup hosts from ssh_known_hosts
540 2. vc++ 7.1 compilation fix (Steve Schockley)
541 1. UTF-8 handling for both single and double width characters, but
544 36. V6.13.00 - 20040519
545 35. V6.12.03 - 20040322
548 33. Fix compilation issue under Windows/NT and charset incorrect patch
551 31. compilation fix (Martin Kraemer)
552 30. V6.12.02 - 20040221
555 27. Fix interrupt resetting code when /etc startup scripts have syntax errors
557 26. Clarification of kill-ring commands (Per Hedeland)
559 24. Japanese character set fixes (Juehiro-san) from debian
562 22. Fix HPUX >= 11 resource (Jack Cummings)
579 6. V6.12.01 - 20030208
586 58. V6.12.00 - 20020732
588 56. V6.11.05 - 20020712
593 52. V6.11.04 - 20020709
599 48. Fix argument passing in tc.prompt.c expdollar (Nelson Beebe)
602 45. Fix repeat 3 repeat 2 echo foo
603 44. Fix I/O redirection in scripts (Ian D Allen)
604 43. Fix ` \\\n ` evaluation (Jean-Luc Leger)
605 42. add --version (Nelson Beebe)
611 37. Fix darwin configure entry (Nelson Beebe)
612 36. V6.11.03 - 20020701
616 (Jill Pryse-Davies)
618 31. Fix compilation issue on SunOS4 with _POSIX_VDISABLE (Tom Warzeka)
620 29. DSPMBYTE=utf8 patch (Jean-Luc Leger)
621 28. fix ipv4 only compilation, remove extra sigsetmask() call (Takayuki Nakao)
622 27. window change can cause free to be re-entered causing abort (Mark Peek)
623 26. vp->vec vetting, suggested by Ian Dall.
624 25. V6.11.02 - 20020516
625 24. Fix prompt bugs in $var and %c0n (TAKAI Kousuke)
628 21. Fix REMOTEHOST lossage in with AF_LOCAL sockets (Tom Mander)
629 20. Fix win32 break because of TIOCSTI (Amol)
630 19. Fix TIOCSTI for hpux 11 (Igor Schein)
631 18. Avoid collapsing paths that refer to non-existent components
633 17. Make -shell invocations always treated as a login shell.
634 16. V6.11.01 - 20020308
646 7. Re-initialize nls if NLSPATH is changed (Naoki Wakamatsu)
647 6. Fix 64 bit compilation with linux and resource limits.
648 5. Avoid double globbing when ls-F needs to fork (Joe Townsend)
654 40. V6.11.00 - 20010902
657 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
658 36. V6.10.02 - 20010806
660 34. Fix a tcsetattr race running background jobs as the last line on an xterm
664 31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
665 30. Add kill -s (Mark Peek)
667 28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
670 25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
673 23. V6.10.01 - 20010426
675 21. Add big5 multibyte support (Yen-Ming Lee)
679 17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
683 13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
684 12. Fix broken comment, and new versions of config.guess and config.sub
686 11. fix redrawing in the recognize case (Andrew Brown)
688 9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
689 8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
692 5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
698 57. V6.10.00 - 20001119
700 55. add missing linux kanji define (Tsuyoshi Kawabe)
702 53. Fix compile error on winnt (Yoshiyuki Sakakibara)
704 51. V6.09.04 - 20001111
708 http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
713 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
719 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
720 39. Fix resource limit rounding *again* (Johannes Gross)
721 38. Fix $ expansion in prompt (Takashi Sumiyoshi)
722 37. V6.09.03 - 20000715
727 33. fix vfork compile problem.
729 31. V6.09.02 - 20000704
735 26. aix-4 does not need gethostname (Darren Reed)
737 24. Fix prompt formatting (Andrey A. Chernov)
741 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
742 19. NT-specific executable detection moved to NT code (amol)
746 15. V6.09.01 - 20000114
748 13. IRIS4D de-linting.
751 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
753 8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
754 7. Color-ls fixes (Luis Francisco Gonzalez)
755 6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
758 5. Time percentage wrap fix (Simon Burge)
762 1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
764 65. V6.09.00 - 19990816
767 62. Fix periodic to work without tperiod set (Kenny McCormack)
768 61. V6.08.07 - 19990813
769 60. Fix e_dabbrev_expand (Bjorn Knutsson)
773 56. Fix AIX stupid exit bug. (Dan Harkless)
775 54. V6.08.06 - 19990701
781 48. V6.08.05 - 19990511
787 45. "dspmbyte autoset trap" support to HP-UX 10.20. (Yoshiyuki Sakakibara)
793 39. V6.08.04 - 19990419
799 33. V6.08.03 - 19990211
801 31. small Y2K fix [%y in prompt would be formatted as 10 not 00 at year 2000],
804 29. Avoid redefinition of getpeername on Solaris-2.7
805 28. fix problems with savedups=erase, savehist=merge (Randy Gobbel)
809 24. V6.08.02 - 19981124
819 15. V6.08.01 - 19981025
828 8. Documentation fix for savedirs (Amol)
837 95. V6.08.00 - 19981002
838 94. where builtin nt fix (Amol)
839 93. V6.07.13 - 19980926
842 94. fix new bug introduced by strncpy'fication in sh.dir.c (Taga Nayuta)
843 93. V6.07.12 - 19980918
849 87. Fix remotehost again (kim)
850 86. V6.07.11 - 19980913
859 78. V6.07.10 - 19980904
863 (Ralf W. Grosse-Kunstleve)
870 68. V6.07.09 - 19980707
874 64. V6.07.08 - 19980629
878 60. V6.07.07 - 19980628
879 59. Fast execute by-pass for win32 (Amol Deshpande)
880 58. Clean up const usage a bit, and fix gcc 2.8.1 warnings.
885 53. Solaris 64 bit fixes (fix directory offset bug) (Thomas-Martin Kruel)
888 50. V6.07.06 - 04/08/98
889 49. Collation fix for globbing (Andrey A. Chernov)
893 45. Pattern match fix for directory searches (Mike Patnode)
896 42. Fix trailing whitespace parsing in HASHBANG code (Martin Kraemer)
899 40. Fix reversed arguments in Usagae message. (from Amol Deshpande)
900 39. Fix bug introduced at tcsh-7.06.03 [expdollar] that affected %.n prompt
902 38. Fix typos introduced in last batch of changes.
903 37. Fix interrupted script using onintr, exiting parent shell problem.
905 35. V6.07.05 - 10/28/97
907 this is not complete yet; we are missing the NT glue code and the message
909 33. Fix ^T at the first character in the line (Chuck Silvers)
912 30. Added missing linux signals (Vadim Vygonets)
926 21. V6.07.04 - 05/04/97
927 20. set -f -l patch (Michael Veksler)
928 19. SGI patches (Tomasz J. Cholewo). Also fix completion code to take into
935 13. Fix set=#123; echo $i:s/#// (Quoting problem)
936 12. V6.07.03 - 02/23/97
945 3. HP/UX 10.0 fix for filesize resource limit; don't scale by 512 anymore.
947 1. Return exit status from 0..255 not -128...127, as POSIX mandates.
951 57. Fix histdup=erase again: Don't renumber events, or access uninitialized
953 56. 6.07.01 - 10/19/96
954 55. Fix histdup=erase, where after some repetitions, we would get negative
958 52. Fix possible core dump when !:<tab> in autoexpand mode (rbrown@ERA.COM)
959 51. 6.07.00 - 10/11/96
962 48. 6.06.04 - 10/05/96
963 47. Fix tellmewhat() code to return true if found.
965 45. Fix problem with sticky non editing mode from Casper Dik.
966 44. history lex fix from Martin Kraemer; history events that ended with 0
969 42. SGI fixes from Ralf W. Grosse-Kunstleve.
971 40. 6.06.03 - 09/24/96
974 37. 6.06.02 - 06/22/96
980 32. Fix bug introduced in the new tty parsing code.
983 29. 6.06.01 - 05/24/96
987 26. Fix histdup, so that it does not leave gaps in the event sequence.
989 since SIGRT??? is defined as -1.
991 Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
992 23. Fix memory clobbering when SHORT_STRINGS is not defined.
997 20. Magic space incomplete modified core dump fix. Chris Metcalf
1000 18. SGI RS8000, Ported notes. Ralf W. Grosse-Kunstleve
1010 11. Fix F- parsing in tc.bind.c <bob@intelnet.net> (Bob Meyers)
1011 10. Added -T option in history to force timestamp printing. -h alone does
1013 9. Typo in tc.bind.c [with -DOBSOLETE] (misplaced parenthesis)
1019 messages in tc.os.c to use ERR_STRING instead, and fixed a missing error
1024 1. Typo in ma.setp.c (missing parenthesis)
1028 88. Cleanup off-by-one error ed.defns.c.
1029 87. 6.05.09 - 05/06/95
1034 83. Don't add yp stuff in the tilde cache [names that start with + or -]
1037 81. 6.05.08 - 04/29/95
1040 78. Fix the Imakefile to use XCOMM
1046 72. 6.05.07 - 04/19/95
1049 69. 6.05.06 - 03/15/95
1054 66. showdots has been removed; use listflags instead. [handles -x too]
1057 63. fix "-c command" new core dump.
1061 60. Per's fix for insert-last-word
1064 57. fixed again complete-word-raw and list-word-raw
1065 56. 6.05.05 - 03/11/95
1068 53. complete-word-raw and list-word-raw should work
1074 48. 6.05.04 - 03/03/95
1075 47. Add NODOT config, $command [that holds the command passed with -c]
1088 36. 6.05.03 - 01/17/95
1102 28. Cray dmmode and filetests -m -k [need documentation!]
1104 26. Don't glob the path; security problem and core-dump. [from beto]
1108 24. 6.05.02 - 09/04/94
1116 16. Fixed portability problems in the new counted-strings codes (From Kaveh)
1117 15. Fixed binding problem with the new counted-strings code [all key bindings
1119 14. 6.05.01 - 07/08/94
1122 12. Fix parsing bug, where words that contained keywords caused incorrect
1131 11. Fix sh.c for systems with no job control. [the new hup builtin sends
1142 4. M-space should not be counted as a space. Leads to infinite loop in
1151 112. Realloc debug fix from John.
1153 110. Added -b option to bind.
1159 the previous version core-dumped with
1161 105. Fix seg fault in find_cmd, when path is unset.
1163 103. the previous =~ fix, was a bit broken.
1165 101. expression parser fix for !~ and =~.
1175 94. added expand-command
1176 93. Alpha OSF-2.0 fixes
1179 90. Dan's completion fix.
1181 88. Don't source .logout when killed with -HUP unless we are a login shell.
1183 87. ISC-4.0 posix exec() bug workaround
1189 82. Completion pathname(p) changes: Completion 'C' -> 'X'.
1192 (From Paul Nevai <nevai@ops.mps.ohio-state.edu>)
1194 79. Fix rounding in limits so that 0 is a true 0.
1204 75. setenv SHLVL -1; tcsh = Segmentation fault [fixed]
1216 does not get corrected. The right fix would be to do correct parsing
1231 54. dirs -L and dirs -S spurious warning elimination.
1250 37. Imakefile fix for sequent (from Jaap)
1260 cat | tcsh -f -s
1263 28. savedirs fix and readlink() null termination fix from Peter.
1264 27. Added -p flag (force dirs printing in all directory functions and $owd
1267 25. Fixed history -h to work with other history flags.
1268 24. Renamed ed-functions more consistently (dcs)
1269 23. Added missing filetests (dcs)
1276 16. fix for history -SL and dirs -SL to work when savedirs and savehist are
1278 15. fix magic-space to understand :p
1280 13. Fixes for non-blocking i/o recovery. trap all non blocking styles under
1294 1. Bruce's bug fix for ed.chared.c, signals
1298 92. Alpha prototypes, for gcc -Wall clean compile.
1307 > (does-not-compute;)
1316 82. Move past the bottom of input when we hit ^C, so that multi-line
1332 76. missing prototypes/unused variables under SYSV4.
1338 71. set -r would not make existing variables readonly.
1340 69. Mika's fixes (missing args in sh.c set(), linux Makefile, SIGCHLD)
1347 65. Michael's fix for history buffer cleanup:
1355 61. readonly veriables. 'set -r x=3' will set x to a very sticky 3...
1357 59. Fixed entry -> item in tw.parse.c
1358 58. Added -f option to unlimit
1373 53. Added complete-word-fwd and complete-word-back that scroll through
1377 51. Michael's editor fix. With "magic margins" and 80 char width, try:
1380 50. Reverted fix that does not glob the expanded back-quote text again.
1385 47. Fixed bug with -S
1388 44. Changed -s == !-z and -S == socket
1389 43. Fixed typo in sh.c, in phup [shpgrp != pr->pgrp]
1390 42. Multi-line aliases are not entered into the history when executed.
1393 39. fixed $HOME->$home memory problem.
1397 36. Fixed clobbered veriable warning from gcc-1.39 in tw.parse.c
1404 30. Fix bug with double globbing expansion on mirrored variables:
1407 28. Typo in the $HOME->$home mirroring.
1434 13. csh bug fix in foreach [quoteing problem]
1439 12. ls-F obeys showdots...
1445 7. Printenv builtin and long backquote expansion fix from Harald.
1446 6. $:-1, $:-0 enhancement from Paul and Michael.
1448 4. Apollo bugs [Setenv -> tsetenv, typedef in pid_t]
1450 2. Fix vms/posix ifdefs in tc.alloc.c
1451 1. Elide gcc-2.3.1 warnings
1481 (thanks Harald for the complex bindings! :-)
1482 > bindkey "\e10z" expand-line # Any editor command will do
1483 > bindkey -[cs] "\e10z" "foo" # Any string or command will do
1492 73. Memory leaks in sh.dir.c and sh.glob.c [thanks purify :-)]
1503 needs job-debugging and finishing touches.
1507 61. Shell -w,-x were incompatible with the same for test [POSIX] (beto)
1508 60. builtin newgrp did not accept the - argument.
1510 58. Old style csh completion bug fix [not used] (beto)
1513 doesn't get <cntl-c> and <cntl-z> signals.
1516 #!/bin/csh -f
1525 56. history > 1000 fix (beto)
1532 51. Leading spaces would confuse the run-help function.
1541 46. Expand-variables expands array variables too
1549 > ec[M-p]
1552 41. sourcing a script that contains 'onintr -; onintr' would disable
1559 36. Added new -b -c file operators from SGI csh.
1566 29. Walking process group fix.
1569 bindkey -s "^[OP" "ls\n^P"
1577 19. Fix automatic correction to work with the new completion.
1583 15. STRNULL <-> NULL bug fixes.
1585 13. history -LSc, dirs -LSc additions, builtins builtin [oxymoron]
1591 8. SGI -t operator problem.
1593 6. Fix history file writing bug when autologout.
1610 86. Fixes in listing and completion of non-unique commands.
1611 85. Fix =stack entries > 9... from Bill Petro
1612 84. Fix for last character at margin. [on terminals that have am & xm move
1614 83. Fix for complete completions
1623 74. Fixed magic-space ! expand bug:
1625 > echo !:2!:3[magic-space]
1626 73. Work-around for apollo optimizer in tc.bind.c
1641 > ./tcsh -i a b c
1658 51. -drwX test enhancement.
1675 40. Fixed gcc-2.0 warnings in sh.sem.c (needed for vfork() -O2 optimization)
1679 column by default. This should fix the xterm cut-n-paste problem.
1687 34. asynchronous notification in run-fg-editor would try to change the
1699 29. showdots=-A addition
1710 19. Added dunique and cd -.
1711 18. Per's fix for alarm functions. Things would break if time went backwards.
1712 17. Realloc bug fix (copy min of old and new size)
1713 16. Fix for csh compatible braces.
1727 4. Globbing bug fix. tglob() should ignore globbing characters inside
1732 3. Mach setpath fix.
1733 2. Alliant process group fix.
1739 asks to re-edit the command.
1757 6. Yet another globbing bug fix from Michael (echo .[^.])
1763 1. (beta-5 6.00.04 == 6.00.05)
1772 34. (beta-5 11/25/91)
1776 30. Normalize-path editor function.
1777 29. (beta-4 11/21/91)
1779 27. bindkey fixes (-c addition, casting cleanups)
1780 26. (beta-3 11/16/91)
1791 18. (beta-2 11/03/91)
1792 17. Multi-line aliases with `` bug fix.
1795 14. Fix for redirection with wildcard filanames.
1796 13. No error correction for multi-line commands.
1797 12. Esix-4 re-defines p_pid. Argh...
1798 11. (beta-1 10/28/91)
1802 7. uts broken <sys/stat.h> work-around, and has a wait3()
1803 6. SGI (-t filename) extension, returns true when filename is a tty.
1806 3. missing 'break;' in prompt code '%y'.
1814 29. $foo:gs/:/ / fix and 'a' modifier addition.
1820 23. New i-search from Per.
1828 15. Still can't get the history exactly csh-like... !-2$ was broken...
1830 13. -Dvar=name command line option for the apollos.
1833 10. Emacs i-search. [currently not bound]
1834 9. Vi additions ([dc]-{w,$,f<c>},Undo)
1835 8. tcsh -n parses now builtin structures.
1837 6. echotc -s was broken
1842 1. Fixed echo '!-1', history would eat the quote.
1850 4. Multiple : modifiers [experimental, disabled with -DCOMPAT]
1858 15. More ANSI fixes, and mit additions (load-average)
1860 13. Refresh bug fix...
1891 39. set home=../relative-path-name was broken.
1897 mkdir not-in-cd-path; chmod -x not-in-cd-path; cd not-in-cd-path;
1899 not-in-cd-path: No such file or directory.
1901 not-in-cd-path: Permission denied.
1907 32. Glob fix. echo '*' * was not handled properly.
1908 31. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.
1910 30. Glob fix. Quoted characters inside [] were not handled properly.
1920 case [a-z]:
1948 7. Added tilde cache and -l flag.
1959 variables. Compiled correctly with both lint and gcc -Wall on
1962 V5.20.03, 03/20/91. - Never released
1970 #!/usr/local/bin/tcsh -f
1980 17. Added -n flag to cd, pushd, popd and dirs. Documented -l and -v
1996 9. unset path; unsetenv PATH; ls-F; (poof) fixed...
1997 8. Patches for masscomp, and ${var123} lexical analysis fix...
2006 4. eval file descriptor re-direction fix.
2012 2. PERROR define fix.
2013 1. irix3.3.1 line discipline fix.
2019 ~ four times does not core-dump.
2023 26. Directory stack/save-restore additions
2026 23. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
2028 22. Some users had environment EMACS set to something, and with my bad fix
2030 "fix", they didn't have editing...). Anyway, refined the check to be
2032 21. kill -CONT %job, would not update the status of the job, but it would
2036 18. fixed ls-F -l, SIGINT problem.
2038 16. Bind [A - [D and OA to OD in vi mode to the arrow key functions
2065 7. Prompt in if statements fix.
2072 were bound to up-history!
2085 18. Added bindkey -r
2087 16. history -t does not print the time-stamp.
2090 13. ls-F works with filenames that have metachars
2101 8. Fix setting of AsciiOnly (Per)
2106 4. Found the cause for the core-dump in long backquote
2116 35. Added expand-variables function.
2119 32. ls-F does not eat the last slash on the / directory!
2150 > alias ls ls -F
2153 Should print: Exit 0 ( ls -F )
2170 > stty -a
2175 12. Fixed spell-line code..
2179 9. Added expand-glob
2182 6. Fixed so that listmax is ignored in ls-F.
2191 7. Brought the README file up-to-date, and changed the bug report