[Zope-Checkins] CVS: Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src - ZopeSplitter.c:1.1.2.1 Splitter.c:NONE

Andreas Jung andreas@zope.com
Tue, 7 Aug 2001 15:33:49 -0400


Update of /cvs-repository/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src
In directory cvs.zope.org:/tmp/cvs-serv2823/ZopeSplitter/src

Added Files:
      Tag: Zope-2_4-branch
	ZopeSplitter.c 
Removed Files:
      Tag: Zope-2_4-branch
	Splitter.c 
Log Message:
Complete splitter interface reworked to make MacOsX happy:

- every Splitter is now a package and defines a Splitter()
  function visible to Python

- the C implementation of every splitter has been removed to 
  <XXXX>Splitter.c where <XXXX> is the specific name of the splitter

- the internal Splitter() function has been renamed to <XXXX>Splitter()

- The __init__.py of every Splitter package imports the right functiion
  from the module and creates an alias to 'Splitter' using 
  'from ... import .. as Splitter'



=== Added File Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c ===

=== Removed File Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/Splitter.c ===