History log of /netbsd/bin/csh/exec.c (Results 1 – 25 of 33)
Revision Date Author Comments
# 7405c8c3 05-Jan-2019 christos <christos@NetBSD.org>

Welcome to the 21th century csh: retire "ptr_t" now that we have "void *"


# f165206b 05-Jan-2019 maya <maya@NetBSD.org>

Remove Free, s/xfree/free/.

Standard C says that free should be a no-op for a NULL pointer, so
we don't need an extra function to do this.

While here, add an XXX about a wrong sounding comment


# 72672271 16-Mar-2016 christos <christos@NetBSD.org>

add Will Robinson comment.


# 8963bf71 16-Mar-2016 christos <christos@NetBSD.org>

Avoid gcc-5 conversion warning (|= expands to int)


# c24abf82 16-Jul-2013 christos <christos@NetBSD.org>

WARNS=6 [-Wconversion]


# 9050ab5c 14-Feb-2009 lukem <lukem@NetBSD.org>

fix -Wsign-compare issues


# 8b0f9554 15-Dec-2007 perry <perry@NetBSD.org>

convert __attribute__s to applicable cdefs.h macros


# b79c2ef2 16-Jul-2007 christos <christos@NetBSD.org>

no need to have cshbool; just make them int


# ec01a4a4 16-Jul-2007 christos <christos@NetBSD.org>

PR/36650: Michael van Elst: Get rid of bool, because csh uses bool as a small
int.


# 593a9183 16-Jul-2007 dogcow <dogcow@NetBSD.org>

Rename bool -> cshbool; despite the name, bool actually holds values other
than 0 or 1. Fixes PR/36650.


# 2701e5b9 13-May-2006 christos <christos@NetBSD.org>

Coverity CID 3330: Initialize uninitialized variable.


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

Kill __P().


# b5b29542 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 22249, verified by myself.


# b3df6303 16-Jan-2003 kleink <kleink@NetBSD.org>

Rename `sigset' locals to avoid symbol shadowing warning.


# 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


# 537f55c6 03-Nov-2001 lukem <lukem@NetBSD.org>

fix WARNS=2


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

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


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

Be more retentive about use of NOTREACHED and noreturn.


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

Delint (partially).


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

Delint (partially).


# be432ed4 26-Jul-1998 mycroft <mycroft@NetBSD.org>

const poisoning.


# 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


# 0c750830 30-Sep-1996 christos <christos@NetBSD.org>

- Use ../usr.bin/printf/printf.c
- Fix built-in which to set the status code correctly.


12