August 2010 Archives by author
Starting: Mon Aug 2 04:03:55 PDT 2010
Ending: Tue Aug 31 23:16:59 PDT 2010
Messages: 329
- Question on exception transparency
Rizal Anwar
- Fun with method references
Paul Benedict
- Defender Extension Methods -- Resolution and Invoccation
Paul Benedict
- Defender Extension Methods -- Resolution and Invoccation
Paul Benedict
- Defender Extension Methods -- Resolution and Invoccation
Paul Benedict
- Method references with types [Re: lambda syntax tutorial]
Paul Benedict
- Method references with types [Re: lambda syntax tutorial]
Paul Benedict
- Method references with types [Re: lambda syntax tutorial]
Paul Benedict
- Method references with types [Re: lambda syntax tutorial]
Paul Benedict
- Fun with method references
Paul Benedict
- JDK 7 Schedule and Lambdas
Paul Benedict
- hg: lambda/lambda/langtools: Non-static selectors in method refs, such as instance creation expressions, should be handled correctly (prepended to argument list).
Paul Benedict
- Latest draft of Defender Methods
Paul Benedict
- suppressedException semantics
Paul Benedict
- Latest draft of Defender Methods
Ola Bini
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
Kevin Bourrillion
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
Kevin Bourrillion
- lambda syntax tutorial
Kevin Bourrillion
- Fun with method references
Kevin Bourrillion
- Method references with types [Re: lambda syntax tutorial]
Kevin Bourrillion
- Public defender methods and static inner classes in interfaces?
Kevin Bourrillion
- Defender Extension Methods -- Resolution and Invoccation
Nathan Bryant
- lambda syntax tutorial
Nathan Bryant
- lambda syntax tutorial
Nathan Bryant
- Method references with types [Re: lambda syntax tutorial]
Nathan Bryant
- Method references with types [Re: lambda syntax tutorial]
Nathan Bryant
- Fun with method references
Nathan Bryant
- Fun with method references
Nathan Bryant
- Method references with types [Re: lambda syntax tutorial]
Nathan Bryant
- Fun with method references
Nathan Bryant
- SAM conversion and overload resolution
Alex Buckley
- Fun with method references
Alex Buckley
- A couple of questions about Project Lambda
Alex Buckley
- suppressedException semantics
Alex Buckley
- SAM conversion of abstracted methods from java.lang.Object
Alex Buckley
- SAM conversion of abstracted methods from java.lang.Object
Alex Buckley
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
Maurizio Cimadamore
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
Maurizio Cimadamore
- lambda syntax tutorial
Maurizio Cimadamore
- lambda syntax tutorial
Maurizio Cimadamore
- lambda syntax tutorial
Maurizio Cimadamore
- new keyword 'extension' really necessary?
Maurizio Cimadamore
- Fun with method references
Maurizio Cimadamore
- Trying the prototype
Maurizio Cimadamore
- Question on exception transparency
Maurizio Cimadamore
- Trying to benefit from exception transparency
Maurizio Cimadamore
- Trying to benefit from exception transparency
Maurizio Cimadamore
- Trying to benefit from exception transparency
Maurizio Cimadamore
- Question on exception transparency
Maurizio Cimadamore
- Question on exception transparency
Maurizio Cimadamore
- What am I doing wrong? hg: lambda/lambda/langtools: More bug fixes:
Maurizio Cimadamore
- hg: lambda/lambda/langtools: Non-static selectors in method refs, such as instance creation expressions, should be handled correctly (prepended to argument list).
Maurizio Cimadamore
- What am I doing wrong? hg: lambda/lambda/langtools: More bug fixes:
Maurizio Cimadamore
- SAM conversion of extended interfaces
Maurizio Cimadamore
- What am I doing wrong? hg: lambda/lambda/langtools: More bug fixes:
Maurizio Cimadamore
- extension method implementations for methods of java.lang.Object
Maurizio Cimadamore
- extension method implementations for methods of java.lang.Object
Maurizio Cimadamore
- hg: lambda/lambda/langtools: Bug fixes:
Maurizio Cimadamore
- hg: lambda/lambda/langtools: Bug fixes:
Maurizio Cimadamore
- Problem with Method Reference
Maurizio Cimadamore
- Trouble inferring type of lambda
Maurizio Cimadamore
- Trouble inferring type of lambda
Maurizio Cimadamore
- Trouble inferring type of lambda
Maurizio Cimadamore
- Push 23 August 1bb5b46bb326 fixes one bug, but introduces another
Maurizio Cimadamore
- Push 23 August 1bb5b46bb326 fixes one bug, but introduces another
Maurizio Cimadamore
- Trouble inferring type of lambda
Maurizio Cimadamore
- Push 23 August 1bb5b46bb326 MethodHandle equals bug
Maurizio Cimadamore
- Cannot implement abstract method with extension method
Maurizio Cimadamore
- SAM conversion of abstracted methods from java.lang.Object
Maurizio Cimadamore
- SAM conversion of inlined lambda expression
Maurizio Cimadamore
- hg: lambda/lambda/langtools: Object methods are not dispatched correctly by the ProxyHelper class (part three - last I hope ; -)).
Maurizio Cimadamore
- Trouble inferring type of lambda
Maurizio Cimadamore
- hg: lambda/lambda/langtools: Object methods are not dispatched correctly by the ProxyHelper class (part three - last I hope ; -)).
Maurizio Cimadamore
- hg: lambda/lambda/langtools: Bug fixes:
Maurizio Cimadamore
- Push 23 August 1bb5b46bb326 fixes one bug, but introduces another
Maurizio Cimadamore
- Cannot implement abstract method with extension method
Maurizio Cimadamore
- hg: lambda/lambda/langtools: Bug fixes:
Maurizio Cimadamore
- hg: lambda/lambda/langtools: Bug fixes:
Maurizio Cimadamore
- Fun with method references
Stephen Colebourne
- Defender Extension Methods -- Resolution and Invoccation
Stephen Colebourne
- Method references with types [Re: lambda syntax tutorial]
Stephen Colebourne
- Method references with types [Re: lambda syntax tutorial]
Stephen Colebourne
- Method references with types [Re: lambda syntax tutorial]
Stephen Colebourne
- Method references with types [Re: lambda syntax tutorial]
Stephen Colebourne
- Method references with types [Re: lambda syntax tutorial]
Stephen Colebourne
- Method references with types [Re: lambda syntax tutorial]
Stephen Colebourne
- lambda syntax tutorial
Stephen Colebourne
- Generic parameters for Extension methods
Stephen Colebourne
- new keyword 'extension' really necessary?
Osvaldo Doederlein
- new keyword 'extension' really necessary?
Osvaldo Doederlein
- Defender Extension Methods -- Resolution and Invoccation
Mike Duigou
- Defender Extension Methods -- Resolution and Invoccation
Collin Fagan
- Method references with types [Re: lambda syntax tutorial]
Collin Fagan
- Trying the prototype
Collin Fagan
- Trying the prototype
Collin Fagan
- Trying the prototype
Collin Fagan
- Trying the prototype
Collin Fagan
- hg: lambda/lambda/langtools: Bug fixes:
Collin Fagan
- hg: lambda/lambda/langtools: Bug fixes:
Collin Fagan
- reuse 'do' keyword instead of hash sign (#)
Collin Fagan
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
Rémi Forax
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
Rémi Forax
- Fun with method references
Rémi Forax
- Fun with method references
Rémi Forax
- Defender Extension Methods -- Resolution and Invoccation
Rémi Forax
- Fun with method references
Rémi Forax
- Defender Extension Methods -- Resolution and Invoccation
Rémi Forax
- Defender Extension Methods -- Resolution and Invoccation
Rémi Forax
- lambda syntax tutorial
Rémi Forax
- lambda syntax tutorial
Rémi Forax
- Fun with method references
Rémi Forax
- lambda syntax tutorial
Rémi Forax
- lambda syntax tutorial
Rémi Forax
- new keyword 'extension' really necessary?
Rémi Forax
- Method references with types [Re: lambda syntax tutorial]
Rémi Forax
- Method references with types [Re: lambda syntax tutorial]
Rémi Forax
- lambda syntax tutorial (3. Defender Methods)
Rémi Forax
- Method references with types [Re: lambda syntax tutorial]
Rémi Forax
- Method references with types [Re: lambda syntax tutorial]
Rémi Forax
- Method references with types [Re: lambda syntax tutorial]
Rémi Forax
- Fun with method references
Rémi Forax
- Method references with types [Re: lambda syntax tutorial]
Rémi Forax
- Fun with method references
Rémi Forax
- Fun with method references
Rémi Forax
- SAM conversion of inlined lambda expression
Rémi Forax
- type inference problem lead to cannot find symbol error message
Rémi Forax
- Trying the prototype
Rémi Forax
- A couple of questions about Project Lambda
Rémi Forax
- What am I doing wrong? hg: lambda/lambda/langtools: More bug fixes:
Rémi Forax
- Push 23 August 1bb5b46bb326 MethodHandle equals bug
Rémi Forax
- SAM conversion of abstracted methods from java.lang.Object
Rémi Forax
- SAM conversion and overload resolution
Neal Gafter
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
Neal Gafter
- Fun with method references
Neal Gafter
- Defender Extension Methods -- Resolution and Invoccation
Neal Gafter
- Defender Extension Methods -- Resolution and Invoccation
Neal Gafter
- Defender Extension Methods -- Resolution and Invoccation
Neal Gafter
- Defender Extension Methods -- Resolution and Invoccation
Neal Gafter
- Defender Extension Methods -- Resolution and Invoccation
Neal Gafter
- lambda syntax tutorial
Neal Gafter
- Fun with method references
Neal Gafter
- Fun with method references
Neal Gafter
- Fun with method references
Neal Gafter
- Fun with method references
Neal Gafter
- Fun with method references
Neal Gafter
- SAM conversion of inlined lambda expression
Neal Gafter
- Bug: NullPointerException in type inferencer
Neal Gafter
- Fun with method references
Neal Gafter
- Question on exception transparency
Neal Gafter
- Latest draft of Defender Methods
Neal Gafter
- hg: lambda/lambda/langtools: Bug fixes:
Neal Gafter
- Trying the prototype
Jonathan Gibbons
- Trying the prototype
Jonathan Gibbons
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
Brian Goetz
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
Brian Goetz
- Fun with method references
Brian Goetz
- Fun with method references
Brian Goetz
- Current status of prototype / call to action
Brian Goetz
- Defender Extension Methods -- Resolution and Invoccation
Brian Goetz
- Defender Extension Methods -- Resolution and Invoccation
Brian Goetz
- Defender Extension Methods -- Resolution and Invoccation
Brian Goetz
- Fun with method references
Brian Goetz
- Defender Extension Methods -- Resolution and Invoccation
Brian Goetz
- Defender Extension Methods -- Resolution and Invoccation
Brian Goetz
- Defender Extension Methods -- Resolution and Invoccation
Brian Goetz
- Defender Extension Methods -- Resolution and Invoccation
Brian Goetz
- Defender Extension Methods -- Resolution and Invoccation
Brian Goetz
- Defender Extension Methods -- Resolution and Invoccation
Brian Goetz
- new keyword 'extension' really necessary?
Brian Goetz
- Method references with types [Re: lambda syntax tutorial]
Brian Goetz
- lambda syntax tutorial (3. Defender Methods)
Brian Goetz
- Method references with types [Re: lambda syntax tutorial]
Brian Goetz
- Method references with types [Re: lambda syntax tutorial]
Brian Goetz
- new keyword 'extension' really necessary?
Brian Goetz
- Fun with method references
Brian Goetz
- Fun with method references
Brian Goetz
- Method references with types [Re: lambda syntax tutorial]
Brian Goetz
- Method references with types [Re: lambda syntax tutorial]
Brian Goetz
- Latest draft of Defender Methods
Brian Goetz
- Latest draft of Defender Methods
Brian Goetz
- Latest draft of Defender Methods
Brian Goetz
- Latest draft of Defender Methods
Brian Goetz
- extension method implementations for methods of java.lang.Object
Brian Goetz
- extension method implementations for methods of java.lang.Object
Brian Goetz
- hg: lambda/lambda/langtools: Bug fixes:
Brian Goetz
- hg: lambda/lambda/langtools: Bug fixes:
Brian Goetz
- hg: lambda/lambda/langtools: Bug fixes:
Brian Goetz
- hg: lambda/lambda/langtools: Bug fixes:
Brian Goetz
- Problem with extension methods
Brian Goetz
- Method references with types [Re: lambda syntax tutorial]
David Goodenough
- lambda syntax tutorial
Mikael Grev
- Defender Extension Methods -- Resolution and Invoccation
Mikael Grev
- Defender Extension Methods -- Resolution and Invoccation
Mikael Grev
- Defender Extension Methods -- Resolution and Invoccation
Mikael Grev
- Method references with types [Re: lambda syntax tutorial]
Mikael Grev
- SAM conversion of inlined lambda expression
Thomas Jung
- SAM conversion of inlined lambda expression
Thomas Jung
- Trying the prototype
Thomas Jung
- type inference problem lead to cannot find symbol error message
Thomas Jung
- Bug: NullPointerException in type inferencer
Thomas Jung
- SAM conversion in for expressions
Thomas Jung
- Bug: NullPointerException in type inferencer
Thomas Jung
- Method references with types [Re: lambda syntax tutorial]
Thomas Jung
- Defender Extension Methods -- Resolution and Invoccation
Thomas Jung
- Defender Extension Methods -- Resolution and Invoccation
Thomas Jung
- NullPointerException when type parameters are infered from method parameters
Thomas Jung
- hg: lambda/lambda/langtools: Flow should not analyze lambda body that contains errors due to partially specified parameter types
Thomas Jung
- SAM conversion of extended interfaces
Thomas Jung
- extension method implementations for methods of java.lang.Object
Thomas Jung
- extension method implementations for methods of java.lang.Object
Thomas Jung
- extension method implementations for methods of java.lang.Object
Thomas Jung
- extension method implementations for methods of java.lang.Object
Thomas Jung
- Public defender methods and static inner classes in interfaces?
Thomas Jung
- Cannot implement abstract method with extension method
Thomas Jung
- SAM conversion of abstracted methods from java.lang.Object
Thomas Jung
- Cannot implement abstract method with extension method
Thomas Jung
- SAM conversion of inlined lambda expression
Thomas Jung
- SAM conversion of inlined lambda expression
Thomas Jung
- Defender Extension Methods -- Resolution and Invoccation
Lawrence Kesteloot
- Trying the prototype on Mac OS X (possible?)
Harrison Klaperman
- Fun with method references
Bob Lee
- Fun with method references
Bob Lee
- SAM conversion and overload resolution
Peter Levart
- SAM conversion and overload resolution
Peter Levart
- Method references with types [Re: lambda syntax tutorial]
Peter Levart
- Method references with types [Re: lambda syntax tutorial]
Peter Levart
- Question on exception transparency
Peter Levart
- Question on exception transparency
Peter Levart
- Question on exception transparency
Peter Levart
- hg: lambda/lambda/langtools: Bug fixes:
Peter Levart
- hg: lambda/lambda/langtools: Bug fixes:
Peter Levart
- hg: lambda/lambda/langtools: Bug fixes:
Peter Levart
- Push 23 August 1bb5b46bb326 fixes one bug, but introduces another
Peter Levart
- Push 23 August 1bb5b46bb326 fixes one bug, but introduces another
Peter Levart
- Public defender methods and static inner classes in interfaces?
Peter Levart
- Defender Extension Methods -- Resolution and Invoccation
Paulo Levi
- Defender Extension Methods -- Resolution and Invoccation
Paulo Levi
- Defender Extension Methods -- Resolution and Invoccation
Howard Lovatt
- Defender Extension Methods -- Resolution and Invoccation
Howard Lovatt
- Method references with types [Re: lambda syntax tutorial]
Howard Lovatt
- lambda syntax tutorial (3. Defender Methods)
Howard Lovatt
- Method references with types [Re: lambda syntax tutorial]
Howard Lovatt
- lambda syntax tutorial (3. Defender Methods)
Howard Lovatt
- Fun with method references
Howard Lovatt
- Fun with method references
Howard Lovatt
- Fun with method references
Howard Lovatt
- Fun with method references
Howard Lovatt
- What am I doing wrong? hg: lambda/lambda/langtools: More bug fixes:
Howard Lovatt
- What am I doing wrong? hg: lambda/lambda/langtools: More bug fixes:
Howard Lovatt
- What am I doing wrong? hg: lambda/lambda/langtools: More bug fixes:
Howard Lovatt
- What am I doing wrong? hg: lambda/lambda/langtools: More bug fixes:
Howard Lovatt
- What am I doing wrong? hg: lambda/lambda/langtools: More bug fixes:
Howard Lovatt
- Problem with extension methods
Howard Lovatt
- Problem with extension methods
Howard Lovatt
- Generic parameters for Extension methods
Howard Lovatt
- Problem with lambda expression
Howard Lovatt
- Trouble inferring type of lambda
Howard Lovatt
- Exception catching not enforced
Howard Lovatt
- Problem with Method Reference
Howard Lovatt
- Trouble inferring type of lambda
Howard Lovatt
- Problem with Method Reference
Howard Lovatt
- Trouble inferring type of lambda
Howard Lovatt
- Trouble inferring type of lambda
Howard Lovatt
- Trouble inferring type of lambda
Howard Lovatt
- Push 23 August 1bb5b46bb326 fixes one bug, but introduces another
Howard Lovatt
- Push 23 August 1bb5b46bb326 fixes one bug, but introduces another
Howard Lovatt
- Push 23 August 1bb5b46bb326 MethodHandle equals bug
Howard Lovatt
- Trouble inferring type of lambda
Howard Lovatt
- Trouble inferring type of lambda
Howard Lovatt
- hg: lambda/lambda/langtools: Object methods are not dispatched correctly by the ProxyHelper class (part three - last I hope ; -)).
Howard Lovatt
- hg: lambda/lambda/langtools: Object methods are not dispatched correctly by the ProxyHelper class (part three - last I hope ; -)).
Howard Lovatt
- Trouble inferring type of lambda
Howard Lovatt
- hg: lambda/lambda/langtools: Bug fixes:
Howard Lovatt
- new keyword 'extension' really necessary?
Gernot Neppert
- new keyword 'extension' really necessary?
Gernot Neppert
- Fun with method references
John Nilsson
- Method references with types [Re: lambda syntax tutorial]
John Nilsson
- Method references with types [Re: lambda syntax tutorial]
John Nilsson
- Method references with types [Re: lambda syntax tutorial]
John Nilsson
- Fun with method references
John Nilsson
- lambda syntax tutorial
Fredrik Ohrstrom
- lambda syntax tutorial
Fredrik Ohrstrom
- Fun with method references
Fredrik Ohrstrom
- Method references with types [Re: lambda syntax tutorial]
Fredrik Ohrstrom
- hg: lambda/lambda/langtools: Non-static selectors in method refs, such as instance creation expressions, should be handled correctly (prepended to argument list).
Fredrik Ohrstrom
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
John Rose
- extension method implementations for methods of java.lang.Object
Jordan Stewart
- Cannot implement abstract method with extension method
Jordan Stewart
- A couple of questions about Project Lambda
Marcus Thiesen
- Public defender methods and static inner classes in interfaces?
Andrew Thompson
- lambda syntax tutorial
"Zdeněk Troníček"
- Public defender methods and static inner classes in interfaces?
David Walend
- Trying the prototype
Florian Weimer
- lambda syntax tutorial
Florian Weimer
- Trying to benefit from exception transparency
Florian Weimer
- Trying to benefit from exception transparency
Florian Weimer
- Trying to benefit from exception transparency
Florian Weimer
- reuse 'do' keyword instead of hash sign (#)
Marcin Wiśnicki
- Defender Extension Methods -- Resolution and Invoccation
Reinier Zwitserloot
- Trying the prototype on Mac OS X (possible?)
Reinier Zwitserloot
- Latest draft of Defender Methods
Reinier Zwitserloot
- Public defender methods and static inner classes in interfaces?
Reinier Zwitserloot
- Public defender methods and static inner classes in interfaces?
Reinier Zwitserloot
- Method references with types [Re: lambda syntax tutorial]
maurizio cimadamore
- Trying the prototype
maurizio cimadamore
- SAM conversion of inlined lambda expression
maurizio cimadamore
- Problem with lambda expression
maurizio cimadamore
- Trouble inferring type of lambda
maurizio cimadamore
- Exception catching not enforced
maurizio cimadamore
- hg: lambda/lambda/langtools: Handle non-static method references from static context. More specifically, if f is an instance method of Z whose signature is A, B->C, then #obj.f is of type A, B->C and #Z.f is of type Z, A, B->C.
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: Fixed some bugs:
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: Superclasses of synthetic classes generated by Unlambda.java should be desugared first.
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: Flow should not analyze lambda body that contains errors due to partially specified parameter types
maurizio.cimadamore at oracle.com
- hg: lambda/lambda: 6 new changesets
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/corba: 4 new changesets
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/hotspot: 22 new changesets
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/jaxp: 4 new changesets
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/jaxws: 4 new changesets
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/jdk: 47 new changesets
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: 26 new changesets
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: More bug fixes:
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: Non-static selectors in method refs, such as instance creation expressions, should be handled correctly (prepended to argument list).
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: Bug fixes:
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: Bug fixes:
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: Object methods are not dispatched correctly by the ProxyHelper class.
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: Object methods are not dispatched correctly by the ProxyHelper class (part two).
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: Object methods are not dispatched correctly by the ProxyHelper class (part three - last I hope ; -)).
maurizio.cimadamore at oracle.com
- hg: lambda/lambda/langtools: Bug fixes:
maurizio.cimadamore at oracle.com
- Fun with method references
tom.hawtin at oracle.com
Last message date:
Tue Aug 31 23:16:59 PDT 2010
Archived on: Tue Aug 31 23:17:04 PDT 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).