lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [4770] Provide direct links to usenet articles


From: Greg Chicares
Subject: [lmi-commits] [4770] Provide direct links to usenet articles
Date: Wed, 10 Feb 2010 14:43:52 +0000

Revision: 4770
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4770
Author:   chicares
Date:     2010-02-10 14:43:52 +0000 (Wed, 10 Feb 2010)
Log Message:
-----------
Provide direct links to usenet articles

Modified Paths:
--------------
    lmi/trunk/DefectLog
    lmi/trunk/alert.hpp
    lmi/trunk/file_command_wx.cpp
    lmi/trunk/materially_equal.hpp

Modified: lmi/trunk/DefectLog
===================================================================
--- lmi/trunk/DefectLog 2010-01-31 22:57:16 UTC (rev 4769)
+++ lmi/trunk/DefectLog 2010-02-10 14:43:52 UTC (rev 4770)
@@ -119,8 +119,9 @@
 
 Critique of the past: "Care about the output variable of an extractor"
 (Langer & Kreft 3.1.3.3). Extractors should set 'failbit' (and reset
-'eofbit') on error (news:address@hidden). Stream
-state should be tested at the end of each series of stream operations.
+'eofbit') on error--see:
+  http://groups.google.com/address@hidden
+Stream state should be tested after each series of stream operations.
 
 Watchwords for the future: Don't copy idioms from old code blithely.
 Include all edge conditions in unit tests.

Modified: lmi/trunk/alert.hpp
===================================================================
--- lmi/trunk/alert.hpp 2010-01-31 22:57:16 UTC (rev 4769)
+++ lmi/trunk/alert.hpp 2010-02-10 14:43:52 UTC (rev 4770)
@@ -190,10 +190,12 @@
 /// This function's actual return value doesn't matter, but it must
 /// exist because the implementation provided uses it to initialize a
 /// non-local object, thus ensuring that the pointers are initialized.
-/// TODO ?? See
-///   <news:address@hidden>
-/// and Kanze's reply. The technique and its documentation could be
-/// improved as discussed here:
+/// TODO ?? See:
+///   http://groups.google.com/address@hidden
+/// and Kanze's reply:
+///   http://groups.google.com/address@hidden
+/// The technique and its documentation could be improved as discussed
+/// here:
 ///   http://lists.nongnu.org/archive/html/lmi/2005-11/msg00016.html
 
 bool LMI_SO set_alert_functions

Modified: lmi/trunk/file_command_wx.cpp
===================================================================
--- lmi/trunk/file_command_wx.cpp       2010-01-31 22:57:16 UTC (rev 4769)
+++ lmi/trunk/file_command_wx.cpp       2010-02-10 14:43:52 UTC (rev 4770)
@@ -124,10 +124,11 @@
         }
 }
 
-// See
-//   <news:address@hidden>
-// and Kanze's reply.
-//
+/// See:
+///   http://groups.google.com/address@hidden
+/// and Kanze's reply:
+///   http://groups.google.com/address@hidden
+
 volatile bool ensure_setup = file_command_initialize(concrete_file_command);
 } // Unnamed namespace.
 

Modified: lmi/trunk/materially_equal.hpp
===================================================================
--- lmi/trunk/materially_equal.hpp      2010-01-31 22:57:16 UTC (rev 4769)
+++ lmi/trunk/materially_equal.hpp      2010-02-10 14:43:52 UTC (rev 4770)
@@ -42,8 +42,8 @@
 /// APL language's 'comparison tolerance', and the only such value
 /// permitted in the A+ language.
 ///
-/// See the discussion in this usenet article:
-/// <address@hidden>
+/// See the discussion here:
+///   http://groups.google.com/address@hidden
 ///
 /// See also
 ///   http://groups.google.com/group/comp.lang.tcl/msg/3eee29ef533d73cd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]