History log of /netbsd/bin/csh/extern.h (Results 1 – 25 of 34)
Revision Date Author Comments
# 84e62ad1 15-Sep-2022 martin <martin@NetBSD.org>

Fix the build for variants that do not define EDIT.


# 2795a372 14-Sep-2022 christos <christos@NetBSD.org>

defer editing setup/cleanup to when we are interactive.


# 55c5675c 23-Apr-2020 simonb <simonb@NetBSD.org>

Add '-t' option for tcsh-style time output.


# 7405c8c3 05-Jan-2019 christos <christos@NetBSD.org>

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


# 7884c20d 15-Jul-2017 christos <christos@NetBSD.org>

Add a variant that passes the format, so that time(1) can use it.


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

WARNS=6 [-Wconversion]


# 8b3d9c1b 23-Jan-2013 christos <christos@NetBSD.org>

make history kind of work :-), turn libedit support on.


# 9fabbb70 22-Jan-2013 christos <christos@NetBSD.org>

Add a little libedit front end. Could be used as someone's pet project to
learn how to program. It is not enabled in the Makefile, and it states why
there.


# 54ef6d8c 22-Jan-2013 christos <christos@NetBSD.org>

Remove alloc builtin, it did not work anyway since most modern malloc
implementation use a combination of sbrk/mmap.


# e139f3d7 27-Dec-2012 christos <christos@NetBSD.org>

sprinkle const, no functional change intended.


# 773ba878 09-Nov-2011 christos <christos@NetBSD.org>

sync with /usr/bin/time, use CLOCK_MONOTONIC


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

Use __dead


# 0c0bc457 24-Dec-2007 perry <perry@NetBSD.org>

__attribute__((__noreturn__)) to __dead


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


# 271dc0c3 24-Feb-2007 matt <matt@NetBSD.org>

No functional changes. Cleanup time printing code so it can be used
elsewhere in the tree.


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

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


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


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


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

const poisoning.


12