[Python-checkins] CVS: python/dist/src/Parser acceler.c,2.16,2.17 assert.h,2.9,2.10 bitset.c,2.10,2.11 firstsets.c,2.11,2.12 grammar.c,2.18,2.19 grammar1.c,2.11,2.12 intrcheck.c,2.41,2.42 listnode.c,2.13,2.14 metagrammar.c,2.10,2.11 myreadline.c,2.23,2.24 node.c,2.13,2.14 parser.c,2.16,2.17 parser.h,2.13,2.14 parsetok.c,2.24,2.25 pgen.c,2.17,2.18 pgen.h,2.12,2.13 pgenmain.c,2.21,2.22 printgrammar.c,2.12,2.13 tokenizer.c,2.48,2.49 tokenizer.h,2.15,2.16

Guido van Rossum python-dev@python.org
Fri, 1 Sep 2000 16:29:32 -0700


Update of /cvsroot/python/python/dist/src/Parser
In directory slayer.i.sourceforge.net:/tmp/cvs-serv12117/Parser

Modified Files:
	acceler.c assert.h bitset.c firstsets.c grammar.c grammar1.c 
	intrcheck.c listnode.c metagrammar.c myreadline.c node.c 
	parser.c parser.h parsetok.c pgen.c pgen.h pgenmain.c 
	printgrammar.c tokenizer.c tokenizer.h 
Log Message:
REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.


Index: acceler.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/acceler.c,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** acceler.c	2000/07/22 19:20:54	2.16
--- acceler.c	2000/09/01 23:29:28	2.17
***************
*** 1,11 ****
- /***********************************************************
- 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 accelerator module */
--- 1,2 ----

Index: assert.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/assert.h,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -r2.9 -r2.10
*** assert.h	2000/06/30 23:58:05	2.9
--- assert.h	2000/09/01 23:29:28	2.10
***************
*** 5,17 ****
  #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.
- ******************************************************************/
  
  #ifdef MPW /* This is for MPW's File command */
--- 5,8 ----

Index: bitset.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/bitset.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** bitset.c	2000/07/22 19:20:54	2.10
--- bitset.c	2000/09/01 23:29:28	2.11
***************
*** 1,11 ****
- /***********************************************************
- 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.
- ******************************************************************/
  
  /* Bitset primitives used by the parser generator */
--- 1,2 ----

Index: firstsets.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/firstsets.c,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** firstsets.c	2000/07/22 19:20:54	2.11
--- firstsets.c	2000/09/01 23:29:28	2.12
***************
*** 1,11 ****
- /***********************************************************
- 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.
- ******************************************************************/
  
  /* Computation of FIRST stets */
--- 1,2 ----

Index: grammar.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/grammar.c,v
retrieving revision 2.18
retrieving revision 2.19
diff -C2 -r2.18 -r2.19
*** grammar.c	2000/08/24 20:11:31	2.18
--- grammar.c	2000/09/01 23:29:28	2.19
***************
*** 1,11 ****
- /***********************************************************
- 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 implementation */
--- 1,2 ----

Index: grammar1.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/grammar1.c,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** grammar1.c	2000/07/22 19:20:54	2.11
--- grammar1.c	2000/09/01 23:29:28	2.12
***************
*** 1,11 ****
- /***********************************************************
- 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 subroutines needed by parser */
--- 1,2 ----

Index: intrcheck.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/intrcheck.c,v
retrieving revision 2.41
retrieving revision 2.42
diff -C2 -r2.41 -r2.42
*** intrcheck.c	2000/08/27 17:34:07	2.41
--- intrcheck.c	2000/09/01 23:29:28	2.42
***************
*** 1,11 ****
- /***********************************************************
- 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.
- ******************************************************************/
  
  /* Check for interrupts */
--- 1,2 ----

Index: listnode.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/listnode.c,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** listnode.c	2000/07/22 19:20:54	2.13
--- listnode.c	2000/09/01 23:29:28	2.14
***************
*** 1,11 ****
- /***********************************************************
- 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 a node on a file */
--- 1,2 ----

Index: metagrammar.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/metagrammar.c,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** metagrammar.c	2000/07/22 19:20:54	2.10
--- metagrammar.c	2000/09/01 23:29:28	2.11
***************
*** 1,11 ****
- /***********************************************************
- 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 "pgenheaders.h"
--- 1,2 ----

Index: myreadline.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/myreadline.c,v
retrieving revision 2.23
retrieving revision 2.24
diff -C2 -r2.23 -r2.24
*** myreadline.c	2000/07/22 19:20:54	2.23
--- myreadline.c	2000/09/01 23:29:28	2.24
***************
*** 1,11 ****
- /***********************************************************
- 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.
- ******************************************************************/
  
  /* Readline interface for tokenizer.c and [raw_]input() in bltinmodule.c.
--- 1,2 ----

Index: node.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/node.c,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** node.c	2000/08/24 00:32:09	2.13
--- node.c	2000/09/01 23:29:28	2.14
***************
*** 1,11 ****
- /***********************************************************
- 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.
- ******************************************************************/
  
  #ifdef HAVE_LIMITS_H
--- 1,2 ----

Index: parser.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/parser.c,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** parser.c	2000/07/22 19:20:54	2.16
--- parser.c	2000/09/01 23:29:28	2.17
***************
*** 1,11 ****
- /***********************************************************
- 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 implementation */
--- 1,2 ----

Index: parser.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/parser.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** parser.h	2000/07/11 17:52:59	2.13
--- parser.h	2000/09/01 23:29:28	2.14
***************
*** 5,17 ****
  #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.
- ******************************************************************/
  
  /* Parser interface */
--- 5,8 ----

Index: parsetok.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/parsetok.c,v
retrieving revision 2.24
retrieving revision 2.25
diff -C2 -r2.24 -r2.25
*** parsetok.c	2000/08/18 05:04:08	2.24
--- parsetok.c	2000/09/01 23:29:28	2.25
***************
*** 1,11 ****
- /***********************************************************
- 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 implementation */
--- 1,2 ----

Index: pgen.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgen.c,v
retrieving revision 2.17
retrieving revision 2.18
diff -C2 -r2.17 -r2.18
*** pgen.c	2000/07/22 19:20:54	2.17
--- pgen.c	2000/09/01 23:29:28	2.18
***************
*** 1,11 ****
- /***********************************************************
- 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 generator */
--- 1,2 ----

Index: pgen.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgen.h,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** pgen.h	2000/07/09 03:09:56	2.12
--- pgen.h	2000/09/01 23:29:28	2.13
***************
*** 5,17 ****
  #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.
- ******************************************************************/
  
  /* Parser generator interface */
--- 5,8 ----

Index: pgenmain.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgenmain.c,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** pgenmain.c	2000/07/22 19:20:54	2.21
--- pgenmain.c	2000/09/01 23:29:28	2.22
***************
*** 1,11 ****
- /***********************************************************
- 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 generator main program */
--- 1,2 ----

Index: printgrammar.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/printgrammar.c,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** printgrammar.c	2000/07/22 19:20:54	2.12
--- printgrammar.c	2000/09/01 23:29:28	2.13
***************
*** 1,11 ****
- /***********************************************************
- 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.
- ******************************************************************/
  
  /* Print a bunch of C initializers that represent a grammar */
--- 1,2 ----

Index: tokenizer.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/tokenizer.c,v
retrieving revision 2.48
retrieving revision 2.49
diff -C2 -r2.48 -r2.49
*** tokenizer.c	2000/08/24 20:11:31	2.48
--- tokenizer.c	2000/09/01 23:29:28	2.49
***************
*** 1,11 ****
- /***********************************************************
- 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.
- ******************************************************************/
  
  /* Tokenizer implementation */
--- 1,2 ----

Index: tokenizer.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/tokenizer.h,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -r2.15 -r2.16
*** tokenizer.h	2000/07/09 03:09:56	2.15
--- tokenizer.h	2000/09/01 23:29:28	2.16
***************
*** 5,17 ****
  #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.
- ******************************************************************/
  
  /* Tokenizer interface */
--- 5,8 ----