ChangeLog 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. 2022-03-16 Nick Clifton <nickc@redhat.com>
  2. * po/ru.po: Updated Russian translation.
  3. 2022-01-24 Nick Clifton <nickc@redhat.com>
  4. * po/ro.po: Updated Romanian translation.
  5. 2022-01-22 Nick Clifton <nickc@redhat.com>
  6. * configure: Regenerate.
  7. * Makefile.in: Regenerate.
  8. * po/gprof.pot: Regenerate.
  9. 2022-01-22 Nick Clifton <nickc@redhat.com>
  10. * 2.38 release branch created.
  11. 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
  12. * configure: Regenerate.
  13. 2021-07-03 H.J. Lu <hongjiu.lu@intel.com>
  14. * configure: Regenerated.
  15. 2021-07-03 Nick Clifton <nickc@redhat.com>
  16. * 2.37 release branch created.
  17. 2021-06-03 Ben Asselstine <benasselstine@gmail.com>
  18. PR 4283
  19. * gprof.texi (Executing): Note GMON_OUT_PREFIX environment variable.
  20. 2021-05-08 Mike Frysinger <vapier@gentoo.org>
  21. * Makefile.am (html-local, doc/gprof/index.html): New targets.
  22. * Makefile.in: Regenerate.
  23. 2021-05-08 Mike Frysinger <vapier@gentoo.org>
  24. * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
  25. * Makefile.in: Regenerate.
  26. 2021-04-14 Alan Modra <amodra@gmail.com>
  27. PR 27716
  28. * gprof.h (PATH_MAX): Don't define.
  29. * corefile.c (core_create_line_syms): Don't use PATH_MAX for initial
  30. file name size.
  31. * source.c (annotate_source): Malloc file name buffer. Always
  32. trim off "-ann" when dos 8.3 annotate file matches original.
  33. * utils.c (print_name_only): Malloc file name buffer.
  34. 2021-04-05 Alan Modra <amodra@gmail.com>
  35. * configure.ac: Check for sys/time.h and setitimer. Don't invoke
  36. AC_ISC_POSIX. Don't check for setmode.
  37. * gprof.c: Don't test HAVE_SETLOCALE.
  38. * gprof.h: Include sys/time.h.
  39. * configure: Regenerate.
  40. * gconfig.in: Regenerate.
  41. 2021-03-31 Alan Modra <amodra@gmail.com>
  42. * basic_blocks.c: Replace bfd_boolean with bool, FALSE with false,
  43. and TRUE with true throughout.
  44. * basic_blocks.h: Likewise.
  45. * cg_arcs.c: Likewise.
  46. * cg_dfn.c: Likewise.
  47. * cg_print.c: Likewise.
  48. * corefile.c: Likewise.
  49. * gmon_io.c: Likewise.
  50. * gprof.c: Likewise.
  51. * gprof.h: Likewise.
  52. * hist.c: Likewise.
  53. * mips.c: Likewise.
  54. * source.c: Likewise.
  55. * source.h: Likewise.
  56. * sym_ids.c: Likewise.
  57. * sym_ids.h: Likewise.
  58. * symtab.h: Likewise.
  59. * vax.c: Likewise.
  60. 2021-01-13 Alan Modra <amodra@gmail.com>
  61. * Makefile.in: Regenerate.
  62. 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
  63. PR binutils/26792
  64. * configure.ac: Use GNU_MAKE_JOBSERVER.
  65. * aclocal.m4: Regenerated.
  66. * configure: Likewise.
  67. 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
  68. PR ld/27173
  69. * configure: Regenerated.
  70. 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
  71. * configure: Regenerated.
  72. 2021-01-09 Nick Clifton <nickc@redhat.com>
  73. * configure: Regenerate.
  74. * po/gprof.pot: Regenerate.
  75. 2021-01-09 Nick Clifton <nickc@redhat.com>
  76. * 2.36 release branch crated.
  77. 2021-01-09 Alan Modra <amodra@gmail.com>
  78. * configure: Regenerate.
  79. 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
  80. * configure: Regenerate.
  81. 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
  82. * README: Correct grammar.
  83. * gprof.texi: Likewise.
  84. 2021-01-01 Alan Modra <amodra@gmail.com>
  85. Update year range in copyright notice of all files.
  86. For older changes see ChangeLog-2020
  87. Copyright (C) 2021-2022 Free Software Foundation, Inc.
  88. Copying and distribution of this file, with or without modification,
  89. are permitted in any medium without royalty provided the copyright
  90. notice and this notice are preserved.
  91. Local Variables:
  92. mode: change-log
  93. left-margin: 8
  94. fill-column: 74
  95. version-control: never
  96. End: