<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/shells/bash2/patches/patch-ae, branch pkgsrc-2004Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2004Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2004Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2002-11-25T04:18:47Z</updated>
<entry>
<title>Update to 2.05b, and fix MASTER_SITES. Lots of changes since 2.05.</title>
<updated>2002-11-25T04:18:47Z</updated>
<author>
<name>schmonz</name>
<email>schmonz@pkgsrc.org</email>
</author>
<published>2002-11-25T04:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=41ed48c4351db913f69a184ed27a4dab72595e9d'/>
<id>urn:sha1:41ed48c4351db913f69a184ed27a4dab72595e9d</id>
<content type='text'>
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]&lt;&amp;word- and [n]&gt;&amp;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.</content>
</entry>
<entry>
<title>Update bash to 2.04; also add variable BASH_STATIC for static linking.</title>
<updated>2000-03-30T11:56:31Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2000-03-30T11:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=30d77e4e21862327b24dee888bbd7740ac253677'/>
<id>urn:sha1:30d77e4e21862327b24dee888bbd7740ac253677</id>
<content type='text'>
Changes: too many to list here, check the CHANGES file.</content>
</entry>
<entry>
<title>Fix loading from shared libraries on ELF systems. Patch provided by</title>
<updated>2000-02-24T23:04:06Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2000-02-24T23:04:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=940e7183817e88f872b9834cf21a9ab629edc223'/>
<id>urn:sha1:940e7183817e88f872b9834cf21a9ab629edc223</id>
<content type='text'>
John Darrow in PR pkg/9481.</content>
</entry>
<entry>
<title>Add NetBSD RCS Ids.</title>
<updated>1998-08-07T11:08:53Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>1998-08-07T11:08:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=41bfb3073717616c4a3211de0bd7208753d48d18'/>
<id>urn:sha1:41bfb3073717616c4a3211de0bd7208753d48d18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update bash2 to 2.02.1, closes pr 5913 by John Darrow.</title>
<updated>1998-08-05T10:47:20Z</updated>
<author>
<name>frueauf</name>
<email>frueauf@pkgsrc.org</email>
</author>
<published>1998-08-05T10:47:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=267858eafa780a6f3ae8d5d391f76dd90a1bea17'/>
<id>urn:sha1:267858eafa780a6f3ae8d5d391f76dd90a1bea17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get everything in</title>
<updated>1997-10-27T04:51:39Z</updated>
<author>
<name>hubertf</name>
<email>hubertf@pkgsrc.org</email>
</author>
<published>1997-10-27T04:51:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6650b62e45fa1c9e58c5c2a08345b22432889953'/>
<id>urn:sha1:6650b62e45fa1c9e58c5c2a08345b22432889953</id>
<content type='text'>
</content>
</entry>
</feed>
