summaryrefslogtreecommitdiff
path: root/shells/bash2/patches
AgeCommit message (Collapse)AuthorFilesLines
2014-09-30update to the latest upstream patchchristos1-10/+10
2014-09-27bring bash2 up to speed since people don't seem to think it can be removed.christos2-0/+45
2005-12-19Fix errno.joerg1-0/+12
2004-06-22Disable multibyte support only when wctype_t is not available. Theminskim6-6/+120
previous patches disabled it on NetBSD unconditionally. Bump PKGREVISION. Pointed out by Kibum Han. Thanks to junyoung@ for testing. OK'ed by schmonz@ and wiz@.
2004-05-17The Makefile for builtins is not using CFLAGS, but we do need CFLAGSjschauma1-0/+13
(for example under IRIX64 using gcc, where it otherwise will produce 32bit object files). Patch that.
2004-05-12On some systems (for example IRIX 5.3 with the IDO compilers), none of thejschauma1-0/+13
#ifdefs after this label leads to any code, so insert a no-op, just in case. Based on emails from Georg Schwarz to wiz, also noted in http://mail.gnu.org/archive/html/bug-bash/2003-04/msg00002.html.
2002-12-17fix a fix: "#define HANDLE_MULTIBYTE 0" doesn't work as expected ifdrochner3-42/+18
it is tested for by "#if defined"...
2002-11-25Disable multibyte support on NetBSD to fix compile error.schmonz3-0/+63
2002-11-25Update to 2.05b, and fix MASTER_SITES. Lots of changes since 2.05.schmonz4-144/+15
Here are some of them, excerpted from NEWS: - New code to handle multibyte characters. - `select' was changed to be more ksh-compatible - There is now a bindable edit-and-execute-command readline command, like the vi-mode `v' command, bound to C-xC-e in emacs mode. - The shell now performs arithmetic in the largest integer size the machine supports (intmax_t), instead of long. - There is a new configuration option `--enable-mem-scramble', controls bash malloc behavior of writing garbage characters into memory at allocation and free time. - The `complete' and `compgen' builtins now have a new `-s/-A service' option to complete on names from /etc/services. - `read' has a new `-u fd' option to read from a specified file descriptor. - The expansion of $LINENO inside a shell function is only relative to the function start if the shell is interactive -- if the shell is running a script, $LINENO expands to the line number in the script. This is as POSIX-2001 requires. - The bash debugger in examples/bashdb has been modified to work with the new DEBUG trap semantics, the command set has been made more gdb-like, and the changes to $LINENO make debugging functions work better. Code from Gary Vaughan. - New [n]<&word- and [n]>&word- redirections from ksh93 -- move fds (dup and close). - The `echo' builtin now accepts \0xxx (zero to three octal digits following the `0') in addition to \xxx (one to three octal digits) for SUSv3/XPG6/ POSIX.1-2001 compliance. - Added support for DESTDIR installation root prefix, so you can do a `make install DESTDIR=bash-root' and do easier binary packaging. - New `-A group/-g' option to complete and compgen; does group name completion. - The ksh-like `ERR' trap has been added. The `ERR' trap will be run whenever the shell would have exited if the -e option were enabled. It is not inherited by shell functions. - configure has a new `--enable-largefile' option, like other GNU utilities. - `for' loops now allow empty word lists after `in', like the latest POSIX drafts require. - The builtin `ulimit' now takes two new non-numeric arguments: `hard', meaning the current hard limit, and `soft', meaning the current soft limit, in addition to `unlimited' Also, there is a "New unwind-protect implementation from Paul Eggert", which I believe obviates the need for two sparc64-related patches.
2002-09-26Install the bash documentation in a separate package. This removes anyjlam1-7/+15
dependency on texinfo should the base system not have it. Bump the PKGREVISION.
2001-08-30fix bash on sparc64; the patches are from Shin'ichiro TAYA ↵mrg2-0/+129
<taya@ba2.so-net.ne.jp>, tested by Martti Kuparinen <martti.kuparinen@iki.fi> and myself...
2001-08-04Fix pkg/12675 by converting the package to use buildlink.mk files andjlam2-25/+1
marking as USE_BUILDLINK_ONLY. The only dependencies picked up are now only the ones linked into work/.buildlink.
2001-04-16Reorder include path to avoid build problems on systems with "gettext-lib"tron2-4/+28
package installed following a hint by John Darrow. This fixes PR pkg/12675 my myself.
2000-03-30remove overlooked obsoleted patchwiz1-16/+0
2000-03-30Update bash to 2.04; also add variable BASH_STATIC for static linking.wiz3-23/+10
Changes: too many to list here, check the CHANGES file.
2000-02-24Fix loading from shared libraries on ELF systems. Patch provided bytron1-5/+8
John Darrow in PR pkg/9481.
1999-02-21update to 2.03hubertf1-7/+7
1998-08-07Add NetBSD RCS Ids.agc4-0/+8
1998-08-05Update bash2 to 2.02.1, closes pr 5913 by John Darrow.frueauf4-65/+41
1998-01-20Add gtexinfo as requirement to build/install bash (needed for the infohubertf1-3/+4
page). This fixes PR pkg/4850 by Perry E. Metzger <perry@piermont.com>. Also while there, see that the section under which the info file in the dir file ends up is "Shells", not "Misc". (To be consistent with zsh)
1998-01-01install-info groks --entry, not --defentryhubertf1-1/+1
1997-10-27get everything inhubertf4-0/+75