lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6508] Remove certain mpatrol vestiges


From: Greg Chicares
Subject: [lmi-commits] [6508] Remove certain mpatrol vestiges
Date: Fri, 12 Feb 2016 22:23:30 +0000

Revision: 6508
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6508
Author:   chicares
Date:     2016-02-12 22:23:24 +0000 (Fri, 12 Feb 2016)
Log Message:
-----------
Remove certain mpatrol vestiges

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/bcc_5_5_1.make
    lmi/trunk/main_wx.cpp
    lmi/trunk/test_coding_rules.cpp
    lmi/trunk/value_cast_test.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2016-02-12 21:03:44 UTC (rev 6507)
+++ lmi/trunk/ChangeLog 2016-02-12 22:23:24 UTC (rev 6508)
@@ -38645,3 +38645,11 @@
   workhorse.make
 Abandon MSYS.
 
+20160212T2223Z <address@hidden> [454]
+
+  bcc_5_5_1.make
+  main_wx.cpp
+  test_coding_rules.cpp
+  value_cast_test.cpp
+Remove certain mpatrol vestiges.
+

Modified: lmi/trunk/bcc_5_5_1.make
===================================================================
--- lmi/trunk/bcc_5_5_1.make    2016-02-12 21:03:44 UTC (rev 6507)
+++ lmi/trunk/bcc_5_5_1.make    2016-02-12 22:23:24 UTC (rev 6508)
@@ -121,8 +121,6 @@
   -L$(bcc_lib_dir) /ap /c /E0 /m /Tpe /V4.0 /w /w-dup /w-dpl \
   --startup-file $(bcc_lib_dir)/c0x32.obj import32.lib cw32i.lib \
 
-MPATROL_LIBS :=
-
 # The borland linker fails with this library search path:
 #   /wx-cvs-20050216/wxWidgets/lib/gcc_dll
 # Perhaps it requires an msdos path. Passing an empty variable
@@ -264,7 +262,6 @@
                                   CXXFLAGS='$(CXXFLAGS)' \
                                         LD='$(LD)' \
                                    LDFLAGS='$(LDFLAGS)' \
-                              MPATROL_LIBS='$(MPATROL_LIBS)' \
                      platform_wx_libraries='$(platform_wx_libraries)' \
                   boost_filesystem_objects='$(boost_filesystem_objects)' \
                 excluded_unit_test_targets='$(excluded_unit_test_targets)' \

Modified: lmi/trunk/main_wx.cpp
===================================================================
--- lmi/trunk/main_wx.cpp       2016-02-12 21:03:44 UTC (rev 6507)
+++ lmi/trunk/main_wx.cpp       2016-02-12 22:23:24 UTC (rev 6508)
@@ -69,7 +69,7 @@
     )
 #endif // LMI_MSW defined.
 {
-    // WX !! and MPATROL !! Using wx-2.5.1 and mpatrol-1.4.8, both
+    // (Historical notes.) Using wx-2.5.1 and mpatrol-1.4.8, both
     // dynamically linked to this application built with gcc-3.2.3,
     // three memory leaks are reported with:
     //   MPATROL_OPTIONS='SHOWUNFREED'

Modified: lmi/trunk/test_coding_rules.cpp
===================================================================
--- lmi/trunk/test_coding_rules.cpp     2016-02-12 21:03:44 UTC (rev 6507)
+++ lmi/trunk/test_coding_rules.cpp     2016-02-12 22:23:24 UTC (rev 6508)
@@ -607,7 +607,6 @@
             &&  "IHS "         != z[1]
             &&  "INELEGANT "   != z[1]
             &&  "INPUT "       != z[1]
-            &&  "MPATROL "     != z[1]
             &&  "PORT "        != z[1]
             &&  "SOA "         != z[1]
             &&  "SOMEDAY "     != z[1]

Modified: lmi/trunk/value_cast_test.cpp
===================================================================
--- lmi/trunk/value_cast_test.cpp       2016-02-12 21:03:44 UTC (rev 6507)
+++ lmi/trunk/value_cast_test.cpp       2016-02-12 22:23:24 UTC (rev 6508)
@@ -353,14 +353,12 @@
         ,static_cast<double>(std::numeric_limits<double>::max_exponent - 1)
         );
 
-    std::cout
-        << "Using libmingwex's strtod() to convert a really big number"
-        << " fails with mpatrol."
-        << std::endl
-        ;
+    // Using libmingwex's strtod() to convert a really big number
+    // fails with mpatrol. This test is retained in case another
+    // implementation suffers from the same problem.
     BOOST_TEST_EQUAL( big, value_cast<double>(value_cast<std::string>( big)));
     BOOST_TEST_EQUAL(-big, value_cast<double>(value_cast<std::string>(-big)));
-    // MPATROL !! This minimal, self-contained testcase produces an
+    // This minimal, self-contained testcase produces an
     // "ILLMEM" error with mpatrol when built with MinGW gcc-3.4.5 and
     // 'mingwrt-3.15.2-mingw32-dev.tar.gz'. The value of 'nptr' is the
     // string representation of 'big', copied from the output of:




reply via email to

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