summaryrefslogtreecommitdiff
path: root/dmake/dbug/dbug/readme
blob: 8d7c2ed6ab13bd532cce7ba3723922a4e299c170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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