History log of /netbsd/bin/ed/ed.h (Results 1 – 25 of 38)
Revision Date Author Comments
# bbb81c22 04-Jan-2019 maya <maya@NetBSD.org>

Unifdef compatibility for broken realloc.

No binary change


# a0c77ca5 25-Mar-2014 joerg <joerg@NetBSD.org>

Use __printflike.


# 7cc84c81 23-Mar-2014 dholland <dholland@NetBSD.org>

sprintf considered harmful


# 007a7cf0 29-Aug-2011 joerg <joerg@NetBSD.org>

Use __dead


# 85d0adbc 26-Jul-2009 dholland <dholland@NetBSD.org>

sprinkle static in this file


# 6310b596 26-Jun-2005 christos <christos@NetBSD.org>

sprinkle a little const, and now everything compiles with WARNS=3


# d33a7206 17-Feb-2005 xtraeme <xtraeme@NetBSD.org>

Kill __P(), use ANSI function declarations.


# 6d7ad1a8 17-Apr-2003 lukem <lukem@NetBSD.org>

clear errno before strtol() if we're going to test it for ERANGE afterwards


# 18158540 25-May-2002 wiz <wiz@NetBSD.org>

__STDC__ is always defined on NetBSD.


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


# 07c9f4f6 07-Jan-2001 christos <christos@NetBSD.org>

remove redundant declaration of errmsg


# e766b0b7 04-Apr-2000 thorpej <thorpej@NetBSD.org>

Back out the incorrect change in revision 1.11 of main.c, and actually
fix the problem it meant to address by putting extern declarations into
ed.h.


# 21ebffd0 04-Nov-1998 christos <christos@NetBSD.org>

fix sys_errlist define to work with solaris


# 4fcbbc70 13-Oct-1998 wsanchez <wsanchez@NetBSD.org>

Apple like limits.h, too.


# 8b7ade1a 20-Jul-1997 thorpej <thorpej@NetBSD.org>

- Use __RCSID() and __COPYRIGHT().
- Fix (all but two) compiler warnings.


# 49f0ad86 21-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS id conventions.


# f04c743d 23-Dec-1994 cgd <cgd@NetBSD.org>

be careful with pointer types.


# 1f6f4700 23-Mar-1994 alm <alm@NetBSD.org>

Renamed insque


# 1357f155 20-Feb-1994 alm <alm@NetBSD.org>

`s3' applies the last substitution to the 3rd (or nth) match.
Split up the code to several files.


# 421e7320 04-Dec-1993 cgd <cgd@NetBSD.org>

delete definition of sys_errlist; our headers supply it


# 5d726082 01-Dec-1993 pk <pk@NetBSD.org>

__386BSD__ ==> __NetBSD__


# 9380925b 23-Nov-1993 alm <alm@NetBSD.org>

Added a line-addressing test so this isn't overlooked again.
Added BACKWARDS directive to Makefile for compatibility.
Completely changed the name space as per FSF's request.
Fixed a line-addressing b

Added a line-addressing test so this isn't overlooked again.
Added BACKWARDS directive to Makefile for compatibility.
Completely changed the name space as per FSF's request.
Fixed a line-addressing bug introduced by previous `fix', i.e.,
space preceding a digit acts a plus (+) operator, as in `1 1' == `2',
and a plus operator by itself acts as +1, but a space by itself
should not equal a plus operator, i.e., `1 ' != `1+' == `2'.

show more ...


# ba4d688d 12-Nov-1993 alm <alm@NetBSD.org>

fix line addressing so that 1,2, == 2,2 (as per SunOS ed) not 1,2
add global-active routines to replace some bad hacks
remove obsolescent Addison-Wesley copyrights


# c91a4017 30-Aug-1993 alm <alm@NetBSD.org>

Repeating a search requires only `/' (or `?'), not `//' (or `??')
But `s/' is still invalid, use `s//' instead.
If first regex is invalid, regex pointer is now set to NULL so that repeating
the searc

Repeating a search requires only `/' (or `?'), not `//' (or `??')
But `s/' is still invalid, use `s//' instead.
If first regex is invalid, regex pointer is now set to NULL so that repeating
the search correctly reports "No previous pattern".

show more ...


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

Add RCS identifiers.


12