home *** CD-ROM | disk | FTP | other *** search
/ IBM Presents OS/2 Software Hits 1995 / OS-2_SW_HITS_2ND_EDITION_1995.ISO / i17 / ctu0003.doc < prev    next >
Text File  |  1994-11-30  |  12KB  |  191 lines

  1.                        C Set ++ Utilities Version 2.0
  2.                                 Fixes List
  3.                        ------------------------------
  4. This package includes the following files:
  5.  
  6.     CTU0003 ZIP02AK4 - Zipped file
  7.     CTU0003 DOC02AK4 - Document for Utilities
  8.  
  9. The file once downloaded with the binary option, needs to be
  10. unpacked using PKUNZIP2 onto the system disk.
  11.  
  12.  
  13.  
  14. *************************************************************************
  15. *                                                                       *
  16. *  This CSD contains fixes that are common to C/C++ Tools Version 2.0   *
  17. *  and Version 2.01.  Notwithstanding the versions statements           *
  18. *  contained in the files of this CSD this is not an upgrade of         *
  19. *  Version 2.0 to Version 2.01.                                         *
  20. *                                                                       *
  21. *  The code to which you have access is determined by the version of    *
  22. *  the software to which you are licensed.                              *
  23. *                                                                       *
  24. *************************************************************************
  25. =========================================================================
  26.                  CTU0003 is informal Corrective Service.
  27.  
  28. ------------------  This CSD is the minimum CSD level  ------------------
  29. ------------------   that is supported on OS/2 Warp    ------------------
  30.  
  31.          The following fixes are provided in Utility CS CTU0003
  32. *************************************************************************
  33. FIX/APAR    COMPONENT     PROBLEM DESCRIPTION
  34. *************************************************************************
  35. QUAL-IMP    IPMD         Updates for debugging 16 bit applications
  36. -------------------------------------------------------------------------
  37. PJ15341     IPMD         Display classes containing ENUMs
  38. -------------------------------------------------------------------------
  39. PJ15339     IPMD         Display classes inherited from null (empty)
  40.                          base classes
  41. ------------------------------------------------------------------------
  42. QUAL-IMP    IPMD         Reduce font requirements
  43. -------------------------------------------------------------------------
  44. QUAL-IMP    IPMD         Improve view for included code if displayed
  45.                          before the main source has been viewed
  46. -------------------------------------------------------------------------
  47. QUAL-IMP    IPMD         Fix OS/2 Warp hang when resizing the source
  48.                          window
  49. -------------------------------------------------------------------------
  50. QUAL-IMP    EXTRA        Corrected print problems to HP type printers
  51. -------------------------------------------------------------------------
  52. QUAL-IMP    EXTRA        Possible internal memory allocation bug
  53. -------------------------------------------------------------------------
  54. QUAL-IMP    EXTRA        Long string names in Call Graph display
  55. -------------------------------------------------------------------------
  56. QUAL-IMP    EXTRA        Statistics now shows hugh trace files
  57. -------------------------------------------------------------------------
  58. QUAL-IMP    EXTRA        User events shown on the correct thread
  59. -------------------------------------------------------------------------
  60. QUAL-IMP    EXTRA        DBCS window display problem
  61. -------------------------------------------------------------------------
  62. QUAL-IMP    EXTRA        Triggers and _DOSCALL.DLL now work correctly
  63. -------------------------------------------------------------------------
  64. QUAL-IMP    BROWSER      Browser fails to terminate properly on
  65.                          OS/2 Warp
  66. -------------------------------------------------------------------------
  67. =========================================================================
  68.                CTU0002 is informal Corrective Service.
  69. The following fixes are provided in Utility CS CTU0002
  70. *************************************************************************
  71. FIX/APAR    COMPONENT     PROBLEM DESCRIPTION
  72. *************************************************************************
  73. QUAL-IMP    BROWSER      Modifications to tutorial for installations
  74.                          on a different location other than the
  75.                          default location.
  76. -------------------------------------------------------------------------
  77. QUAL-IMP    BROWSER      Tutorial will not load when the browser is
  78.                          installed in a directory with a plus (+) sign
  79.                          (E.G. C:\IBMC++).
  80. -------------------------------------------------------------------------
  81. QUAL-IMP    BROWSER      Intermittently hangs the PM shell.
  82. -------------------------------------------------------------------------
  83. QUAL-IMP    BROWSER      Hangs after closing due to DDE4NARC thread
  84.                          still active
  85. -------------------------------------------------------------------------
  86. QUAL-IMP    BROWSER      DDE4NARC API error during a graph window
  87.                          search with a program that contains no
  88.                          class inheritance.
  89. -------------------------------------------------------------------------
  90. QUAL-IMP    IPMD         Fix several potential memory leak problems
  91. -------------------------------------------------------------------------
  92. QUAL-IMP    IPMD         DBCS updates
  93. -------------------------------------------------------------------------
  94. PJ09240     IPMD         This is the debugger part of the OS2KRNL
  95.                          fix for the PM resource interlock problem.
  96. =========================================================================
  97.                CTU0001 is informal Corrective Service.
  98. The following fixes are provided in Utility CS CTU0001 and later CSs
  99. *************************************************************************
  100. FIX/APAR    COMPONENT     PROBLEM DESCRIPTION
  101. *************************************************************************
  102. QUAL-IMP    Extra        A buffer used to hold certain exception
  103.                          messages had a length of 0, causing the
  104.                          program to abend.  Buffer now has a
  105.                          length.
  106. -------------------------------------------------------------------------
  107. QUAL-IMP    Extra        Zooming in and out on a multi-segmented
  108.                          arc would cause the diagram not to be
  109.                          properly centered.  The fix was to modify
  110.                          the center of the arc calculation to be
  111.                          correct.
  112. -------------------------------------------------------------------------
  113. QUAL-IMP    Extra        The stack size of the secondary thread has
  114.                          been increased to prevent stack overflow
  115.                          on OS/2 2.1.
  116. -------------------------------------------------------------------------
  117. QUAL-IMP    Extra        Due to a rounding error in calculating scale
  118.                          factors, all events may not be visible at a
  119.                          very large scale.  An adjustment was made
  120.                          to the calculation to allow all events to
  121.                          be visible.
  122. -------------------------------------------------------------------------
  123. QUAL-IMP    IPMD         DLLs were not being found because the LIBPATH
  124.                          search was case sensitive. It is now not case
  125.                          sensitive. Also, IPMD was ignoring a REM
  126.                          keyword before a LIBPATH statement. It now
  127.                          correctly ignores LIBPATH statements that
  128.                          have been "remarked out".
  129. -------------------------------------------------------------------------
  130. QUAL-IMP    IPMD         The search for a correct DLL name had been
  131.                          limited to 6 drives for the bootable drive.
  132. -------------------------------------------------------------------------
  133. QUAL-IMP    IPMD         There were some errors in the help text for
  134.                          enumerated types.
  135. ------------------------------------------------------------------------
  136. QUAL-IMP    IPMD         In the window characteristics window, when
  137.                          displaying addresses in 16:16 format, the
  138.                          segment and offset were reversed.
  139. ------------------------------------------------------------------------
  140. QUAL-IMP    IPMD         When attempting to debug an application for
  141.                          which there was no debug data, the Debug
  142.                          Session Controls window displayed no
  143.                          components.
  144. ------------------------------------------------------------------------
  145. QUAL-IMP    IPMD         It was not possible to display variables that
  146.                          were in comments at the bottom of the mixed
  147.                          view.
  148. ------------------------------------------------------------------------
  149. QUAL-IMP    IPMD         IPMD was not restoring a source line
  150.                          breakpoint in a DLL that was loaded/unloaded
  151.                          then reloaded.
  152. ------------------------------------------------------------------------
  153. QUAL-IMP    IPMD         A fatal debugger error occurred if a user
  154.                          double clicked on a non-executable line in
  155.                          a template.
  156. ------------------------------------------------------------------------
  157. QUAL-IMP    IPMD         Strings were not viewable if a 16-bit far
  158.                          pointer was used.
  159. ------------------------------------------------------------------------
  160. QUAL-IMP    IPMD         It was possible for the debugger to crash
  161.                          when attempting to monitor an expression
  162.                          involving the not-equal operator and a
  163.                          pointer expression.
  164. ------------------------------------------------------------------------
  165. QUAL-IMP    IPMD         If a class contained a variable of simple
  166.                          type (e.g. integer), it was not possible to
  167.                          change the value of the variable.
  168. -----------------------------------------------------------------------
  169. QUAL-IMP    IPMD         There were some minor problems with the IPMD
  170.                          online tutorial.
  171. ------------------------------------------------------------------------
  172. QUAL-IMP    IPMD         In a 16-bit program, the DS register was
  173.                          being altered by a jump to location.
  174. ------------------------------------------------------------------------
  175. QUAL-IMP    IPMD         In the breakpoints dialog, the text in the
  176.                          tabs was incorrectly formed.
  177. ------------------------------------------------------------------------
  178. QUAL-IMP    IPMD         If the help text was accessed after using the
  179.                          tutorial, it was possible to lock the system.
  180. ------------------------------------------------------------------------
  181. QUAL-IMP    IPMD         If an application that creates a send hook
  182.                          was debugged in synchronous mode, it was
  183.                          possible to crash the debugger if the
  184.                          creation of the hook was stepped over.
  185. ------------------------------------------------------------------------
  186. QUAL-IMP    IPMD         In a C++ application, it was taking an
  187.                          inordinate amount of time to display a
  188.                          variable.
  189.  ------------------------------------------------------------------------
  190. *************************************************************************
  191.