freebsd-dev/tools
Jilles Tjoelker b84d7af7c6 sh: Return 0 from eval if no command was given.
This makes a difference if there is a command substitution.

To make this work, evalstring() has been changed to set exitstatus to 0 if
no command was executed (the string contained only whitespace).

Example:
  eval $(false); echo $?
should print 0.
2010-08-03 22:17:29 +00:00
..
build Add BSD grep to the base system and make it our default grep. 2010-07-22 19:11:57 +00:00
debugscripts Fix a couple of typos. 2010-07-30 11:58:18 +00:00
diag
kerneldoc - Update config to doxygen 1.5.2 (I use this with 1.5.9). 2009-08-24 13:10:55 +00:00
KSE Use, in uncovered part, the END() macro in order to improve debugging. 2009-05-25 14:37:10 +00:00
LibraryReport
regression sh: Return 0 from eval if no command was given. 2010-08-03 22:17:29 +00:00
sched - Update my copyright. 2009-01-22 06:21:30 +00:00
test Add a TestFloat based test suite for floating-point implementations 2010-04-24 12:11:41 +00:00
tools Use canonical spelling of FreeBSD.org 2010-07-06 19:43:40 +00:00
install.sh
make_libdeps.sh Actualize. 2010-01-25 14:17:36 +00:00
README

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.