1. caccda0 Use wcwidth to exactly determine how much space a character took by Petr Machata · 11 years ago
  2. c00837c Support wide character strings by Petr Machata · 11 years ago
  3. d8286ed Show "nil" also for void* values by Petr Machata · 11 years ago
  4. a77b267 Fix compile warning about unused typedef by Peter Wu · 11 years ago
  5. 1721fc9 Extract the function bitcount to a separate module by Petr Machata · 11 years ago
  6. c28410e Add vect_erase, VECT_ERASE. VECT_POPBACK needs a dtor by Petr Machata · 12 years ago
  7. 6bb4201 Fix build with Clang on FreeBSD by Andrey Zonov · 11 years ago
  8. f197727 Allow formatting floats, doubles in hex by Petr Machata · 12 years ago
  9. ec4ab25 Add lens "bitvec" for displaying objects as bit vectors by Petr Machata · 12 years ago
  10. 6248a0a Guard number of expanded structures of the same type by Petr Machata · 12 years ago
  11. 307b90b Allow forward declarations of structs by Petr Machata · 12 years ago
  12. 26c0c94 Show NULL pointers as "nil" in trace output by Petr Machata · 12 years ago
  13. e773f63 Display unsigned quantities on correct number of bytes by Petr Machata · 12 years ago
  14. f7c46bb Use delim_output to support proper hiding in structures and functions by Petr Machata · 12 years ago
  15. adec201 Export account_output from output.c by Petr Machata · 12 years ago
  16. 8904cdc Destroy temporary values used for formatting in lens_default by Petr Machata · 12 years ago
  17. c1e4186 Tweak a test to avoid a warning by Petr Machata · 12 years ago
  18. f6a56e1 Fix character counting in format_naked_char in default lens by Petr Machata · 12 years ago
  19. 987d27b Simplify format_char in default lens by Petr Machata · 12 years ago
  20. c07a26a Add enum lens, drop ARGTYPE_ENUM by Petr Machata · 12 years ago
  21. 38fb49b Add a "bool" lens by Petr Machata · 12 years ago
  22. e3f4a98 Drop ARGTYPE_STRING, reimplement as lens over array of chars by Petr Machata · 12 years ago
  23. b781916 Drop ARGTYPE_UNKNOWN, use guess_lens instead by Petr Machata · 12 years ago
  24. ce03498 Replace ARGTYPE_OCTAL with lens, add also hex lens by Petr Machata · 12 years ago
  25. 31af32c Add lenses by Petr Machata · 12 years ago[Renamed (94%) from display_args.c]
  26. 4767187 Add value_string_to_charp by Petr Machata · 12 years ago
  27. 940ec06 Introduce printf module, drop ARGTYPE_FORMAT by Petr Machata · 12 years ago
  28. 56abb87 Drop ARGTYPE_COUNT by Petr Machata · 12 years ago
  29. 2bea861 Drop ARGTYPE_STRING, all strings now have length (sometimes "zero") by Petr Machata · 12 years ago
  30. 2fb2b8d Drop ARGTYPE_ADDR, ARGTYPE_FILE, introduce same as implicit typedefs by Petr Machata · 12 years ago
  31. d7b2292 Add module zero.c/zero.h by Petr Machata · 12 years ago
  32. f6ec08a Add fetch.c/fetch.h, a module for fetching function arguments by Petr Machata · 12 years ago
  33. 94078ec Add expr.c, expr.h, plug in properly by Petr Machata · 12 years ago
  34. 000e311 Add type.c/.h, value.c/.h, value_dict.c/.h by Petr Machata · 12 years ago
  35. 366c2f4 Move process-related functions and structures to proc.h by Petr Machata · 12 years ago
  36. ba6aca2 Fix building with --enable-debug by Zachary T Welch · 14 years ago
  37. 8d1b92b Some minor fixes by Juan Cespedes · 15 years ago
  38. f728123 Re-organize file names by Juan Cespedes · 15 years ago
  39. 3df476b Created library "libltrace.a" and a simple program that calls it by Juan Cespedes · 15 years ago
  40. a8909f7 struct process -> Process by Juan Cespedes · 15 years ago
  41. cc813cd More fields to struct "options", same output with or without -o by Juan Cespedes · 15 years ago
  42. da9b953 More fields to struct "options" by Juan Cespedes · 15 years ago
  43. b65bdc5 More fields to struct "options" by Juan Cespedes · 15 years ago
  44. f135052 Re-indent entry points to functions by Juan Cespedes · 15 years ago
  45. 55c5feb PPC argument handling improvements by Luis Machado · 16 years ago
  46. a413e5b Take arg_num out of arg_type_info by Juan Cespedes · 17 years ago
  47. aee0931 Some random fixes by Juan Cespedes · 17 years ago
  48. 65b53df Large IA64 fix... by Steve Fink · 18 years ago
  49. e4b3263 Add pointers to structs by Steve Fink · 18 years ago
  50. 1150bc4 array arguments by Steve Fink · 18 years ago
  51. 6fa27c3 short, ushort and float types by Steve Fink · 18 years ago
  52. 6a3e24d implement enumerated parameters by Steve Fink · 18 years ago
  53. 7bafff0 pass values instead of argument numbers to fetch by Steve Fink · 18 years ago
  54. 6b17583 implement ignored arguments by Steve Fink · 18 years ago
  55. 6a48a6d implement string[argN] and string[N] parameter descriptors by Steve Fink · 18 years ago
  56. 2d45b1a run Lindent over source to get everything looking about the same by Ian Wienand · 18 years ago
  57. 9a2ad35 Switched to SVN (initial import) by Ian Wienand · 18 years ago
  58. 3219f32 Some fixes... by Ian Wienand · 18 years ago
  59. 5df6269 update to handle variable length strings arguments by Richard Kettlewell · 18 years ago
  60. d914a20 Version: 0.3.36 by Juan Cespedes · 20 years ago
  61. 5c3fe06 Version 0.3.33 by Juan Cespedes · 20 years ago
  62. efe85f0 Version 0.3.32 by Juan Cespedes · 20 years ago
  63. 8cc1b9d Version: 0.3.18 by Juan Cespedes · 22 years ago
  64. e3eb9aa Version: 0.3.7 by Juan Cespedes · 25 years ago
  65. d44c6b8 Version: 0.3.6 by Juan Cespedes · 26 years ago
  66. 370c8e6 Version: 0.3.3 by Juan Cespedes · 26 years ago
  67. ac3db29 Version: 0.3.0 by Juan Cespedes · 26 years ago
  68. 81690ef Version 0.2.5 by Juan Cespedes · 26 years ago
  69. 2c4a8cb Version 0.2.3 by Juan Cespedes · 26 years ago
  70. 5e01f65 Version 0.2.0 by Juan Cespedes · 26 years ago