diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-10-04 11:11:00 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-10-04 11:11:00 +0200 |
commit | ed0da874d7ef1d7d93084efbe76057e1f652b67e (patch) | |
tree | 16d9fc43dd27330d3a5fb57442c00f2b5ffe3be3 /open_issues | |
parent | 3d536f05f6221baa217a7163ae93d06fafc7c091 (diff) |
shortcuts: [[!message-id]].
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/fakeroot-tcp_vs_eintr.mdwn | 2 | ||||
-rw-r--r-- | open_issues/gcc.mdwn | 8 | ||||
-rw-r--r-- | open_issues/glibc.mdwn | 2 | ||||
-rw-r--r-- | open_issues/ifunc.mdwn | 6 | ||||
-rw-r--r-- | open_issues/notmuch_n_gmane.mdwn | 18 | ||||
-rw-r--r-- | open_issues/performance/degradation.mdwn | 2 | ||||
-rw-r--r-- | open_issues/translate_fd_or_port_to_file_name.mdwn | 3 |
7 files changed, 30 insertions, 11 deletions
diff --git a/open_issues/fakeroot-tcp_vs_eintr.mdwn b/open_issues/fakeroot-tcp_vs_eintr.mdwn index 00b57059..36707cd2 100644 --- a/open_issues/fakeroot-tcp_vs_eintr.mdwn +++ b/open_issues/fakeroot-tcp_vs_eintr.mdwn @@ -13,7 +13,7 @@ License|/fdl]]."]]"""]] # [[!debbug 641200]] -`id:"87litvz9me.fsf@kepler.schwinge.homeip.net"` +[[!message-id "87litvz9me.fsf@kepler.schwinge.homeip.net"]] [...] if test -z "$*"; then diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index 04c111fd..a3b3a2d2 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -182,10 +182,10 @@ Last reviewed up to the [[Git mirror's 3d83581faf4eaf52c1cf52cc0d11cc7dd1264275 make[1]: Leaving directory `/media/boole-data/thomas/tmp/gnu-0/src/gcc.obj/i686-pc-gnu/libgcc' make: *** [all-target-libgcc] Error 2 - See threads at - *id:"AANLkTinY1Cd4_qO_9euYJN8zev4hdr7_ANpjNG+yGRMn@mail.gmail.com"*, - *id:"20110328225532.GE5293@synopsys.com"*, - *id:"4D52D522.1040804@gmail.com"*. Can simply configure the first GCC with + See threads at [[!message-id + "AANLkTinY1Cd4_qO_9euYJN8zev4hdr7_ANpjNG+yGRMn@mail.gmail.com"]], + [[!message-id "20110328225532.GE5293@synopsys.com"]], [[!message-id + "4D52D522.1040804@gmail.com"]]. Can simply configure the first GCC with `--disable-decimal-float`. Alternatively, can we use `#ifndef inhibit_libc` for this (these?) file(s)? diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index 0130aceb..45ce3b1d 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -192,7 +192,7 @@ Last reviewed up to the [[Git mirror's 16292eddd77f66002e2104848e75a0fb4d316692 make[1]: Leaving directory `/media/erich/home/thomas/tmp/glibc/tschwinge/Roger_Whittaker' make: *** [all] Error 2 - See `id:"871uv99c59.fsf@kepler.schwinge.homeip.net"`. Passing + See [[!message-id "871uv99c59.fsf@kepler.schwinge.homeip.net"]]. Passing `install_root=/INVALID` to `make`/`make check` is a cheap cure. * Verify baseline changes, if we need any follow-up changes: diff --git a/open_issues/ifunc.mdwn b/open_issues/ifunc.mdwn index 96928fdc..c357c99c 100644 --- a/open_issues/ifunc.mdwn +++ b/open_issues/ifunc.mdwn @@ -44,6 +44,6 @@ use it from GCC. * [[GCC]] - In `gcc/config.gcc`, set `default_gnu_indirect_function=yes' for us, like - done for GNU/Linux. See thread starting at - *id:"CAFULd4YZsAQ6ckFjXtU5-yyv=3tYQwTJOPhU9zmJxFOrnotj8g@mail.gmail.com"*. + In `gcc/config.gcc`, set `default_gnu_indirect_function=yes` for us, like + done for GNU/Linux. See thread starting at [[!message-id + "CAFULd4YZsAQ6ckFjXtU5-yyv=3tYQwTJOPhU9zmJxFOrnotj8g@mail.gmail.com"]]. diff --git a/open_issues/notmuch_n_gmane.mdwn b/open_issues/notmuch_n_gmane.mdwn new file mode 100644 index 00000000..664c9876 --- /dev/null +++ b/open_issues/notmuch_n_gmane.mdwn @@ -0,0 +1,18 @@ +[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!meta title="Notmuch'n'Gmane"]] + +[[!taglink open_issue_documentation]]; [[ikiwiki]] issue. + +In `\[[!message-id +"AANLkTinY1Cd4_qO_9euYJN8zev4hdr7_ANpjNG+yGRMn@mail.gmail.com"]]`, underscores +are replaced with spaces in the rendered output: [[!message-id +"AANLkTinY1Cd4_qO_9euYJN8zev4hdr7_ANpjNG+yGRMn@mail.gmail.com"]]. diff --git a/open_issues/performance/degradation.mdwn b/open_issues/performance/degradation.mdwn index 8c9a087c..64542af3 100644 --- a/open_issues/performance/degradation.mdwn +++ b/open_issues/performance/degradation.mdwn @@ -15,7 +15,7 @@ License|/fdl]]."]]"""]] [[!toc]] -# Email, `id:"87mxg2ahh8.fsf@kepler.schwinge.homeip.net"` (bug-hurd, 2011-07-25, Thomas Schwinge) +# Email, [[!message-id "87mxg2ahh8.fsf@kepler.schwinge.homeip.net"]] (bug-hurd, 2011-07-25, Thomas Schwinge) > Building a certain GCC configuration on a freshly booted system: 11 h. > Remove build tree, build it again (2nd): 12 h 50 min. Huh. Remove build diff --git a/open_issues/translate_fd_or_port_to_file_name.mdwn b/open_issues/translate_fd_or_port_to_file_name.mdwn index 485fb985..bd9abcf9 100644 --- a/open_issues/translate_fd_or_port_to_file_name.mdwn +++ b/open_issues/translate_fd_or_port_to_file_name.mdwn @@ -83,4 +83,5 @@ A related issue: http://lists.gnu.org/archive/html/bug-bash/2011-04/msg00097.html <braunr> i see -Also see email thread starting at `id:"20110714082216.GA8335@sceen.net"`. +Also see email thread starting at [[!message-id +"20110714082216.GA8335@sceen.net"]]. |