home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume25 / tcsh-6.01 / part08 / Fixes < prev    next >
Text File  |  1991-12-19  |  20KB  |  462 lines

  1. V6.01.00, 12/19/91 [for comp.sources.unix]
  2. 22. Restore the original prompt in automatic correction when the user
  3.     asks to re-edit the command.
  4. 21. Better error for unreadable files in tw.parse.c
  5. 20. Sequent patches.
  6. 19. (V6.00.08 beta 12/14/91)
  7. 18. Filenames containing # were spelled/expanded incorrectly.
  8. 17. Stellar/stellix port.
  9. 16. Hpux 8.0 has SIGWINDOW but we cannot get the window size. Protect
  10.     against window changes updating $LINES and $COLUMNS.
  11. 15. Mach setpath did not work right.
  12. 14. Mach does not need setenv in lib; in fact that does not work right.
  13. 13. shell level gets decremented when we exec.
  14. 12. restart_fg_editor picked the wrong editor if arg contained a slash.
  15.     e.g vi ~/.cshrc
  16. 11. (V6.00.07 beta 12/08/91)
  17. 10. Allow use of vfork() on systems that do not have job control.
  18. 9.  Avoid NUMCC from being defined twice.
  19. 8.  (V6.00.06 beta 12/05/91)
  20. 7.  SunOS3's FIOCLEX dups...
  21. 6.  Yet another globbing bug fix from Michael (echo .[^.])
  22. 5.  Ultrix now wants __ before cpp symbols.
  23. 4.  Workaround sun's header files inconsistency so tcsh can be compiled
  24.     with #undef POSIX
  25. 3.  Fixed limit stuff so that large values don't cause errors.
  26. 2.  Fixed =1 and ~user error messages (Per)
  27. 1.  (beta-5 6.00.04 == 6.00.05)
  28.  
  29. $#*
  30. $#* New numbering scheme (The last 2 digits are reserved for beta releases
  31. $#* from now on. So we start at 6.00.06 which is 6.00.04 beta 6, and we are
  32. $#* going to release 6.01.00...
  33. $#*
  34.  
  35. V6.00.04, (never released)
  36. 34. (beta-5 11/25/91)
  37. 33. Simplify code in BindArrowKeys()
  38. 32. Get rid of the PNULL's
  39. 31. Support for shadow password in locking code. (From Kimmo)
  40. 30. Normalize-path editor function.
  41. 29. (beta-4 11/21/91)
  42. 28. minix additions
  43. 27. bindkey fixes (-c addition, casting cleanups)
  44. 26. (beta-3 11/16/91)
  45. 25. Prompt length checking. 
  46. 24. Michael's fixes for the watching code. Tcsh could core dump when using
  47.     a corrupted utmp.
  48. 23. overwrite mode flag, and autologout locking code.
  49. 22. overwrite mode would still insert digits!
  50. 21. Get the value of _POSIX_VDISABLE from pathconf...
  51. 20. Hpux 8.0 fixes. Sigstack botches with shared libraries. Ansi mode
  52.     static initialization of structures with prototyped function pointers
  53.     gives spurious warnings...
  54. 19. Onintr in /etc rc files is disabled.
  55. 18. (beta-2 11/03/91)
  56. 17. Multi-line aliases with `` bug fix.
  57. 16. Sticky emacs overwrite mode.
  58. 15. Autolist option.
  59. 14. Fix for redirection with wildcard filanames.
  60. 13. No error correction for multi-line commands.
  61. 12. Esix-4 re-defines p_pid. Argh...
  62. 11. (beta-1 10/28/91)
  63. 10. Foreach loops were broken again.
  64. 9.  SUNOS localtime() bug does not only happen on the 8th byte. [Michael]
  65. 8.  sh.dir.c, memory corruption in dinit(). Thanks Michael.
  66. 7.  uts broken <sys/stat.h> work-around, and has a wait3()
  67. 6.  SGI (-t filename) extension, returns true when filename is a tty.
  68. 5.  'default:' addition in all switch() statements.
  69. 4.  oflag was not being updated correctly in Rawmode()
  70. 3.  missing 'break;' in prompt code '%y'.
  71. 2.  infinite loop in :a<mod> code.
  72. 1.  hashstat was not reporting hits+misses
  73.  
  74. V6.00.03, 10/21/91
  75. 31. watch code now accepts shell patterns.
  76. 30. new hashing code portability fixes.
  77. 29. $foo:gs/:/ / fix and 'a' modifier addition.
  78. 28. Added $! (the pid of the last background job forked)
  79. 27. exec does not kill the shell when it fails.
  80. 26. Irix4.0 decls.
  81. 25. SVR4 uthost fixes from Kimmo Suominen
  82. 24. Imake addition from marc
  83. 23. New i-search from Per.
  84. 22. ibmesa fixes
  85. 21. convex fixes.
  86. 20. t command for vi.
  87. 19. SVR4 fixes (reverse pipeline and sigaction()) from David Dawes.
  88. 18. New hashing from Marc
  89. 17. Added : to the ~name separators so ~foo:~bar works.
  90. 16. New ed.init.c. Added ed.term.c
  91. 15. Still can't get the history exactly csh-like... !-2$ was broken...
  92. 14. vi character searches.
  93. 13. -Dvar=name command line option for the apollos.
  94. 12. Prompt format changes for date/directory.
  95. 11. Vi searches.
  96. 10. Emacs i-search. [currently not bound]
  97. 9.  Vi additions ([dc]-{w,$,f<c>},Undo)
  98. 8.  tcsh -n parses now builtin structures.
  99. 7.  seek to the end on errors in loops.
  100. 6.  echotc -s was broken
  101. 5.  Better !event parsing. !foo;!bar was broken.
  102. 4.  foreach loops and if statements in aliases.
  103. 3.  .cshdirs would corrupt the heap if some directories were not there.
  104. 2.  System V echo was broken with \
  105. 1.  Fixed echo '!-1', history would eat the quote.
  106.  
  107. V6.00.02, 08/05/91 [For comp.sources.unix]
  108. 8.  tcsh will always set $LOGNAME and $USER if not already set in the
  109.     environment.
  110. 7.  added $histfile.
  111. 6.  echo `echo` * and  echo ~ {} were broken
  112. 5.  setty builtin addition
  113. 4.  Multiple : modifiers [experimental, disabled with -DCOMPAT]
  114. 3.  7 bit fixes, and hp9000s500.
  115. 2.  #undef DEBUG in tc.alloc.c, so we continue if we get a bad free() 
  116. 1.  getn() is now protected against NULL strings.
  117.  
  118. V6.00.01, 07/16/91
  119. 17. added beepcmd, and fixed small tenematch bugs.
  120. 16. Renamed DUP2 flag to HAVEDUP2 cause AIXPS2 defines DUP2 already.
  121. 15. More ANSI fixes, and mit additions (load-average)
  122. 14. don't clear ECHOE, background programs might need it.
  123. 13. Refresh bug fix...
  124. 12. getpwent() should not be interrupted (yellow pages), cause it might
  125.     leave dangling pointers, that endpwent() will trash.
  126. 11. ChangeSize is now responsible to set the screen size to something
  127.     sane, but it should not affect the environment if the information
  128.     it received is not valid
  129. 10. Find out if we are running under emacs using $TERM. It is more 
  130.     reliable.
  131. 9.  tcsh was broken if SHORT_STRINGS was not defined (glob() problem)
  132. 8.  If GetSize() fails it should always return reasonable screen sizes.
  133. 7.  globbing should not fail if one or more patterns match.
  134. 6.  increased the number of aliases in the loop detection code.
  135. 5.  DGUX has size_t and pid_t defined now...
  136. 4.  ESIX does not have EWOULDBLOCK or EAGAIN & POSIX... That was not handled
  137.     correctly.
  138. 3.  rs6000 needs BSDWAIT.
  139. 2.  Hpux susp key could not be changed.
  140. 1.  Apollo fixes.
  141.  
  142. V6.00.00, 07/04/91
  143. 45. Fixed quoting of VSTART/VSTOP on termios
  144. 44. Memory leak every time you pipe in or out.
  145. 43. echo {foo bar.[ch]}. Did not check for end of word.
  146. 42. ANSI prototypes
  147. 41. dmove() would leave the source descriptor open when using dup2()
  148.     e.g.
  149.     while (1)
  150.     echo foo >>! bar
  151.     end
  152.     runs out of file descriptors
  153. 40. recursive `` expanded via aliases would abort.
  154. 39. set home=../relative-path-name was broken.
  155.     e.g.
  156.     set home=../..; cd ..;
  157.     <abort>
  158. 38. Incorrect error when changing to directory:
  159.     e.g.
  160.     mkdir not-in-cd-path; chmod -x not-in-cd-path; cd not-in-cd-path;
  161.     echoed:
  162.        not-in-cd-path: No such file or directory.
  163.     it should have said
  164.        not-in-cd-path: Permission denied.
  165. 37. if ( \! =~ [\!] ) echo ok, did not echo ok. Quoting inside [] pattern.
  166. 36. More than 127 jobs caused job # to go negative
  167. 35. unsetenv <pattern> ... Added support for more than one pattern.
  168. 34. More background process status report fixes.
  169. 33. Apollo builtin support.
  170. 32. Glob fix. echo '*' * was not handled properly.
  171. 31. Glob fix. setenv FOO `sleep 1` would either cause a segmentation fault.
  172.     or print ambiguous.
  173. 30. Glob fix. Quoted characters inside [] were not handled properly.
  174. 29. Removed TELL and VMUNIX defines. I think we cannot compile on V6 anyway
  175. 28. Overflow check for expansions.
  176. 27. Added matchbeep, shell pattern history searching.
  177. 26. Added code to handle /dev/std{in,out,err}
  178. 25. Fixed POSIX speed handling in raw mode.
  179. 24. Fixed a flushing bug in the filec code in sh.file.c
  180. 23. Compiled and added hp9000s700 to the list of hosts.
  181. 22. Fixed horrible bug in gmatch() 
  182.     switch (4)
  183.     case [a-z]:
  184.         echo bug;
  185.         breaksw;
  186.     case 4:
  187.         echo ok;
  188.         breaksw;
  189.     endsw
  190. 21. Fixes for _SEQUENT_ ut_host.
  191. 20. FLUSHO added
  192. 19. mkdir foo\`bar; cd foo\`bar; was broken
  193. 18. EWOULDBLOCK == EAGAIN on RENO check for that too.
  194. 17. Dword() simplified and removed the gotos.
  195. 16. Hpux now compiles with POSIX. Moved the local chars modes in ed.init.c
  196.     after the tty modes.
  197. 15. Process group fixes for POSIX
  198. 14. We need <sys/filio.h> on the suns for FIOCLEX!!! We did not close
  199.     our file descriptors before...
  200. 13. A/UX fixes.
  201. 12. History events that start with a number are not necessarily numeric:
  202.     > !3d
  203.     3d: Event not fount
  204. 11. History loop detection added.
  205.     > alias a \!#
  206.     > b; a
  207. 10. Alias loop detection code was ineffective on eager optimizers.
  208.  9. All errors should now go through our table. Next step we should
  209.     add nls error messages.
  210.  8. Unsetenv now globs its arguments! Before it did not...
  211.  7. Added tilde cache and -l flag.
  212.  6. Added autocorrect
  213.  5. Fixed for so that background jobs in scripts get process groups
  214.  4. Fixed amazing memory leak in setenv()...
  215.  3. Added short2qstr() so that we can form quoted strings to be used with glob()
  216.  2. str2short and short2str allocate space dynamically.
  217.  1. Fixed bug related to the is*() routines called with shorts.
  218.     [only if NLS and SHORT_STRINGS are defined].
  219.     (The _ctype_ was getting indexed with shorts...)
  220.  0. Complete overhaul. Brought in the 4.4 csh stuff. Separated most
  221.     tcsh and csh code except where I would have to add more global
  222.     variables. Compiled correctly with both lint and gcc -Wall on
  223.     a sparc running 4.1
  224.  
  225. V5.20.03, 03/20/91.    - Never released
  226. 25. Kanji, SXA additions.
  227. 24. (exec foo) should not fail if they are suspended jobs.
  228. 23. Support kernel paging stuff on aix 370.
  229. 22. Now we handle correctly the environment variables LINES, COLUMNS,
  230.     TERMCAP for window size changes...
  231. 21. Tcsh 5.18c+ had broken NULL chars on scripts.
  232.     > cat > foo 
  233.     #!/usr/local/bin/tcsh -f
  234.     echo "foo"
  235.     echo "^V^@"
  236.     echo "bar"
  237.     ^D
  238.     > chmod +x foo; foo
  239.     foo
  240. 20. Posix has EAGAIN and not EWOULDBLOCK
  241. 19. Don't set ECHOK; makes kill ^U ugly.
  242. 18. $shell is SHELLPATH and not $SHELL any more.
  243. 17. Added -n flag to cd, pushd, popd and dirs. Documented -l and -v
  244.     flags.
  245. 16. Documented and fixed chase_symlinks and ignore_symlinks.
  246. 15. Call endpwent() when you get interrupted...
  247.     cd ~chri<tab>^C
  248.     cd ~christos/<enter>
  249.     <stuck>
  250. 14. Exec when you have suspended jobs asks for verification.
  251. 13. Variable length fixes:
  252.     >set abcdefghijklmnopqrstuvwxyz=1
  253.     >echo $abcdefghijklmnopqrstuvwxyz
  254.     abcdefghijklmnopqrs: Undefined variable
  255.     Now we have better messages too...
  256. 12. Icon fixes...
  257. 11. Quote expanded glob and history chars too.
  258. 10. If someone sets SHIN to O_NDELAY we died... Now we set it back...
  259.  9. unset path; unsetenv PATH; ls-F; (poof) fixed...
  260.  8. Patches for masscomp, and ${var123} lexical analysis fix...
  261.  7. Patch for sunview bug: A partially covered suntool sends SIGWINCH every
  262.     time the text is scrolled, causing annoying redraw effects. Now tcsh
  263.     checks if the size really changed before doing anything.
  264.  6. Interrupt in the middle of cwdcmd, and periodic does not remove the
  265.     aliases.
  266.  5. prompt2 and prompt3 fixes:
  267.     Prompt2 now prints the status of the parser by default.
  268.     Prompt3 can now have the standard prompt escape sequences.
  269.  4. eval file descriptor re-direction fix.
  270.     >set p='w | tail +3'
  271.     >eval $p
  272.     (originally | tail +3 was ignored)
  273.  3. $edit != emacs anymore; it was misleading, 'set edit' enables editing
  274.     'unset edit' disables it.
  275.  2. PERROR define fix. 
  276.  1. irix3.3.1 line discipline fix.
  277.  
  278. V5.20.02, 12/15/90.
  279. 32. /etc/Logout added and merged with /etc/Login flag.
  280. 31. Fixed tty chars in ed.init.c. Some of them were not handled correctly.
  281. 30. Command execution does not leak memory any more, and doing
  282.     ~ four times does not core-dump.
  283. 29. Fixed the notorious csh 'if(' bug (part of the convex fixes)
  284. 28. Intelligent getwd() on startup, and canonicalization.
  285. 27. Intelligent directory stack. Gets updated when $HOME changes.
  286. 26. Directory stack/save-restore additions
  287. 25. Convex Fixes.
  288. 24. Fixed onlret, and echonl getting stuck on svid.
  289. 23. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
  290.     csh, this is annoying).
  291. 22. Some users had environment EMACS set to something, and with my bad fix
  292.     at pl 1 found that they didn't have echo... (of course, even before my
  293.     "fix", they didn't have editing...). Anyway, refined the check to be
  294.     for EMACS=t, which is what emacs sets when running a subshell.
  295. 21. kill -CONT %job, would not update the status of the job, but it would
  296.     just restart it.
  297. 20. Sequent fixes.
  298. 19. AIX370 signal and TCF fixes.
  299. 18. fixed ls-F -l, SIGINT problem.
  300. 17. aix on the ps2 does not have strcoll() either.
  301. 16. Bind [A - [D and OA to OD in vi mode to the arrow key functions
  302.     so that they work from insert mode.
  303. 15. %~ was not working correctly for /home/news and /home/newsbin...
  304. 14. Removed Rcs Log
  305. 13. ISC unix fixes.
  306. 12. sunos3.x wants <sys/dir.h> not <dirent.h>
  307. 11. Remove precmd's, cwdcmd's and periodic cmds that had errors.
  308. 10. Compile sunos4.1 using termio. 
  309.  9. Rs6000 line discipline fixes. 
  310.  8. T_Tabs was wrong for termio machines.
  311.  7. Don't bind single keystroke arrow keys, when they are already bound!
  312.  6. Test for newline and tab before deciding not to send shell scripts
  313.     to the bourne shell.
  314.  5. Added LITERAL prompt stuff.
  315.  4. Fixed gethostname() in sh.rest.c to return the nodename.
  316.  3. Do not quote spell checked stuff. This is not very intelligent but
  317.     works better than before.
  318.  2. Fixes for relative path components. (paths that start with a .)
  319.  1. Fixed so that Rawmode() is not called when we are not editing
  320.     (breaks running under emacs)
  321.  
  322. V5.20.01, 11/15/90.
  323. 12. Recognize environment variables too.
  324. 11. Always start in Rawmode()
  325. 10. don't try to execute binary files using the bourne shell.
  326.  9. Vi change to end of line updates correctly now.
  327.  8. Prompt in continuation lines.
  328.  7. Prompt in if statements fix.
  329.  6. System V ^C works right now.
  330.  5. ^Z works correctly in bindings
  331.  4. Better error messages for variables.
  332.  3. dinit() now is more robust.
  333.  2. Added aux2.0 patches.
  334.  1. Fixed bug with arrow key bindings in ed.screen.c. All the keys
  335.     were bound to up-history!
  336.  
  337. V5.20.00, 11/10/90.
  338. 26. Fixed system V and POSIX time reporting.
  339. 25. Fixed ed.screen.c so that it does not use malloc().
  340. 24. Fixed SIGWINCH on the iris
  341. 23. Fixed ed.screen.c, so that settc works correcly. It used to set
  342.     the termcap with a string that was allocated from the stack!
  343. 22. Fixed listing of commands, where the last command was not checked.
  344. 21. Fixed which command. It did not work for
  345.     \<command>, if command was aliased.
  346. 20. Eliminated CSH4.3 define. You've had enough time to upgrade from 4.2
  347. 19. Fixed GotTermCaps to be called only once.
  348. 18. Added bindkey -r
  349. 17. Attributes were not getting reset correctly.
  350. 16. history -t does not print the time-stamp.
  351. 15. AddXkey, works now for single character xkeys.
  352. 14. filetype() knows better about symlinks.
  353. 13. ls-F works with filenames that have metachars
  354. 12. Completion/spelling works with quoted things.
  355. 11. Fixed refresh bug. Repeat by:
  356.     On an intelligent terminal that has insert and delete chars (xterm)
  357.     > orphan
  358.     > vi orphan.c
  359.     > ^P^P
  360. 10. Fixed so that if we don't have a tty on stdin editing is disabled.
  361.  9. Check for nested process forking, to avoid loops such as:
  362.     > alias foo 'set bar=`foo`'
  363.     > foo
  364.  8. Fix setting of AsciiOnly (Per)
  365.  7. tw.spell.c, defined F_OK for systems that don't have it.
  366.  6. ourwait.h had typo in ifdef.
  367.  5. BSD compilers need a cast to int for enums used in 
  368.     switches (Matthew Day)
  369.  4. Found the cause for the core-dump in long backquote 
  370.     expansions (Mark Davies)
  371.  3. Some externs in ed.h needed to be truly externs...
  372.     reported by Mark Davies, bug appeared only on hp9000s800.
  373.  2. Changed $tcsh, and $version strings.
  374.  1. Added internal sprintf function, renamed putchar to CSHputchar,
  375.     printf to CSHprintf, sprintf to CSHsprintf.
  376.  
  377. V5.19.02, 10/23/90.
  378. 36. Added /etc/cshrc for the SGI irises.
  379. 35. Added expand-variables function.
  380. 34. Documented $time in tcsh.man
  381. 33. Shell variables are now 'recognized' when expanding/listing things.
  382. 32. ls-F does not eat the last slash on the / directory!
  383. 31. Strings bound to keys are printed inside double quotes.
  384. 30. History now remembers the exact line, not just an unparsed version of
  385.     the tokens.
  386. 29. Renamed itoa to Itoa(), so things in libc that use itoa() don't break.
  387. 28. Ported to IBM aix/ps2. 
  388. 27. Fixed eval so that it forks when the output is piped
  389.     Repeat by:
  390.     > who | grep $user
  391.     > eval who | grep $user
  392. 26. Fixed so that 'nice <builtin changing the working directory>' does not
  393.     nice or fork.
  394.     Consider doing:
  395.     nice cd /tmp && rm *.c (don't try it!!!)
  396.     [what actually happens is that nice has to fork, then the child executes
  397.      chdir, and the parent stays where it was]
  398. 25. Added Dan's patches (nls, builtin bindkey, fixes to the editor).
  399. 24. Added aix370, migrate, getspath, getspath, getxvers, setxvers
  400. 23. Added builtin echotc, removed sl and el.
  401. 22. Ported to 4.4 BSD. This involved changing the way lots of flags worked,
  402.     cleanup of the SVID stuff, and addition of more compilation flags.
  403.     Now POSIX can work whed BSD is defined...
  404. 21. Fixed so that el, sl work. Actually they are to be removed soon and
  405.     be replaced with echotc.
  406. 20. Avoid the Quoted Space hack for alias when printing jobs!
  407.     [aliases to the same name avoid further alias expansion, by 
  408.      inserting a quoted space in front of the command. In SHORT_STRINGS
  409.      QUOTE is the 15th bit so print ignores it thinking it is the
  410.      end of the string. So we just skip the Quoted Space....]
  411.     Repeat by:
  412.     > set notify
  413.     > alias ls ls -F
  414.     > (ls) &
  415.     Prints        Exit 0 (
  416.     Should print: Exit 0 ( ls -F )
  417. 19. Fixed so that "", '', ``, all produce ': Command not found',
  418.     and not the spurious messages.
  419.     Repeat by:
  420.     > set path = (/bin /usr/bin .... .)
  421.     > ""
  422.     /some/path/name/: Command not found
  423. 18. Enable the use of <ctype.h> macros if they exist and NLS is defined.
  424.     NLS code is not ready yet.
  425. 17. Fixed rmstar and continue_jobs code, so that they are not compile
  426.     options, but shell variables. Now you need to 'set rmstar' to get
  427.     enable rmstar.
  428. 16. Fixed SIGWINCH, SIGWINDOW, and setting of li, co, that broke
  429.     suntools, and others.
  430.     Repeat by:
  431.     Start a shelltool of size other than 80x34
  432.     > telltc
  433.     > stty -a
  434.     do not report the same number of lines and columns.
  435. 15. More fixes to tw.parse.c, and tw.spell.c.
  436. 14. More fixes to sh.char.c.
  437. 13. Fixed coredump caused by ``.
  438. 12. Fixed spell-line code..
  439. 11. Trapped SIGCHLD in sh.sem.c, while forking. Still there is a small
  440.     race, but the probability of happening is smaller!
  441. 10. Fixed sh.char.c to be ISO compliant.
  442.  9. Added expand-glob
  443.  8. Fixed ourwait.h for little endians.
  444.  7. Fixed that foreach i (^D expands correctly.
  445.  6. Fixed so that listmax is ignored in ls-F.
  446.  5. Fixed spelling correction so that single letter words and words that
  447.     contain globbing chars do not get spell checked.
  448.  4. Changed NeXT HOSTTYPE to next, since all HOSTTYPE's are lower case.
  449.  3. Fixed symmetry, and changed symmetry HOSTTYPE from sequent to symmetry.
  450.  2. Added boldfacing, underlining chars.
  451.  1. Added IRIX3.3.1 support.
  452.  
  453. V5.19.01, 9/26/90.
  454. 7. Brought the README file up-to-date, and changed the bug report
  455.    address to point to me.
  456. 6. sh.lex.c. In addla(), overflow computation was wrong.
  457. 5. Fixed SHELLPATH, to be set correctly when $SHELL is not set.
  458. 4. Fixed print statement in sh.proc.c that contained \215.
  459. 3. Fixed the Makefile and MAKEDIFFS so that a tahoe diff can be made.
  460. 2. RS6000: hacked around execv bug, and ed.init.c warning.
  461. 1. Editor should not be enabled when we don't have a tty.
  462.