diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-14 20:14:18 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-14 20:14:18 +0000 |
commit | 32ae9c7d8897bc89f3922888ac3ecdb909226f0e (patch) | |
tree | b023e9e6196c511fcf546f487a3095b7f10a4056 /chapter01 | |
parent | dc0e9159c454159eb251bc99482da0d69d9d7762 (diff) |
Removed --with-included-regex from chapter6's grep since it is less reliable than glibc's in non-C locales.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4e52f9571..a37fe72b9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -88,6 +88,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 14th, 2005 [archaic]: Removed --with-included-regex from +chapter6's grep since it is less reliable than glibc's in non-C locales.</para></listitem> + <listitem><para>June 14th, 2005 [archaic]: Removed references to separate gcc tarballs (gcc-core, gcc-g++, etc.)</para></listitem> |