[PHP-DEV] cvs: /CVSROOT dolog.pl From: Sascha Schumann (sascha <email protected>)
Date: 09/30/99

sas Thu Sep 30 15:18:10 1999 EDT

  Modified files:
    /CVSROOT dolog.pl
  Log:
      Change LF => CRLF
  
  
Index: CVSROOT/dolog.pl
diff -u CVSROOT/dolog.pl:1.1 CVSROOT/dolog.pl:1.2
--- CVSROOT/dolog.pl:1.1 Thu Sep 30 14:50:08 1999
+++ CVSROOT/dolog.pl Thu Sep 30 15:17:39 1999
@@ -196,19 +196,19 @@
                     }
                 }
                 close( LOG );
- push( <email protected>, ("$stat|$time|$username|$cvsroot|$repository|$fn|$rev|$sticky|$tag|$lines_added|$lines_removed\n"));
+ push( <email protected>, ("$stat|$time|$username|$cvsroot|$repository|$fn|$rev|$sticky|$tag|$lines_added|$lines_removed\r\n"));
             }
         }
     }
     close(ENT);
 
     for $i ( <email protected>) {
- push(  <email protected>, ("R|$time|$username|$cvsroot|$repository|$i|||$repository_tag\n"));
+ push(  <email protected>, ("R|$time|$username|$cvsroot|$repository|$i|||$repository_tag\r\n"));
     }
 
- push ( <email protected>, "LOGCOMMENT\n");
- push ( <email protected>, join("\n", <email protected>));
- push ( <email protected>, "\n:ENDLOGCOMMENT\n");
+ push ( <email protected>, "LOGCOMMENT\r\n");
+ push ( <email protected>, join("\r\n", <email protected>));
+ push ( <email protected>, "\r\n:ENDLOGCOMMENT\r\n");
 }
 
 
@@ -220,7 +220,7 @@
         $part = shift  <email protected>;
         $str .= "|" . $part;
     }
- push ( <email protected>, ("$str\n"));
+ push ( <email protected>, ("$str\r\n"));
 }
         
 
@@ -290,13 +290,13 @@
     get_response_code(354);
     # Get one line starting with "354 ".
     if ($flag_tagcmd) {
- print S "Subject: cvs tag in $repository\n";
+ print S "Subject: cvs tag in $repository\r\n";
     } else {
- print S "Subject: cvs commit to $repository\n";
+ print S "Subject: cvs commit to $repository\r\n";
     }
- print S "\n";
- print S  <email protected>, "\n";
- print S ".\n";
+ print S "\r\n";
+ print S  <email protected>, "\r\n";
+ print S ".\r\n";
     get_response_code(250);
     print S "QUIT\n";
     close(S);

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>