History log of /csrg-svn/bin/test/ (Results 1 – 25 of 47)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6664302-Apr-1994 pendry

add 1994 copyright

6656501-Apr-1994 pendry

prettyness police

6072631-May-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

6072531-May-1993 bostic

4.4BSD snapshot (revision 8.1)

6059729-May-1993 bostic

add -h for symbolic links

6058929-May-1993 bostic

the "!" operator of test was working backwards; from Mike Hibler
if test ! "foo" ; then echo not set; fi
if test ! "" ; then echo not set; fi

5957630-Apr-1993 bostic

lint

5957530-Apr-1993 bostic

put in path to test

5957430-Apr-1993 bostic

date and time created 93/04/30 11:38:09 by bostic

5957330-Apr-1993 bostic

date and time created 93/04/30 11:38:05 by bostic

5957230-Apr-1993 bostic

quite building operators dynamically (from NetBSD, Adam Glass)

5957130-Apr-1993 bostic

strip leading spaces from "integers" (bug report 4.4BSD-alpha/bin/1)
check for underflow, overflow, trailing garbage, use strtol(3)
use err/warn from the C library, some minor lint/cleanups

5796012-Feb-1993 elan

MIPS machine returns NULL if used '[ ]'. So added fix so it doesn't
dump core.

5792010-Feb-1993 torek

[ ] used *(char *)NULL (net2/bin/16). also, /bin/[ should work
just like [

5609229-Aug-1992 bostic

atol is in stdlib.h

5395908-Jun-1992 bostic

date and time created 92/06/08 17:17:34 by bostic

5395808-Jun-1992 bostic

lots of minor cleanup, whitespace changes

5395708-Jun-1992 bostic

Makefile for Almquist's version of test

5395108-Jun-1992 elan

Added "Grammar Ambiguity" section and -e option.

5391905-Jun-1992 elan

Added dependency of operators.o.

5391805-Jun-1992 elan

Fixed bug in posix_binary_op() that did not initialize the value
structs in the case of a string operation.

5390904-Jun-1992 elan

Revised to work with bsd.prog.mk.

5385903-Jun-1992 elan

fixed copyright.

5385803-Jun-1992 elan

fixed copyright.

5385703-Jun-1992 elan

Fixed copyright.

12