public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch ping] libstdc++ testsuite cxxflags
@ 2014-05-17  0:16 Sandra Loosemore
  2014-05-17  4:56 ` Mike Stump
  2014-05-17  9:50 ` Jonathan Wakely
  0 siblings, 2 replies; 13+ messages in thread
From: Sandra Loosemore @ 2014-05-17  0:16 UTC (permalink / raw)
  To: GCC Patches, libstdc++; +Cc: Cesar Philippidis

It appears that this patch from last fall never got reviewed.

https://gcc.gnu.org/ml/gcc-patches/2013-10/msg02340.html

Can someone take a look?  I'll commit the patch on Cesar's behalf if 
it's approved.

-Sandra

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-17  0:16 [patch ping] libstdc++ testsuite cxxflags Sandra Loosemore
@ 2014-05-17  4:56 ` Mike Stump
  2014-05-17  9:50 ` Jonathan Wakely
  1 sibling, 0 replies; 13+ messages in thread
From: Mike Stump @ 2014-05-17  4:56 UTC (permalink / raw)
  To: Sandra Loosemore; +Cc: GCC Patches, libstdc++, Cesar Philippidis

On May 16, 2014, at 5:16 PM, Sandra Loosemore <sandra@codesourcery.com> wrote:
> It appears that this patch from last fall never got reviewed.

> Can someone take a look?

Tentative Ok.  Let’s let the library people have a chance to weigh in…  I’d say, let’s give them til Tuesday…  should be enough time...

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-17  0:16 [patch ping] libstdc++ testsuite cxxflags Sandra Loosemore
  2014-05-17  4:56 ` Mike Stump
@ 2014-05-17  9:50 ` Jonathan Wakely
  2014-05-17  9:52   ` Jonathan Wakely
  2014-05-17 10:07   ` Jonathan Wakely
  1 sibling, 2 replies; 13+ messages in thread
From: Jonathan Wakely @ 2014-05-17  9:50 UTC (permalink / raw)
  To: Sandra Loosemore; +Cc: GCC Patches, libstdc++, Cesar Philippidis

On 17 May 2014 01:16, Sandra Loosemore wrote:
> It appears that this patch from last fall never got reviewed.
>
> https://gcc.gnu.org/ml/gcc-patches/2013-10/msg02340.html
>
> Can someone take a look?  I'll commit the patch on Cesar's behalf if it's
> approved.

Libstdc++ patches need to go to the libstdc++ list, which this did, in
a separate mail that broke the threading:
https://gcc.gnu.org/ml/libstdc++/2013-10/msg00224.html
Then archives's inability to thread betweem months broke it again:
https://gcc.gnu.org/ml/libstdc++/2013-11/msg00113.html

I approved it then withdrew that approval:
https://gcc.gnu.org/ml/libstdc++/2013-11/msg00120.html
then the patch got revised:
https://gcc.gnu.org/ml/libstdc++/2013-11/msg00122.html

I'll have to refresh my memory about it.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-17  9:50 ` Jonathan Wakely
@ 2014-05-17  9:52   ` Jonathan Wakely
  2014-05-17 10:07   ` Jonathan Wakely
  1 sibling, 0 replies; 13+ messages in thread
From: Jonathan Wakely @ 2014-05-17  9:52 UTC (permalink / raw)
  To: Sandra Loosemore; +Cc: GCC Patches, libstdc++, Cesar Philippidis

On 17 May 2014 10:50, Jonathan Wakely wrote:
> Then archives's inability...

Oof, not sure what my fingers were thinking there, I meant "Then the
archive's inability..."  :)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-17  9:50 ` Jonathan Wakely
  2014-05-17  9:52   ` Jonathan Wakely
@ 2014-05-17 10:07   ` Jonathan Wakely
  2014-05-19 20:57     ` Sandra Loosemore
  1 sibling, 1 reply; 13+ messages in thread
From: Jonathan Wakely @ 2014-05-17 10:07 UTC (permalink / raw)
  To: Sandra Loosemore; +Cc: GCC Patches, libstdc++, Cesar Philippidis

On 17 May 2014 10:50, Jonathan Wakely wrote:
> On 17 May 2014 01:16, Sandra Loosemore wrote:
>> It appears that this patch from last fall never got reviewed.
>>
>> https://gcc.gnu.org/ml/gcc-patches/2013-10/msg02340.html
>>
>> Can someone take a look?  I'll commit the patch on Cesar's behalf if it's
>> approved.
>
> Libstdc++ patches need to go to the libstdc++ list, which this did, in
> a separate mail that broke the threading:
> https://gcc.gnu.org/ml/libstdc++/2013-10/msg00224.html
> Then archives's inability to thread betweem months broke it again:
> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00113.html
>
> I approved it then withdrew that approval:
> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00120.html
> then the patch got revised:
> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00122.html
>
> I'll have to refresh my memory about it.

I think I'm happiest with the second version of the patch, in
https://gcc.gnu.org/ml/libstdc++/2013-11/msg00114.html

It does mean a change that might affect people using CXXFLAGS when
running the tests, so we might want to update
https://gcc.gnu.org/onlinedocs/libstdc++/manual/test.html where it says
"Or, just run the testsuites with CXXFLAGS set to -D_GLIBCXX_DEBUG or
-D_GLIBCXX_PARALLEL."

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-17 10:07   ` Jonathan Wakely
@ 2014-05-19 20:57     ` Sandra Loosemore
  2014-05-20  9:11       ` Jonathan Wakely
  0 siblings, 1 reply; 13+ messages in thread
From: Sandra Loosemore @ 2014-05-19 20:57 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: GCC Patches, libstdc++, Cesar Philippidis

[-- Attachment #1: Type: text/plain, Size: 1788 bytes --]

On 05/17/2014 04:07 AM, Jonathan Wakely wrote:
> On 17 May 2014 10:50, Jonathan Wakely wrote:
>> On 17 May 2014 01:16, Sandra Loosemore wrote:
>>> It appears that this patch from last fall never got reviewed.
>>>
>>> https://gcc.gnu.org/ml/gcc-patches/2013-10/msg02340.html
>>>
>>> Can someone take a look?  I'll commit the patch on Cesar's behalf if it's
>>> approved.
>>
>> Libstdc++ patches need to go to the libstdc++ list, which this did, in
>> a separate mail that broke the threading:
>> https://gcc.gnu.org/ml/libstdc++/2013-10/msg00224.html
>> Then archives's inability to thread betweem months broke it again:
>> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00113.html
>>
>> I approved it then withdrew that approval:
>> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00120.html
>> then the patch got revised:
>> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00122.html
>>
>> I'll have to refresh my memory about it.

Whoops, I totally missed that there was already a separate thread on the 
libstdc++ mailing list only.  My bad.  :-(

> I think I'm happiest with the second version of the patch, in
> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00114.html
>
> It does mean a change that might affect people using CXXFLAGS when
> running the tests, so we might want to update
> https://gcc.gnu.org/onlinedocs/libstdc++/manual/test.html where it says
> "Or, just run the testsuites with CXXFLAGS set to -D_GLIBCXX_DEBUG or
> -D_GLIBCXX_PARALLEL."

I came up with the attached patch for the wording change.  I'm having 
trouble regenerating the HTML version of the manual, though; it looks 
like I have a different version of the DocBook stylesheets around that 
are introducing lots of extraneous changes, and I'm not sure what the 
"right" version is.  :-S  Any suggestions?

-Sandra

[-- Attachment #2: doc.patch --]
[-- Type: text/x-patch, Size: 835 bytes --]

Index: libstdc++-v3/doc/xml/manual/test.xml
===================================================================
--- libstdc++-v3/doc/xml/manual/test.xml	(revision 210575)
+++ libstdc++-v3/doc/xml/manual/test.xml	(working copy)
@@ -478,9 +478,11 @@ runtest --tool libstdc++ --srcdir=/path/
     </para>
 
     <para>
-      Or, just run the testsuites with <constant>CXXFLAGS</constant>
-      set to <constant>-D_GLIBCXX_DEBUG</constant> or
-      <constant>-D_GLIBCXX_PARALLEL</constant>.
+      You can also run the testsuites by setting
+      <constant>CXXFLAGS</constant> in the environment.  In this case,
+      however, you should also make sure that <constant>CXXFLAGS</constant>
+      includes <constant>-g -O2</constant>, since some tests assume the
+      presence of these options.
     </para>
   </section>
 </section>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-19 20:57     ` Sandra Loosemore
@ 2014-05-20  9:11       ` Jonathan Wakely
  2014-05-20 19:38         ` Cesar Philippidis
  0 siblings, 1 reply; 13+ messages in thread
From: Jonathan Wakely @ 2014-05-20  9:11 UTC (permalink / raw)
  To: Sandra Loosemore
  Cc: Jonathan Wakely, GCC Patches, libstdc++, Cesar Philippidis

On 19/05/14 14:57 -0600, Sandra Loosemore wrote:
>On 05/17/2014 04:07 AM, Jonathan Wakely wrote:
>>On 17 May 2014 10:50, Jonathan Wakely wrote:
>>>On 17 May 2014 01:16, Sandra Loosemore wrote:
>>>>It appears that this patch from last fall never got reviewed.
>>>>
>>>>https://gcc.gnu.org/ml/gcc-patches/2013-10/msg02340.html
>>>>
>>>>Can someone take a look?  I'll commit the patch on Cesar's behalf if it's
>>>>approved.
>>>
>>>Libstdc++ patches need to go to the libstdc++ list, which this did, in
>>>a separate mail that broke the threading:
>>>https://gcc.gnu.org/ml/libstdc++/2013-10/msg00224.html
>>>Then archives's inability to thread betweem months broke it again:
>>>https://gcc.gnu.org/ml/libstdc++/2013-11/msg00113.html
>>>
>>>I approved it then withdrew that approval:
>>>https://gcc.gnu.org/ml/libstdc++/2013-11/msg00120.html
>>>then the patch got revised:
>>>https://gcc.gnu.org/ml/libstdc++/2013-11/msg00122.html
>>>
>>>I'll have to refresh my memory about it.
>
>Whoops, I totally missed that there was already a separate thread on 
>the libstdc++ mailing list only.  My bad.  :-(
>
>>I think I'm happiest with the second version of the patch, in
>>https://gcc.gnu.org/ml/libstdc++/2013-11/msg00114.html
>>
>>It does mean a change that might affect people using CXXFLAGS when
>>running the tests, so we might want to update
>>https://gcc.gnu.org/onlinedocs/libstdc++/manual/test.html where it says
>>"Or, just run the testsuites with CXXFLAGS set to -D_GLIBCXX_DEBUG or
>>-D_GLIBCXX_PARALLEL."
>
>I came up with the attached patch for the wording change.  I'm having 
>trouble regenerating the HTML version of the manual, though; it looks 
>like I have a different version of the DocBook stylesheets around that 
>are introducing lots of extraneous changes, and I'm not sure what the 
>"right" version is.  :-S  Any suggestions?

You always get hundreds of changes, DocBook generates unique numeric
id attributes, which are different every run. Don't worr yabout the
docs, I can sort them out. If you and Cesar are happy with the patch
in https://gcc.gnu.org/ml/libstdc++/2013-11/msg00114.html then please
go ahead and commit that version, thanks.



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-20  9:11       ` Jonathan Wakely
@ 2014-05-20 19:38         ` Cesar Philippidis
  0 siblings, 0 replies; 13+ messages in thread
From: Cesar Philippidis @ 2014-05-20 19:38 UTC (permalink / raw)
  To: Jonathan Wakely, Sandra Loosemore; +Cc: Jonathan Wakely, GCC Patches, libstdc++

On 05/20/2014 02:11 AM, Jonathan Wakely wrote:
> On 19/05/14 14:57 -0600, Sandra Loosemore wrote:
>> On 05/17/2014 04:07 AM, Jonathan Wakely wrote:
>>> On 17 May 2014 10:50, Jonathan Wakely wrote:
>>>> On 17 May 2014 01:16, Sandra Loosemore wrote:
>>>>> It appears that this patch from last fall never got reviewed.
>>>>>
>>>>> https://gcc.gnu.org/ml/gcc-patches/2013-10/msg02340.html
>>>>>
>>>>> Can someone take a look?  I'll commit the patch on Cesar's behalf
>>>>> if it's
>>>>> approved.
>>>>
>>>> Libstdc++ patches need to go to the libstdc++ list, which this did, in
>>>> a separate mail that broke the threading:
>>>> https://gcc.gnu.org/ml/libstdc++/2013-10/msg00224.html
>>>> Then archives's inability to thread betweem months broke it again:
>>>> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00113.html
>>>>
>>>> I approved it then withdrew that approval:
>>>> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00120.html
>>>> then the patch got revised:
>>>> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00122.html
>>>>
>>>> I'll have to refresh my memory about it.
>>
>> Whoops, I totally missed that there was already a separate thread on
>> the libstdc++ mailing list only.  My bad.  :-(
>>
>>> I think I'm happiest with the second version of the patch, in
>>> https://gcc.gnu.org/ml/libstdc++/2013-11/msg00114.html
>>>
>>> It does mean a change that might affect people using CXXFLAGS when
>>> running the tests, so we might want to update
>>> https://gcc.gnu.org/onlinedocs/libstdc++/manual/test.html where it says
>>> "Or, just run the testsuites with CXXFLAGS set to -D_GLIBCXX_DEBUG or
>>> -D_GLIBCXX_PARALLEL."
>>
>> I came up with the attached patch for the wording change.  I'm having
>> trouble regenerating the HTML version of the manual, though; it looks
>> like I have a different version of the DocBook stylesheets around that
>> are introducing lots of extraneous changes, and I'm not sure what the
>> "right" version is.  :-S  Any suggestions?
> 
> You always get hundreds of changes, DocBook generates unique numeric
> id attributes, which are different every run. Don't worr yabout the
> docs, I can sort them out. If you and Cesar are happy with the patch
> in https://gcc.gnu.org/ml/libstdc++/2013-11/msg00114.html then please
> go ahead and commit that version, thanks.

Looking back at my notes, this patch addresses the libstdc++ atomics
test failures when using a custom site.exp. Without the -O2 flag, those
tests would fail to link because of the dependency on libatomic.

I'm happy with the second patch. Sandra please commit it.

Thanks,
Cesar

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-30  7:53   ` Ramana Radhakrishnan
@ 2014-05-30 11:11     ` Jonathan Wakely
  0 siblings, 0 replies; 13+ messages in thread
From: Jonathan Wakely @ 2014-05-30 11:11 UTC (permalink / raw)
  To: ramrad01
  Cc: Jonathan Wakely, David Edelsohn, Cesar Philippidis,
	Sandra Loosemore, libstdc++,
	GCC Patches

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

On 30/05/14 08:53 +0100, Ramana Radhakrishnan wrote:
>With all the other build breakages in the past week,  I've just
>started seeing the first set of testresults from an auto-tester. It
>looks like on a cross test using rhe5 / x86_64  with the version of
>tcl8.4 I'm using I see the same errors that David saw.
>
>The testsuite starts running if I tried the above
>
>regexp ".*-O" $cxxflags
>
>Is this going to be applied - what gives ?

Fixed with the attached patch.

Tested x86_64-linux (but onnly with Tcl 8.5), committed to trunk.



[-- Attachment #2: p2.txt --]
[-- Type: text/plain, Size: 697 bytes --]

commit 8e72d35ed67a51df88c359249590e266c476044e
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri May 30 11:10:57 2014 +0100

    	* testsuite/lib/libstdc++.exp (libstdc++_init): Adjust regexp to
    	work with previous versions of Tcl.

diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp
index 2b2a38b..d91bed6 100644
--- a/libstdc++-v3/testsuite/lib/libstdc++.exp
+++ b/libstdc++-v3/testsuite/lib/libstdc++.exp
@@ -283,7 +283,7 @@ proc libstdc++_init { testfile } {
     append cxxflags " "
     append cxxflags [getenv CXXFLAGS]
 
-    if ![regexp "\-O" $cxxflags] {
+    if ![regexp ".*-O" $cxxflags] {
 	append cxxflags " -g -O2"
     }
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-24 16:54 ` Jonathan Wakely
  2014-05-25 19:16   ` David Edelsohn
@ 2014-05-30  7:53   ` Ramana Radhakrishnan
  2014-05-30 11:11     ` Jonathan Wakely
  1 sibling, 1 reply; 13+ messages in thread
From: Ramana Radhakrishnan @ 2014-05-30  7:53 UTC (permalink / raw)
  To: Jonathan Wakely
  Cc: David Edelsohn, Cesar Philippidis, Jonathan Wakely,
	Sandra Loosemore, libstdc++,
	GCC Patches

On Sat, May 24, 2014 at 5:54 PM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 24 May 2014 17:07, David Edelsohn wrote:
>> This patch broke the ability to run the libstdc++ testsuite on AIX.
>>
>> I now see the following errors:
>>
>> bad switch "-O": must be -all, -about, -indices, -inline, -expanded, -line, -lin
>> estop, -lineanchor, -nocase, -start, or --
>>     while executing
>> "regexp "\-O" $cxxflags"
>
> Would this work instead?
>
>    regexp ".*-O" $cxxflags


With all the other build breakages in the past week,  I've just
started seeing the first set of testresults from an auto-tester. It
looks like on a cross test using rhe5 / x86_64  with the version of
tcl8.4 I'm using I see the same errors that David saw.

The testsuite starts running if I tried the above

regexp ".*-O" $cxxflags

Is this going to be applied - what gives ?

regards
Ramana

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-24 16:54 ` Jonathan Wakely
@ 2014-05-25 19:16   ` David Edelsohn
  2014-05-30  7:53   ` Ramana Radhakrishnan
  1 sibling, 0 replies; 13+ messages in thread
From: David Edelsohn @ 2014-05-25 19:16 UTC (permalink / raw)
  To: Jonathan Wakely
  Cc: Cesar Philippidis, Jonathan Wakely, Sandra Loosemore, libstdc++,
	GCC Patches

On Sat, May 24, 2014 at 12:54 PM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 24 May 2014 17:07, David Edelsohn wrote:
>> This patch broke the ability to run the libstdc++ testsuite on AIX.
>>
>> I now see the following errors:
>>
>> bad switch "-O": must be -all, -about, -indices, -inline, -expanded, -line, -lin
>> estop, -lineanchor, -nocase, -start, or --
>>     while executing
>> "regexp "\-O" $cxxflags"
>
> Would this work instead?
>
>    regexp ".*-O" $cxxflags

That change does seem to fix the problem as seen by libstdc++ in
latest AIX testresults.

Thanks, David

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
  2014-05-24 16:07 David Edelsohn
@ 2014-05-24 16:54 ` Jonathan Wakely
  2014-05-25 19:16   ` David Edelsohn
  2014-05-30  7:53   ` Ramana Radhakrishnan
  0 siblings, 2 replies; 13+ messages in thread
From: Jonathan Wakely @ 2014-05-24 16:54 UTC (permalink / raw)
  To: David Edelsohn
  Cc: Cesar Philippidis, Jonathan Wakely, Sandra Loosemore, libstdc++,
	GCC Patches

On 24 May 2014 17:07, David Edelsohn wrote:
> This patch broke the ability to run the libstdc++ testsuite on AIX.
>
> I now see the following errors:
>
> bad switch "-O": must be -all, -about, -indices, -inline, -expanded, -line, -lin
> estop, -lineanchor, -nocase, -start, or --
>     while executing
> "regexp "\-O" $cxxflags"

Would this work instead?

   regexp ".*-O" $cxxflags

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [patch ping] libstdc++ testsuite cxxflags
@ 2014-05-24 16:07 David Edelsohn
  2014-05-24 16:54 ` Jonathan Wakely
  0 siblings, 1 reply; 13+ messages in thread
From: David Edelsohn @ 2014-05-24 16:07 UTC (permalink / raw)
  To: Cesar Philippidis, Jonathan Wakely, Sandra Loosemore
  Cc: libstdc++, GCC Patches, onathan Wakely

This patch broke the ability to run the libstdc++ testsuite on AIX.

I now see the following errors:

bad switch "-O": must be -all, -about, -indices, -inline, -expanded, -line, -lin
estop, -lineanchor, -nocase, -start, or --
    while executing
"regexp "\-O" $cxxflags"
    (procedure "libstdc++_init" line 183)
    invoked from within
"${tool}_init $test_file_name"
    invoked from within
"if [info exists tool] {
            if { [info procs "${tool}_init"] != "" } {
                ${tool}_init $test_file_name
            }
        }"
    invoked from within
"if [file exists $test_file_name] {
        set timestart [timestamp]

        if [info exists tool] {
            if { [info procs "${tool}_init"] != "" } {
                ${tool}_init..."
    (procedure "runtest" line 14)
    invoked from within
"runtest $test_name"
    ("foreach" body line 42)
    invoked from within
"foreach test_name [lsort [find ${dir} *.exp]] {
                        if { ${test_name} == "" } {
                            continue
                        }
                        # Ignore this one if asked to.
                        if { ${ignore..."
    ("foreach" body line 54)
    invoked from within
"foreach dir "${test_top_dirs}" {
                if { ${dir} != ${srcdir} } {
                    # Ignore this directory if is a directory to be
                    # ignored.
                    if {[info..."
    ("foreach" body line 121)
    invoked from within
"foreach pass $multipass {

        # multipass_name is set for `record_test' to use (see framework.exp).
        if { [lindex $pass 0] != "" } {
            set multipass_..."
    ("foreach" body line 51)
    invoked from within
"foreach current_target $target_list {
    verbose "target is $current_target"
    set current_target_name $current_target
    set tlist [split $curren..."
    (file "/gsa/yktgsa/home/e/d/edelsohn/share/dejagnu/runtest.exp" line 1625)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-05-30 11:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-17  0:16 [patch ping] libstdc++ testsuite cxxflags Sandra Loosemore
2014-05-17  4:56 ` Mike Stump
2014-05-17  9:50 ` Jonathan Wakely
2014-05-17  9:52   ` Jonathan Wakely
2014-05-17 10:07   ` Jonathan Wakely
2014-05-19 20:57     ` Sandra Loosemore
2014-05-20  9:11       ` Jonathan Wakely
2014-05-20 19:38         ` Cesar Philippidis
2014-05-24 16:07 David Edelsohn
2014-05-24 16:54 ` Jonathan Wakely
2014-05-25 19:16   ` David Edelsohn
2014-05-30  7:53   ` Ramana Radhakrishnan
2014-05-30 11:11     ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).