aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
Commit message (Collapse)AuthorAgeFilesLines
* Initial support of UTF-8. Thanks Alexander Patrakov.Jeremy Huntwork2006-01-062-38/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reverting UTF-8 changes until everything is in place.Archaic2005-12-262-22/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Applied Alexander Patrakov's patch which adds UTF-8 capability to theArchaic2005-12-262-8/+22
| | | | | | | development branch of the LFS Book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install Tcl's internal headers to /tools/include. Thanks Greg Schafer, Dan ↵Jeremy Huntwork2005-12-132-20/+7
| | | | | | Nicholson (fixes bug 1670). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change cp syntax in Tcl instructions to match rest of book - add verbose switchJeremy Huntwork2005-12-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed misuse of entityJeremy Huntwork2005-12-121-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to readline-5.1. Also bash removed bash-3.0 and readline-5.0 ↵Jeremy Huntwork2005-12-111-5/+0
| | | | | | specific patches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to bash-3.1. Fix Tcl to work with the new Bash.Jeremy Huntwork2005-12-111-2/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Mention testsuites (or lack of them) for all packages (bug 1664)Matthew Burgess2005-12-072-2/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert r7195 - committed by mistakeMatthew Burgess2005-11-272-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7196 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove module-init-tools-testsuite from list of packagesMatthew Burgess2005-11-272-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7195 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo fix.Manuel Canales Esparcia2005-11-181-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Textual correction concerning gettext in chapter 5 and --disable-sharedJeremy Huntwork2005-11-161-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Made the removal of the GCC_INCLUDEDIR files more verbose. Thanks to Mike ↵Jeremy Huntwork2005-11-151-1/+1
| | | | | | Hernandez. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reduce commands for gettext in chapter 5. Thanks to Greg Schafer.Jeremy Huntwork2005-11-151-24/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7152 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Omit running Bzip2's testsuite as a separate stepMatthew Burgess2005-11-111-3/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Including patches.ent from general.entManuel Canales Esparcia2005-11-1029-58/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Alter some --libexecdir options to improve general consistency throughout ↵Matthew Burgess2005-11-072-6/+6
| | | | | | the book git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove optimization related warnings from the toolchain packagesMatthew Burgess2005-11-065-39/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to glibc-2.3.6Matthew Burgess2005-11-061-14/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a note mentioning that if TCL fails to build it suggests a broken ↵Matthew Burgess2005-11-051-1/+6
| | | | | | chapter 5 toolchain git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to coreutils-5.92Matthew Burgess2005-10-292-22/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7098 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a nodump to chapter05/introduction - we don't need to automate the ↵Jeremy Huntwork2005-10-291-1/+1
| | | | | | 'echo $LFS' git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a few missing -v switches.Manuel Canales Esparcia2005-10-192-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Emphasise the fact that one must delete the source directory after ↵Matthew Burgess2005-10-091-6/+5
| | | | | | installing a package git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a couple of typosMatthew Burgess2005-10-052-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Prevent GCC's fixincludes from running during chapter 5 pass2 and chapter 6Matthew Burgess2005-10-042-20/+23
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* In Chapter5, dump only the locales required by testsuites. In chapter6 dump ↵Manuel Canales Esparcia2005-10-011-1/+1
| | | | | | | | the full locales build. Fixed an screen formating issue in both HTML and PDF outputs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added missing -v switchs.Manuel Canales Esparcia2005-10-011-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add -v to commands that accept itMatthew Burgess2005-09-298-16/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Placed the commands to run the optional testsuites in one line. Required for ↵Manuel Canales Esparcia2005-09-2811-22/+13
| | | | | | jhalfs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6911 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to gawk-3.1.5Matthew Burgess2005-09-241-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to gcc-4.0.1 (merge of gcc4 branch)Matthew Burgess2005-09-094-43/+78
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use -print-file-name=specs instead of the undocumented --print-file-name ↵Matthew Burgess2005-08-181-1/+1
| | | | | | switch for GCC's specs file edit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typoMatthew Burgess2005-08-141-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix incorrect version number for expect's installed library (Bug 1608)Matthew Burgess2005-08-121-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6664 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typos related to kernel versions triggering glibc test failuresMatthew Burgess2005-08-121-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Make the explanation of how/where to compile packages a little more obviousMatthew Burgess2005-07-191-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated some entities to account for the website migration.Archaic2005-07-091-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6468 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor typo and grammar fixes (Chris Staub)Matthew Burgess2005-07-091-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed reference to the wiki. Pointed to the FAQ instead.Archaic2005-07-051-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6386 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Brought (hopefully) all references of man/info pages into conformity. ↵Archaic2005-07-042-3/+3
| | | | | | Updated typography to reflect this. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Missed link to gcc test results. Updated.Archaic2005-07-041-5/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6364 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* More minor wording tweaks (matt).Archaic2005-06-303-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Several minor wording changes (chapters 1 - 5).Archaic2005-06-2910-41/+35
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved the host requirements page to the preface section of the book.Archaic2005-06-292-41/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Small tags corrections.Manuel Canales Esparcia2005-06-261-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed the instructions for setting the TCLPATH variable. Needed to be in ↵Jeremy Huntwork2005-06-241-1/+2
| | | | | | one directory higher to retrieve the proper path from pwd. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6140 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor wording changes and insert of command tags.Jeremy Huntwork2005-06-231-3/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added --with-tclinclude flag to Expect build. Bug 1580.Jeremy Huntwork2005-06-232-1/+18
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689