History log of /netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/vax/config.h (Results 1 – 9 of 9)
Revision Date Author Comments
# 8b657b07 12-Aug-2024 christos <christos@NetBSD.org>

merge conflicts


# 82650ea5 21-Mar-2023 christos <christos@NetBSD.org>

Merge between
src-external-gpl3-gdb-20200913-1743: 1.1.1.1
and
src-external-gpl3-gdb-20230321-1235: 1.1.1.1


# 47c37bc2 14-Sep-2020 christos <christos@NetBSD.org>

merge conflicts


# 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 ...


# 99e23f81 26-May-2019 christos <christos@NetBSD.org>

Sync with HEAD


# e5cb852c 28-Nov-2017 christos <christos@NetBSD.org>

merge conflicts


# 0c04591c 13-Oct-2016 christos <christos@NetBSD.org>

One more level down


# f4f76da0 02-Feb-2016 christos <christos@NetBSD.org>

merge branch.


# 0ab5b340 15-Aug-2015 christos <christos@NetBSD.org>

import the head of gdb in gdb.old in preparation for the new gdb import.