mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
This commit is contained in:
parent
bb8be93a50
commit
8586991099
194 changed files with 5 additions and 1805 deletions
|
@ -7,15 +7,7 @@
|
||||||
* (in our case, BeOS) for dynamic object loading.
|
* (in our case, BeOS) for dynamic object loading.
|
||||||
*
|
*
|
||||||
* This trivial header is released under the same license as the rest of
|
* This trivial header is released under the same license as the rest of
|
||||||
* Python:
|
* Python.
|
||||||
*
|
|
||||||
* Copyright (c) 2000, BeOpen.com.
|
|
||||||
* Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
* Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
* redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
*
|
*
|
||||||
* - Chris Herborth (chrish@beoscentral.com)
|
* - Chris Herborth (chrish@beoscentral.com)
|
||||||
* January 11, 1999
|
* January 11, 1999
|
||||||
|
|
|
@ -2,15 +2,6 @@
|
||||||
#define Py_PYTHON_H
|
#define Py_PYTHON_H
|
||||||
/* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
|
/* Since this is a "meta-include" file, no #ifdef __cplusplus / extern "C" { */
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Enable compiler features; switching on C lib defines doesn't work
|
/* Enable compiler features; switching on C lib defines doesn't work
|
||||||
here, because the symbols haven't necessarily been defined yet. */
|
here, because the symbols haven't necessarily been defined yet. */
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#ifndef Py_BITSET_H
|
#ifndef Py_BITSET_H
|
||||||
#define Py_BITSET_H
|
#define Py_BITSET_H
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Buffer object interface */
|
/* Buffer object interface */
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Interface to random parts in ceval.c */
|
/* Interface to random parts in ceval.c */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Class object interface */
|
/* Class object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* C objects to be exported from one extension module to another.
|
/* C objects to be exported from one extension module to another.
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Definitions for bytecode */
|
/* Definitions for bytecode */
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Dictionary object type -- mapping from hashable object to object */
|
/* Dictionary object type -- mapping from hashable object to object */
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Error codes passed around between file input, tokenizer, parser and
|
/* Error codes passed around between file input, tokenizer, parser and
|
||||||
interpreter. This is necessary so we can turn them into Python
|
interpreter. This is necessary so we can turn them into Python
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Interface to execute compiled code */
|
/* Interface to execute compiled code */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* File object interface */
|
/* File object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Float object interface */
|
/* Float object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Frame object interface */
|
/* Frame object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Function object interface */
|
/* Function object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Grammar interface */
|
/* Grammar interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Module definition and import interface */
|
/* Module definition and import interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Integer object interface */
|
/* Integer object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#ifndef Py_INTRCHECK_H
|
#ifndef Py_INTRCHECK_H
|
||||||
#define Py_INTRCHECK_H
|
#define Py_INTRCHECK_H
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* List object interface */
|
/* List object interface */
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* This is published for the benefit of "friend" marshal.c only. */
|
/* This is published for the benefit of "friend" marshal.c only. */
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Long (arbitrary precision) integer object interface */
|
/* Long (arbitrary precision) integer object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Interface for marshal.c */
|
/* Interface for marshal.c */
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#define MSTART 256
|
#define MSTART 256
|
||||||
#define RULE 257
|
#define RULE 257
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Method object interface */
|
/* Method object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#ifndef Py_MODSUPPORT_H
|
#ifndef Py_MODSUPPORT_H
|
||||||
#define Py_MODSUPPORT_H
|
#define Py_MODSUPPORT_H
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Module object interface */
|
/* Module object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Parse tree node interface */
|
/* Parse tree node interface */
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Object and type object interface */
|
/* Object and type object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#ifndef Py_OBJIMPL_H
|
#ifndef Py_OBJIMPL_H
|
||||||
#define Py_OBJIMPL_H
|
#define Py_OBJIMPL_H
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Instruction opcodes for compiled code */
|
/* Instruction opcodes for compiled code */
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Operating system dependencies */
|
/* Operating system dependencies */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Parser-tokenizer link interface */
|
/* Parser-tokenizer link interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Newfangled version identification scheme.
|
/* Newfangled version identification scheme.
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Include files and extern declarations used by most of the parser. */
|
/* Include files and extern declarations used by most of the parser. */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#ifndef Py_PYDEBUG_H
|
#ifndef Py_PYDEBUG_H
|
||||||
#define Py_PYDEBUG_H
|
#define Py_PYDEBUG_H
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Error handling definitions */
|
/* Error handling definitions */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Lowest-level memory allocation interface */
|
/* Lowest-level memory allocation interface */
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#ifndef Py_PYPORT_H
|
#ifndef Py_PYPORT_H
|
||||||
#define Py_PYPORT_H
|
#define Py_PYPORT_H
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Thread and interpreter state structures and their interfaces */
|
/* Thread and interpreter state structures and their interfaces */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Interfaces to parse and execute pieces of python code */
|
/* Interfaces to parse and execute pieces of python code */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#ifndef Py_PYTHREAD_H
|
#ifndef Py_PYTHREAD_H
|
||||||
#define Py_PYTHREAD_H
|
#define Py_PYTHREAD_H
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Range object interface */
|
/* Range object interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* String object interface */
|
/* String object interface */
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Interface to map C struct members to Python object attributes */
|
/* Interface to map C struct members to Python object attributes */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* System module interface */
|
/* System module interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Token types */
|
/* Token types */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#ifndef Py_TRACEBACK_H
|
#ifndef Py_TRACEBACK_H
|
||||||
#define Py_TRACEBACK_H
|
#define Py_TRACEBACK_H
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Tuple object interface */
|
/* Tuple object interface */
|
||||||
|
|
||||||
|
|
10
Makefile.in
10
Makefile.in
|
@ -1,13 +1,3 @@
|
||||||
########################################################################
|
|
||||||
# Copyright (c) 2000, BeOpen.com.
|
|
||||||
# Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
# Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
|
||||||
# See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
########################################################################
|
|
||||||
|
|
||||||
# Top-level Makefile for Python
|
# Top-level Makefile for Python
|
||||||
#
|
#
|
||||||
# As distributed, this file is called Makefile.in; it is processed
|
# As distributed, this file is called Makefile.in; it is processed
|
||||||
|
|
|
@ -1,18 +1,8 @@
|
||||||
/***********************************************************
|
/***********************************************************
|
||||||
Copyright (C) 1994 Steen Lumholt.
|
Copyright (C) 1994 Steen Lumholt.
|
||||||
Copyright 1994-1995 by Stichting Mathematisch Centrum, Amsterdam,
|
|
||||||
The Netherlands.
|
|
||||||
|
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
|
|
||||||
******************************************************************/
|
******************************************************************/
|
||||||
|
|
||||||
/* _tkinter.c -- Interface to libtk.a and libtcl.a. */
|
/* _tkinter.c -- Interface to libtk.a and libtcl.a. */
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#define OLD_INTERFACE /* define for pre-Irix 6 interface */
|
#define OLD_INTERFACE /* define for pre-Irix 6 interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Array object implementation */
|
/* Array object implementation */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* audioopmodule - Module to detect peak values in arrays */
|
/* audioopmodule - Module to detect peak values in arrays */
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
|
|
||||||
Amsterdam, The Netherlands.
|
|
||||||
|
|
||||||
All Rights Reserved
|
|
||||||
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Routines to represent binary data in ASCII and vice-versa
|
** Routines to represent binary data in ASCII and vice-versa
|
||||||
**
|
**
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Berkeley DB interface.
|
/* Berkeley DB interface.
|
||||||
Author: Michael McLay
|
Author: Michael McLay
|
||||||
|
|
|
@ -1,13 +1,3 @@
|
||||||
/**********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* CD module -- interface to Mark Callow's and Roger Chickering's */
|
/* CD module -- interface to Mark Callow's and Roger Chickering's */
|
||||||
/* CD Audio Library (CD). */
|
/* CD Audio Library (CD). */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Functions used by cgen output */
|
/* Functions used by cgen output */
|
||||||
|
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Definitions used by cgen output */
|
/* Definitions used by cgen output */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
/* Cl objects */
|
/* Cl objects */
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Input used to generate the Python module "glmodule.c".
|
Input used to generate the Python module "glmodule.c".
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* DBM module using dictionary interface */
|
/* DBM module using dictionary interface */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* dl module */
|
/* dl module */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Errno module */
|
/* Errno module */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* fcntl module */
|
/* fcntl module */
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,3 @@
|
||||||
/**********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* FL module -- interface to Mark Overmars' FORMS Library. */
|
/* FL module -- interface to Mark Overmars' FORMS Library. */
|
||||||
|
|
||||||
/* This code works with FORMS version 2.2 (if you defined
|
/* This code works with FORMS version 2.2 (if you defined
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Font Manager module */
|
/* Font Manager module */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* DBM module using dictionary interface */
|
/* DBM module using dictionary interface */
|
||||||
/* Author: Anthony Baxter, after dbmmodule.c */
|
/* Author: Anthony Baxter, after dbmmodule.c */
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Return the initial module search path. */
|
/* Return the initial module search path. */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Input used to generate the Python module "glmodule.c".
|
Input used to generate the Python module "glmodule.c".
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* UNIX group file access module */
|
/* UNIX group file access module */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* imageopmodule - Various operations on pictures */
|
/* imageopmodule - Various operations on pictures */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* IMGFILE module - Interface to sgi libimage */
|
/* IMGFILE module - Interface to sgi libimage */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Python interpreter main program */
|
/* Python interpreter main program */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Math module -- standard C math library functions, pi and e */
|
/* Math module -- standard C math library functions, pi and e */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* MD5 module */
|
/* MD5 module */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* MPZ module */
|
/* MPZ module */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Module new -- create new objects of various types */
|
/* Module new -- create new objects of various types */
|
||||||
|
|
||||||
|
|
|
@ -75,15 +75,6 @@ typedef int (*SeqInserter) (PyObject* sequence,
|
||||||
* lists as well as tuples, and optionally including the line numbers.
|
* lists as well as tuples, and optionally including the line numbers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
static PyObject*
|
static PyObject*
|
||||||
node2tuple(node *n, /* node to convert */
|
node2tuple(node *n, /* node to convert */
|
||||||
|
|
|
@ -1,19 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright 1997 by Stichting Mathematisch Centrum, Amsterdam,
|
|
||||||
The Netherlands.
|
|
||||||
|
|
||||||
All Rights Reserved
|
|
||||||
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Pcre objects */
|
/* Pcre objects */
|
||||||
|
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* POSIX module implementation */
|
/* POSIX module implementation */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* UNIX password file access module */
|
/* UNIX password file access module */
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright 2000 by Stichting Mathematisch Centrum, Amsterdam,
|
|
||||||
The Netherlands.
|
|
||||||
|
|
||||||
All Rights Reserved
|
|
||||||
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
#include "xmlparse.h"
|
#include "xmlparse.h"
|
||||||
|
|
||||||
|
|
|
@ -3,15 +3,6 @@ XXX support range parameter on search
|
||||||
XXX support mstop parameter on search
|
XXX support mstop parameter on search
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Regular expression objects */
|
/* Regular expression objects */
|
||||||
/* This uses Tatu Ylonen's copyleft-free reimplementation of
|
/* This uses Tatu Ylonen's copyleft-free reimplementation of
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* select - Module containing unix select(2) call.
|
/* select - Module containing unix select(2) call.
|
||||||
Under Unix, the file descriptors are small integers.
|
Under Unix, the file descriptors are small integers.
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* SGI module -- random SGI-specific things */
|
/* SGI module -- random SGI-specific things */
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright 1999 by Stichting Mathematisch Centrum, Amsterdam,
|
|
||||||
The Netherlands.
|
|
||||||
|
|
||||||
All Rights Reserved
|
|
||||||
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* SHA module */
|
/* SHA module */
|
||||||
|
|
||||||
/* This module provides an interface to NIST's Secure Hash Algorithm */
|
/* This module provides an interface to NIST's Secure Hash Algorithm */
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Signal module -- many thanks to Lance Ellinghaus */
|
/* Signal module -- many thanks to Lance Ellinghaus */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* strop module */
|
/* strop module */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* struct module -- pack values into and (out of) strings */
|
/* struct module -- pack values into and (out of) strings */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Sad objects */
|
/* Sad objects */
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,3 @@
|
||||||
/**********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* SV module -- interface to the Indigo video board */
|
/* SV module -- interface to the Indigo video board */
|
||||||
|
|
||||||
/* WARNING! This module is for hardware that we don't have any more,
|
/* WARNING! This module is for hardware that we don't have any more,
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Thread module */
|
/* Thread module */
|
||||||
/* Interface to Sjoerd's portable C thread library */
|
/* Interface to Sjoerd's portable C thread library */
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Time module */
|
/* Time module */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Use this file as a template to start implementing a module that
|
/* Use this file as a template to start implementing a module that
|
||||||
also declares object types. All occurrences of 'Xxo' should be changed
|
also declares object types. All occurrences of 'Xxo' should be changed
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#ifndef Py_YUV_H
|
#ifndef Py_YUV_H
|
||||||
#define Py_YUV_H
|
#define Py_YUV_H
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#include "yuv.h"
|
#include "yuv.h"
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Buffer object implementation */
|
/* Buffer object implementation */
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
/***********************************************************
|
|
||||||
Copyright (c) 2000, BeOpen.com.
|
|
||||||
Copyright (c) 1995-2000, Corporation for National Research Initiatives.
|
|
||||||
Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
See the file "Misc/COPYRIGHT" for information on usage and
|
|
||||||
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
/* Class object implementation */
|
/* Class object implementation */
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue