1. d7a02db by sewardj · 16 years ago
  2. 8a36076 Fix bug introduced by frame-level wildcarding changes for suppressions by sewardj · 16 years ago
  3. 9a0132d by sewardj · 16 years ago
  4. 5e51930 Improvements to the suppression mechanism: by sewardj · 16 years ago
  5. 89c5bd8 Read suppression files in 256 byte chunks, not 64 byte chunks. by sewardj · 16 years ago
  6. 9c606bd by sewardj · 16 years ago
  7. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  8. 7cf4e6b by sewardj · 16 years ago
  9. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  10. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  11. 7d7ddd2 Minor tidyings to the debugger-attach code, as part of a failed by sewardj · 17 years ago
  12. adb102f by sewardj · 17 years ago
  13. c6f43dd Fix out of date comment. by sewardj · 17 years ago
  14. fb289bc Fix a bug reported by Bruce Lowekamp involving the interaction of by njn · 18 years ago
  15. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  16. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
  17. a86f29e Removed the unused pthread_model and thread_model modules. by njn · 18 years ago
  18. 39745be When generating suppressions, remember to Z-demangle function names, by sewardj · 18 years ago
  19. 8a7d4e4 Merge r6134: by sewardj · 18 years ago
  20. 4cfea4f by sewardj · 18 years ago
  21. c0c6703 Make 'c'/'C' work again with --gen-suppressions=yes. I wonder how by sewardj · 18 years ago
  22. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  23. 513646f Increase number of unsuppressed errors shown before cutoff by a factor of 100. by sewardj · 18 years ago
  24. da646ca Add handy debugging line. by sewardj · 19 years ago
  25. 0c95e94 Fix an all-platforms bug introduced by the recent overhaul of function by sewardj · 19 years ago
  26. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  27. f7ba703 Fix a minor --gen-suppressions output bug. by njn · 19 years ago
  28. f349d55 In XML mode, emit a closing </valgrindoutput> on various kinds of by sewardj · 19 years ago
  29. 1d1a226 Increase the threshold above which new errors are not shown from 300 by sewardj · 19 years ago
  30. 966d663 Make it possible to match against "???" line in suppressions, by njn · 19 years ago
  31. 3a24e72 fixed endianness bug for ppc xml output by cerion · 19 years ago
  32. 753673f Print all XML output with a consistent nesting style, so as to make it by sewardj · 19 years ago
  33. 3961820 When printing error counts, print the <unique> in the same way that by sewardj · 19 years ago
  34. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  35. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  36. b0eb66e by njn · 19 years ago
  37. dbada27 Make the unique tags printed on XML errors actually unique. by sewardj · 19 years ago
  38. 0087c50 by njn · 19 years ago
  39. 8a05172 A couple more XML cases that slipped through the net. by sewardj · 19 years ago
  40. 0407f65 XML output wibble (purely decorative) by sewardj · 19 years ago
  41. d0d7c1f Don't #include pub_core_stacktrace.h in pub_core_execontext.h. So by njn · 19 years ago
  42. 24a6efb by njn · 19 years ago
  43. 75b65aa by njn · 19 years ago
  44. 394213a by njn · 19 years ago
  45. c7561b9 by njn · 19 years ago
  46. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  47. 83f9e79 Remove VG_ERRTXT_LEN from core.h. by njn · 19 years ago
  48. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  49. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  50. 132bfcc by njn · 19 years ago
  51. 36a20fa by njn · 19 years ago
  52. 97405b2 by njn · 19 years ago
  53. 8665d8e Minor refinements/bug-fixes to XML printing. by sewardj · 19 years ago
  54. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  55. 04e1698 by njn · 19 years ago
  56. 7c9e57c XML output futzing-around-with. by sewardj · 19 years ago
  57. 9f297ca Print error counts in the XML output. by sewardj · 19 years ago
  58. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  59. 2024234 by njn · 19 years ago
  60. bc93cc0 bugfix: don't print bogus "obj:" lines when generating suppressions. by njn · 19 years ago
  61. 02bc4b8 by njn · 19 years ago
  62. 3cbfbc1 by njn · 19 years ago
  63. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  64. 51d827b by njn · 19 years ago
  65. 267100d Rename the first three modules as per naming scheme. by sewardj · 19 years ago[Renamed (99%) from coregrind/errormgr.c]
  66. d2b1711 by njn · 19 years ago[Renamed (98%) from coregrind/vg_errcontext.c]
  67. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  68. 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 19 years ago
  69. 47b209a Rename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more consistent with other names. by njn · 19 years ago
  70. d01fef7 by njn · 19 years ago
  71. f426131 by njn · 19 years ago
  72. 3f04d24 Print messages only shown with -v using Vg_DebugMsg, rather than Vg_UserMsg. by njn · 19 years ago
  73. 14319cc Remove some dead macros. by njn · 19 years ago
  74. b9ecfe3 comment-only wibble by njn · 19 years ago
  75. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  76. 58c9f81 Only try matching if the pointer could be resolved to a name. by njn · 19 years ago
  77. b5f6f51 by sewardj · 19 years ago
  78. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  79. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 20 years ago
  80. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  81. bd2e75c by njn · 20 years ago
  82. 94065fd by njn · 20 years ago
  83. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  84. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  85. b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
  86. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  87. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  88. 0ec1e19 Replace magic number with proper constant. by nethercote · 20 years ago
  89. 8ed8a89 Don't silently ignore any suppression contexts beyond the 4th -- instead abort by nethercote · 20 years ago
  90. 3b38c1d Increase the size of M_VG_ERRTXT from 512B to 4KB, increasing the size of C++ by nethercote · 20 years ago
  91. 86c5dcb by nethercote · 20 years ago
  92. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  93. 4606320 by nethercote · 20 years ago
  94. f1e5e15 by nethercote · 20 years ago
  95. 59a122d by nethercote · 20 years ago
  96. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  97. f2b1148 by nethercote · 20 years ago
  98. 4a18490 Make the Supp and Error types local to vg_errcontext.h; they don't need to be by nethercote · 20 years ago
  99. 125c91e typo by nethercote · 20 years ago
  100. 04d0fbc Patch from Tom Hughes: by nethercote · 21 years ago