summaryrefslogtreecommitdiffstats
path: root/bin/csh
Commit message (Collapse)AuthorAgeFilesLines
* Sort cross references.wosch1997-01-131-3/+3
|
* Replace collate_range_cmp call with its codeache1996-10-311-2/+19
|
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-052-4/+4
|
* Close files up to getdtablesize() instead of up to NOFILE.bde1996-09-281-3/+3
| | | | csh was one of the 3 programs in /usr/src that (mis)used NOFILE.
* Convert to newly added collate compare functionache1996-08-121-36/+4
|
* Use collate for alpha character rangesache1996-08-121-3/+37
|
* Fix unsetenv of locale variableache1996-08-111-5/+5
|
* Fix some minor formatting problems in some examples.mpp1996-07-031-3/+3
| | | | Obtained from: Partially obtained from NetBSD-bugs mailing list
* Correct some cross references and some path names.mpp1996-04-061-2/+2
|
* Add missing reaction on LC_ALL and LC_COLLATEache1995-10-233-7/+14
|
* Fix csh to determine event number properly, i.e. stop by ^*-% too.ache1995-08-101-2/+2
| | | | | This fix match with what manpage said and other systems csh's do. Submitted by: Bill Fenner <fenner@parc.xerox.com>
* Move first PATH initialization after sensing for interactive,ache1995-07-071-10/+12
| | | | first relative path warning was disabled in old case
* Do the same check for interactive shell (PATH warning)ache1995-07-071-2/+3
| | | | like in csh.c
* Produce importpath warning only for true interactive shells,ache1995-07-071-2/+3
| | | | close PR 598
* Additionly print strerror(errno), when getwd() fails to startache1995-06-181-2/+2
| | | | | in initial directory. Obtained from: idea from NetBSD
* Fix error:ache1995-06-181-5/+12
| | | | | | which /bin/ls .//bin/ls Obtained from: NetBSD
* When filec active, TCSANOW was used in any case instead ofache1995-06-181-5/+5
| | | | | sensing TCSADRAIN/TCSAFLUSH Obtained from: NetBSD
* Remove trailing whitespace.rgrimes1995-05-3015-61/+61
| | | | Reviewed by: phk
* Describe -m optionache1995-05-061-2/+11
|
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-192-4/+5
| | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier)
* 1000000 usec -> 1 sec 0 usec; fix.jkh1995-02-161-2/+2
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Added $Id$dg1994-09-2438-0/+60
|
* The handling of err.h and const.h were in a real tangle and didn'tjkh1994-08-071-7/+1
| | | | | | | work if you didn't explicitly depend first; this should both simplify things and make it work in all circumstances. Reviewed by: Submitted by:
* Fix some dependency bobbles.wollman1994-08-061-0/+2
|
* Fix makefiles for our macros.wollman1994-08-051-1/+1
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-2638-0/+23935
OpenPOWER on IntegriCloud