<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/shells/bash2/patches, branch pkgsrc_2011Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2005-12-19T00:28:02Z</updated>
<entry>
<title>Fix errno.</title>
<updated>2005-12-19T00:28:02Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2005-12-19T00:28:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f5c62445d40f22638ba159d63f10f0451c8fdec6'/>
<id>urn:sha1:f5c62445d40f22638ba159d63f10f0451c8fdec6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable multibyte support only when wctype_t is not available.  The</title>
<updated>2004-06-22T14:05:39Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-06-22T14:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c0bdf7191bf5dd0e46e602e153283ff3cc364fa3'/>
<id>urn:sha1:c0bdf7191bf5dd0e46e602e153283ff3cc364fa3</id>
<content type='text'>
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@.
</content>
</entry>
<entry>
<title>The Makefile for builtins is not using CFLAGS, but we do need CFLAGS</title>
<updated>2004-05-17T22:29:30Z</updated>
<author>
<name>jschauma</name>
<email>jschauma</email>
</author>
<published>2004-05-17T22:29:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=312eaeeb779b41ab42a5eb39ee82015fbe85e7fa'/>
<id>urn:sha1:312eaeeb779b41ab42a5eb39ee82015fbe85e7fa</id>
<content type='text'>
(for example under IRIX64 using gcc, where it otherwise will produce
32bit object files).  Patch that.
</content>
</entry>
<entry>
<title>On some systems (for example IRIX 5.3 with the IDO compilers), none of the</title>
<updated>2004-05-12T20:56:14Z</updated>
<author>
<name>jschauma</name>
<email>jschauma</email>
</author>
<published>2004-05-12T20:56:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d654982a927b8f376f6b15da6b9e2bf8ed90528b'/>
<id>urn:sha1:d654982a927b8f376f6b15da6b9e2bf8ed90528b</id>
<content type='text'>
#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.
</content>
</entry>
<entry>
<title>fix a fix: "#define HANDLE_MULTIBYTE 0" doesn't work as expected if</title>
<updated>2002-12-17T14:45:12Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2002-12-17T14:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3f58042053769d7b2ce2f30596c1c3c32626ae80'/>
<id>urn:sha1:3f58042053769d7b2ce2f30596c1c3c32626ae80</id>
<content type='text'>
it is tested for by "#if defined"...
</content>
</entry>
<entry>
<title>Disable multibyte support on NetBSD to fix compile error.</title>
<updated>2002-11-25T05:39:33Z</updated>
<author>
<name>schmonz</name>
<email>schmonz</email>
</author>
<published>2002-11-25T05:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9123a74658b416122c4d789b3412cc244400356f'/>
<id>urn:sha1:9123a74658b416122c4d789b3412cc244400356f</id>
<content type='text'>
</content>
</entry>
<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</email>
</author>
<published>2002-11-25T04:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f16c52ca31c50c732c701b1d4960d91b7e40a9e7'/>
<id>urn:sha1:f16c52ca31c50c732c701b1d4960d91b7e40a9e7</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>Install the bash documentation in a separate package.  This removes any</title>
<updated>2002-09-26T22:06:29Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2002-09-26T22:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=52530561905706e08153477508e83b57526c0f35'/>
<id>urn:sha1:52530561905706e08153477508e83b57526c0f35</id>
<content type='text'>
dependency on texinfo should the base system not have it.  Bump the
PKGREVISION.
</content>
</entry>
<entry>
<title>fix bash on sparc64; the patches are from Shin'ichiro TAYA &lt;taya@ba2.so-net.ne.jp&gt;,</title>
<updated>2001-08-30T13:56:27Z</updated>
<author>
<name>mrg</name>
<email>mrg</email>
</author>
<published>2001-08-30T13:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=34226e8b8dc44775c9d131dfce0944496dd3841f'/>
<id>urn:sha1:34226e8b8dc44775c9d131dfce0944496dd3841f</id>
<content type='text'>
tested by Martti Kuparinen &lt;martti.kuparinen@iki.fi&gt; and myself...
</content>
</entry>
<entry>
<title>Fix pkg/12675 by converting the package to use buildlink.mk files and</title>
<updated>2001-08-04T06:58:23Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2001-08-04T06:58:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8f1294403c5dac5f17292eecf79edfbafebd37c8'/>
<id>urn:sha1:8f1294403c5dac5f17292eecf79edfbafebd37c8</id>
<content type='text'>
marking as USE_BUILDLINK_ONLY.  The only dependencies picked up are now
only the ones linked into work/.buildlink.
</content>
</entry>
</feed>
