History log of /openbsd/bin/ed/ed.h (Results 1 – 22 of 22)
Revision Date Author Comments
# 88910692 27-Mar-2016 mmcc <mmcc@openbsd.org>

actually remove unnecessary includes

from Edgar Pettijohn, ok and with input from tb@


# d9ee4fa8 09-Oct-2015 tobias <tobias@openbsd.org>

The variable errmsg can be static in main.c if code in re.c uses an own
buffer to construct error messages.

with input by and ok millert@


# 7aba2227 09-Oct-2015 tobias <tobias@openbsd.org>

Define functions as static when they are not used outside their own c-files.

ok millert@


# 67d90797 09-Oct-2015 millert <millert@openbsd.org>

Mark static globals that are only used in their respective .c files.
Also make stdin unbuffered since that is the same as using a
single-byte buffer. OK tobias@


# 6cdce336 04-Oct-2015 millert <millert@openbsd.org>

Remove useless pattern_t typedef, POSIX regex is here to stay so
just use regex_t directly.


# f112db33 04-Oct-2015 millert <millert@openbsd.org>

Remove #ifdefs for non-POSIX systems. Also remove #ifdef for
SIGWINCH, it is not POSIX but it is a defacto standard.
OK deraadt@


# 3e086528 14-Jul-2015 deraadt <deraadt@openbsd.org>

use atomic operations on sig_atomic_t variables inside the signal handlers,
rather than sharing one variable unsafely.
ok millert


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


# e16036c9 02-Dec-2014 millert <millert@openbsd.org>

Remove prototypes for functions that were already removed.
From Benjamin Scher Purcell.


# b18e6be1 14-Apr-2014 tedu <tedu@openbsd.org>

remove nonstandard DES support because DES. ok beck deraadt miod


# 5abc0166 04-Dec-2012 deraadt <deraadt@openbsd.org>

remove sunos backwards compat
ok guenther


# 11aeaeea 24-Feb-2007 millert <millert@openbsd.org>

There is no filter_lines function, remove its prototype. From Mark Lumsden.


# 6cfeacd8 24-Mar-2002 millert <millert@openbsd.org>

Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OK


# f3c3a9c6 17-Feb-2002 millert <millert@openbsd.org>

Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# 447a5cfa 05-Jul-2001 espie <espie@openbsd.org>

Fix prototypes


# 80acfbc0 16-Jan-2001 deraadt <deraadt@openbsd.org>

cleanup strcpy, strncpy, signal races, etc


# d1e48962 12-Oct-1996 millert <millert@openbsd.org>

Back out my sprintf -> snprintf changes where they don't make sense and
use good ole strcpy() instead. Also use perror() instead of fprintf()
where it makes sense.


# 45c72c98 15-Sep-1996 millert <millert@openbsd.org>

sprintf -> snprintf paranoia


# 8bdfa1b9 22-Aug-1996 deraadt <deraadt@openbsd.org>

__OpenBSD__


# 09e94acb 23-Jun-1996 deraadt <deraadt@openbsd.org>

update rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree