Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 8 | -8/+8 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | add some string examples, eg. test "" -o "" | wosch | 1996-12-28 | 1 | -12/+16 |
| | |||||
* | Fix handling of -o and -a operators in the 3 argument case. | steve | 1996-12-25 | 1 | -2/+2 |
| | | | | Submitted by: Tom Rush <tarush@mindspring.com> | ||||
* | -Wall cleaning. | steve | 1996-12-14 | 2 | -5/+5 |
| | |||||
* | sync copyright with /usr/share/examples/etc/bsd-style-copyright | wosch | 1996-08-27 | 1 | -2/+25 |
| | |||||
* | Add a better TEST script. I was surprised how much can be wrong | wosch | 1996-06-19 | 2 | -0/+133 |
| | | | | with program test(1) or builtin test(1). | ||||
* | err() --> errx() for non-errno related failures. | joerg | 1996-03-11 | 1 | -3/+3 |
| | |||||
* | Fix -h option: | ache | 1995-10-28 | 1 | -2/+2 |
| | | | | sense symlink even it is unresolved | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -6/+6 |
| | | | | Reviewed by: phk | ||||
* | You will find enclosed some changes to make gcc -Wall more happy in | joerg | 1995-03-19 | 1 | -3/+3 |
| | | | | | | | | | /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) | ||||
* | Fix group permissions check for group list size > 1 | ache | 1994-11-05 | 1 | -3/+13 |
| | | | | Pointed by Bruce | ||||
* | Fix root -w case according to manpage (-x & -r cases already accords) | ache | 1994-11-05 | 1 | -4/+7 |
| | | | | Pointed by Bruce. | ||||
* | Cosmetique, missing tab/spaces after patch | ache | 1994-11-05 | 1 | -6/+6 |
| | |||||
* | More complex implementation of previos superuser fix | ache | 1994-11-05 | 1 | -2/+10 |
| | | | | because rw and x bit treats differently infact | ||||
* | test produce wrong results for superuser, i.e. tells | ache | 1994-11-05 | 1 | -2/+2 |
| | | | | that file is unreadable when it is readable infact. | ||||
* | Added $Id$ | dg | 1994-09-24 | 6 | -0/+8 |
| | |||||
* | Make get_int() think that "" (null) has the integer value 0. | csgr | 1994-09-11 | 1 | -0/+5 |
| | | | | | | (Which is the same behaviour as in 1.x) The install blows up without this. Reviewed by: rgrimes | ||||
* | - handle signs on integers properly, | csgr | 1994-09-11 | 4 | -2/+28 |
| | | | | | | | | | | - make sure error messages for bad integers are moderately sensible - handle test ! "abc" -o "abc" (This should evaluate to true) (and similar cases) ie: and/or operator test added to POSIX special case processing. - more test cases added. Based on: Work done on 1.x's test(1) by Andrew Moore and Adam David. | ||||
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 6 | -0/+1185 |