#
23f5f463 |
| 14-Jul-2023 |
mrg <mrg@NetBSD.org> |
merge GCC 10.5.0 in gcc.old
|
#
8feb0f0b |
| 20-Feb-2023 |
mrg <mrg@NetBSD.org> |
merge GCC 10.4 into gcc.old.
|
#
c0a68be4 |
| 09-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge GCC 9.3 into gcc.old.
|
#
a2dc1f3f |
| 19-Aug-2020 |
mrg <mrg@NetBSD.org> |
merge GCC 8.4 into gcc.old.
|
#
04ac9a90 |
| 13-Aug-2020 |
mrg <mrg@NetBSD.org> |
regen mknative files for GCC 7.5.
|
#
318f469c |
| 08-Mar-2020 |
mgorny <mgorny@NetBSD.org> |
Enable EOWNERDEAD & ENOTRECOVERABLE in libstdc++
|
#
77a1ad5f |
| 24-Oct-2019 |
kamil <kamil@NetBSD.org> |
Switch the iconv(3) prototype to the POSIX conformant variation
Remove const from the 2nd argument.
const char ** and char ** are incompatible types and it was a cost to keep the technically incomp
Switch the iconv(3) prototype to the POSIX conformant variation
Remove const from the 2nd argument.
const char ** and char ** are incompatible types and it was a cost to keep the technically incompatible form for a more purist variation. NetBSD was almost the last alive OS to still keep the const argument (known leftovers: Minix and Illumos).
Keep the const form for the internal purposes inside citrus and rump.
Address the build breakage fallout in the same change.
There are no ABI changes.
Change accepted by core@.
show more ...
|
#
36ac495d |
| 26-Sep-2019 |
mrg <mrg@NetBSD.org> |
merge gcc 7.4 into gcc.old part 3 (last?)
|
#
4d79f333 |
| 20-Jun-2019 |
mrg <mrg@NetBSD.org> |
delete GCC 6.5. every platform has been on GCC 7 for a while now.
|
#
7a0caf96 |
| 23-Jul-2017 |
mrg <mrg@NetBSD.org> |
merge GCC 5.4 into gcc.old.
|
#
b51620c8 |
| 09-Oct-2016 |
skrll <skrll@NetBSD.org> |
Remove gcc.old now it is no longer used.
|
#
678f798e |
| 23-Sep-2015 |
mrg <mrg@NetBSD.org> |
import GCC 4.8.5 as gcc.old, in prepartion to update GCC.
|