Commit Graph

65 Commits

Author SHA1 Message Date
Tim Waugh
5a4ad2e79d - Fixed typo in man page (spotted on bug-bash). 2004-11-30 09:35:08 +00:00
Tim Waugh
45fddc837a - Use upstream patch to fix bug #139575 and bug #139306. 2004-11-18 23:27:26 +00:00
Tim Waugh
4319eae7d3 - Fixed last patch to avoid regressions (bug #139575). 2004-11-18 17:13:21 +00:00
Tim Waugh
b2af33171a - Fixed prompt wrapping code to cope with zero-length prompts (bug
#139306).
2004-11-15 18:31:45 +00:00
Tim Waugh
dbaad3971a - Added code to /etc/skel/.bash_logout to support the gpm selection buffer
invalidation on virtual terminals (bug #115493).
2004-11-11 15:31:43 +00:00
Tim Waugh
2f386a8c17 3.0-20 2004-11-10 23:31:10 +00:00
Tim Waugh
5b23417fc6 - Patchlevel 16. 2004-11-10 23:29:45 +00:00
Tim Waugh
d34787c051 - Patchlevel 15. 2004-11-01 14:53:20 +00:00
Tim Waugh
b774254850 - Patchlevel 14.
- No longer need brace patch.
2004-10-19 16:59:39 +00:00
Tim Waugh
5490374870 - Apply patch from Chet Ramey to fix brace expansion. 2004-09-29 14:44:17 +00:00
Tim Waugh
ba8ace03d8 - Minor fix for job handling. 2004-09-24 07:48:31 +00:00
Tim Waugh
f2df432055 - Add bashbug back in (with suffix). 2004-09-13 14:10:15 +00:00
Tim Waugh
c22b13dd80 - Remove bash2. 2004-09-13 09:30:23 +00:00
Tim Waugh
6925bbc37e - Don't run tests that read from /dev/tty. 2004-09-10 15:51:07 +00:00
Tim Waugh
c50af8e7b9 3.0-14 2004-09-10 14:37:16 +00:00
Tim Waugh
8650f3a75f - Patchlevel 13. 2004-09-10 14:34:35 +00:00
Tim Waugh
e2b35adb0a - Patchlevel 12. 2004-09-10 14:33:19 +00:00
Tim Waugh
b0605e486f - Patchlevel 11. 2004-09-10 14:31:05 +00:00
Tim Waugh
2f9fb87484 - Patchlevel 10. 2004-09-10 14:28:46 +00:00
Tim Waugh
46b10db513 - Patchlevel 9. 2004-09-10 14:26:50 +00:00
Tim Waugh
6d09583815 - Patchlevel 8. 2004-09-10 14:17:09 +00:00
Tim Waugh
b57200031b - Patchlevel 7. 2004-09-10 14:15:27 +00:00
Tim Waugh
2d3ce9cae1 - Patchlevel 6. 2004-09-10 14:13:36 +00:00
Tim Waugh
186f457f5d - Patchlevel 5. 2004-09-10 14:12:03 +00:00
Tim Waugh
05b556721c - Patchlevel 4. 2004-09-10 14:08:17 +00:00
Tim Waugh
2f7cfa300a - Patchlevel 3. 2004-09-10 13:52:07 +00:00
Tim Waugh
d927683ec6 - Patchlevel 2. 2004-09-10 13:41:14 +00:00
Tim Waugh
2dcaaeb323 - Patchlevel 1. 2004-09-10 13:39:07 +00:00
cvsdist
fc1f068089 auto-import changelog data from bash-3.0-13.src.rpm
Wed Sep 08 2004 Tim Waugh <twaugh@redhat.com> 3.0-13
- Check for EINVAL from waitpid() and avoid WCONTINUED in that case.
- Fixed jobs4 test.
- Applied experimental upstream patch for trap compatibility.
- Re-make documentation to reflect source changes.
Tue Sep 07 2004 Tim Waugh <twaugh@redhat.com> 3.0-12
- Remove 'bashbug' from the documentation, because we don't ship it due to
    biarch concerns.
2004-09-09 03:33:21 +00:00
cvsdist
874339bd26 auto-import bash-3.0-11 from bash-3.0-11.src.rpm 2004-09-09 03:33:15 +00:00
cvsdist
75e85e7f98 auto-import changelog data from bash-3.0-10.src.rpm
Thu Sep 02 2004 Tim Waugh <twaugh@redhat.com> 3.0-10
- Fixed multibyte parameter length expansion.
2004-09-09 03:33:12 +00:00
cvsdist
c896fcbe4e auto-import changelog data from bash-3.0-9.src.rpm
Tue Aug 31 2004 Tim Waugh <twaugh@redhat.com> 3.0-9
- Fix ulimits patch from Ulrich Drepper (bug #129800).
2004-09-09 03:33:08 +00:00
cvsdist
9224b4f4af auto-import changelog data from bash-3.0-8.src.rpm
Fri Aug 27 2004 Tim Waugh <twaugh@redhat.com> 3.0-8
- Provide support for new limits (bug #129800).
2004-09-09 03:32:54 +00:00
cvsdist
797b83effc auto-import bash-3.0-7 from bash-3.0-7.src.rpm 2004-09-09 03:32:47 +00:00
cvsdist
68e7902641 auto-import changelog data from bash-3.0-6.src.rpm
Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 3.0-6
- Fixed history saved-line handling.
Tue Aug 24 2004 Tim Waugh <twaugh@redhat.com>
- Fixed multibyte IFS handling.
Wed Aug 18 2004 Tim Waugh <twaugh@redhat.com>
- Applied bug-bash list patch to fix pipefail.
2004-09-09 03:32:28 +00:00
cvsdist
746d76af6d auto-import changelog data from bash-3.0-5.src.rpm
Tue Aug 17 2004 Tim Waugh <twaugh@redhat.com> 3.0-5
- Make trap usage string show POSIX usage (bug #128938).
- Updated ${x[@]:1} expansion fix from bug-bash list.
- Updated patch to fix unset array crash (from bug-bash list).
Sun Aug 15 2004 Tim Waugh <twaugh@redhat.com>
- Fix ${x[@]:1} expansion (William Park, bug-bash list).
2004-09-09 03:32:14 +00:00
cvsdist
a99e7a97bd auto-import changelog data from bash-3.0-4.src.rpm
Tue Aug 10 2004 Tim Waugh <twaugh@redhat.com> 3.0-4
- Fix vi-change-char behaviour at EOL (bug #129526).
Mon Aug 09 2004 Tim Waugh <twaugh@redhat.com> 3.0-3
- Applied bug-bash list patch to fix multiline PS1 prompting (bug #129382).
2004-09-09 03:32:09 +00:00
cvsdist
eb3bba6c68 auto-import changelog data from bash-3.0-2.src.rpm
Wed Aug 04 2004 Tim Waugh <twaugh@redhat.com> 3.0-2
- Fixed brace expansion (bug #129128).
- Build with AFS support again, since bug #86514 seems fixed upstream (bug
    #129094).
Tue Aug 03 2004 Tim Waugh <twaugh@redhat.com>
- Fixed crash when unsetting an unset array (from bug-bash list).
2004-09-09 03:31:13 +00:00
cvsdist
4d371bbd4b auto-import changelog data from bash-3.0-1.src.rpm
Wed Jul 28 2004 Tim Waugh <twaugh@redhat.com> 3.0-1
- 3.0.
2004-09-09 03:31:08 +00:00
cvsdist
634e46cd30 auto-import changelog data from bash-2.05b-44.src.rpm
Wed Jul 21 2004 Tim Waugh <twaugh@redhat.com> 2.05b-44
- Don't report SIGPIPE errors (bug #128274).
2004-09-09 03:30:32 +00:00
cvsdist
aff0eea3f8 auto-import changelog data from bash-2.05b-43.src.rpm
Thu Jul 08 2004 Tim Waugh <twaugh@redhat.com> 2.05b-43
- Fixed command substitution problem (bug #127242).
2004-09-09 03:30:29 +00:00
cvsdist
dc9e6b7918 auto-import changelog data from bash-2.05b-42.src.rpm
Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 2.05b-42
- Fixed multibyte variable substitution patch (bug #126399).
Thu Jun 17 2004 Karsten Hopp <karsten@redhat.de> 2.05b-41
- remove bashbug script/docs to avoid conflicting files in biarch installs.
2004-09-09 03:30:23 +00:00
cvsdist
de3ddc0fee auto-import changelog data from bash-2.05b-40.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri Jun 04 2004 Tim Waugh <twaugh@redhat.com>
- Build requires bison (bug #125307).
2004-09-09 03:30:08 +00:00
cvsdist
9bd0ca3dd7 auto-import changelog data from bash-2.05b-39.src.rpm
Wed Jun 02 2004 Tim Waugh <twaugh@redhat.com> 2.05b-39
- Build requires libtermcap-devel (bug #125068).
Wed May 19 2004 Tim Waugh <twaugh@redhat.com>
- Don't ship empty %{_libdir}/bash (bug #123556).
2004-09-09 03:29:58 +00:00
cvsdist
b0857a0cb1 auto-import changelog data from bash-2.05b-38.src.rpm
Thu Mar 11 2004 Tim Waugh <twaugh@redhat.com> 2.05b-38
- Apply patch from Nalin Dahyabhai fixing an overread.
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 03:29:54 +00:00
cvsdist
84c6018c7a auto-import changelog data from bash-2.05b-36.src.rpm
Thu Jan 22 2004 Tim Waugh <twaugh@redhat.com> 2.05b-36
- Fix the bug causing bindings to need reparsing .inputrc (bug #114101).
Mon Jan 05 2004 Tim Waugh <twaugh@redhat.com> 2.05b-35
- Fix parameter expansion in multibyte locales (bug #112657).
- Run 'make check'.
2004-09-09 03:28:52 +00:00
cvsdist
4897e0e3dc auto-import changelog data from bash-2.05b-34.src.rpm
Tue Dec 09 2003 Tim Waugh <twaugh@redhat.com> 2.05b-34
- Build requires texinfo (bug #111171).
Fri Nov 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-33
- Speed up UTF-8 command-line redrawing in the common case (bug #102353,
    bug #110777).
Thu Nov 06 2003 Tim Waugh <twaugh@redhat.com> 2.05b-32
- Apply upstream patches (bug #109269 among others).
Fri Oct 31 2003 Tim Waugh <twaugh@redhat.com>
- Fix bash.info (bug #83776).
2004-09-09 03:28:40 +00:00
cvsdist
6aab032001 auto-import changelog data from bash-2.05b-31.src.rpm
Tue Oct 28 2003 Tim Waugh <twaugh@redhat.com> 2.05b-31
- Add bash205b-007 patch to fix bug #106876.
Thu Oct 23 2003 Tim Waugh <twaugh@redhat.com> 2.05b-30
- Rebuilt.
Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29.1
- Rebuilt.
Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.05b-29
- Avoid crashing on multibyte input when locale is set incorrectly (bug
    #74266).
Fri Sep 05 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28.1
- Rebuilt.
Fri Sep 05 2003 Tim Waugh <twaugh@redhat.com> 2.05b-28
- Avoid built-in malloc implementation (bug #103768).
Wed Sep 03 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27.1
- Rebuilt.
Wed Sep 03 2003 Tim Waugh <twaugh@redhat.com> 2.05b-27
- LFS support (bug #103627).
Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26.1
- Rebuilt.
Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 2.05b-26
- Merge bash-doc into main package (bug #100632).
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 2.05b-25
- rebuilt
Mon May 12 2003 Tim Waugh <twaugh@redhat.com> 2.05b-24
- Fix completion display when multibyte or control characters are to be
    shown (bug #90201).
2004-09-09 03:28:36 +00:00
cvsdist
0bb2b3629f auto-import bash-2.05b-20.1 from bash-2.05b-20.1.src.rpm 2004-09-09 03:27:40 +00:00
cvsdist
e812ac87f1 auto-import bash-2.05b-20 from bash-2.05b-20.src.rpm 2004-09-09 03:27:29 +00:00