History log of /netbsd-src/usr.bin/sed/extern.h (Results 1 – 21 of 21)
Revision Date Author Comments
# cefb10af 12-Mar-2015 christos <christos@NetBSD.org>

The latest refactoring changes broke sed -i:
cd /tmp; echo foo > test; sed -i.orig s,fo,ba, test
Back them out until they are fixed.


# 7004d560 01-Mar-2015 asau <asau@NetBSD.org>

Hide more subroutines in processing phase.


# 23901832 01-Mar-2015 asau <asau@NetBSD.org>

Close files opened at processing time within processing phase.


# ee4b1504 01-Mar-2015 asau <asau@NetBSD.org>

Move run-time data structures into processing part.


# 82be1f5d 01-Mar-2015 asau <asau@NetBSD.org>

Move data I/O file pointers into processing part.


# 1f228785 28-Feb-2015 asau <asau@NetBSD.org>

Improve modularity of "sed" source:
- move program source input subroutines into compiler part;
- move data I/O subroutines into processor part.


# 15b8d862 06-Jun-2014 wiz <wiz@NetBSD.org>

Renumber so that 3 follows 2.


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

add netbsd


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

Merge our changes.


# 0846a762 19-Feb-2010 tnn <tnn@NetBSD.org>

Merge the following revisions from OpenBSD to let sed(1) handle
arbitrarily long lines (closes our PR bin/42261).
openbsd/usr.bin/sed/extern.h 1.5
openbsd/usr.bin/sed/main.c 1.13-1.15
openbsd/usr.bin

Merge the following revisions from OpenBSD to let sed(1) handle
arbitrarily long lines (closes our PR bin/42261).
openbsd/usr.bin/sed/extern.h 1.5
openbsd/usr.bin/sed/main.c 1.13-1.15
openbsd/usr.bin/sed/misc.c 1.8
openbsd/usr.bin/sed/compile.c 1.25-1.28
openbsd/usr.bin/sed/defs.h 1.4

show more ...


# d27a41bf 13-Apr-2009 lukem <lukem@NetBSD.org>

Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# 3c4c9d2b 14-Jun-2002 wiz <wiz@NetBSD.org>

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


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


# 135600f9 11-Oct-2000 is <is@NetBSD.org>

More format string cleanup by sommerfeld.


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


# e9d867ef 01-Aug-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