History log of /netbsd-src/usr.bin/sed/Makefile (Results 1 – 18 of 18)
Revision Date Author Comments
# 999f583a 07-Jun-2014 christos <christos@NetBSD.org>

put back WARNS=6


# 72feb6a6 07-Jun-2014 christos <christos@NetBSD.org>

PR/48880: Ryo ONODERA: Unapply one of our patches that broke 'G'.


# ef24ec4e 06-Jun-2014 christos <christos@NetBSD.org>

Merge our changes.


# c1ceae17 14-Apr-2009 lukem <lukem@NetBSD.org>

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint

show more ...


# 95c96a60 02-Jun-2006 mrg <mrg@NetBSD.org>

remove sh3/GCC2 hack.


# 0db1500b 07-Apr-2006 mrg <mrg@NetBSD.org>

retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.


# 03e0a016 27-Oct-2003 uwe <uwe@NetBSD.org>

Deoptimize (gcc-sh3-sed hack) only if ${HAVE_GCC3} != "yes".


# 50bdb908 14-Jun-2002 wiz <wiz@NetBSD.org>

WARNS=2


# abcb4fee 23-Apr-2002 thorpej <thorpej@NetBSD.org>

Use -O0 on SuperH, for now.


# 9d225a17 09-Jan-1997 tls <tls@NetBSD.org>

RCS ID police


# 8a8b6955 03-Feb-1994 cgd <cgd@NetBSD.org>

RCS id's


# 5beaa489 03-Feb-1994 cgd <cgd@NetBSD.org>

update from Diomidis Spinellis <dspin@leon.nrcps.ariadne-t.gr>


# 5ce3d664 11-Nov-1993 jtc <jtc@NetBSD.org>

Use new POSIX.2 compatible regex routines in C library instead of -lgnuregex.


# 1b0bd76d 04-Nov-1993 andrew <andrew@NetBSD.org>

make with -DHISTORIC_PRACTICE to obtain the common EOF behavior of the "n"
command. Don't be fussy about requiring spaces after the "w" command
though.


# b6b50355 13-Aug-1993 alm <alm@NetBSD.org>

removed GNU_REGEX directive
catch infinite substitution for the following cases:
echo hi | sed 's/$/a/g' (prints hia)
echo hi | sed 's/h*/x/g' (terminates with error: infinite substitution)


# 75ff3a90 30-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 152053b0 06-Jun-1993 mrg <mrg@NetBSD.org>

4.4BSD-Lite2


# bb106b2b 13-Apr-1993 alm <alm@NetBSD.org>

added Berkeley sed with mods to use GNU regex