freebsd-src/tools
Yaroslav Tykhiy e9a0eed451 Don't forget to close the range if we branched over its end
and had no chance to match it by the 2nd address precisely.
Otherwise the unclosed range would bogusly extend to the end
of stream.

Add a basic regression test for the bug fixed.  (This change
also fixes the more complex case 5.3 from `multitest.t'.)

Compared with:	SUN and GNU seds
Tested by:	regression tests
MFC after:	1 week
2007-04-02 08:14:46 +00:00
..
build Add ncursesw, libelf, and libalias profiling libraries 2007-03-11 13:37:09 +00:00
debugscripts o Correct comments: remove a reference to non-existent gdbinit.9 man page; 2006-05-22 07:12:25 +00:00
diag Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
kerneldoc ah_if.m was removed a while ago 2006-11-26 14:41:17 +00:00
KSE Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
LibraryReport
regression Don't forget to close the range if we branched over its end 2007-04-02 08:14:46 +00:00
sched - Add a horrible bit of code to detect tsc differences between processors. 2007-01-24 21:19:56 +00:00
test Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
tools Overhaul driver/subsystem api's: 2007-03-21 03:42:51 +00:00
install.sh
make_libdeps.sh Make use of mk/ files from a fresh source tree, rather than 2006-11-24 09:07:26 +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.