summaryrefslogtreecommitdiff
path: root/dmake/dbug
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-07-25 09:08:07 +0000
committerRüdiger Timm <rt@openoffice.org>2006-07-25 09:08:07 +0000
commit0c1806f21a6d8204c586cd4cbc458a3539169f88 (patch)
tree111ab4664fffadeecbd62cdf0d86b3dc05ae6cdd /dmake/dbug
parent6f18ad13cc213159b0f5c2e089cbd032d3e3197f (diff)
INTEGRATION: CWS rt15 (1.1.1.1.150); FILE MERGED
2006/06/28 15:11:41 rt 1.1.1.1.150.1: #i54459# CVS history removed from file.
Diffstat (limited to 'dmake/dbug')
-rw-r--r--dmake/dbug/malloc/calloc.c44
-rw-r--r--dmake/dbug/malloc/debug.h32
-rw-r--r--dmake/dbug/malloc/dump.c41
-rw-r--r--dmake/dbug/malloc/free.c58
-rw-r--r--dmake/dbug/malloc/m_init.c44
5 files changed, 5 insertions, 214 deletions
diff --git a/dmake/dbug/malloc/calloc.c b/dmake/dbug/malloc/calloc.c
index 6d1e0f84b626..1469b200cbf2 100644
--- a/dmake/dbug/malloc/calloc.c
+++ b/dmake/dbug/malloc/calloc.c
@@ -23,7 +23,7 @@
* return ptr to malloc'd region
*/
#ifndef lint
-static char rcs_header[] = "$Id: calloc.c,v 1.1.1.1 2000-09-22 15:33:26 hr Exp $";
+static char rcs_header[] = "$Id: calloc.c,v 1.2 2006-07-25 10:07:11 rt Exp $";
#endif
char *
@@ -47,45 +47,3 @@ calloc(nelem,elsize)
}
-/*
- * $Log: not supported by cvs2svn $
- * Revision 1.1.1.1 1997/09/22 14:51:10 hjs
- * dmake 4.1 orginal sourcen
- *
- * Revision 1.1.1.1 1997/07/15 16:02:26 dvadura
- * dmake gold 4.1.00 initial import
- *
- * Revision 1.1.1.1 1996/10/27 07:30:14 dvadura
- * Dmake 4.1 Initial Import
- *
- * Revision 1.1.1.1 1996/10/24 05:33:14 dvadura
- * Initial import for final release of dmake 4.1
- *
- * Revision 1.1 1994/10/06 17:43:08 dvadura
- * dmake Release Version 4.0, Initial revision
- *
- * Revision 1.1 1994/10/06 03:45:17 dvadura
- * dmake Release Version 4.0, Initial revision
- *
- * Revision 1.1 1992/01/24 03:28:58 dvadura
- * dmake Version 3.8, Initial revision
- *
- * Revision 1.6 90/05/11 00:13:07 cpcahil
- * added copyright statment
- *
- * Revision 1.5 90/02/24 20:41:57 cpcahil
- * lint changes.
- *
- * Revision 1.4 90/02/24 17:25:47 cpcahil
- * changed $header to $id so full path isn't included.
- *
- * Revision 1.3 90/02/24 13:32:24 cpcahil
- * added function header. moved log to end of file.
- *
- * Revision 1.2 90/02/22 23:08:26 cpcahil
- * fixed rcs_header line
- *
- * Revision 1.1 90/02/22 23:07:38 cpcahil
- * Initial revision
- *
- */
diff --git a/dmake/dbug/malloc/debug.h b/dmake/dbug/malloc/debug.h
index 1a206d242936..069d1dc77639 100644
--- a/dmake/dbug/malloc/debug.h
+++ b/dmake/dbug/malloc/debug.h
@@ -12,7 +12,7 @@
/* */
/************************************************************************/
/*
- * $Id: debug.h,v 1.1.1.1 2000-09-22 15:33:26 hr Exp $
+ * $Id: debug.h,v 1.2 2006-07-25 10:07:24 rt Exp $
*/
#ifdef DEBUG
@@ -97,33 +97,3 @@
#endif /* DEBUG */
-/*
- * $Log: not supported by cvs2svn $
- * Revision 1.1.1.1 1997/09/22 14:51:11 hjs
- * dmake 4.1 orginal sourcen
- *
- * Revision 1.1.1.1 1997/07/15 16:02:26 dvadura
- * dmake gold 4.1.00 initial import
- *
- * Revision 1.1.1.1 1996/10/27 07:30:14 dvadura
- * Dmake 4.1 Initial Import
- *
- * Revision 1.1.1.1 1996/10/24 05:33:14 dvadura
- * Initial import for final release of dmake 4.1
- *
- * Revision 1.1 1994/10/06 17:43:09 dvadura
- * dmake Release Version 4.0, Initial revision
- *
- * Revision 1.1 1994/10/06 03:45:18 dvadura
- * dmake Release Version 4.0, Initial revision
- *
- * Revision 1.1 1992/01/24 03:28:59 dvadura
- * dmake Version 3.8, Initial revision
- *
- * Revision 1.2 90/05/11 00:13:08 cpcahil
- * added copyright statment
- *
- * Revision 1.1 90/02/23 07:09:01 cpcahil
- * Initial revision
- *
- */
diff --git a/dmake/dbug/malloc/dump.c b/dmake/dbug/malloc/dump.c
index 7ac79ccc884f..70c8ac30c2d8 100644
--- a/dmake/dbug/malloc/dump.c
+++ b/dmake/dbug/malloc/dump.c
@@ -28,7 +28,7 @@
#ifndef lint
static
-char rcs_hdr[] = "$Id: dump.c,v 1.1.1.1 2000-09-22 15:33:26 hr Exp $";
+char rcs_hdr[] = "$Id: dump.c,v 1.2 2006-07-25 10:07:38 rt Exp $";
#endif
@@ -101,42 +101,3 @@ malloc_dump(fd)
} /* malloc_dump(... */
-/*
- * $Log: not supported by cvs2svn $
- * Revision 1.1.1.1 1997/09/22 14:51:11 hjs
- * dmake 4.1 orginal sourcen
- *
- * Revision 1.1.1.1 1997/07/15 16:02:26 dvadura
- * dmake gold 4.1.00 initial import
- *
- * Revision 1.1.1.1 1996/10/27 07:30:14 dvadura
- * Dmake 4.1 Initial Import
- *
- * Revision 1.1.1.1 1996/10/24 05:33:14 dvadura
- * Initial import for final release of dmake 4.1
- *
- * Revision 1.1 1994/10/06 17:43:09 dvadura
- * dmake Release Version 4.0, Initial revision
- *
- * Revision 1.1 1994/10/06 03:45:19 dvadura
- * dmake Release Version 4.0, Initial revision
- *
- * Revision 1.1 1992/01/24 03:29:01 dvadura
- * dmake Version 3.8, Initial revision
- *
- * Revision 1.5 90/08/29 21:22:37 cpcahil
- * miscellaneous lint fixes
- *
- * Revision 1.4 90/05/11 00:13:08 cpcahil
- * added copyright statment
- *
- * Revision 1.3 90/02/24 21:50:07 cpcahil
- * lots of lint fixes
- *
- * Revision 1.2 90/02/24 17:27:48 cpcahil
- * changed $header to $Id to remove full path from rcs id string
- *
- * Revision 1.1 90/02/22 23:17:43 cpcahil
- * Initial revision
- *
- */
diff --git a/dmake/dbug/malloc/free.c b/dmake/dbug/malloc/free.c
index 5eb139d6fcb8..a8fc3ca259b6 100644
--- a/dmake/dbug/malloc/free.c
+++ b/dmake/dbug/malloc/free.c
@@ -31,7 +31,7 @@
*/
#ifndef lint
static
-char rcs_hdr[] = "$Id: free.c,v 1.1.1.1 2000-09-22 15:33:26 hr Exp $";
+char rcs_hdr[] = "$Id: free.c,v 1.2 2006-07-25 10:07:53 rt Exp $";
#endif
void
@@ -148,59 +148,3 @@ free(cptr)
}
-/*
- * $Log: not supported by cvs2svn $
- * Revision 1.1.1.1 1997/09/22 14:51:11 hjs
- * dmake 4.1 orginal sourcen
- *
- * Revision 1.1.1.1 1997/07/15 16:02:26 dvadura
- * dmake gold 4.1.00 initial import
- *
- * Revision 1.1.1.1 1996/10/27 07:30:14 dvadura
- * Dmake 4.1 Initial Import
- *
- * Revision 1.1.1.1 1996/10/24 05:33:14 dvadura
- * Initial import for final release of dmake 4.1
- *
- * Revision 1.1 1994/10/06 17:43:10 dvadura
- * dmake Release Version 4.0, Initial revision
- *
- * Revision 1.1 1994/10/06 03:45:19 dvadura
- * dmake Release Version 4.0, Initial revision
- *
- * Revision 1.1 1992/01/24 03:29:02 dvadura
- * dmake Version 3.8, Initial revision
- *
- * Revision 1.9 90/08/29 21:22:48 cpcahil
- * miscellaneous lint fixes
- *
- * Revision 1.8 90/05/11 00:13:08 cpcahil
- * added copyright statment
- *
- * Revision 1.7 90/02/25 11:00:18 cpcahil
- * added support for malloc chain checking.
- *
- * Revision 1.6 90/02/24 21:50:18 cpcahil
- * lots of lint fixes
- *
- * Revision 1.5 90/02/24 17:29:13 cpcahil
- * changed $Header to $Id so full path wouldnt be included as part of rcs
- * id string
- *
- * Revision 1.4 90/02/24 15:15:32 cpcahil
- * 1. changed ALREADY_FREE errno to NOT_INUSE so that the same errno could
- * be used by both free and realloc (since it was the same error).
- * 2. fixed coding bug
- *
- * Revision 1.3 90/02/24 14:23:45 cpcahil
- * fixed malloc_warning calls
- *
- * Revision 1.2 90/02/24 13:59:10 cpcahil
- * added function header.
- * Modified calls to malloc_warning/malloc_fatal to use new code error messages
- * Added support for malloc_errno setting of error codes.
- *
- * Revision 1.1 90/02/22 23:17:43 cpcahil
- * Initial revision
- *
- */
diff --git a/dmake/dbug/malloc/m_init.c b/dmake/dbug/malloc/m_init.c
index cef558319340..d4fdc0788f4b 100644
--- a/dmake/dbug/malloc/m_init.c
+++ b/dmake/dbug/malloc/m_init.c
@@ -22,7 +22,7 @@
*/
#ifndef lint
static
-char rcs_hdr[] = "$Id: m_init.c,v 1.1.1.1 2000-09-22 15:33:26 hr Exp $";
+char rcs_hdr[] = "$Id: m_init.c,v 1.2 2006-07-25 10:08:07 rt Exp $";
#endif
void
@@ -77,45 +77,3 @@ malloc_init()
}
-/*
- * $Log: not supported by cvs2svn $
- * Revision 1.1.1.1 1997/09/22 14:51:11 hjs
- * dmake 4.1 orginal sourcen
- *
- * Revision 1.1.1.1 1997/07/15 16:02:26 dvadura
- * dmake gold 4.1.00 initial import
- *
- * Revision 1.1.1.1 1996/10/27 07:30:14 dvadura
- * Dmake 4.1 Initial Import
- *
- * Revision 1.1.1.1 1996/10/24 05:33:14 dvadura
- * Initial import for final release of dmake 4.1
- *
- * Revision 1.1 1994/10/06 17:43:11 dvadura
- * dmake Release Version 4.0, Initial revision
- *
- * Revision 1.1 1994/10/06 03:45:20 dvadura
- * dmake Release Version 4.0, Initial revision
- *
- * Revision 1.1 1992/01/24 03:29:03 dvadura
- * dmake Version 3.8, Initial revision
- *
- * Revision 1.6 90/08/29 22:23:21 cpcahil
- * fixed mallopt to use a union as an argument.
- *
- * Revision 1.5 90/08/29 21:22:50 cpcahil
- * miscellaneous lint fixes
- *
- * Revision 1.4 90/05/11 15:53:35 cpcahil
- * fixed bug in initialization code.
- *
- * Revision 1.3 90/05/11 00:13:08 cpcahil
- * added copyright statment
- *
- * Revision 1.2 90/02/24 21:50:20 cpcahil
- * lots of lint fixes
- *
- * Revision 1.1 90/02/24 17:10:53 cpcahil
- * Initial revision
- *
- */