Replace cvs $ with svn $
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10001 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2a89d09add
commit
0041ebc4bd
22 changed files with 22 additions and 22 deletions
|
|
@ -2,7 +2,7 @@ The WAD Developers Guide
|
||||||
|
|
||||||
David Beazley (beazley@cs.uchicago.edu)
|
David Beazley (beazley@cs.uchicago.edu)
|
||||||
|
|
||||||
$Header$
|
$Id$
|
||||||
|
|
||||||
1. Introduction
|
1. Introduction
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001. University of Chicago. All rights reserved.
|
* Copyright (C) 2001. University of Chicago. All rights reserved.
|
||||||
*
|
*
|
||||||
* $Header$
|
* $Id$
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
/* These are the python exception objects we will add
|
/* These are the python exception objects we will add
|
||||||
SegFault, BusError, AbortError */
|
SegFault, BusError, AbortError */
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
PyObject_HEAD
|
PyObject_HEAD
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
extern "C" void pywadinit();
|
extern "C" void pywadinit();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
See the file COPYING for a complete copy of the LGPL.
|
See the file COPYING for a complete copy of the LGPL.
|
||||||
|
|
||||||
$Header$
|
$Id$
|
||||||
|
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
!!!!!!!! DISCLAIMER !!!!!!!!
|
!!!!!!!! DISCLAIMER !!!!!!!!
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
/* Handler function */
|
/* Handler function */
|
||||||
static void handler(int signo, WadFrame *frame, char *ret) {
|
static void handler(int signo, WadFrame *frame, char *ret) {
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
*
|
*
|
||||||
* See the file COPYING for a complete copy of the LGPL.
|
* See the file COPYING for a complete copy of the LGPL.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
extern "C" void tclwadinit();
|
extern "C" void tclwadinit();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
char *wad_cplus_demangle(WadSymbol *ws) {
|
char *wad_cplus_demangle(WadSymbol *ws) {
|
||||||
static char buffer[4096];
|
static char buffer[4096];
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
#ifdef WAD_SOLARIS
|
#ifdef WAD_SOLARIS
|
||||||
#include <sys/elf.h>
|
#include <sys/elf.h>
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
/* Debugging flag */
|
/* Debugging flag */
|
||||||
int wad_debug_mode = 0;
|
int wad_debug_mode = 0;
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
/* Utility functions used to generate strings that are guaranteed not to
|
/* Utility functions used to generate strings that are guaranteed not to
|
||||||
rely upon malloc() and related functions */
|
rely upon malloc() and related functions */
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
typedef struct _WadMemory {
|
typedef struct _WadMemory {
|
||||||
int npages; /* Number of pages */
|
int npages; /* Number of pages */
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
#include <ar.h>
|
#include <ar.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
/* Maximum number of return points */
|
/* Maximum number of return points */
|
||||||
#define WAD_NUMBER_RETURN 128
|
#define WAD_NUMBER_RETURN 128
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
/* Include the proper code for reading the segment map */
|
/* Include the proper code for reading the segment map */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
extern void wad_stab_debug();
|
extern void wad_stab_debug();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
/* stabs data structure. This appears to be somewhat universal. */
|
/* stabs data structure. This appears to be somewhat universal. */
|
||||||
typedef struct Stab {
|
typedef struct Stab {
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
/* -----------------------------------------------------------------------------
|
/* -----------------------------------------------------------------------------
|
||||||
* new_frame()
|
* new_frame()
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
/* Hash table containing stab strings and such */
|
/* Hash table containing stab strings and such */
|
||||||
typedef struct stringtype {
|
typedef struct stringtype {
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#include "wad.h"
|
#include "wad.h"
|
||||||
|
|
||||||
static char cvs[] = "$Header$";
|
static char cvs[] = "$Id$";
|
||||||
|
|
||||||
/* -----------------------------------------------------------------------------
|
/* -----------------------------------------------------------------------------
|
||||||
* wad_build_vars()
|
* wad_build_vars()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue