summaryrefslogtreecommitdiffstats
path: root/bin/csh/const.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include hostname in shell prompts by defaulttb2017-12-121-3/+3
| | | | | | | | | | | | | | | With tmux, ssh and vmd, we tend to open shells on many different hosts simultaneously and the default prompts '$ ' and '# ' for {,k}sh as well as '% ' and '# ' for csh become dangerous: it's very easy to issue a command on the wrong host. This can easily be avoided by displaying the hostname in the prompt. Everything beyond "hostname{$,#,%} " is going to be a matter of taste, so we left it at that. If you use an FQDN, only the first part (the output of 'hostname -s') will be printed. requested by and ok deraadt; mostly positive feedback many ok anton, brynet, bcallah and others
* Clean up cruft made visible by the NLS unifdefing:naddy2015-10-261-3/+1
| | | | | | | | | * remove setlocale() calls * remove write-only variable AsciiOnly * remove now unused string constants STRLANG, STRLC_CTYPE * remove hardcoded support for ISO8859-1 ok millert@
* remove -DFILEC; code does not compile for the -UFILEC case, and anyways,deraadt2015-06-171-3/+1
| | | | | who wants csh without FILEC?? from Peter Brottveit Bock, but redone using unifdef
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* knftodd2002-06-091-6/+6
|
* tabifykstailey1997-07-231-43/+43
|
* update rcsidderaadt1996-06-231-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+166