History log of /netbsd-src/usr.bin/rs/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 03675fce 03-Aug-2023 rin <rin@NetBSD.org>

Revert CC_WNO_USE_AFTER_FREE from Makefile's (thanks uwe@)


# 91f8ac6d 03-Aug-2023 rin <rin@NetBSD.org>

Sprinkle CC_WNO_USE_AFTER_FREE for GCC 12

All of them are blamed for idiom equivalent to:
newbuf = realloc(buf, size);
p = newbuf + (p - buf);


# 3fe138c1 09-Jan-1998 perry <perry@NetBSD.org>

RCS Id Police.


# 4e4ff4e9 28-Sep-1995 tls <tls@NetBSD.org>

imported from 44lite2