home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / a / bash / bash-1.000 < prev    next >
Encoding:
Text File  |  1995-03-23  |  7.2 KB  |  205 lines

  1. This file documents the bugs fixed between this release, bash-1.14.3,
  2. and the last bash release, 1.14.2.
  3.  
  4. 1.  Bugs fixed in Bash
  5.  
  6. a.  There is no longer a too-easy-to-type C-e vi-mode key binding that
  7.     switches into emacs mode.
  8.  
  9. b.  A bug in bashline.c was corrected so that the vi-mode specific features
  10.     are installed at initialization time.
  11.  
  12. c.  Hostname completion now looks for HOSTFILE before hostname_completion_file
  13.  
  14. d.  A bug was fixed that caused command substitution command completion to
  15.     return a corrupted list of matches.
  16.  
  17. e.  A bug was fixed that prevented a backslash from escaping a brace to
  18.     inhibit brace expansion.
  19.  
  20. f.  A bug that caused the wrong readline keymap to be used if bind -m failed
  21.     was fixed.
  22.  
  23. g.  A stray `\r' was removed from an error message printed when bash cannot
  24.     find the current directory at startup.
  25.  
  26. h.  `exec' no longer tries to manipulate the job control state if in
  27.     a subshell.
  28.  
  29. i.  `exec' in a subshell exits unconditionally on failure.
  30.  
  31. j.  If `exec' does not exit after execve() failure, bash reinitializes the
  32.     signal handlers.
  33.  
  34. k.  Fixed a bug that caused ~/.bash_logout to be executed multiple times if
  35.     it contained a call to `exit'.
  36.  
  37. l.  `read' now strips IFS white space from the beginning of the line read.
  38.  
  39. m.  `read' uses " \t\n" to split words if IFS is unset.
  40.  
  41. n.  A bug was fixed so that `read' will return partial lines on EOF.
  42.  
  43. o.  `read' now checks that the variable names supplied as arguments are
  44.     legal shell identifiers.
  45.  
  46. p.  `help select' and `help variables' now work.
  47.  
  48. q.  A bug was fixed that made `readonly -n' turn off a variable's readonly
  49.     status.
  50.  
  51. r.  `shift' now does nothing but print an error message if the supplied
  52.     count exceeds the number of positional parameters.
  53.  
  54. s.  A bug that caused `.' to set the wrong exit value for the shell if the
  55.     filename argument was not found was fixed.
  56.  
  57. t.  `.' now prints an error message if no filename is supplied, rather than
  58.     failing silently.
  59.  
  60. u.  Fixes to `ulimit' were made to accommodate versions of unix where the
  61.     resource limit type is not a `long'.
  62.  
  63. v.  References to $< were removed from cpp-Makefile except in suffix pattern
  64.     rules.
  65.  
  66. w.  A bug was fixed that prevented an `exit' command called in an exit trap
  67.     from setting the shell's exit status.
  68.  
  69. x.  `for' and `select' no longer make the mistake of processing any of the
  70.     words as variable assignments.
  71.  
  72. y.  A bug that caused `select' to dump core with empty lists was fixed.
  73.  
  74. z.  A bug was fixed that caused command lookup to not find any executables if
  75.     PATH was unset or null.
  76.  
  77. aa. Arithmetic evaluation error reporting is now much neater.
  78.  
  79. bb. Job control now uses file descriptor 2 to reach the terminal rather than
  80.     trying to open /dev/tty.
  81.  
  82. cc. A bug that caused memory leaks in the filename globbing library was fixed.
  83.  
  84. dd. Fixes to several machine descriptions:  NetBSD, Ultrix, HPUX 8, HPUX 9,
  85.     Cray, FreeBSD.
  86.  
  87. ee. A bug was fixed that prevented `set -o emacs' and `set -o vi' from
  88.     working correctly in files read by `.' or in `eval' commands.
  89.  
  90. ff. Fixed a bug that caused syntax errors if a character with value octal
  91.     255 appeared in a script.
  92.  
  93. gg. Prompt expansion no longer performs word splitting after variable and
  94.     parameter expansion on the prompt string.
  95.  
  96. hh. A bug that caused /etc/profile to be sourced by a login shell even if
  97.     -noprofile was gived has been fixed.
  98.  
  99. ii. If invoked non-interactively as `sh', bash no longer tries to expand
  100.     and source $ENV
  101.  
  102. jj. A bug was fixed that caused syntax and substitution errors in a shell
  103.     started as `bash -c command' to return incorrect exit values.
  104.  
  105. kk. A bug was fixed that caused $PROMPT_COMMAND to be executed when using
  106.     `eval' in an interactive shell.
  107.  
  108. ll. Interactive shells now send SIGHUP to their children if a SIGHUP is
  109.     received.  Previously, only login shells propagated SIGHUP.
  110.  
  111. mm. Fixed a bug that caused command substitution to set the SIGINT handler
  112.     incorrectly in the calling shell.
  113.  
  114. nn. Fixed a bug with command substitution that occasionally caused processes
  115.     to be placed into the wrong process group.
  116.  
  117. oo. Fixed a bug that prevented SIGINT from being ignored after
  118.     `trap '' SIGINT' in an interactive shell.
  119.  
  120. pp. Command substitution no longer inherits the -e flag from the calling shell.
  121.  
  122. qq. Assignment statements not preceding a command name are not split or
  123.     globbed.
  124.  
  125. rr. Fixed a bug that caused escaped double quotes in a double-quoted string to
  126.     be incorrectly removed.
  127.  
  128. ss. Fixes were made to bashbug to work around ultrix and rmail problems.
  129.  
  130. tt. A bug was fixed that caused trap handlers which attempted to reset
  131.     traps in functions that were called by the handler to set them to
  132.     bogus values.
  133.  
  134. uu. A bug was fixed that caused $BASH to be set to a bogus value if there was
  135.     no `bash' executable in the path.
  136.  
  137. vv. A bug that caused loops to be broken inappropriately if any child
  138.     was stopped was fixed.
  139.  
  140. ww. bashbug.sh now tries to use /usr/lib/sendmail -t or /usr/sbin/sendmail -t
  141.     if present.
  142.  
  143. xx. A bug that caused rl_completion_entry_function to be set incorrectly if
  144.     readline completion was interrupted has been fixed.
  145.  
  146. yy. A bug has been fixed that caused core dumps if a `)' was missing in a
  147.     parenthesized `test' expression.
  148.  
  149. zz. A bug causing incorrect results when using the ${param:-word} form of
  150.     parameter expansion was fixed.
  151.  
  152. 2.  Bugs fixed in Readline
  153.  
  154. a.  A completion bug was fixed that caused matches containing 8-bit characters
  155.     to be scrambled.
  156.  
  157. b.  Username completion now produces all usernames as possible completions
  158.     after ~M-?.
  159.  
  160. c.  A bug that caused spurious clear-to-eol terminal sequences to be sent
  161.     by the display code was fixed.
  162.  
  163. d.  A bug was fixed that caused the display code to sometimes calculate the
  164.     line on which to place the cursor incorrectly.
  165.  
  166. e.  A bug was fixed that caused the history library to corrupt the readline
  167.     buffer if !$ was used after a command with no arguments.
  168.  
  169. f.  Fixed a bug in keymap initialization that manifested itself if RUBOUT was
  170.     not decimal 127.
  171.  
  172. g.  Readline no longer tries to expand null or empty prompts.
  173.  
  174. h.  Fixed a bug with macro definitions that caused meta characters to be
  175.     added incorrectly.
  176.  
  177. i.  Fixed a bug that caused LC_CTYPE interpretation to be performed every
  178.     time readline was called and did not allow those values to be overridden
  179.     by ~/.inputrc.
  180.  
  181. j.  Fixed a bug in rl_delete_text that caused buffer overruns.
  182.  
  183. k.  Fixed a bug that prevented unix-word-rubout from accepting repeat counts.
  184.  
  185. l.  Readline no longer calls abort().
  186.  
  187. m.  Readline no longer tries to manipulate the application keypad.
  188.  
  189. n.  Fixed a bug that caused readline to spin in a loop if tcgetattr failed
  190.     after ^O was used to flush output.
  191.  
  192. o.  A bug was fixed that caused vi-mode history searches to leave the history
  193.     pointer at the wrong position.
  194.  
  195. p.  A bug was fixed that caused the vi-mode `d%' and `c%' to delete one too
  196.     few characters.
  197.  
  198. q.  A bug was fixed that caused the vi-mode `s' command to delete one too few
  199.     characters at the end of a line.
  200.  
  201. r.  Readline now initializes keymaps up to a full 8 bits.
  202.  
  203. s.  A 257-character static limit on the length of the username to be tilde
  204.     expanded was removed.
  205.