History log of /netbsd-src/usr.bin/sed/main.c (Results 26 – 38 of 38)
Revision Date Author Comments
# 3c4c9d2b 14-Jun-2002 wiz <wiz@NetBSD.org>

Remove #if __STDC__. De-__P() and ANSIfy.


# 12102d9f 17-May-2002 wiz <wiz@NetBSD.org>

Fix format string in usage. bin/16869 by Julio Merino.


# c25d4060 23-Jan-2002 atatat <atatat@NetBSD.org>

Add a -E flag to ed(1) and sed(1) so that they can use extended
regular expressions instead of just basic regular expressions.


# 2237cf10 19-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF


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

RCS ID police


# 2754bf6e 08-May-1996 mark <mark@NetBSD.org>

Use an integer instead of a char with getc() and ungetc() in mf_fgets()
so that it works with compilers that default to unsigned chars
Note: getc() and ungetc() are prototyped to use ints rather than

Use an integer instead of a char with getc() and ungetc() in mf_fgets()
so that it works with compilers that default to unsigned chars
Note: getc() and ungetc() are prototyped to use ints rather than
chars.

show more ...


# 94f49c37 23-Feb-1995 jtc <jtc@NetBSD.org>

Fixed typo in usage string.


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


# 02254e0c 04-Jan-1994 cgd <cgd@NetBSD.org>

rename fgetline() and sharpen axe for bostic...


# 76553b5d 22-Dec-1993 cgd <cgd@NetBSD.org>

update for fgetline


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


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

added Berkeley sed with mods to use GNU regex


12