Home | History | Annotate | Line # | Download | only in c++tools
ChangeLog revision 1.1.1.2
      1 2024-06-20  Release Manager
      2 
      3 	* GCC 12.4.0 released.
      4 
      5 2023-05-08  Release Manager
      6 
      7 	* GCC 12.3.0 released.
      8 
      9 2022-08-19  Release Manager
     10 
     11 	* GCC 12.2.0 released.
     12 
     13 2022-05-06  Release Manager
     14 
     15 	* GCC 12.1.0 released.
     16 
     17 2022-03-18  Iain Sandoe  <iain (a] sandoe.co.uk>
     18 
     19 	* server.cc (accept_from): Use "1" as the dummy port number.
     20 
     21 2021-10-26  Jonathan Wakely  <jwakely (a] redhat.com>
     22 
     23 	* resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
     24 	to ensure memory is freed before returning.
     25 
     26 2021-10-22  Eric Gallager  <egallager (a] gcc.gnu.org>
     27 
     28 	PR other/102663
     29 	* Makefile.in: Add dummy install-dvi target.
     30 
     31 2021-09-14  Iain Sandoe  <iain (a] sandoe.co.uk>
     32 
     33 	* resolver.cc (module_resolver::ModuleCompiledRequest):
     34 	Add a simple handler.
     35 	* resolver.h: Declare handler for ModuleCompiledRequest.
     36 
     37 2021-07-21  Iain Sandoe  <iain (a] sandoe.co.uk>
     38 	    Jakub Jelinek  <jakub (a] redhat.com>
     39 
     40 	PR c++/98821
     41 	* config.h.in: Regenerate.
     42 	* configure: Regenerate.
     43 	* configure.ac: Configure using C++.  Pull logic to
     44 	detect enabled checking modes; default to release
     45 	checking.
     46 	* server.cc (AI_NUMERICSERV): Define a fallback value.
     47 	(gcc_assert): New.
     48 	(gcc_unreachable): New.
     49 	(fancy_abort): Only build when checking is enabled.
     50 
     51 2021-05-25  Jakub Jelinek  <jakub (a] redhat.com>
     52 
     53 	PR bootstrap/100731
     54 	* server.cc: Include <cstdlib>.
     55 
     56 2021-05-25  Eric Botcazou  <ebotcazou (a] adacore.com>
     57 
     58 	* configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
     59 	* configure: Regenerate.
     60 
     61 2021-05-25  Jakub Jelinek  <jakub (a] redhat.com>
     62 
     63 	* Makefile.in: Update copyright year.
     64 	* configure.ac: Likewise.
     65 	* resolver.cc: Likewise.
     66 	* resolver.h: Likewise.
     67 	* server.cc: Likewise.
     68 	(print_version): Update copyright notice date.
     69 
     70 2021-05-10  Martin Liska  <mliska (a] suse.cz>
     71 
     72 	* Makefile.in: Include also ../gcc folder.
     73 
     74 2021-04-01  Iain Sandoe  <iain (a] sandoe.co.uk>
     75 
     76 	* resolver.h: Do not include std headers directly when
     77 	building in GCC.
     78 
     79 2021-02-25  Nathan Sidwell  <nathan (a] acm.org>
     80 
     81 	* server.cc: Use #if NETWORKING not #ifdef, to be consistent
     82 	with elsewhere.
     83 
     84 2021-01-05  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
     85 
     86 	PR c++/98316
     87 	* configure.ac: Include ../config/ax_lib_socket_nsl.m4.
     88 	(NETLIBS): Determine using AX_LIB_SOCKET_NSL.
     89 	* configure: Regenerate.
     90 	* Makefile.in (NETLIBS): Define.
     91 	(g++-mapper-server$(exeext)): Add $(NETLIBS).
     92 
     93 2021-01-04  Nathan Sidwell  <nathan (a] acm.org>
     94 
     95 	* resolver.cc (module_resolver::cmi_response): Remove
     96 	std::move of temporary.
     97 
     98 2020-12-23  Nathan Sidwell  <nathan (a] acm.org>
     99 
    100 	PR bootstrap/98324
    101 	* Makefile.in: Add FLAGPIE.
    102 	* configure.ac: Add --enable-default-pie support.
    103 	* configure: Rebuilt.
    104 
    105 2020-12-21  Nathan Sidwell  <nathan (a] acm.org>
    106 
    107 	PR other/98409
    108 	* Makefile.in: Fix exeext variable case.
    109 
    110 2020-12-17  Nathan Sidwell  <nathan (a] acm.org>
    111 
    112 	* server.cc (crash_signal): Don't use strsignal.
    113 
    114 2020-12-17  Nathan Sidwell  <nathan (a] acm.org>
    115 
    116 	PR bootstrap/98300
    117 	* configure.ac: Check for sys/mman.h.
    118 	* resolver.cc: Don't assume mmap, O_CLOEXEC are available.  Use
    119 	xmalloc.
    120 	* config.h.in: Regenerated.
    121 	* configure: Regenerated.
    122 
    123 2020-12-17  Jakub Jelinek  <jakub (a] redhat.com>
    124 
    125 	* configure.ac: Add GCC_BASE_VER.
    126 	* Makefile.in (version): Remove variable.
    127 	(gcc_version): New variable.
    128 	(libexecsubdir): Use $(gcc_version) instead of $(version).
    129 	* configure: Regenerated.
    130 
    131 2020-12-16  Nathan Sidwell  <nathan (a] acm.org>
    132 
    133 	* Makefile.in (INSTALL): Replace with ...
    134 	(INSTALL_PROGRAM): ... this.
    135 	(INSTALL_STRIP_PROGRAM): New.
    136 	(install-strip): New target.
    137 	(install): Use INSTALL_PROGRAM.
    138 	* configure.ac: Add INSTALL_PROGRAM.
    139 	* configure: Regenerated.
    140 
    141 2020-12-16  Nathan Sidwell  <nathan (a] acm.org>
    142 
    143 	* Makefile.in (install): Do not use -p, use mkinstalldirs.
    144 	(clean): Fix typo.
    145 
    146 2020-12-15  Nathan Sidwell  <nathan (a] acm.org>
    147 
    148 	* Makefile.in: New.
    149 	* config.h.in: New.
    150 	* configure: New.
    151 	* configure.ac: New.
    152 	* resolver.cc: New.
    153 	* resolver.h: New.
    154 	* server.cc: New.
    155 
    156 
    158 Copyright (C) 2020-2022 Free Software Foundation, Inc.
    159 
    160 Copying and distribution of this file, with or without modification,
    161 are permitted in any medium without royalty provided the copyright
    162 notice and this notice are preserved.
    163