Changeset 3a964db
- Timestamp:
- 08/25/2015 05:42:28 PM (8 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 7.10, 7.10-rc1, 7.8, 7.8-rc1, 7.9, 7.9-rc1, 7.9-rc2, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 7380c3a
- Parents:
- 6fc168b
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r6fc168b r3a964db 38 38 39 39 <listitem> 40 <para>2015-08-11</para> 40 <para>2015-08-25</para> 41 <itemizedlist> 42 <listitem> 43 <para>[bdubbs] - Add MPFR upstream fixes.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 49 <para>2015-08-23</para> 41 50 <itemizedlist> 42 51 <listitem> -
chapter01/whatsnew.xml
r6fc168b r3a964db 254 254 255 255 <listitem> 256 <para>&mpfr-upstream-patch;</para> 257 </listitem> 258 259 <listitem> 256 260 <para>Tcl-core-&tcl-version;</para> 257 261 </listitem> -
chapter03/patches.xml
r6fc168b r3a964db 76 76 77 77 <varlistentry> 78 <term>MPFR Upstream Fixes Patch - <token>&mpfr-upstream-patch-size;</token>:</term> 79 <listitem> 80 <para>Download: <ulink url="&patches-root;&mpfr-upstream-patch;"/></para> 81 <para>MD5 sum: <literal>&mpfr-upstream-patch-md5;</literal></para> 82 </listitem> 83 </varlistentry> 84 85 <varlistentry> 78 86 <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term> 79 87 <listitem> -
chapter06/mpfr.xml
r6fc168b r3a964db 41 41 <sect2 role="installation"> 42 42 <title>Installation of MPFR</title> 43 <!-- 43 44 44 <para>First, apply the following patch to fix various bugs that have been 45 45 addressed upstream:</para> 46 46 47 <screen><userinput remap="pre">patch -Np1 -i ../&mpfr- fixes-patch;</userinput></screen>48 --> 47 <screen><userinput remap="pre">patch -Np1 -i ../&mpfr-upstream-patch;</userinput></screen> 48 49 49 <para>Prepare MPFR for compilation:</para> 50 50 -
patches.ent
r6fc168b r3a964db 31 31 <!ENTITY kbd-backspace-patch-size "12 KB"> 32 32 33 <!ENTITY mpfr-upstream-patch "mpfr-&mpfr-version;-upstream_fixes-1.patch"> 34 <!ENTITY mpfr-upstream-patch-md5 "2044abd90351861311c9aafcfb0ce864"> 35 <!ENTITY mpfr-upstream-patch-size "81 KB"> 36 33 37 <!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch"> 34 38 <!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
Note:
See TracChangeset
for help on using the changeset viewer.