freebsd-dev/tools
Juli Mallett dd281fa589 Add sed(1) tests for proper behaviour of the G option as fixed in PR 26152,
and for proper behaviour of some sed functions given a nil pattern space,
as fixed in PR 34813.

The test for G was based on the test in the PR.  The nil pattern space test
is slightly different as we need to get *some* output, as the core dump will
also produce no output (old behaviour) and turn up falsely that the utility
is working fine.
2002-04-21 01:04:03 +00:00
..
3.0-upgrade $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
build/make_check Check to see if make(1)'s handling of doubly-defined targets is busted or 2002-04-21 00:41:37 +00:00
diag Finish style fixes. 2002-03-26 13:02:15 +00:00
LibraryReport $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
regression Add sed(1) tests for proper behaviour of the G option as fixed in PR 26152, 2002-04-21 01:04:03 +00:00
test Remove broken attempt to compile libc's malloc source directly; this 2002-01-02 06:42:34 +00:00
tools Long-forgotten patch: warn if a closed PR has no "closed by" 2002-04-15 06:36:22 +00:00
install.sh Added support for all new install(1) options. 2001-05-28 16:53:01 +00:00
make_libdeps.sh Add a tool (and the first application of it) that could be used 2002-04-12 19:46:25 +00:00
README - Add $FreeBSD$ 2000-08-13 14:46:31 +00:00

$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.