ChangeLog 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. 2022-03-18 Iain Sandoe <iain@sandoe.co.uk>
  2. * netclient.cc (OpenInet6): Do not provide a dummy port number
  3. in the getaddrinfo() call.
  4. 2021-11-01 Martin Liska <mliska@suse.cz>
  5. PR other/102657
  6. * Makefile.in: Add mostlyclean Makefile target.
  7. 2021-10-21 Jonathan Wakely <jwakely@redhat.com>
  8. * netserver.cc (ListenInet6): Set pointer to null after
  9. deallocation.
  10. 2021-04-06 Nathan Sidwell <nathan@acm.org>
  11. * LICENSE.gcc: Delete.
  12. 2021-01-12 Nathan Sidwell <nathan@acm.org>
  13. * Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
  14. check compiler name here.
  15. * Makesub.in: Delete.
  16. * build-aux/config.guess: Delete.
  17. * build-aux/config.sub: Delete.
  18. * build-aux/install-sh: Delete.
  19. * dox.cfg.in: Delete.
  20. * gdbinit.in: Delete.
  21. * internal.hh (BuildNote): Delete.
  22. * fatal.cc (BuildNote): Delete.
  23. * config.m4: Remove unneeded fns.
  24. * configure.ac: Remove unneccessary checks and configures.
  25. * configure: Rebuilt.
  26. * config.h.in: Rebuilt.
  27. 2021-01-06 John David Anglin <danglin@gcc.gnu.org>
  28. PR bootstrap/98506
  29. * resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.
  30. 2021-01-04 Nathan Sidwell <nathan@acm.org>
  31. * client.cc (Client::ProcessResponse): Remove std::move
  32. inside ?:
  33. 2021-01-04 Mateusz Wajchęprzełóż <mati271828@gmail.com>
  34. * resolver.cc (IsAbsDir): Fix string indexing.
  35. 2020-12-23 Nathan Sidwell <nathan@acm.org>
  36. * Makefile.in (LDFLAGS): Drop -L..
  37. * tests/01-serialize/connect.cc: Delete.
  38. * tests/01-serialize/decoder.cc: Delete.
  39. * tests/01-serialize/encoder.cc: Delete.
  40. * tests/02-comms/client-1.cc: Delete.
  41. * tests/02-comms/pivot-1.cc: Delete.
  42. * tests/02-comms/server-1.cc: Delete.
  43. * tests/Makesub.in: Delete.
  44. * tests/jouster: Delete.
  45. 2020-12-21 Nathan Sidwell <nathan@acm.org>
  46. PR bootstrap/98412
  47. * client.cc: Include cstdlib.
  48. * server.cc: Include cstdlib.
  49. 2020-12-21 Gerald Pfeifer <gerald@pfeifer.com>
  50. * netserver.cc: Include <netinet/in.h>.
  51. 2020-12-21 Nathan Sidwell <nathan@acm.org>
  52. * Makefile.in (RANLIB): New var.
  53. * Makesub.in (libcody.a): Apply RANLIB.
  54. * configure.ac: Call AC_PROG_RANLIB.
  55. * configure: Rebuilt.
  56. 2020-12-21 Nathan Sidwell <nathan@acm.org>
  57. * buffer.cc (MessageBuffer::AppendInteger): Workaround
  58. to_string's non-ubiquity.
  59. 2020-12-21 Nathan Sidwell <nathan@acm.org>
  60. * netclient.cc: Add netinet.h.
  61. 2020-12-17 Nathan Sidwell <nathan@acm.org>
  62. * configure.ac: Add --enable-host-shared.
  63. * Makefile.in: Add FLAGPIC.
  64. * configure: Regenerated.
  65. 2020-12-17 Nathan Sidwell <nathan@acm.org>
  66. * fatal.cc (HCF): Remove nop breakpoint lander.
  67. 2020-12-16 Nathan Sidwell <nathan@acm.org>
  68. * cody.hh: Allow user to set CODY_NETWORKING.
  69. 2020-12-16 Jakub Jelinek <jakub@redhat.com>
  70. * configure.ac: Compute is_release.
  71. (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
  72. and ac_valgrind_checking the code doesn't use.
  73. * configure: Regenerated.
  74. 2020-12-16 Jonathan Wakely <jwakely@redhat.com>
  75. * internal.hh: Define fallback macros for __has_builtin and
  76. __has_include. Use __has_builtin for __builtin_FILE and
  77. __builtin_LINE. Define alias for std::source_location.
  78. 2020-12-16 Nathan Sidwell <nathan@acm.org>
  79. * configure.ac: Use libcpp's enable-checking code.
  80. * configure: Rebuilt.
  81. 2020-12-16 Nathan Sidwell <nathan@acm.org>
  82. * config.m4: Replace V+="..." with V="$V..."
  83. * configure: Rebuilt.
  84. 2020-12-15 Marek Polacek <polacek@redhat.com>
  85. * buffer.cc (MessageBuffer::Lex): Remove unused variable.
  86. 2020-12-15 Nathan Sidwell <nathan@acm.org>
  87. * Makefile.in: Disable some flags.
  88. 2020-12-15 Nathan Sidwell <nathan@acm.org>
  89. * config.m4: Avoid var+=...
  90. * configure: Rebuilt
  91. 2020-12-15 Nathan Sidwell <nathan@acm.org>
  92. * config.m4: Avoid non-dash idiom
  93. * configure: Rebuilt.
  94. 2020-12-15 Nathan Sidwell <nathan@acm.org>
  95. * configure.ac: New.
  96. * CMakeLists.txt: New.
  97. * CODING.md: New.
  98. * CONTRIB.md: New.
  99. * LICENSE: New.
  100. * LICENSE.gcc: New.
  101. * Makefile.in: New.
  102. * Makesub.in: New.
  103. * README.md: New.
  104. * buffer.cc: New.
  105. * build-aux/config.guess: New.
  106. * build-aux/config.sub: New.
  107. * build-aux/install-sh: New.
  108. * client.cc: New.
  109. * cmake/libcody-config-ix.cmake
  110. * cody.hh: New.
  111. * config.h.in: New.
  112. * config.m4: New.
  113. * configure: New.
  114. * configure.ac: New.
  115. * dox.cfg.in: New.
  116. * fatal.cc: New.
  117. * gdbinit.in: New.
  118. * internal.hh: New.
  119. * netclient.cc: New.
  120. * netserver.cc: New.
  121. * packet.cc: New.
  122. * resolver.cc: New.
  123. * server.cc: New.
  124. * tests/01-serialize/connect.cc: New.
  125. * tests/01-serialize/decoder.cc: New.
  126. * tests/01-serialize/encoder.cc: New.
  127. * tests/02-comms/client-1.cc: New.
  128. * tests/02-comms/pivot-1.cc: New.
  129. * tests/02-comms/server-1.cc: New.
  130. * tests/Makesub.in: New.
  131. * tests/jouster: New.
  132. Copyright (C) 2020-2022 Free Software Foundation, Inc.
  133. Copying and distribution of this file, with or without modification,
  134. are permitted in any medium without royalty provided the copyright
  135. notice and this notice are preserved.