1. 1d1a226 Increase the threshold above which new errors are not shown from 300 by sewardj · 19 years ago
  2. 966d663 Make it possible to match against "???" line in suppressions, by njn · 19 years ago
  3. 3a24e72 fixed endianness bug for ppc xml output by cerion · 19 years ago
  4. 753673f Print all XML output with a consistent nesting style, so as to make it by sewardj · 19 years ago
  5. 3961820 When printing error counts, print the <unique> in the same way that by sewardj · 19 years ago
  6. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  7. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  8. b0eb66e by njn · 19 years ago
  9. dbada27 Make the unique tags printed on XML errors actually unique. by sewardj · 19 years ago
  10. 0087c50 by njn · 19 years ago
  11. 8a05172 A couple more XML cases that slipped through the net. by sewardj · 19 years ago
  12. 0407f65 XML output wibble (purely decorative) by sewardj · 19 years ago
  13. d0d7c1f Don't #include pub_core_stacktrace.h in pub_core_execontext.h. So by njn · 19 years ago
  14. 24a6efb by njn · 19 years ago
  15. 75b65aa by njn · 19 years ago
  16. 394213a by njn · 19 years ago
  17. c7561b9 by njn · 19 years ago
  18. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  19. 83f9e79 Remove VG_ERRTXT_LEN from core.h. by njn · 19 years ago
  20. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  21. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  22. 132bfcc by njn · 19 years ago
  23. 36a20fa by njn · 19 years ago
  24. 97405b2 by njn · 19 years ago
  25. 8665d8e Minor refinements/bug-fixes to XML printing. by sewardj · 19 years ago
  26. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  27. 04e1698 by njn · 19 years ago
  28. 7c9e57c XML output futzing-around-with. by sewardj · 19 years ago
  29. 9f297ca Print error counts in the XML output. by sewardj · 19 years ago
  30. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  31. 2024234 by njn · 19 years ago
  32. bc93cc0 bugfix: don't print bogus "obj:" lines when generating suppressions. by njn · 19 years ago
  33. 02bc4b8 by njn · 19 years ago
  34. 3cbfbc1 by njn · 19 years ago
  35. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  36. 51d827b by njn · 19 years ago
  37. 267100d Rename the first three modules as per naming scheme. by sewardj · 19 years ago[Renamed (99%) from coregrind/errormgr.c]
  38. d2b1711 by njn · 19 years ago[Renamed (98%) from coregrind/vg_errcontext.c]
  39. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  40. 0c0f32a Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE and by njn · 19 years ago
  41. 47b209a Rename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more consistent with other names. by njn · 19 years ago
  42. d01fef7 by njn · 19 years ago
  43. f426131 by njn · 19 years ago
  44. 3f04d24 Print messages only shown with -v using Vg_DebugMsg, rather than Vg_UserMsg. by njn · 19 years ago
  45. 14319cc Remove some dead macros. by njn · 19 years ago
  46. b9ecfe3 comment-only wibble by njn · 19 years ago
  47. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  48. 58c9f81 Only try matching if the pointer could be resolved to a name. by njn · 19 years ago
  49. b5f6f51 by sewardj · 19 years ago
  50. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  51. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 20 years ago
  52. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  53. bd2e75c by njn · 20 years ago
  54. 94065fd by njn · 20 years ago
  55. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  56. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  57. b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
  58. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  59. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  60. 0ec1e19 Replace magic number with proper constant. by nethercote · 20 years ago
  61. 8ed8a89 Don't silently ignore any suppression contexts beyond the 4th -- instead abort by nethercote · 20 years ago
  62. 3b38c1d Increase the size of M_VG_ERRTXT from 512B to 4KB, increasing the size of C++ by nethercote · 20 years ago
  63. 86c5dcb by nethercote · 20 years ago
  64. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  65. 4606320 by nethercote · 20 years ago
  66. f1e5e15 by nethercote · 20 years ago
  67. 59a122d by nethercote · 20 years ago
  68. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  69. f2b1148 by nethercote · 20 years ago
  70. 4a18490 Make the Supp and Error types local to vg_errcontext.h; they don't need to be by nethercote · 20 years ago
  71. 125c91e typo by nethercote · 20 years ago
  72. 04d0fbc Patch from Tom Hughes: by nethercote · 20 years ago
  73. 10d481a staticalise by nethercote · 20 years ago
  74. 42602b1 Anti-globalisation by nethercote · 20 years ago
  75. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  76. b727d04 Make --gdb-attach=yes work properly; rather than trying to attach gdb by fitzhardinge · 21 years ago
  77. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  78. a49f9b5 Auto-generate stage2.lds so that the linker script matches the local linker. by fitzhardinge · 21 years ago
  79. 137bc55 by nethercote · 21 years ago
  80. 77eba60 by nethercote · 21 years ago
  81. f3c3f1a When creating a logfile name, add a sequence number to the name in case by jsgf · 21 years ago
  82. a70114c Fix up the way SK_(update_extra)() is called. by njn · 21 years ago
  83. a602261 Fix the strdup-of-OverlapErr-string problem better. Move the by sewardj · 21 years ago
  84. 7ebf7c3 construct_error(): strdup the supplied s (string) param which gives by sewardj · 21 years ago
  85. 7271864 by njn · 21 years ago
  86. 6a23053 This commit fixed some bugs in error and suppression handling. Basically, I by njn · 21 years ago
  87. 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
  88. 57a8f5f load_one_suppressions_file(): Make sure to finish reading by sewardj · 21 years ago
  89. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  90. 633de32 by njn · 21 years ago
  91. 47363ab by njn · 21 years ago
  92. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  93. b4aee05 Namespace police by njn · 21 years ago
  94. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  95. 43c799e by njn · 21 years ago
  96. ae17bec by njn · 21 years ago
  97. 99aac97 by sewardj · 22 years ago
  98. 22854b9 by sewardj · 22 years ago
  99. 1d6c4bc by njn · 22 years ago
  100. 810086f by njn · 22 years ago