History log of /openbsd-src/bin/csh/func.c (Results 26 – 42 of 42)
Revision Date Author Comments
# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# c08dd178 12-May-2003 jsyn <jsyn@openbsd.org>

ansify functions, eliminating prototype declaration warnings; ok deraadt@


# 885e28c6 09-Jun-2002 todd <todd@openbsd.org>

knf


# e7beb4a7 19-Feb-2002 millert <millert@openbsd.org>

We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.


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


# 1e0c4da7 01-Dec-2001 deraadt <deraadt@openbsd.org>

KNF


# c96f6a27 09-Jul-2001 deraadt <deraadt@openbsd.org>

correct type on last arg to execl(); nordin@cse.ogi.edu


# 927fd51f 25-Jun-2001 art <art@openbsd.org>

fix obvious warnings.


# 22e56bf7 16-Dec-1998 deraadt <deraadt@openbsd.org>

indent


# 3a119265 16-Dec-1998 deraadt <deraadt@openbsd.org>

fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`);
gjm11@dpmms.cam.ac.uk


# 9ab19eca 15-Nov-1997 todd <todd@openbsd.org>

spelling


# b0c62ffa 25-Jul-1997 mickey <mickey@openbsd.org>

#if __STDC__ --> #ifdef __STDC__


# b050bea3 23-Jul-1997 kstailey <kstailey@openbsd.org>

tabify


# 44dec62f 18-Jun-1997 kstailey <kstailey@openbsd.org>

(foo *)NULL -> NULL


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

update rcsid


# 1d8920af 17-Feb-1996 niklas <niklas@openbsd.org>

From netbsd:
fix bug where
child% suspend
parent% bg
parent% fg
Fg would not work anymore, it would say Suspended (tty input).


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

initial import of NetBSD tree


12