aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add upstream fixes patch for bash.Bruce Dubbs2019-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | Add a note about possible problems when changing to the lfs user. Update to vim-8.1.2361. Update to meson-0.52.1. Update to elfutils-0.178. Update to iproute2-5.4.0. Update to libffi-3.3. Update to tcl-8.6.10. Update to man-pages-5.04. Update to perl-5.30.1. Update to linux-5.4.1. Update to bc-2.3.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11702 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update all chapter 6 contents and description sections.Pierre Labastie2019-03-131-1/+2
| | | | | | Patch by Xi Ruoyao. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a problem when building Python in Chapter 5 where some hosts may use hostBruce Dubbs2019-02-141-1/+1
| | | | | | | | dependent headers. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Bash - spacingDouglas R. Reno2019-02-091-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to bash-4.4.12. Bruce Dubbs2017-10-151-2/+2
| | | | | | | | | | | Update to meson-0.43.0. Update to python3-3.6.3. Update to linux-4.13.7. Update to binutils-2.29.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11309 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add bash-4.4 upstream fixes patchBruce Dubbs2017-02-081-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to bash-4.4. Bruce Dubbs2016-09-161-5/+0
| | | | | | | | | Update to readline-7.0. Update to linux-4.7.4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11128 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to coreutils-8.25. FixesBruce Dubbs2016-01-251-3/+4
| | | | | | | | Simplify bash installation procedures. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed backslash alignments.Krejzi2015-04-201-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add bash patches through patch-033.Bruce Dubbs2015-02-071-2/+2
| | | | | | | Update mpfr patches through patch-11. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10829 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to bash-4.3.30. Bruce Dubbs2014-11-121-2/+2
| | | | | | | | Update to man-db-2.7.1. Add binutils-2.24-multiple_plugins-1.patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Explanation for --htmldir is not needed on Bash page anymoreChris Staub2014-06-291-8/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added readline upstream patch.Bruce Dubbs2014-04-181-2/+2
| | | | | | | Added bash upstream patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10538 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweaks to bash docs installation, readline docs installation,Bruce Dubbs2014-03-121-4/+4
| | | | | | | | | | | | linux-headers, and findutils. Update to linux-3.13.6. Update to man-pages-3.62. Update to txdata-2014a. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to grep-2.18.Bruce Dubbs2014-03-031-2/+2
| | | | | | | | | | | Update to man-pages-3.61. Update to psmisc-22.21. Update to Linux-3.13.5. Update to bash-4.3. Update to readline-6.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add flex patch to fix regression suite errors.Bruce Dubbs2012-08-201-1/+1
| | | | | | | Add PATH to su invocations to ensure /tools/bin is included git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install su as 'su', not 'su-tools' in chapter 5. Use chapter 6's 'su' for ↵Matthew Burgess2012-04-151-1/+1
| | | | | | Bash. Fixes #3057. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add whitespace for better readability of instructionsBruce Dubbs2012-03-091-3/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add latest upstream patches for Bash-4.2. Fixes #2841.Matthew Burgess2011-03-141-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9486 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-4.2. Fixes #2830.Matthew Burgess2011-02-161-4/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add installed directories information toBruce Dubbs2010-05-231-0/+2
| | | | | | each package. Thanks to Chris Staub for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add latest upstream patches for Bash. Fixes #2620.Matthew Burgess2010-04-201-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9246 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove some commands no longer necessary in order to run the Bash test ↵Matthew Burgess2010-03-181-8/+3
| | | | | | suite. Fixes #2601. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9226 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-4.1. Fixes #2539.Matthew Burgess2010-01-031-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use latest upstream Bash patches.Matthew Burgess2009-05-101-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-4.0. Fixes #2351.Matthew Burgess2009-03-111-9/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-3.2.48. Fixes #2319.Matthew Burgess2009-02-011-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reformatted several pages so pdf is properly generated.Bruce Dubbs2009-01-041-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added ac_cv_func_working_mktime=yes to the configure commands in gawk and bashBruce Dubbs2008-10-211-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8690 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added remap attributes to userinput tags in packages pages.Manuel Canales Esparcia2007-09-181-7/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added sect1info blocks to packages pages.Manuel Canales Esparcia2007-09-071-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change bash stdin test fix to affect only the necessary scriptDan Nichilson2007-08-111-4/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8309 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix bash stdin test to work when switching usersDan Nichilson2007-08-081-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8294 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove extraneous && in chained commandsDan Nichilson2007-07-241-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added explanations to Bash testsuite commands.Manuel Canales Esparcia2007-06-101-3/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjusted locale settings for Bash testsuite run and kernel's make menuconfig.Manuel Canales Esparcia2007-06-061-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install su from coreutils in chapter 5 as su-tools. Use su-tools to run test ↵Jeremy Huntwork2007-04-031-2/+4
| | | | | | suites from coreutils and bash as user nobody. Fixes #1877 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated book sources to use DocBook-XML DTD 4.5Manuel Canales Esparcia2007-03-211-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Apply all 5 of the currently available upstream patches for Bash-3.2Matthew Burgess2006-11-251-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7857 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bash-3.2Matthew Burgess2006-10-281-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Replaced "<" by "less than".Manuel Canales Esparcia2006-05-141-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved all dependency information to a new page, Appendix C.Jeremy Huntwork2006-04-181-9/+0
| | | | | | | | | | | Appendix C also contains information concerning the build order. While there might need to be a few tweaks yet, this information is complete enough at this point to close out the long-standing ticket #684. Many thanks to Chris Staub, Dan Nicholson and Manuel Canales Esparcia for helping get this finished. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Merged alphabetical branch to trunk.Jeremy Huntwork2006-04-061-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add upstream fixes 001-008 for BashMatthew Burgess2006-02-191-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Indenting chapter 6, part 2.Manuel Canales Esparcia2006-02-011-88/+120
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to readline-5.1. Also bash removed bash-3.0 and readline-5.0 ↵Jeremy Huntwork2005-12-111-10/+0
| | | | | | specific patches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Including patches.ent from general.entManuel Canales Esparcia2005-11-101-2/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a few nodump attributes.Manuel Canales Esparcia2005-10-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add -v to commands that accept itMatthew Burgess2005-09-291-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjusted tar commands for chapter six Bash and Glibc for consistency.Jeremy Huntwork2005-08-281-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689