summaryrefslogtreecommitdiff
path: root/bin/csh/csh.c
AgeCommit message (Expand)Author
2022-09-15Fix the build for variants that do not define EDIT.martin
2022-09-14Update editing before prompt printing.christos
2022-09-14defer editing setup/cleanup to when we are interactive.christos
2020-08-09Use the right size for several calloc calls.dholland
2020-08-09Clarify some comments.dholland
2020-08-09Don't cast the value returned from *malloc. No change to compiler output.dholland
2020-04-03Don't depend on common declarations.joerg
2020-01-12remove unusedchristos
2019-01-05Welcome to the 21th century csh: retire "ptr_t" now that we have "void *"christos
2019-01-05Remove Free, s/xfree/free/.maya
2013-07-16WARNS=6 [-Wconversion]christos
2013-01-23make history kind of work :-), turn libedit support on.christos
2013-01-22Add a little libedit front end. Could be used as someone's pet project tochristos
2012-01-22From tnozaki@: make fpos_t a complex object that keeps track of the parsechristos
2011-08-29Use __deadjoerg
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-07-16no need to have cshbool; just make them intchristos
2007-07-16PR/36650: Michael van Elst: Get rid of bool, because csh uses bool as a smallchristos
2007-07-16Rename bool -> cshbool; despite the name, bool actually holds values otherdogcow
2006-04-24It's "its."snj
2005-06-26sprinkle a little const, and now everything compiles with WARNS=3christos
2004-08-19Deal with RESCUEchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2003-01-06descriptor, not decriptor.wiz
2002-07-10Fix a typo in a comment. moritz@jodeit.org via OpenBSD.wiz
2002-05-25__STDC__ is always defined on NetBSD.wiz
2002-03-08% set verbose echochristos
2001-09-16Use setprogname. Patch by Petri Koistinen.wiz
2001-09-14ANSIfication and KNF improvements by Petri Koistinen in bin/13689,wiz
2000-09-04fix globbing problem when importing $PATH from environment. Reported bychristos
2000-05-31decouple us from stdio's BUFSIZ and boost BUFSIZE to 4Kchristos
1998-07-28Be more retentive about use of NOTREACHED and noreturn.mycroft
1998-07-28Delint.mycroft
1998-07-28Delint (partially).mycroft
1998-07-28Delint (partially).mycroft
1998-07-27const propagation.mycroft
1998-04-08Fix csh to use <paths.h> _PATH_DEFPATH as the default path, absent a PATHfair
1998-04-01Need <time.h> for time() prototype.kleink
1997-07-04Rename err.h to errnum.h to avoid collision with err.hchristos
1997-01-13kill registertls
1996-10-31Quote all imported environment variables, so that we don't core dump withchristos
1995-04-29Use POSIX signal semantics. Change p_pid and p_jobid to pid_t's.mycroft
1995-03-21Use POSIX signals.mycroft
1995-03-21convert to new RCS id conventions.cgd
1995-01-30Use S_IS*().mycroft
1995-01-20Remove `.' from default PATH.mycroft
1995-01-15Remove the gratuitous `security' warnings.mycroft
1994-09-23Eliminate uses of some obsolete functions.mycroft
1994-09-21Merge 4.4-Lite version.mycroft