Index of /bashinfo/source/bash-1.14.7
Name Last modified Size Description
Parent Directory -
COPYING 20-Jun-1991 19:34 13K
CWRU/ 26-Aug-1996 11:49 -
INSTALL 18-May-1995 17:05 7.5K
MANIFEST 31-Dec-1994 16:38 8.8K
Makefile 11-Jun-1995 14:41 3.9K
NEWS 26-Aug-1996 14:22 342
RELEASE 18-Aug-1994 12:09 9.6K
alias.c 14-Jul-1994 12:16 13K
alias.h 05-Apr-1994 17:46 2.1K
ansi_stdlib.h 19-Dec-1993 15:06 1.3K
bashansi.h 19-Dec-1993 15:06 1.1K
bashhist.c 30-Jan-1995 12:24 10K
bashhist.h 22-Feb-1994 16:39 1.4K
bashline.c 28-Nov-1995 10:40 46K
bashtypes.h 19-Dec-1993 15:07 1.0K
bracecomp.c 03-Aug-1994 09:52 4.2K
braces.c 22-Dec-1994 16:15 8.6K
builtins.h 26-Oct-1993 16:05 1.7K
builtins/ 26-Aug-1996 11:49 -
command.h 03-Mar-1994 15:08 7.8K
config.h 26-Feb-1995 00:51 6.3K
config.h.mini 26-Feb-1995 00:51 6.5K
configure 31-Oct-1991 11:43 251
copy_cmd.c 05-May-1994 20:43 8.0K
cpp-Makefile 11-Jun-1995 14:44 57K
dispose_cmd.c 03-Mar-1994 15:13 4.1K
dispose_cmd.h 19-Dec-1993 15:08 1.2K
documentation/ 26-Aug-1996 11:50 -
endian.c 19-Dec-1993 15:23 3.7K
error.c 05-Dec-1994 13:39 5.0K
error.h 26-Jan-1994 14:31 1.3K
examples/ 26-Aug-1996 11:50 -
execute_cmd.c 08-Jun-1995 11:29 98K
execute_cmd.h 10-Mar-1994 11:55 1.9K
expr.c 09-Jun-1995 17:17 18K
externs.h 25-Feb-1995 18:47 2.3K
filecntl.h 19-Dec-1993 15:09 1.2K
flags.c 30-Jan-1995 12:49 7.8K
flags.h 30-Jan-1995 12:48 2.1K
general.c 02-Nov-1995 15:01 28K
general.h 29-Mar-1995 16:45 7.4K
getcwd.c 19-Dec-1993 15:32 7.7K
hash.c 16-Apr-1994 15:26 6.6K
hash.h 16-Apr-1994 15:27 2.0K
input.c 10-Aug-1994 12:39 11K
input.h 05-Dec-1994 15:21 3.5K
jobs.c 12-Jul-1995 09:37 67K
jobs.h 05-Dec-1994 15:47 11K
lib/ 26-Aug-1996 11:50 -
machines.h 18-Dec-1995 14:13 70K
mailcheck.c 24-Mar-1995 16:47 10K
make_cmd.c 30-Jun-1994 19:15 16K
make_cmd.h 29-Apr-1994 11:22 2.3K
maxpath.h 03-Jan-1994 11:29 1.5K
memalloc.h 14-Jul-1994 12:42 1.7K
newversion.c 05-Dec-1994 17:51 6.4K
nojobs.c 25-Feb-1995 19:10 15K
parse.y 26-Aug-1996 11:15 75K
parser-built 26-Aug-1996 11:59 0
parser.h 27-Jan-1992 15:18 206
portbash/ 26-Aug-1996 11:50 -
posixstat.h 02-Nov-1992 11:19 4.5K
print_cmd.c 30-Jan-1995 12:45 18K
quit.h 19-Dec-1993 15:18 1.2K
sh 09-Feb-2013 18:37 793K
shell.c 06-Apr-1995 16:45 45K
shell.h 09-Oct-1995 14:15 3.2K
siglist.c 07-Dec-1993 11:41 4.3K
siglist.h 25-Feb-1995 20:44 1.6K
signames.c 07-Dec-1993 11:40 7.1K
stdc.h 25-Feb-1995 19:09 2.0K
subst.c 26-Aug-1996 11:51 117K
subst.h 04-May-1995 15:49 8.1K
support/ 26-Aug-1996 11:50 -
test.c 23-Dec-1994 09:45 25K
tests/ 26-Aug-1996 11:50 -
trap.c 09-Oct-1995 14:23 17K
trap.h 05-Dec-1994 16:27 2.0K
unwind_prot.c 08-Dec-1993 16:05 6.6K
unwind_prot.h 24-May-1994 15:29 1.7K
variables.c 24-Mar-1995 16:46 44K
variables.h 14-Jul-1994 12:20 4.4K
version.c 22-Nov-1993 15:43 1.0K
vprint.c 10-Feb-1993 17:55 1.9K
y.tab.c 26-Aug-1996 11:58 118K
y.tab.h 27-Oct-1995 10:14 870
This README file is in -*- text -*- mode, because Emacs likes it that way.
This is GNU Bash, version 1.14. Bash is the GNU Project's Bourne
Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
but also with interactive command line editing, job control on
architectures that support it, Csh-like history features and brace
expansion, and a slew of other stuff. For more information on the
features of Bash that are new to this type of shell, see the file
`documentation/features.texi'. There is also a DVI file there, as
well as a large man page.
To compile it, try typing `make'. Bash auto-configures the build
process, so no intervention should be necessary. If you want to
use gcc, type `make CC=gcc CPPNAME='$(CC) -E''.
You may want to read the file INSTALL in this directory for more
information if the make fails.
If you are a csh user and wish to convert your csh aliases to Bash
aliases, you may wish to use the script in examples/alias-conv.sh
as a starting point.
Bug reports for 1.14 should be sent to:
bug-bash@prep.ai.mit.edu
using the `bashbug' program that is built and installed at the same
time as bash.
The discussion list "bug-bash@prep.ai.mit.edu" often contains information
about new ports of Bash, or discussions of new features or behavior
changes that people would like. This mailing list is also available
as a usenet newsgroup: gnu.bash.bug.
When you send a bug report to bash-maintainers@prep.ai.mit.edu, please
include:
* the version number of Bash
* the machine and OS that it is running on (see .machine or .made)
* a description of the bug
* a recipe for recreating the bug reliably
* a fix for the bug if you have one!
The `bashbug' program includes much of this automatically.
While the Bash maintainers do not promise to fix all bugs, we would
like this shell to be the best that we can make it.
Enjoy!
Chet Ramey
chet@po.cwru.edu