History log of /src/bin/csh/extern.h |
Revision | | Date | Author | Comments |
1.35 |
| 24-Apr-2024 |
nia | csh: add a reallocarray function for using inside csh
|
1.34 |
| 15-Sep-2022 |
martin | Fix the build for variants that do not define EDIT.
|
1.33 |
| 14-Sep-2022 |
christos | defer editing setup/cleanup to when we are interactive.
|
1.32 |
| 23-Apr-2020 |
simonb | Add '-t' option for tcsh-style time output.
|
1.31 |
| 05-Jan-2019 |
christos | branches: 1.31.2; Welcome to the 21th century csh: retire "ptr_t" now that we have "void *"
|
1.30 |
| 15-Jul-2017 |
christos | branches: 1.30.2; 1.30.4; 1.30.6; Add a variant that passes the format, so that time(1) can use it.
|
1.29 |
| 16-Jul-2013 |
christos | WARNS=6 [-Wconversion]
|
1.28 |
| 23-Jan-2013 |
christos | make history kind of work :-), turn libedit support on.
|
1.27 |
| 22-Jan-2013 |
christos | 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.
|
1.26 |
| 22-Jan-2013 |
christos | Remove alloc builtin, it did not work anyway since most modern malloc implementation use a combination of sbrk/mmap.
|
1.25 |
| 27-Dec-2012 |
christos | sprinkle const, no functional change intended.
|
1.24 |
| 09-Nov-2011 |
christos | branches: 1.24.6; sync with /usr/bin/time, use CLOCK_MONOTONIC
|
1.23 |
| 29-Aug-2011 |
joerg | branches: 1.23.2; Use __dead
|
1.22 |
| 24-Dec-2007 |
perry | __attribute__((__noreturn__)) to __dead
|
1.21 |
| 16-Jul-2007 |
christos | branches: 1.21.4; no need to have cshbool; just make them int
|
1.20 |
| 16-Jul-2007 |
christos | PR/36650: Michael van Elst: Get rid of bool, because csh uses bool as a small int.
|
1.19 |
| 16-Jul-2007 |
dogcow | Rename bool -> cshbool; despite the name, bool actually holds values other than 0 or 1. Fixes PR/36650.
|
1.18 |
| 24-Feb-2007 |
matt | No functional changes. Cleanup time printing code so it can be used elsewhere in the tree.
|
1.17 |
| 26-Jun-2005 |
christos | sprinkle a little const, and now everything compiles with WARNS=3
|
1.16 |
| 17-Feb-2005 |
xtraeme | Kill __P().
|
1.15 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22249, verified by myself.
|
1.14 |
| 14-Sep-2001 |
wiz | ANSIfication and KNF improvements by Petri Koistinen in bin/13689, with some fixes by me.
|
1.13 |
| 28-Jul-1998 |
mycroft | Be more retentive about use of NOTREACHED and noreturn.
|
1.12 |
| 28-Jul-1998 |
mycroft | Delint (partially).
|
1.11 |
| 28-Jul-1998 |
mycroft | Delint (partially).
|
1.10 |
| 26-Jul-1998 |
mycroft | const poisoning.
|
1.9 |
| 04-Jul-1997 |
christos | Rename err.h to errnum.h to avoid collision with err.h Fix compiler warnings.
|
1.8 |
| 31-Oct-1996 |
christos | 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...
|
1.7 |
| 21-Mar-1995 |
mycroft | Remove dead externs.
|
1.6 |
| 21-Mar-1995 |
cgd | convert to new RCS id conventions.
|
1.5 |
| 21-Sep-1994 |
mycroft | Merge 4.4-Lite version.
|
1.4 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.3 |
| 23-Mar-1993 |
cgd | changed "Id" to "Header" for rcsids
|
1.2 |
| 22-Mar-1993 |
cgd | added rcs ids to all files
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 20-Sep-1994 |
mycroft | Import original 4.4-Lite version.
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.21.4.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.23.2.3 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.23.2.2 |
| 23-Jan-2013 |
yamt | sync with head
|
1.23.2.1 |
| 10-Nov-2011 |
yamt | sync with head
|
1.24.6.2 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.24.6.1 |
| 25-Feb-2013 |
tls | resync with head
|
1.30.6.3 |
| 21-Apr-2020 |
martin | Ooops, restore accidently removed files from merge mishap
|
1.30.6.2 |
| 21-Apr-2020 |
martin | Sync with HEAD
|
1.30.6.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.30.4.1 |
| 18-Jan-2019 |
pgoyette | Synch with HEAD
|
1.30.2.2 |
| 15-Jul-2017 |
christos | 1624
|
1.30.2.1 |
| 15-Jul-2017 |
christos | file extern.h was added on branch perseant-stdc-iso10646 on 2017-07-15 14:35:56 +0000
|
1.31.2.1 |
| 25-Apr-2020 |
martin | Pull up following revision(s) (requested by simonb in ticket #853):
bin/csh/time.c: revision 1.22 usr.bin/time/time.c: revision 1.24 bin/csh/extern.h: revision 1.32 usr.bin/time/time.1: revision 1.29 usr.bin/time/ext.h: revision 1.4
Add '-t' option for tcsh-style time output.
|