office-gobmx/dmake/dbug/dbug
Jens-Heiner Rechtien 3541a5373a INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED
2005/09/26 00:43:28 vq 1.1.2.1: #i55070# Restore the documentation for Fred Fish's "C Program Debugging
Package" DBUG.
2006-04-20 11:04:51 +00:00
..
dbug.c
dbug.h
dbug.txt INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006-04-20 11:03:49 +00:00
dbug.uue
example1.c INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006-04-20 11:03:49 +00:00
example2.c INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006-04-20 11:03:49 +00:00
example3.c INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006-04-20 11:04:20 +00:00
factorial.c INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006-04-20 11:04:20 +00:00
main.c INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006-04-20 11:04:20 +00:00
makeman.sh INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006-04-20 11:04:51 +00:00
readme INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2006-04-20 11:04:41 +00:00
user.r INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006-04-20 11:04:51 +00:00

This directory contains DBUG the "C Program Debugging Package" by Fred Fish.

/******************************************************************************
 *									      *
 *	                           N O T I C E				      *
 *									      *
 *	              Copyright Abandoned, 1987, Fred Fish		      *
 *									      *
 *									      *
 *	This previously copyrighted work has been placed into the  public     *
 *	domain  by  the  author  and  may be freely used for any purpose,     *
 *	private or commercial.						      *
 *									      *
 *	Because of the number of inquiries I was receiving about the  use     *
 *	of this product in commercially developed works I have decided to     *
 *	simply make it public domain to further its unrestricted use.   I     *
 *	specifically  would  be  most happy to see this material become a     *
 *	part of the standard Unix distributions by AT&T and the  Berkeley     *
 *	Computer  Science  Research Group, and a standard part of the GNU     *
 *	system from the Free Software Foundation.			      *
 *									      *
 *	I would appreciate it, as a courtesy, if this notice is  left  in     *
 *	all copies and derivative works.  Thank you.			      *
 *									      *
 *	The author makes no warranty of any kind  with  respect  to  this     *
 *	product  and  explicitly disclaims any implied warranties of mer-     *
 *	chantability or fitness for any particular purpose.		      *
 *									      *
 ******************************************************************************
 */

The original package is no longer mainained, but copies can found here
  <http://sourceforge.net/projects/dbug/>
or in the dbug directory of the MySQL 4.0 (and older)
  <http://dev.mysql.com/downloads/>
sources.

The files found here are:

  dbug.c     - runtime support routines for dbug package
  dbug.h     - user include file for programs using the dbug package
  user.r     - nroff source for the manual page.
  dbug.txt   - a typeset version of the manual page containing no control
               characters. Generated with makeman.sh:
               Copy it as dbug.1 into a directory in your search path for
               man pages to be able to view it with the man command. 
  makeman.sh - helper script to generate the documentation
  example1.c - Additional/demo sources for the documentation.
  example2.c
  example3.c
  main.c
  factorial.c