OSSP CVS Repository

ossp - Check-in [4265]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4265
Date: 2001-Aug-01 15:26:29 (local)
2001-Aug-01 13:26:29 (UTC)
User:simons
Branch:callback-semantic-rewrite
Comment: Now that internal.h includes assert.h we don't need to do that anymore.
Tickets:
Inspections:
Files:
ossp-pkg/xds/destroy.c      1.7 -> 1.7.2.1     0 inserted, 1 deleted
ossp-pkg/xds/find-engine.c      1.3.2.1->removed
ossp-pkg/xds/getbuffer.c      1.2.2.1->removed
ossp-pkg/xds/init.c      1.5 -> 1.5.2.1     0 inserted, 1 deleted
ossp-pkg/xds/register.c      1.6.2.1 -> 1.6.2.2     0 inserted, 1 deleted
ossp-pkg/xds/regression-tests/xds-mystruct.c      1.5.2.2->removed
ossp-pkg/xds/regression-tests/xds-register.c      1.6.2.1->removed
ossp-pkg/xds/regression-tests/xds-setbuffer.c      1.3.2.2->removed
ossp-pkg/xds/set-capacity.c      1.3.2.1 -> 1.3.2.2     0 inserted, 1 deleted
ossp-pkg/xds/setbuffer.c      1.6.2.1->removed
ossp-pkg/xds/unregister.c      1.4.2.1 -> 1.4.2.2     0 inserted, 1 deleted
ossp-pkg/xds/vdecode.c      1.4.2.2 -> 1.4.2.3     0 inserted, 1 deleted
ossp-pkg/xds/vencode.c      1.12.2.3 -> 1.12.2.4     0 inserted, 1 deleted
ossp-pkg/xds/xdr-decode-int64.c      1.3.2.1 -> 1.3.2.2     0 inserted, 1 deleted
ossp-pkg/xds/xdr-decode-octetstream.c      1.3.2.1 -> 1.3.2.2     0 inserted, 1 deleted
ossp-pkg/xds/xdr-decode-string.c      1.4.2.1 -> 1.4.2.2     0 inserted, 1 deleted
ossp-pkg/xds/xdr-decode-uint32.c      1.3.2.1 -> 1.3.2.2     0 inserted, 1 deleted
ossp-pkg/xds/xdr-decode-uint64.c      1.3.2.2 -> 1.3.2.3     0 inserted, 1 deleted
ossp-pkg/xds/xdr-encode-int32.c      1.3.2.2 -> 1.3.2.3     0 inserted, 1 deleted
ossp-pkg/xds/xdr-encode-int64.c      1.3.2.1 -> 1.3.2.2     0 inserted, 1 deleted
ossp-pkg/xds/xdr-encode-octetstream.c      1.4.2.1 -> 1.4.2.2     0 inserted, 1 deleted
ossp-pkg/xds/xdr-encode-string.c      1.5.2.1 -> 1.5.2.2     0 inserted, 1 deleted
ossp-pkg/xds/xdr-encode-uint32.c      1.3.2.1 -> 1.3.2.2     0 inserted, 1 deleted
ossp-pkg/xds/xdr-encode-uint64.c      1.3.2.1 -> 1.3.2.2     0 inserted, 1 deleted
ossp-pkg/xds/xml-decode-begin.c      1.1 -> 1.1.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-decode-end.c      1.1 -> 1.1.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-decode-int32.c      1.2 -> 1.2.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-decode-int64.c      1.3 -> 1.3.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-decode-uint32.c      1.2 -> 1.2.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-decode-uint64.c      1.3 -> 1.3.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-encode-begin.c      1.1 -> 1.1.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-encode-end.c      1.1 -> 1.1.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-encode-int32.c      1.3 -> 1.3.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-encode-int64.c      1.3 -> 1.3.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-encode-uint32.c      1.2 -> 1.2.2.1     0 inserted, 1 deleted
ossp-pkg/xds/xml-encode-uint64.c      1.3 -> 1.3.2.1     0 inserted, 1 deleted

ossp-pkg/xds/destroy.c 1.7 -> 1.7.2.1

--- destroy.c    2001/07/31 06:33:55     1.7
+++ destroy.c    2001/08/01 13:26:29     1.7.2.1
@@ -26,7 +26,6 @@
 */
 
 #include <stdlib.h>
-#include <assert.h>
 #include "internal.h"
 
 void xds_destroy(xds_t* xds)


ossp-pkg/xds/find-engine.c 1.3.2.1 -> 1.3.2.2

--- find-engine.c        2001/08/01 09:55:58     1.3.2.1
+++ find-engine.c        2001/08/01 13:26:29     1.3.2.2
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 int xds_find_engine(const engine_map_t* engines, size_t last, const char* name, size_t* pos)


ossp-pkg/xds/getbuffer.c 1.2.2.1 -> 1.2.2.2

--- getbuffer.c  2001/08/01 09:55:58     1.2.2.1
+++ getbuffer.c  2001/08/01 13:26:29     1.2.2.2
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include "assert.h"
 #include "internal.h"
 
 int xds_getbuffer(xds_t* xds, xds_scope_t flag, void** buffer, size_t* buffer_len)


ossp-pkg/xds/init.c 1.5 -> 1.5.2.1

--- init.c       2001/08/01 09:22:50     1.5
+++ init.c       2001/08/01 13:26:29     1.5.2.1
@@ -27,7 +27,6 @@
 
 #include <stdlib.h>
 #include <errno.h>
-#include <assert.h>
 #include "internal.h"
 
 xds_t* xds_init(xds_mode_t mode)


ossp-pkg/xds/register.c 1.6.2.1 -> 1.6.2.2

--- register.c   2001/08/01 09:55:58     1.6.2.1
+++ register.c   2001/08/01 13:26:29     1.6.2.2
@@ -28,7 +28,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
-#include <assert.h>
 #include "internal.h"
 
 int xds_register(xds_t* xds, const char* name, xds_engine_t engine, void* engine_context)


ossp-pkg/xds/regression-tests/xds-mystruct.c 1.5.2.2 -> 1.5.2.3

--- xds-mystruct.c       2001/08/01 12:04:42     1.5.2.2
+++ xds-mystruct.c       2001/08/01 13:26:32     1.5.2.3
@@ -27,7 +27,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <assert.h>
 #include "../internal.h"
 
 struct mystruct


ossp-pkg/xds/regression-tests/xds-register.c 1.6.2.1 -> 1.6.2.2

--- xds-register.c       2001/08/01 11:27:20     1.6.2.1
+++ xds-register.c       2001/08/01 13:26:32     1.6.2.2
@@ -27,7 +27,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <assert.h>
 #include "../internal.h"
 
 static int dummy_engine(xds_t* xds, void* engine_context,


ossp-pkg/xds/regression-tests/xds-setbuffer.c 1.3.2.2 -> 1.3.2.3

--- xds-setbuffer.c      2001/08/01 12:05:30     1.3.2.2
+++ xds-setbuffer.c      2001/08/01 13:26:32     1.3.2.3
@@ -27,7 +27,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <assert.h>
 #include "../internal.h"
 
 static int dummy_engine(xds_t* xds, void* engine_context,


ossp-pkg/xds/set-capacity.c 1.3.2.1 -> 1.3.2.2

--- set-capacity.c       2001/08/01 09:55:58     1.3.2.1
+++ set-capacity.c       2001/08/01 13:26:29     1.3.2.2
@@ -26,7 +26,6 @@
 */
 
 #include <stdlib.h>
-#include <assert.h>
 #include "internal.h"
 
 int xds_set_capacity(void** array, size_t* array_capacity, size_t new_capacity, size_t elem_size, size_t initial_capacity)


ossp-pkg/xds/setbuffer.c 1.6.2.1 -> 1.6.2.2

--- setbuffer.c  2001/08/01 09:55:58     1.6.2.1
+++ setbuffer.c  2001/08/01 13:26:29     1.6.2.2
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include "assert.h"
 #include "internal.h"
 
 int xds_setbuffer(xds_t* xds, xds_scope_t flag, void* buffer, size_t buffer_len)


ossp-pkg/xds/unregister.c 1.4.2.1 -> 1.4.2.2

--- unregister.c 2001/08/01 09:55:58     1.4.2.1
+++ unregister.c 2001/08/01 13:26:29     1.4.2.2
@@ -28,7 +28,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
-#include <assert.h>
 #include "internal.h"
 
 int xds_unregister(xds_t* xds, const char* name)


ossp-pkg/xds/vdecode.c 1.4.2.2 -> 1.4.2.3

--- vdecode.c    2001/08/01 11:26:16     1.4.2.2
+++ vdecode.c    2001/08/01 13:26:29     1.4.2.3
@@ -27,7 +27,6 @@
 
 #include <string.h>
 #include <ctype.h>
-#include <assert.h>
 #include "internal.h"
 
 int xds_vdecode(xds_t* xds, const char* fmt_arg, va_list args)


ossp-pkg/xds/vencode.c 1.12.2.3 -> 1.12.2.4

--- vencode.c    2001/08/01 12:01:32     1.12.2.3
+++ vencode.c    2001/08/01 13:26:29     1.12.2.4
@@ -27,7 +27,6 @@
 
 #include <string.h>
 #include <ctype.h>
-#include <assert.h>
 #include "internal.h"
 
 int xds_vencode(xds_t* xds, const char* fmt_arg, va_list args)


ossp-pkg/xds/xdr-decode-int64.c 1.3.2.1 -> 1.3.2.2

--- xdr-decode-int64.c   2001/08/01 11:26:56     1.3.2.1
+++ xdr-decode-int64.c   2001/08/01 13:26:29     1.3.2.2
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include <assert.h>
 #include "internal.h"
 
 int xdr_decode_int64(xds_t* xds, void* engine_context,


ossp-pkg/xds/xdr-decode-octetstream.c 1.3.2.1 -> 1.3.2.2

--- xdr-decode-octetstream.c     2001/08/01 11:26:56     1.3.2.1
+++ xdr-decode-octetstream.c     2001/08/01 13:26:29     1.3.2.2
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 int xdr_decode_octetstream(xds_t* xds, void* engine_context,


ossp-pkg/xds/xdr-decode-string.c 1.4.2.1 -> 1.4.2.2

--- xdr-decode-string.c  2001/08/01 11:26:56     1.4.2.1
+++ xdr-decode-string.c  2001/08/01 13:26:29     1.4.2.2
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 int xdr_decode_string(xds_t* xds, void* engine_context,


ossp-pkg/xds/xdr-decode-uint32.c 1.3.2.1 -> 1.3.2.2

--- xdr-decode-uint32.c  2001/08/01 11:26:56     1.3.2.1
+++ xdr-decode-uint32.c  2001/08/01 13:26:29     1.3.2.2
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include <assert.h>
 #include "internal.h"
 
 int xdr_decode_uint32(xds_t* xds, void* engine_context,


ossp-pkg/xds/xdr-decode-uint64.c 1.3.2.2 -> 1.3.2.3

--- xdr-decode-uint64.c  2001/08/01 11:51:59     1.3.2.2
+++ xdr-decode-uint64.c  2001/08/01 13:26:29     1.3.2.3
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include <assert.h>
 #include "internal.h"
 
 int xdr_decode_uint64(xds_t* xds, void* engine_context,


ossp-pkg/xds/xdr-encode-int32.c 1.3.2.2 -> 1.3.2.3

--- xdr-encode-int32.c   2001/08/01 11:26:56     1.3.2.2
+++ xdr-encode-int32.c   2001/08/01 13:26:29     1.3.2.3
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include <assert.h>
 #include "internal.h"
 
 int xdr_encode_int32(xds_t* xds, void* engine_context,


ossp-pkg/xds/xdr-encode-int64.c 1.3.2.1 -> 1.3.2.2

--- xdr-encode-int64.c   2001/08/01 11:26:56     1.3.2.1
+++ xdr-encode-int64.c   2001/08/01 13:26:29     1.3.2.2
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include <assert.h>
 #include "internal.h"
 
 int xdr_encode_int64(xds_t* xds, void* engine_context,


ossp-pkg/xds/xdr-encode-octetstream.c 1.4.2.1 -> 1.4.2.2

--- xdr-encode-octetstream.c     2001/08/01 11:26:56     1.4.2.1
+++ xdr-encode-octetstream.c     2001/08/01 13:26:29     1.4.2.2
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include <assert.h>
 #include <string.h>
 #include "internal.h"
 


ossp-pkg/xds/xdr-encode-string.c 1.5.2.1 -> 1.5.2.2

--- xdr-encode-string.c  2001/08/01 11:26:56     1.5.2.1
+++ xdr-encode-string.c  2001/08/01 13:26:29     1.5.2.2
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include <assert.h>
 #include <string.h>
 #include "internal.h"
 


ossp-pkg/xds/xdr-encode-uint32.c 1.3.2.1 -> 1.3.2.2

--- xdr-encode-uint32.c  2001/08/01 11:26:56     1.3.2.1
+++ xdr-encode-uint32.c  2001/08/01 13:26:29     1.3.2.2
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include <assert.h>
 #include "internal.h"
 
 int xdr_encode_uint32(xds_t* xds, void* engine_context,


ossp-pkg/xds/xdr-encode-uint64.c 1.3.2.1 -> 1.3.2.2

--- xdr-encode-uint64.c  2001/08/01 11:26:56     1.3.2.1
+++ xdr-encode-uint64.c  2001/08/01 13:26:29     1.3.2.2
@@ -25,7 +25,6 @@
    SUCH DAMAGE.
 */
 
-#include <assert.h>
 #include "internal.h"
 
 int xdr_encode_uint64(xds_t* xds, void* engine_context,


ossp-pkg/xds/xml-decode-begin.c 1.1 -> 1.1.2.1

--- xml-decode-begin.c   2001/07/31 15:27:45     1.1
+++ xml-decode-begin.c   2001/08/01 13:26:29     1.1.2.1
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 int xml_decode_begin(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)


ossp-pkg/xds/xml-decode-end.c 1.1 -> 1.1.2.1

--- xml-decode-end.c     2001/07/31 15:28:14     1.1
+++ xml-decode-end.c     2001/08/01 13:26:29     1.1.2.1
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 int xml_decode_end(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)


ossp-pkg/xds/xml-decode-int32.c 1.2 -> 1.2.2.1

--- xml-decode-int32.c   2001/07/24 13:52:41     1.2
+++ xml-decode-int32.c   2001/08/01 13:26:29     1.2.2.1
@@ -27,7 +27,6 @@
 
 #include <string.h>
 #include <ctype.h>
-#include <assert.h>
 #include "internal.h"
 
 int xml_decode_int32(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)


ossp-pkg/xds/xml-decode-int64.c 1.3 -> 1.3.2.1

--- xml-decode-int64.c   2001/07/24 13:52:41     1.3
+++ xml-decode-int64.c   2001/08/01 13:26:29     1.3.2.1
@@ -27,7 +27,6 @@
 
 #include <string.h>
 #include <ctype.h>
-#include <assert.h>
 #include "internal.h"
 
 int xml_decode_int64(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)


ossp-pkg/xds/xml-decode-uint32.c 1.2 -> 1.2.2.1

--- xml-decode-uint32.c  2001/07/24 13:52:41     1.2
+++ xml-decode-uint32.c  2001/08/01 13:26:29     1.2.2.1
@@ -27,7 +27,6 @@
 
 #include <string.h>
 #include <ctype.h>
-#include <assert.h>
 #include "internal.h"
 
 int xml_decode_uint32(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)


ossp-pkg/xds/xml-decode-uint64.c 1.3 -> 1.3.2.1

--- xml-decode-uint64.c  2001/07/24 13:52:41     1.3
+++ xml-decode-uint64.c  2001/08/01 13:26:29     1.3.2.1
@@ -27,7 +27,6 @@
 
 #include <string.h>
 #include <ctype.h>
-#include <assert.h>
 #include "internal.h"
 
 int xml_decode_uint64(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)


ossp-pkg/xds/xml-encode-begin.c 1.1 -> 1.1.2.1

--- xml-encode-begin.c   2001/07/31 15:27:45     1.1
+++ xml-encode-begin.c   2001/08/01 13:26:29     1.1.2.1
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 const char xds_xml_begin_text[] = \


ossp-pkg/xds/xml-encode-end.c 1.1 -> 1.1.2.1

--- xml-encode-end.c     2001/07/31 15:28:14     1.1
+++ xml-encode-end.c     2001/08/01 13:26:29     1.1.2.1
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 const char xds_xml_end_text[] = "</xds>\n";


ossp-pkg/xds/xml-encode-int32.c 1.3 -> 1.3.2.1

--- xml-encode-int32.c   2001/07/24 13:52:41     1.3
+++ xml-encode-int32.c   2001/08/01 13:26:30     1.3.2.1
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 int xml_encode_int32(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)


ossp-pkg/xds/xml-encode-int64.c 1.3 -> 1.3.2.1

--- xml-encode-int64.c   2001/07/24 13:52:41     1.3
+++ xml-encode-int64.c   2001/08/01 13:26:30     1.3.2.1
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 int xml_encode_int64(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)


ossp-pkg/xds/xml-encode-uint32.c 1.2 -> 1.2.2.1

--- xml-encode-uint32.c  2001/07/24 13:52:41     1.2
+++ xml-encode-uint32.c  2001/08/01 13:26:30     1.2.2.1
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 int xml_encode_uint32(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)


ossp-pkg/xds/xml-encode-uint64.c 1.3 -> 1.3.2.1

--- xml-encode-uint64.c  2001/07/24 13:52:41     1.3
+++ xml-encode-uint64.c  2001/08/01 13:26:30     1.3.2.1
@@ -26,7 +26,6 @@
 */
 
 #include <string.h>
-#include <assert.h>
 #include "internal.h"
 
 int xml_encode_uint64(xds_t* xds, void* engine_context, void* buffer, size_t buffer_size, va_list* args)

CVSTrac 2.0.1