[kaffe] CVS kaffe (robilad): Resynced with GNU inetlib

Kaffe CVS cvs-commits at kaffe.org
Tue Feb 15 19:22:31 PST 2005


PatchSet 5548 
Date: 2005/02/16 03:17:50
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Resynced with GNU inetlib

2005-02-16  Dalibor Topic  <robilad at kaffe.org>

        Resynced with GNU inetlib.

        2005-02-14  Kai Mueller  <kai at faldal.mine.nu>

        * SMTPConnection.java: Define SP as character 0x20.

Members: 
	ChangeLog:1.3592->1.3593 
	libraries/javalib/gnu/inet/smtp/SMTPConnection.java:1.6->1.7 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3592 kaffe/ChangeLog:1.3593
--- kaffe/ChangeLog:1.3592	Tue Feb 15 10:43:54 2005
+++ kaffe/ChangeLog	Wed Feb 16 03:17:50 2005
@@ -1,3 +1,11 @@
+2005-02-16  Dalibor Topic  <robilad at kaffe.org>
+
+	Resynced with GNU inetlib.
+
+	2005-02-14  Kai Mueller  <kai at faldal.mine.nu>
+
+        * SMTPConnection.java: Define SP as character 0x20.
+
 2005-02-15  Guilhem Lavaux  <guilhem at kaffe.org>
 
 	* kaffe/kaffe/main.c
Index: kaffe/libraries/javalib/gnu/inet/smtp/SMTPConnection.java
diff -u kaffe/libraries/javalib/gnu/inet/smtp/SMTPConnection.java:1.6 kaffe/libraries/javalib/gnu/inet/smtp/SMTPConnection.java:1.7
--- kaffe/libraries/javalib/gnu/inet/smtp/SMTPConnection.java:1.6	Sat Oct 30 12:14:18 2004
+++ kaffe/libraries/javalib/gnu/inet/smtp/SMTPConnection.java	Wed Feb 16 03:17:53 2005
@@ -1,5 +1,5 @@
 /*
- * $Id: SMTPConnection.java,v 1.6 2004/10/30 12:14:18 robilad Exp $
+ * $Id: SMTPConnection.java,v 1.7 2005/02/16 03:17:53 robilad Exp $
  * Copyright (C) 2003 Chris Burdess <dog at gnu.org>
  * 
  * This file is part of GNU inetlib, a library.
@@ -81,7 +81,7 @@
  * This implements RFC 2821.
  *
  * @author <a href="mailto:dog at gnu.org">Chris Burdess</a>
- * @version $Revision: 1.6 $ $Date: 2004/10/30 12:14:18 $
+ * @version $Revision: 1.7 $ $Date: 2005/02/16 03:17:53 $
  */
 public class SMTPConnection
 {
@@ -93,7 +93,7 @@
 
   protected static final String MAIL_FROM = "MAIL FROM:";
   protected static final String RCPT_TO = "RCPT TO:";
-  protected static final String SP = " SP ";
+  protected static final String SP = " ";
   protected static final String DATA = "DATA";
   protected static final String FINISH_DATA = "\n.";
   protected static final String RSET = "RSET";




More information about the kaffe mailing list