aboutsummaryrefslogtreecommitdiff
path: root/bin/csh
Commit message (Expand)AuthorAgeFilesLines
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forBrian Feldman1999-10-091-0/+1
* Correct some hard sentence breaks. Only those surrounding the previousSheldon Hearn1999-09-141-7/+10
* Fix SEE ALSO section:Alexey Zelkin1999-09-131-2/+4
* Improve shell documentation:Sheldon Hearn1999-09-082-7/+17
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2738-38/+38
* Various spelling/formatting changes.Kris Kennaway1999-05-0810-24/+24
* First set of fixes to keep egcs happy. These include {} around singleWarner Losh1999-04-254-8/+11
* Use getcwd in stead of using getwd so that we try harder to avoidWarner Losh1998-12-161-2/+2
* Document the printf built-in.Jacques Vidrine1998-07-271-1/+13
* csh built-in printf now expands arguments. e.g.Jacques Vidrine1998-07-271-1/+14
* Make sure we pass the length - 1 to readlink, since it adds its ownWarner Losh1998-06-091-5/+3
* Restore include of sys/types.h and sys/param.h.Philippe Charnier1998-05-139-9/+18
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-0615-115/+85
* .Sh AUTHOR -> .Sh AUTHORSPhilippe Charnier1998-03-191-7/+15
* Don't assume sigset_t and int are equivalent.James Raynard1998-02-287-31/+31
* setpwent now has a void return type, so remove the now bogus cast.Steve Price1998-02-011-3/+3
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.Eivind Eklund1997-12-102-5/+3
* save errno in sigchld handlerEivind Eklund1997-10-071-1/+3
* vsprintf -> vnsprintf paranoia.Eivind Eklund1997-10-071-2/+2
* Don't honor $HOME if >= MAXPATHLENEivind Eklund1997-10-071-2/+3
* More minor nits (mostly using memove instead of memcpy).Steve Price1997-08-086-16/+13
* More $@ -> ${.TARGET} that I missed earlier.Steve Price1997-08-082-8/+8
* Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use theSteve Price1997-08-0725-540/+606
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2238-38/+38
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1438-38/+38
* Sort cross references.Wolfram Schneider1997-01-131-3/+3
* Replace collate_range_cmp call with its codeAndrey A. Chernov1996-10-311-2/+19
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-052-4/+4
* Close files up to getdtablesize() instead of up to NOFILE.Bruce Evans1996-09-281-3/+3
* Convert to newly added collate compare functionAndrey A. Chernov1996-08-121-36/+4
* Use collate for alpha character rangesAndrey A. Chernov1996-08-121-3/+37
* Fix unsetenv of locale variableAndrey A. Chernov1996-08-111-5/+5
* Fix some minor formatting problems in some examples.Mike Pritchard1996-07-031-3/+3
* Correct some cross references and some path names.Mike Pritchard1996-04-061-2/+2
* Add missing reaction on LC_ALL and LC_COLLATEAndrey A. Chernov1995-10-233-7/+14
* Fix csh to determine event number properly, i.e. stop by ^*-% too.Andrey A. Chernov1995-08-101-2/+2
* Move first PATH initialization after sensing for interactive,Andrey A. Chernov1995-07-071-10/+12
* Do the same check for interactive shell (PATH warning)Andrey A. Chernov1995-07-071-2/+3
* Produce importpath warning only for true interactive shells,Andrey A. Chernov1995-07-071-2/+3
* Additionly print strerror(errno), when getwd() fails to startAndrey A. Chernov1995-06-181-2/+2
* Fix error:Andrey A. Chernov1995-06-181-5/+12
* When filec active, TCSANOW was used in any case instead ofAndrey A. Chernov1995-06-181-5/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-3015-61/+61
* Describe -m optionAndrey A. Chernov1995-05-061-2/+11
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-192-4/+5
* 1000000 usec -> 1 sec 0 usec; fix.Jordan K. Hubbard1995-02-161-2/+2
* Added $Id$David Greenman1994-09-2438-0/+60
* The handling of err.h and const.h were in a real tangle and didn'tJordan K. Hubbard1994-08-071-7/+1
* Fix some dependency bobbles.Garrett Wollman1994-08-061-0/+2
* Fix makefiles for our macros.Garrett Wollman1994-08-051-1/+1