From bfd62c59d3d2e895c76421d891f875d14a0ed0de Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" Date: Tue, 19 Mar 2002 05:42:43 +0000 Subject: [PATCH] Getting the stuff Timeless missed with his checkin for bug 106386 git-svn-id: svn://10.0.0.236/trunk@116840 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/docs/html/Bugzilla-Guide.html | 4 ++-- mozilla/webtools/bugzilla/docs/html/win32.html | 6 +++--- mozilla/webtools/bugzilla/docs/sgml/installation.sgml | 9 ++++++++- mozilla/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt | 2 +- mozilla/webtools/bugzilla/docs/xml/installation.xml | 9 ++++++++- 5 files changed, 22 insertions(+), 8 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/html/Bugzilla-Guide.html b/mozilla/webtools/bugzilla/docs/html/Bugzilla-Guide.html index 77f0578ac34..769ecce55bd 100644 --- a/mozilla/webtools/bugzilla/docs/html/Bugzilla-Guide.html +++ b/mozilla/webtools/bugzilla/docs/html/Bugzilla-Guide.html @@ -7416,7 +7416,7 @@ TARGET="_top" >, the perl documentation says that you should always use binmode() when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than aribtrarily putting when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than arbitrarily putting binmode() at the beginning of the attachment files, there should be logic to determine if \ No newline at end of file +> diff --git a/mozilla/webtools/bugzilla/docs/html/win32.html b/mozilla/webtools/bugzilla/docs/html/win32.html index 350b6b88174..6db6388679e 100644 --- a/mozilla/webtools/bugzilla/docs/html/win32.html +++ b/mozilla/webtools/bugzilla/docs/html/win32.html @@ -1246,10 +1246,10 @@ TARGET="_top" >, the perl documentation says that you should always use binmode() when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than aribtrarily putting when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than arbitrarily putting binmode() at the begining of the attachment files, there should be logic to determine if at the beginning of the attachment files, there should be logic to determine if binmode() is needed or not. @@ -1632,4 +1632,4 @@ VALIGN="top" > \ No newline at end of file +> diff --git a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml index 9d14a02be52..b50481e9f93 100644 --- a/mozilla/webtools/bugzilla/docs/sgml/installation.sgml +++ b/mozilla/webtools/bugzilla/docs/sgml/installation.sgml @@ -1772,7 +1772,14 @@ binmode(STDOUT); According to bug 62000, the perl documentation says that you should always use binmode() when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than aribtrarily putting binmode() at the begining of the attachment files, there should be logic to determine if binmode() is needed or not. + url="http://bugzilla.mozilla.org/show_bug.cgi?id=62000">bug 62000, + the perl documentation says that you should always use + binmode() when dealing with binary + files, but never when dealing with text files. That seems + to suggest that rather than arbitrarily putting + binmode() at the beginning of the + attachment files, there should be logic to determine if + binmode() is needed or not. diff --git a/mozilla/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt b/mozilla/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt index a01651b63c2..200ec5c236f 100644 --- a/mozilla/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt +++ b/mozilla/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt @@ -2171,7 +2171,7 @@ binmode(STDOUT); According to bug 62000, the perl documentation says that you should always use binmode() when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than - aribtrarily putting binmode() at the beginning of the attachment files, + arbitrarily putting binmode() at the beginning of the attachment files, there should be logic to determine if binmode() is needed or not. Tip diff --git a/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml index 9d14a02be52..b50481e9f93 100644 --- a/mozilla/webtools/bugzilla/docs/xml/installation.xml +++ b/mozilla/webtools/bugzilla/docs/xml/installation.xml @@ -1772,7 +1772,14 @@ binmode(STDOUT); According to bug 62000, the perl documentation says that you should always use binmode() when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than aribtrarily putting binmode() at the begining of the attachment files, there should be logic to determine if binmode() is needed or not. + url="http://bugzilla.mozilla.org/show_bug.cgi?id=62000">bug 62000, + the perl documentation says that you should always use + binmode() when dealing with binary + files, but never when dealing with text files. That seems + to suggest that rather than arbitrarily putting + binmode() at the beginning of the + attachment files, there should be logic to determine if + binmode() is needed or not.