CVS: beepcore-c/utility bp_clist.c,1.4,1.5 bp_hash.c,1.2,1.3 bp_hash.h,1.3,1.4 bp_malloc.c,1.2,1.3 bp_queue.c,1.5,1.6 bp_slist_utility.c,1.2,1.3 xml_entities.c,1.2,1.3 xml_parse_globals.c,1.2,1.3
Chris Hanson <[email protected]> Fri, 02 Aug 2002 08:08:35 -0700
| Newsgroups | gmane.network.beep.beepcore.c.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/beepcore-c/beepcore-c/utility In directory usw-pr-cvs1:/tmp/cvs-serv31992/utility Modified Files: bp_clist.c bp_hash.c bp_hash.h bp_malloc.c bp_queue.c bp_slist_utility.c xml_entities.c xml_parse_globals.c Log Message: Reorganize symlinks to be under a single system directory, like this: #include <beepcore-c/FOO.h> Change install rules to put them there. Index: bp_clist.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/utility/bp_clist.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bp_clist.c 2 Aug 2002 00:01:40 -0000 1.4 --- bp_clist.c 2 Aug 2002 15:08:33 -0000 1.5 *************** *** 20,25 **** #include <string.h> ! #include "bp_malloc.h" ! #include "bp_clist.h" /* --- 20,25 ---- #include <string.h> ! #include <beepcore-c/bp_malloc.h> ! #include <beepcore-c/bp_clist.h> /* Index: bp_hash.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/utility/bp_hash.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bp_hash.c 30 Oct 2001 06:00:40 -0000 1.2 --- bp_hash.c 2 Aug 2002 15:08:33 -0000 1.3 *************** *** 20,25 **** #include <string.h> #include <stdlib.h> ! #include "bp_hash.h" ! #include "bp_slist_utility.h" /* private prototypes */ --- 20,25 ---- #include <string.h> #include <stdlib.h> ! #include <beepcore-c/bp_hash.h> ! #include <beepcore-c/bp_slist_utility.h> /* private prototypes */ Index: bp_hash.h =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/utility/bp_hash.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bp_hash.h 30 Oct 2001 06:00:40 -0000 1.3 --- bp_hash.h 2 Aug 2002 15:08:33 -0000 1.4 *************** *** 23,27 **** #define NO_KEY 0xFFFFFFFF #define NO_BYTES 4 ! #include "bp_slist_utility.h" #if defined(__cplusplus) --- 23,27 ---- #define NO_KEY 0xFFFFFFFF #define NO_BYTES 4 ! #include <beepcore-c/bp_slist_utility.h> #if defined(__cplusplus) Index: bp_malloc.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/utility/bp_malloc.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bp_malloc.c 30 Oct 2001 06:00:40 -0000 1.2 --- bp_malloc.c 2 Aug 2002 15:08:33 -0000 1.3 *************** *** 20,24 **** */ ! #include "bp_malloc.h" static const char * _iw_malloc_c_ver = "$Id$"; --- 20,24 ---- */ ! #include <beepcore-c/bp_malloc.h> static const char * _iw_malloc_c_ver = "$Id$"; Index: bp_queue.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/utility/bp_queue.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** bp_queue.c 26 Mar 2002 23:56:20 -0000 1.5 --- bp_queue.c 2 Aug 2002 15:08:33 -0000 1.6 *************** *** 26,30 **** #include <stdio.h> #include <string.h> ! #include "bp_queue.h" bp_queue_node *bp_queue_node_new(void) --- 26,30 ---- #include <stdio.h> #include <string.h> ! #include <beepcore-c/bp_queue.h> bp_queue_node *bp_queue_node_new(void) Index: bp_slist_utility.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/utility/bp_slist_utility.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bp_slist_utility.c 30 Oct 2001 06:00:40 -0000 1.2 --- bp_slist_utility.c 2 Aug 2002 15:08:33 -0000 1.3 *************** *** 41,45 **** #include <stdlib.h> #include <stdio.h> ! #include "bp_slist_utility.h" --- 41,45 ---- #include <stdlib.h> #include <stdio.h> ! #include <beepcore-c/bp_slist_utility.h> Index: xml_entities.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/utility/xml_entities.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xml_entities.c 30 Oct 2001 06:00:40 -0000 1.2 --- xml_entities.c 2 Aug 2002 15:08:33 -0000 1.3 *************** *** 28,34 **** #include <strings.h> #endif ! #include "bp_malloc.h" ! #include "xml_entities.h" ! #include "xml_parse_constants.h" --- 28,34 ---- #include <strings.h> #endif ! #include <beepcore-c/bp_malloc.h> ! #include <beepcore-c/xml_entities.h> ! #include <beepcore-c/xml_parse_constants.h> Index: xml_parse_globals.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/utility/xml_parse_globals.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** xml_parse_globals.c 30 Oct 2001 06:00:40 -0000 1.2 --- xml_parse_globals.c 2 Aug 2002 15:08:33 -0000 1.3 *************** *** 23,27 **** char * __xml_parse_globals_c_ver__ = "$Id$"; ! #include "xml_parse_constants.h" --- 23,27 ---- char * __xml_parse_globals_c_ver__ = "$Id$"; ! #include <beepcore-c/xml_parse_constants.h> ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf