History log of /netbsd-src/bin/csh/csh.c (Results 26 – 50 of 56)
Revision Date Author Comments
# 98c072db 10-Jul-2002 wiz <wiz@NetBSD.org>

Fix a typo in a comment. moritz@jodeit.org via OpenBSD.


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

__STDC__ is always defined on NetBSD.


# 971f3382 08-Mar-2002 christos <christos@NetBSD.org>

% set verbose echo
% echo foo >& bar
% cat bar
guess what you get:
echo foo
foo


# 8e36d79b 16-Sep-2001 wiz <wiz@NetBSD.org>

Use setprogname. Patch by Petri Koistinen.


# b771e65b 14-Sep-2001 wiz <wiz@NetBSD.org>

ANSIfication and KNF improvements by Petri Koistinen in bin/13689,
with some fixes by me.


# 3d0237ef 04-Sep-2000 christos <christos@NetBSD.org>

fix globbing problem when importing $PATH from environment. Reported by
Michael Shalayeff.


# 0bf6fd0c 31-May-2000 christos <christos@NetBSD.org>

decouple us from stdio's BUFSIZ and boost BUFSIZE to 4K


# ee9e50ea 28-Jul-1998 mycroft <mycroft@NetBSD.org>

Be more retentive about use of NOTREACHED and noreturn.


# 9dc385be 28-Jul-1998 mycroft <mycroft@NetBSD.org>

Delint.


# 5924694d 28-Jul-1998 mycroft <mycroft@NetBSD.org>

Delint (partially).


# cdbd74da 28-Jul-1998 mycroft <mycroft@NetBSD.org>

Delint (partially).


# 4d669802 27-Jul-1998 mycroft <mycroft@NetBSD.org>

const propagation.


# 0f668275 08-Apr-1998 fair <fair@NetBSD.org>

Fix csh to use <paths.h> _PATH_DEFPATH as the default path, absent a PATH
from the environment.


# 67e49b4b 01-Apr-1998 kleink <kleink@NetBSD.org>

Need <time.h> for time() prototype.


# 8ea378c6 04-Jul-1997 christos <christos@NetBSD.org>

Rename err.h to errnum.h to avoid collision with err.h
Fix compiler warnings.


# 76adbe2b 13-Jan-1997 tls <tls@NetBSD.org>

kill register


# 8af89705 31-Oct-1996 christos <christos@NetBSD.org>

Quote all imported environment variables, so that we don't core dump with
set term='unknown*'
./csh
or we don't have security problems with:
set path=('`/bin/rm -fr *`' /usr/local)
./csh
Reported

Quote all imported environment variables, so that we don't core dump with
set term='unknown*'
./csh
or we don't have security problems with:
set path=('`/bin/rm -fr *`' /usr/local)
./csh
Reported by Donn Seeley...

show more ...


# 556d212c 29-Apr-1995 mycroft <mycroft@NetBSD.org>

Use POSIX signal semantics. Change p_pid and p_jobid to pid_t's.


# 7b38403c 21-Mar-1995 mycroft <mycroft@NetBSD.org>

Use POSIX signals.


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

convert to new RCS id conventions.


# f5ad44b6 30-Jan-1995 mycroft <mycroft@NetBSD.org>

Use S_IS*().


# 4d643bf2 20-Jan-1995 mycroft <mycroft@NetBSD.org>

Remove `.' from default PATH.


# 2425ddde 15-Jan-1995 mycroft <mycroft@NetBSD.org>

Remove the gratuitous `security' warnings.


# baccf0fb 23-Sep-1994 mycroft <mycroft@NetBSD.org>

Eliminate uses of some obsolete functions.


# cee2bad8 21-Sep-1994 mycroft <mycroft@NetBSD.org>

Merge 4.4-Lite version.


123